This commit is contained in:
chi
2023-07-17 08:29:27 +09:00
parent 503fa8312b
commit 4a6bf3d0f0
10 changed files with 557 additions and 483 deletions

View File

@@ -279,6 +279,7 @@ namespace FCM0000
else itempriceD = 0;
SID = f.tbSid.Text.Trim();
if (SID.StartsWith("신규")) SID = "신규";
itemUnit = f.tbUnit.Text.Trim();
itemSupply = f.tbSupply.Text.Trim();
itemSupplyidx = int.Parse(f.tbSupplyIdx.Text);