구매담당장ㅇ 검사 기능

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

@@ -226,6 +226,9 @@ namespace FEQ0000
tbInQty.Text = dr.inqty.ToString();
tbInRemar.Text = dr.inremark;
chk1.Checked = dr.chk1;
chk2.Checked = dr.chk2;
//chkInDate.Checked = !dr.IsindateNull();
//chkExp.Checked = !dr.IsedateNull();
@@ -978,7 +981,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검색이 완료됩니다.");