This commit is contained in:
chi
2022-02-01 00:28:56 +09:00
parent 66f1ff0cbb
commit 4a43b30973
88 changed files with 1503 additions and 22144 deletions

View File

@@ -135,8 +135,8 @@ namespace FPJ0000
if (nudSupply.Value > 0) = sheet.readStr(r, (int)nudSupply.Value - 1).Trim();
if (nudName.Value > 0) = sheet.readStr(r, (int)nudName.Value - 1).Trim();
var qty = 0;
var price = 0;
// var qty = 0;
// var price = 0;
//sid 공백과 - _ 제거 200506
SID = SID.Replace(" ", "").Replace("-", "").Replace("_", "").Trim();