diff --git a/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Add.cs b/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Add.cs index a4f6217..8b190e6 100644 --- a/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Add.cs +++ b/SubProject/FEQ0000/PurchaseCR/fPurchaseCR_Add.cs @@ -170,7 +170,7 @@ namespace FEQ0000 tbSID.Text = dr.sid; tbSID.Tag = tbSID.Text; - + tbStorage.Text = dr.place; //if (dr.manuproc == "") cbManuProc.SelectedIndex = -1; //else cbManuProc.Text = dr.manuproc; //190106 diff --git a/SubProject/FEQ0000/PurchaseNR/fPurchase_Add.cs b/SubProject/FEQ0000/PurchaseNR/fPurchase_Add.cs index 3f5891a..1dc8945 100644 --- a/SubProject/FEQ0000/PurchaseNR/fPurchase_Add.cs +++ b/SubProject/FEQ0000/PurchaseNR/fPurchase_Add.cs @@ -215,6 +215,7 @@ namespace FEQ0000 tbSID.Text = dr.sid; tbSID.Tag = tbSID.Text; + tbStorage.Text = dr.place; //230728 if (dr.IscostcenterNull() == false)