This commit is contained in:
chi
2023-04-28 16:13:40 +09:00
parent 79ea4ddfff
commit 354c6a5e1b
13 changed files with 459 additions and 283 deletions

View File

@@ -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();