From c45e231e9b180c412f0c81db3b577ca2763b05fa Mon Sep 17 00:00:00 2001
From: jhz <jhz@hz-kingdee.com>
Date: 星期日, 31 七月 2022 08:02:36 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MESWMS-SCM

---
 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