구매편집시 저장소가 표시되지않는 현상 수정
This commit is contained in:
@@ -170,7 +170,7 @@ namespace FEQ0000
|
|||||||
|
|
||||||
tbSID.Text = dr.sid;
|
tbSID.Text = dr.sid;
|
||||||
tbSID.Tag = tbSID.Text;
|
tbSID.Tag = tbSID.Text;
|
||||||
|
tbStorage.Text = dr.place;
|
||||||
|
|
||||||
//if (dr.manuproc == "") cbManuProc.SelectedIndex = -1;
|
//if (dr.manuproc == "") cbManuProc.SelectedIndex = -1;
|
||||||
//else cbManuProc.Text = dr.manuproc; //190106
|
//else cbManuProc.Text = dr.manuproc; //190106
|
||||||
|
|||||||
@@ -215,6 +215,7 @@ namespace FEQ0000
|
|||||||
|
|
||||||
tbSID.Text = dr.sid;
|
tbSID.Text = dr.sid;
|
||||||
tbSID.Tag = tbSID.Text;
|
tbSID.Tag = tbSID.Text;
|
||||||
|
tbStorage.Text = dr.place;
|
||||||
|
|
||||||
//230728
|
//230728
|
||||||
if (dr.IscostcenterNull() == false)
|
if (dr.IscostcenterNull() == false)
|
||||||
|
|||||||
Reference in New Issue
Block a user