개인/월별 작업 시간 합계, 그래프에서 폼즈로 변경
This commit is contained in:
@@ -25,6 +25,7 @@ namespace FPJ0000
|
||||
int colidx_supply = -1;
|
||||
int colidx_supplyidx = -1;
|
||||
int colidx_sid = -1;
|
||||
int colidx_manu = -1;
|
||||
|
||||
|
||||
public fPartList(int idx_)
|
||||
@@ -112,6 +113,7 @@ namespace FPJ0000
|
||||
else if (colname == "itemsupplyidx") colidx_supplyidx = col.Index;
|
||||
else if (colname == "itemsupply") colidx_supply = col.Index;
|
||||
else if (colname == "itemsid") colidx_sid = col.Index;
|
||||
else if (colname == "itemmanu") colidx_manu = col.Index;
|
||||
}
|
||||
this.Show();
|
||||
Application.DoEvents();
|
||||
@@ -483,6 +485,8 @@ namespace FPJ0000
|
||||
//fpSpread1.ActiveSheet.Cells[Rowidx, colidx_supplyidx].Value = f.itemSupplyidx;
|
||||
//fpSpread1.ActiveSheet.Cells[Rowidx, colidx_supply].Value = f.itemSupply;
|
||||
|
||||
//제조사추가 201022
|
||||
fpSpread1.ActiveSheet.Cells[Rowidx, colidx_manu].Value = f.itemManu.Replace(" ", "").Trim();
|
||||
|
||||
if (f.itemmodel != "")
|
||||
fpSpread1.ActiveSheet.Cells[Rowidx, colidx_model].Value = f.itemmodel;
|
||||
|
||||
Reference in New Issue
Block a user