From 7b4ff2da15d571ea96f0d1eb5dd2dc60a7651faa Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期五, 19 七月 2024 17:22:46 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI

---
 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 851f989..7ba71d0 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"
@@ -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