전자실구매프로그램추가
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user