재고관리 추가 품명에 바코드 추가(김정만)
This commit is contained in:
@@ -108,9 +108,9 @@ namespace FCM0000.Item
|
||||
newdr.supply = tbSupply.Text.Trim();
|
||||
newdr.supplyidx = int.Parse(tbSupplyIdx.Text.Trim());
|
||||
newdr.memo = tbMemo.Text.Trim();
|
||||
newdr.cate = "--";
|
||||
newdr.cate = tbCate.Text.Trim();
|
||||
newdr.Storage = tbStorage.Text.Trim();
|
||||
|
||||
newdr.barcode = tbBarcode.Text.Trim();
|
||||
|
||||
//21711
|
||||
if (tbPriceD.Text.isEmpty() == false)
|
||||
|
||||
Reference in New Issue
Block a user