From d4e2d5e93bdee0dd3538714b83745fd16dc4a07e Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 20 八月 2025 16:26:33 +0800
Subject: [PATCH] PDA 条码查询页面 添加 条码出库日期 客户 销售出库单号 查询条件

---
 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