This commit is contained in:
chi
2022-07-22 09:18:54 +09:00
parent a883d6fe1e
commit 8a4a7ef763
3 changed files with 1014 additions and 1018 deletions

View File

@@ -670,6 +670,7 @@ namespace FEQ0000
dr.pumunit = tbPumUnit.Text;
dr.supply = tbSupply.Text;
dr.place = tbStorage.Text;
if (tbSupplyIndex.Text == "") dr.SetsupplyidxNull();
else dr.supplyidx = int.Parse(tbSupplyIndex.Text);