1. 입고화면의 구매담당/승인 필터 추가 및 합계금액 추가
2. 구매목록의 담당/승인자 목록이 공용코드 기반에서 실데이터 기반으로 변경되었습니다.
This commit is contained in:
@@ -65,12 +65,13 @@ namespace FCM0000.Item
|
||||
tbName.Focus();
|
||||
return;
|
||||
}
|
||||
if (tbModel.Text.Trim() == "")
|
||||
{
|
||||
FCOMMON.Util.MsgE("모델은 필수 입니다");
|
||||
tbModel.Focus();
|
||||
return;
|
||||
}
|
||||
|
||||
//if (tbModel.Text.Trim() == "")
|
||||
//{
|
||||
// FCOMMON.Util.MsgE("모델은 필수 입니다");
|
||||
// tbModel.Focus();
|
||||
// return;
|
||||
//}
|
||||
|
||||
if (tbSid.Text.StartsWith("신규")) tbSid.Text = "신규";
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user