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

@@ -60,6 +60,8 @@ namespace FCM0000.Item
tbModel.Focus();
return;
}
if (tbSid.Text.StartsWith("신규")) tbSid.Text = "신규";
var pumName = tbName.Text.Trim();
var pumModel = tbModel.Text.Trim();
var searchKey = pumName + pumModel;