From 94c174a82738d8fc89b7ab6902d775fed73c8063 Mon Sep 17 00:00:00 2001 From: jingh <jingh@LAPTOP-I53VDLOO> Date: 星期一, 03 一月 2022 18:37:12 +0800 Subject: [PATCH] 博日条码规则修改 --- WarM/条码打印/Gy_BarCodeBill.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs" "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs" index 5dfefdc..c7628f3 100644 --- "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs" +++ "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs" @@ -797,8 +797,8 @@ } else if (cmbHBarCodeType.Text == "璇曞墏鎴愬搧鏉$爜瑙勫垯") { - //鐗╂枡缂栫爜+鐢熶骇鎵瑰彿+澶辨晥鏃ユ湡锛圷YMMDD锛�+娴佹按鍙�6浣�- - sTMNumber = HMaterNumber + HBatchNo + sYear + sPeriod + sDay; + //鐗╂枡缂栫爜+鐢熶骇鎵瑰彿+娴佹按鍙�6浣�- + sTMNumber = HMaterNumber + HBatchNo ; Ds = oCn.RunProcReturn("exec h_p_WMS_GetMaxNo '" + sTMNumber + "'", "h_p_WMS_GetMaxNo"); //鑾峰彇鏈�澶ф祦姘村彿 //oCn.RunProc("exec h_p_WMS_SetMaxNo '" + sTMNumber + "'"); LSH = ClsPub.isInt(Ds.Tables[0].Rows[0][0]); -- Gitblit v1.9.1