적정인원보고서 완료
This commit is contained in:
@@ -26,6 +26,7 @@ namespace FPJ0000
|
||||
int colidx_supplyidx = -1;
|
||||
int colidx_sid = -1;
|
||||
int colidx_manu = -1;
|
||||
int colidx_unit = -1;
|
||||
|
||||
|
||||
public fPartList(int idx_)
|
||||
@@ -114,6 +115,7 @@ namespace FPJ0000
|
||||
else if (colname == "itemsupply") colidx_supply = col.Index;
|
||||
else if (colname == "itemsid") colidx_sid = col.Index;
|
||||
else if (colname == "itemmanu") colidx_manu = col.Index;
|
||||
else if (colname == "itemunit") colidx_unit = col.Index;
|
||||
}
|
||||
this.Show();
|
||||
Application.DoEvents();
|
||||
@@ -485,8 +487,10 @@ namespace FPJ0000
|
||||
//fpSpread1.ActiveSheet.Cells[Rowidx, colidx_supplyidx].Value = f.itemSupplyidx;
|
||||
//fpSpread1.ActiveSheet.Cells[Rowidx, colidx_supply].Value = f.itemSupply;
|
||||
|
||||
//제조사추가 201022
|
||||
//제조사추가 201022 - 박성민
|
||||
fpSpread1.ActiveSheet.Cells[Rowidx, colidx_manu].Value = f.itemManu.Replace(" ", "").Trim();
|
||||
//단위추가 201028 - 박성민
|
||||
fpSpread1.ActiveSheet.Cells[Rowidx, colidx_unit].Value = f.itemUnit.Replace(" ", "").Trim();
|
||||
|
||||
if (f.itemmodel != "")
|
||||
fpSpread1.ActiveSheet.Cells[Rowidx, colidx_model].Value = f.itemmodel;
|
||||
|
||||
Reference in New Issue
Block a user