From 4afc66a1bb7f6f12735066ed7709b1cc255b9c34 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期四, 24 八月 2023 14:29:18 +0800
Subject: [PATCH] 新增特斯拉客户条码生成模块

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

diff --git a/NETSCM/ClsShowMod.cs b/NETSCM/ClsShowMod.cs
index 1a8d139..c15389d 100644
--- a/NETSCM/ClsShowMod.cs
+++ b/NETSCM/ClsShowMod.cs
@@ -3559,6 +3559,12 @@
                         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 "kf_icinventory_barcode":
                         //权限
                         Kf_ICInventory_BarCode oKf_ICInventory_BarCode = new Kf_ICInventory_BarCode();

--
Gitblit v1.9.1