...
This commit is contained in:
@@ -42,7 +42,7 @@ namespace FEQ0000.Purchase
|
||||
prestatus = dr.state;
|
||||
|
||||
tbPumname.Text = dr.pumname;
|
||||
textBox16.Text = dr.pumidx.ToString();
|
||||
tbPumIdx.Text = dr.pumidx.ToString();
|
||||
tbModel.Text = dr.pumscale;
|
||||
tbUnit.Text = dr.pumunit;
|
||||
tbQty.Text = dr.pumqty.ToString();
|
||||
@@ -54,6 +54,7 @@ namespace FEQ0000.Purchase
|
||||
if (string.IsNullOrEmpty(tbPO.Text)) tbPO.Text = this.po;
|
||||
tbSC.Text = dr.sc;
|
||||
tbSCRCF.Text = dr.orderno;
|
||||
tbSID.Text = dr.sid;
|
||||
|
||||
//프로젝트정보 찾는다
|
||||
var tap = new DSPrjTableAdapters.ProjectsTableAdapter();
|
||||
|
||||
Reference in New Issue
Block a user