..업로드 기능 추가
This commit is contained in:
@@ -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;
|
||||
|
||||
//품정보가 업데이트 되어있으면 해당 데이터의 이미지를 업데이트 한다.(크기비교)
|
||||
|
||||
Reference in New Issue
Block a user