전자실구매프로그램추가

This commit is contained in:
chi
2023-10-19 15:05:19 +09:00
parent aaa794ea97
commit c18b72ede6
16 changed files with 1093 additions and 2033 deletions

View File

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