From c560649e37ab5a5bc29c47a3fa7309dc912b48cb Mon Sep 17 00:00:00 2001 From: 李天宇 <876263681@qq.com> Date: 星期五, 25 十月 2024 09:33:08 +0800 Subject: [PATCH] #update 修复wms库存明细统计bug,实现客户导出需求 --- src/main/webapp/static/js/common.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js index 2c344fa..0f12b3f 100644 --- a/src/main/webapp/static/js/common.js +++ b/src/main/webapp/static/js/common.js @@ -181,11 +181,11 @@ } var matCols = [ - {field: 'matnr', align: 'center',title: '鐗╂枡鍙�', width: 180} + {field: 'matnr', align: 'center',title: '鍝佸彿', width: 180} // {field: 'id', align: 'center',title: 'ID'} // ,{field: 'uuid', align: 'center',title: '缂栧彿'} // ,{field: 'tagId$', align: 'center',title: '鎵�灞炲綊绫�'} - ,{field: 'maktx', align: 'center',title: '鍝佸彿', width: 200} + ,{field: 'maktx', align: 'center',title: '鍝佸悕', width: 200} // ,{field: 'name', align: 'center',title: '鍒悕'} ,{field: 'specs', align: 'center',title: '瑙勬牸'} ,{field: 'model', align: 'center',title: '浠g爜', hide: true} @@ -222,8 +222,8 @@ ] var detlCols = [ - {field: 'matnr', align: 'center',title: '鐗╂枡鍙�', sort:true} - ,{field: 'maktx', align: 'center',title: '鍝佸彿', sort:true} + {field: 'matnr', align: 'center',title: '鍝佸彿', sort:true} + ,{field: 'maktx', align: 'center',title: '鍝佸悕', sort:true} ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', hide: true} ,{field: 'batch', align: 'center',title: '鎵瑰彿', sort:true} ,{field: 'anfme', align: 'center',title: '鏁伴噺'} -- Gitblit v1.9.1