From adebb0660a3414da01ca04e44bd6be4e23e1c664 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 15 九月 2025 08:38:59 +0800
Subject: [PATCH] 华远:不良分析报表 优化
---
WebTM/views/WMS扫码模块/客户条码扫描/Gy_getCusBarCodeBillList_BarCodeList.html | 2 +-
1 files changed, 1 insertions(+), 1 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 7ba71d0..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 鍒ゆ柇鏄惁鐧诲綍 鏈櫥褰曞垯璺冲埌鐧诲綍椤�
--
Gitblit v1.9.1