구매담당장ㅇ 검사 기능

This commit is contained in:
chi
2023-07-13 13:48:27 +09:00
parent e4d9011d2f
commit fd7e51b882
25 changed files with 3987 additions and 1380 deletions

View File

@@ -215,6 +215,9 @@ namespace FEQ0000
if (lastprocess != "") cbProcess.Text = lastprocess;
}
chk1.Checked = dr.chk1;
chk2.Checked = dr.chk2;
tbSC.Text = dr.sc;
tbPO.Text = dr.po;
tbOrderNo.Text = dr.orderno;
@@ -1054,7 +1057,10 @@ namespace FEQ0000
{
var f = new fSIDListSelect(sid,dt.Result);
if (f.ShowDialog() == DialogResult.OK)
{
dr.chk1 = true;
this.sidchk = sid;
}
else
{
FCOMMON.Util.MsgE("목록표시 창에서 '확인' 버튼을 눌러야 SID검색이 완료됩니다.");