메일백업

This commit is contained in:
chi
2020-05-07 17:19:27 +09:00
parent ea20c93c27
commit f68c0a0ea4
18 changed files with 1289 additions and 438 deletions

View File

@@ -107,7 +107,8 @@ namespace FPJ0000
string = "";
string = "";
string = "";
string = "";
string 1 = "";
string N = "";
string = "";
string = "";
string = "";
@@ -134,7 +135,9 @@ namespace FPJ0000
if (nudName.Value > 0) = sheet.readStr(r, (int)this.nudName.Value - 1).Trim();
if (nudModel.Value > 0) = sheet.readStr(r, (int)this.nudModel.Value - 1).Trim();
if (nudPrice.Value > 0) = sheet.readStr(r, (int)this.nudPrice.Value - 1).Replace(",", "").Trim();
if (nudQty.Value > 0) = sheet.readStr(r, (int)nudQty.Value - 1).Replace(",", "").Trim();
if (nudQty.Value > 0) 1 = sheet.readStr(r, (int)nudQty.Value - 1).Replace(",", "").Trim();
if (nudQtyN.Value > 0) N = sheet.readStr(r, (int)nudQtyN.Value - 1).Replace(",", "").Trim();
if (nudUnit.Value > 0) = sheet.readStr(r, (int)nudUnit.Value - 1).Trim();
if (nudManu.Value > 0) = sheet.readStr(r, (int)nudManu.Value - 1).Trim();
if (nudSupply.Value > 0) = sheet.readStr(r, (int)nudSupply.Value - 1).Trim();
@@ -161,8 +164,10 @@ namespace FPJ0000
newdr.ItemName = ;
newdr.ItemModel = ;
if ( != "") newdr.price = decimal.Parse();
if ( != "") newdr.qty = int.Parse();
if (1 != "") newdr.qty = int.Parse(1);
if (N != "") newdr.qtyn = int.Parse(N);
newdr.amt = newdr.price * newdr.qty;
newdr.amtn = newdr.price * newdr.qtyn;
newdr.ItemUnit = ;
newdr.ItemManu = ;