실구매수량 항목 추가
This commit is contained in:
@@ -93,7 +93,8 @@ namespace FEQ0000
|
||||
e.Row["wdate"] = DateTime.Now;
|
||||
e.Row["pumunit"] = "EA";
|
||||
e.Row["state"] = "---";
|
||||
e.Row["pumqty"] = 1;
|
||||
e.Row["pumqty"] = 0;
|
||||
e.Row["pumqtyreq"] = 0;
|
||||
e.Row["pumprice"] = 0;
|
||||
e.Row["pumamt"] = 0;
|
||||
e.Row["request"] = FCOMMON.info.Login.nameK;
|
||||
@@ -764,6 +765,7 @@ namespace FEQ0000
|
||||
newdr.po = string.Empty;
|
||||
newdr.indate = string.Empty;
|
||||
newdr.edate = string.Empty;
|
||||
newdr.pumqty = 0; //실구매수량은 제거
|
||||
newdr.idx = -1;
|
||||
newdr.EndEdit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user