전자실구매프로그램추가
This commit is contained in:
@@ -12,13 +12,13 @@ namespace FEQ0000
|
||||
{
|
||||
public partial class fPurchaseEBList : Form
|
||||
{
|
||||
public fPurchaseEBList(dsPurchase.PurchaseDataTable dt)
|
||||
public fPurchaseEBList(dsPurchase.EETGW_PurchaseEBDataTable dt)
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
|
||||
|
||||
this.ds1.Purchase.Merge(dt);
|
||||
this.ds1.EETGW_PurchaseEB.Merge(dt);
|
||||
this.ds1.AcceptChanges();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user