From cabcb499a03de83b62eb8c01a734a1f4049f1dcf Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期三, 13 三月 2024 11:49:30 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/liudongl/jc24-wms --- HTML/views/StatisticalReport/InventoryStatistics.html | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/HTML/views/StatisticalReport/InventoryStatistics.html b/HTML/views/StatisticalReport/InventoryStatistics.html index d48b2e1..cee3e63 100644 --- a/HTML/views/StatisticalReport/InventoryStatistics.html +++ b/HTML/views/StatisticalReport/InventoryStatistics.html @@ -401,7 +401,7 @@ cols:colsJson }; - sendData(IP + "/Statistical/GetInventoryList?SkuNo=" + $("#SkuNo").val() + "&&SkuName=" + $("#SkuName").val() + "&&OwnerNo=" + $("#OwnerNo").val()+ "&&OwnerName=" + $("#OwnerName").val(), {}, 'get', function (res) { + sendData(IP + "/Statistical/GetInventoryList?SkuNo=" + $("#SkuNo").val() + "&&SkuName=" + $("#SkuName").val() + "&&OwnerNo=" + $("#OwnerNo").val()+ "&&OwnerName=" + $("#OwnerName").val()+"&&LotNo=" + $("#LotNo").val(), {}, 'get', function (res) { console.log(res) if (res.code == 0) { //鎴愬姛 var list = res.data; @@ -527,6 +527,8 @@ {field: 'LotNo',title: '鎵规鍙�',align: 'center'}, {field: 'OwnerNo',title: '璐т富缂栫爜',align: 'center'}, {field: 'OwnerName',title: '璐т富鍚嶇О',align: 'center'}, + {field: 'SupplierNo',title: '渚涘簲鍟嗙紪鐮�',align: 'center'}, + {field: 'SupplierName',title: '渚涘簲鍟嗗悕绉�',align: 'center'}, {field: 'Qty',title: '搴撳瓨鏁伴噺',width: 110,align: 'center'}, {field: 'LockQty',title: '閿佸畾鏁伴噺',width: 110,align: 'center'}, {field: 'Status',templet: '#buttonTpl',title: '搴撳瓨鐘舵��',width: 90,align: 'center'}, -- Gitblit v1.8.0