From 180e5879d508734f1ad395dba7f81e0d59a8627e Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期五, 09 一月 2026 08:38:07 +0800
Subject: [PATCH] 丸井客户条码标签生成模块修改,供应商编码根据物料带出

---
 NETSCM/ClsShowMod.cs |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/NETSCM/ClsShowMod.cs b/NETSCM/ClsShowMod.cs
index 976aecb..62d5669 100644
--- a/NETSCM/ClsShowMod.cs
+++ b/NETSCM/ClsShowMod.cs
@@ -3578,6 +3578,19 @@
                         oGy_BarCodeBill_FT.ModCaption = gnmc;
                         oGy_BarCodeBill_FT.ShowDialog();
                         break;
+                    case "gy_barcodebill_changcheng":
+                        Gy_BarCodeBill_ChangCheng oGy_BarCodeBill_ChangCheng = new Gy_BarCodeBill_ChangCheng();
+                        oGy_BarCodeBill_ChangCheng.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;
+                        oGy_BarCodeBill_ChangCheng.ModCaption = gnmc;
+                        oGy_BarCodeBill_ChangCheng.ShowDialog();
+                        break;
+                    case "gy_barcodebill_changchenglist":
+                        Gy_BarCodeBill_ChangChengList oGy_BarCodeBill_ChangChengList = new Gy_BarCodeBill_ChangChengList();
+                        oGy_BarCodeBill_ChangChengList.MdiParent = oMain;
+                        oGy_BarCodeBill_ChangChengList.ModCaption = gnmc;
+                        oGy_BarCodeBill_ChangChengList.Show();
+                        oMainForm.AddTabPage(oGy_BarCodeBill_ChangChengList);
+                        break;
                     case "gy_packbarcodebill":
                         Gy_PackBarCodeBill oGy_PackBarCodeBill = new Gy_PackBarCodeBill();
                         oGy_PackBarCodeBill.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;
@@ -3625,6 +3638,13 @@
                         oKf_MaterOutInReport.MdiParent = oMain;
                         oKf_MaterOutInReport.Show();
                         oMainForm.AddTabPage(oKf_MaterOutInReport);
+                        break;
+                    case "kf_barcodelogreport":
+                        //权限
+                        Kf_BarCodeLogReport oKf_BarCodeLogReport = new Kf_BarCodeLogReport();
+                        oKf_BarCodeLogReport.MdiParent = oMain;
+                        oKf_BarCodeLogReport.Show();
+                        oMainForm.AddTabPage(oKf_BarCodeLogReport);
                         break;
                     //            //==================================金蝶
                     //            case "kf_stjginbill_k3":
@@ -7294,6 +7314,12 @@
                         oGy_Material.Show();
                         oMainForm.AddTabPage(oGy_Material);
                         break;
+                    case "gy_material_changcheng":
+                        Gy_Material_ChangCheng oGy_Material_ChangCheng = new Gy_Material_ChangCheng();
+                        oGy_Material_ChangCheng.MdiParent = oMain;
+                        oGy_Material_ChangCheng.Show();
+                        oMainForm.AddTabPage(oGy_Material_ChangCheng);
+                        break;
                     case "gy_supplier":
                         Gy_Supplier oGy_Supplier = new Gy_Supplier();
                         oGy_Supplier.MdiParent = oMain;

--
Gitblit v1.9.1