사용자 목록화면 수정 및 업무일지와 적정인원 체크 박스 추가

This commit is contained in:
chi
2021-01-21 10:22:27 +09:00
parent 445bbe3514
commit d3778387de
57 changed files with 18406 additions and 1632 deletions

View File

@@ -317,6 +317,11 @@ namespace FEQ0000
tbSID.Text = sidTrim(tbSID.Text);
//SID값이 신규일때 업데이트되면 해당 값도 같이 업데이트를 해준다.
//210114
//if (cbProcess.Text.Trim() == "")
//{
// FCOMMON.Util.MsgE("추가정보내의 [공정]을 선택하세요.");
@@ -324,8 +329,6 @@ namespace FEQ0000
// return false;
//}
if (tbPumName.Text.isEmpty())
{
FCOMMON.Util.MsgE("품명이 없습니다.");