전자실구매프로그램추가

This commit is contained in:
chi
2023-10-19 15:05:19 +09:00
parent aaa794ea97
commit c18b72ede6
16 changed files with 1093 additions and 2033 deletions

View File

@@ -541,7 +541,7 @@ namespace FEQ0000
}
//시드검사한 자료와 현재 입력된 시드가 다르면 검사를 다시 하게 한다
if (this.tbPumName.Text.Trim().Equals(this.dbchk1) == false)
if (this.tbPumName.Text.Trim().Equals(this.dbchk1.Trim()) == false)
{
Util.MsgE("품명검사 자료가 변경되었습니다. 다시 검사 하세요");
Lov_Item("", true);