From 8fa41b7d00347128e7f923bf7ee5430de47a3d05 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期四, 25 四月 2024 17:07:28 +0800 Subject: [PATCH] 1 --- LMES/bin/x86/Debug.zip | 0 WarM/条码打印/Gy_PackBarCodeBill_automaticallyByPLC.cs | 6 ++++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/LMES/bin/x86/Debug.zip b/LMES/bin/x86/Debug.zip index e7b35c2..e79df31 100644 --- a/LMES/bin/x86/Debug.zip +++ b/LMES/bin/x86/Debug.zip Binary files differ diff --git "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_PackBarCodeBill_automaticallyByPLC.cs" "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_PackBarCodeBill_automaticallyByPLC.cs" index 7240c59..bec4a79 100644 --- "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_PackBarCodeBill_automaticallyByPLC.cs" +++ "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_PackBarCodeBill_automaticallyByPLC.cs" @@ -509,6 +509,9 @@ if (getRunProcByMul_Back(sSQLMul, ref DBUtility.ClsPub.sExeReturnInfo)) { //MessageBox.Show("鏉$爜鐢熸垚瀹屾瘯锛�"); + string sql_getInfo = "exec h_p_WMS_PackBarCodeBill_Auto_getInfo '" + textBox_HPackBarCode.Text + "'"; + oCn.RunProc(sql_getInfo); + getDisplay_grdSub(); setPackBarCodeBillData(); @@ -540,8 +543,7 @@ oCn.RunProc(sSQL[i]); } - string sql = "exec h_p_WMS_PackBarCodeBill_Auto_getInfo '" + textBox_HPackBarCode.Text + "'"; - oCn.RunProc(sql); + send(); } -- Gitblit v1.9.1