From a03addb5fbf4da382275f3c9dff8dbc916c4e021 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 17 九月 2025 09:52:01 +0800
Subject: [PATCH] 其他出库、其他入库:子表件数可以输入为0 乔一客户物料即时库存报表:把米数和件数的合计加上去 (按生产订单)客户订单:过滤条件改为模糊查询

---
 WebTM/views/WMS扫码模块/条码出入库查询/Gy_BarCodeBillInOut__PDA.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/\346\235\241\347\240\201\345\207\272\345\205\245\345\272\223\346\237\245\350\257\242/Gy_BarCodeBillInOut__PDA.html" "b/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\346\235\241\347\240\201\345\207\272\345\205\245\345\272\223\346\237\245\350\257\242/Gy_BarCodeBillInOut__PDA.html"
index 3f07b02..4c916cc 100644
--- "a/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\346\235\241\347\240\201\345\207\272\345\205\245\345\272\223\346\237\245\350\257\242/Gy_BarCodeBillInOut__PDA.html"
+++ "b/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\346\235\241\347\240\201\345\207\272\345\205\245\345\272\223\346\237\245\350\257\242/Gy_BarCodeBillInOut__PDA.html"
@@ -120,7 +120,7 @@
 
             //#endregion
             //#region 杩涘叆椤甸潰鏃㈠姞杞�
-            var titleData = ["HInterID", "HAuxPropID", "鐗╂枡鍚嶇О", "HBarCode","杈呭姪灞炴��","鐗╂枡缂栫爜","瑙勬牸鍨嬪彿","鎵规1"];
+            var titleData = ["HInterID", "HAuxPropID", "鐗╂枡鍚嶇О", "HBarCode", "杈呭姪灞炴��", "鐗╂枡缂栫爜", "瑙勬牸鍨嬪彿", "鎵规1", "HWhID", "HStockPlaceID", "HOutStockPlaceID","HSCWHID"];
 
             //#region 鍒濆鍖栫晫闈�
 
@@ -233,7 +233,7 @@
                     layer.msg("鏉″舰鐮佷笉鑳戒负绌猴紒")
                     return;
                 }
-                var index = layer.load();
+                /*var index = layer.load();*/
                 $.ajax({
                     url: GetWEBURL() + "WEBSController/GetGy_BarCodeBillInOut_PDA_Json",
                     type: "GET",

--
Gitblit v1.9.1