From 5a41caded26a3b4a5aeb9cbcd83ba4fcf60fd3ee Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 10 十一月 2025 16:56:04 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI

---
 WebTM/views/WMS扫码模块/客户条码扫描/Gy_getCusBarCodeBillList_BarCodeList.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\345\256\242\346\210\267\346\235\241\347\240\201\346\211\253\346\217\217/Gy_getCusBarCodeBillList_BarCodeList.html" "b/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\345\256\242\346\210\267\346\235\241\347\240\201\346\211\253\346\217\217/Gy_getCusBarCodeBillList_BarCodeList.html"
index 851f989..37ca5db 100644
--- "a/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\345\256\242\346\210\267\346\235\241\347\240\201\346\211\253\346\217\217/Gy_getCusBarCodeBillList_BarCodeList.html"
+++ "b/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\345\256\242\346\210\267\346\235\241\347\240\201\346\211\253\346\217\217/Gy_getCusBarCodeBillList_BarCodeList.html"
@@ -155,7 +155,7 @@
             //鑾峰彇鍙傛暟淇℃伅
             var params = getBillTemp();
             var HInterID_Temp = params[params[0]];      //浠庣紦瀛樺垪琛ㄤ腑杩斿洖鍗曟嵁ID
-            var HBillNo_Temp = params[params[1]];       //浠庣紦瀛樺垪琛ㄤ腑杩斿洖鍗曟嵁鍙�
+            var HBillNo_Temp = decodeURIComponent(params[params[1]]);       //浠庣紦瀛樺垪琛ㄤ腑杩斿洖鍗曟嵁鍙�
             //#endregion
 
             //#region 鍒ゆ柇鏄惁鐧诲綍 鏈櫥褰曞垯璺冲埌鐧诲綍椤�
@@ -289,7 +289,7 @@
                 var ajaxLoad = layer.load();
                 $.ajax({
                     type: "GET",
-                    url: GetWEBURL() + '/WEBSController/Gy_getCusBarCodeBill_rushedBarCodeList',
+                    url: GetWEBURL() + '/WEBSController/Gy_getCusBarCodeBill_rushedBarCodeList_CodeList',
                     async: false,
                     data: { "HInterID": HInterID, "HBillNo": HBillNo, "HBillType": HBillType, "HOrgID": HStockOrgID },
                     success: function (data1) {

--
Gitblit v1.9.1