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 |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/NETSCM/ClsShowMod.cs b/NETSCM/ClsShowMod.cs
index 1a8d139..62d5669 100644
--- a/NETSCM/ClsShowMod.cs
+++ b/NETSCM/ClsShowMod.cs
@@ -2079,6 +2079,13 @@
                         oSc_PackUnionCarryUpBillList.Show();
                         oMainForm.AddTabPage(oSc_PackUnionCarryUpBillList);
                         break;
+                    case "sc_packunionbilllist":
+                        Sc_PackUnionBillList oSc_PackUnionBillList = new Sc_PackUnionBillList();
+                        oSc_PackUnionBillList.MdiParent = oMain;
+                        oSc_PackUnionBillList.ModCaption = gnmc;
+                        oSc_PackUnionBillList.Show();
+                        oMainForm.AddTabPage(oSc_PackUnionBillList);
+                        break;
                     //            case "sc_mouldprodoutbill":
                     //                //
                     //                Sc_MouldProdOutBill oSc_MouldProdOutBill = new Sc_MouldProdOutBill();
@@ -3559,6 +3566,37 @@
                         oGy_BarCodeBill_CusList.Show();
                         oMainForm.AddTabPage(oGy_BarCodeBill_CusList);
                         break;
+                    case "gy_barcodebill_tesila":
+                        Gy_BarCodeBill_TeSiLa oGy_BarCodeBill_TeSiLa = new Gy_BarCodeBill_TeSiLa();
+                        oGy_BarCodeBill_TeSiLa.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;
+                        oGy_BarCodeBill_TeSiLa.ModCaption = gnmc;
+                        oGy_BarCodeBill_TeSiLa.ShowDialog();
+                        break;
+                    case "gy_barcodebill_ft":
+                        Gy_BarCodeBill_FT oGy_BarCodeBill_FT = new Gy_BarCodeBill_FT();
+                        oGy_BarCodeBill_FT.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;
+                        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;
+                        oGy_PackBarCodeBill.ModCaption = gnmc;
+                        oGy_PackBarCodeBill.ShowDialog();
+                        break;
                     case "kf_icinventory_barcode":
                         //权限
                         Kf_ICInventory_BarCode oKf_ICInventory_BarCode = new Kf_ICInventory_BarCode();
@@ -3600,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":
@@ -7269,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