From fee5a335de05c5162ef754bfe80b6de39f4e8b69 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期二, 12 三月 2024 11:19:52 +0800
Subject: [PATCH] 其他应收单增加 数量和单价
---
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