..업로드 기능 추가

This commit is contained in:
chikyun.kim
2019-04-16 15:00:19 +09:00
parent 1c40de0c12
commit e40f89e0f3
28 changed files with 13018 additions and 3414 deletions

View File

@@ -116,6 +116,7 @@ namespace FEQ0000
dtPdate.Value = DateTime.Parse(dr.pdate);
cmbRequest.Text = dr.request;
tbSID.Text = dr.sid;
if (dr.manuproc == "") cbManuProc.SelectedIndex = -1;
else cbManuProc.Text = dr.manuproc; //190106
@@ -166,6 +167,7 @@ namespace FEQ0000
}
tbSC.Text = dr.sc;
tbPO.Text = dr.po;
tbOrderNo.Text = dr.orderno;
tbBigo.Text = dr.bigo;
dtInDate.Text = dr.indate;
dtExpDate.Text = dr.edate;
@@ -590,6 +592,7 @@ namespace FEQ0000
dr.process = cbProcess.Text;
dr.sc = tbSC.Text;
dr.po = tbPO.Text;
dr.orderno = tbOrderNo.Text;
dr.bigo = tbBigo.Text;
//품정보가 업데이트 되어있으면 해당 데이터의 이미지를 업데이트 한다.(크기비교)