From 501f695b27d281aff80da81f7a844d766f4f7f00 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期二, 12 八月 2025 14:02:28 +0800
Subject: [PATCH] 新增夏宝条码状态更新导入模块;夏宝根据调拨申请单生成条码时,条码生成规则修改为调拨申请单号+5位流水号
---
LMES/ClsShowMod.cs | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/LMES/ClsShowMod.cs b/LMES/ClsShowMod.cs
index 24e3175..e35fc20 100644
--- a/LMES/ClsShowMod.cs
+++ b/LMES/ClsShowMod.cs
@@ -3671,6 +3671,13 @@
oGy_CusBarCodeBill_KaiBei_LangChao.BillStatus = Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew;
oGy_CusBarCodeBill_KaiBei_LangChao.ShowDialog();
break;
+ case "gy_datain_updatebarcodestatus":
+ //
+ Gy_DataIn_UpDateBarCodeStatus oGy_DataIn_UpDateBarCodeStatus = new Gy_DataIn_UpDateBarCodeStatus();
+ oGy_DataIn_UpDateBarCodeStatus.MdiParent = oMain;
+ oGy_DataIn_UpDateBarCodeStatus.Show();
+ oMainForm.AddTabPage(oGy_DataIn_UpDateBarCodeStatus);
+ break;
case "sc_icmotobarcode":
//
Sc_ICMOToBarCode oSc_ICMOToBarCode = new Sc_ICMOToBarCode();
--
Gitblit v1.9.1