From 920631775c8b2d6c0541ae4d69c34c8a8675bf60 Mon Sep 17 00:00:00 2001 From: ytfl <ytfl@qq.com> Date: 星期三, 02 七月 2025 15:50:52 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/locDetlStatis/locDetlStatis.js | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js index fd1da33..a9703d9 100644 --- a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js +++ b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js @@ -3,8 +3,9 @@ var cols = [ {field: 'anfme', align: 'center',title: '搴撳瓨鏁伴噺', style: 'font-weight: bold'} ]; - arrRemove(detlCols, "field", "anfme") arrRemove(detlCols, "field", "zpallet") + arrRemove(detlCols, "field", "orderNo") + arrRemove(detlCols, "field", "supp") cols.push.apply(cols, detlCols); // cols.push({field: 'anfme', align: 'center',title: '鏁伴噺', style: 'font-weight: bold'} // ) @@ -72,6 +73,19 @@ } }); + /** + * 鏄剧ず搴撳瓨鎬绘暟閲� + */ + $.ajax({ + url: baseUrl+"/locDetl/count2", + headers: {'token': localStorage.getItem('token')}, + contentType:'application/json;charset=UTF-8', + method: 'POST', + success: function (res) { + $("#countNum2").text(res.data + '涓�'); + } + }); + } }); -- Gitblit v1.9.1