업무일지 복사시 해당 내용도 들어가게 함

This commit is contained in:
chikyun.kim
2019-09-26 08:29:36 +09:00
parent 45611d308a
commit 3acf9659e7
7 changed files with 98 additions and 93 deletions

View File

@@ -67,9 +67,9 @@ namespace FPJ0000
else if (colname == "qty") colidx_qty = col.Index;
else if (colname == "price") colidx_price = col.Index;
else if (colname == "amt") colidx_amt = col.Index;
else if (colname == "supplyidx") colidx_supplyidx = col.Index;
else if (col.Label.ToLower() == "supply") colidx_supply = col.Index;
else if (col.Label.ToLower() == "sid") colidx_sid = col.Index;
else if (colname == "itemsupplyidx") colidx_supplyidx = col.Index;
else if (colname == "itemsupply") colidx_supply = col.Index;
else if (colname == "itemsid") colidx_sid = col.Index;
}
this.Show();
Application.DoEvents();