From 9bbdd9780444096efdfc489cbffb61a1844163a6 Mon Sep 17 00:00:00 2001
From: jhz <jinghz@oceic.com>
Date: 星期五, 29 七月 2022 16:09:23 +0800
Subject: [PATCH] 增加丸井客户标签模块和列表
---
NETSCM/ClsShowMod.cs | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/NETSCM/ClsShowMod.cs b/NETSCM/ClsShowMod.cs
index 49f3142..ee18af4 100644
--- a/NETSCM/ClsShowMod.cs
+++ b/NETSCM/ClsShowMod.cs
@@ -3539,6 +3539,19 @@
oGy_BarCodeBillList.Show();
oMainForm.AddTabPage(oGy_BarCodeBillList);
break;
+ case "gy_barcodebill_cus":
+ Gy_BarCodeBill_Cus oGy_BarCodeBill_Cus = new Gy_BarCodeBill_Cus();
+ oGy_BarCodeBill_Cus.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;
+ oGy_BarCodeBill_Cus.ModCaption = gnmc;
+ oGy_BarCodeBill_Cus.ShowDialog();
+ break;
+ case "gy_barcodebill_cuslist":
+ Gy_BarCodeBill_CusList oGy_BarCodeBill_CusList = new Gy_BarCodeBill_CusList();
+ oGy_BarCodeBill_CusList.MdiParent = oMain;
+ oGy_BarCodeBill_CusList.ModCaption = gnmc;
+ oGy_BarCodeBill_CusList.Show();
+ oMainForm.AddTabPage(oGy_BarCodeBill_CusList);
+ break;
case "kf_icinventory_barcode":
//权限
Kf_ICInventory_BarCode oKf_ICInventory_BarCode = new Kf_ICInventory_BarCode();
--
Gitblit v1.9.1