From 24a8bab265ca39cfe7bac4c276cedd7ff1bbe405 Mon Sep 17 00:00:00 2001 From: zhangchao <zc857179121@qq.com> Date: 星期六, 31 八月 2024 18:30:30 +0800 Subject: [PATCH] 调整 --- src/main/webapp/static/js/locDetlStatis/locDetlStatis.js | 34 ++++++++++++++++++++++------------ 1 files changed, 22 insertions(+), 12 deletions(-) diff --git a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js index fd1da33..9dc0c5e 100644 --- a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js +++ b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js @@ -1,15 +1,15 @@ var pageCurr; -function getCol() { - var cols = [ - {field: 'anfme', align: 'center',title: '搴撳瓨鏁伴噺', style: 'font-weight: bold'} - ]; - arrRemove(detlCols, "field", "anfme") - arrRemove(detlCols, "field", "zpallet") - cols.push.apply(cols, detlCols); - // cols.push({field: 'anfme', align: 'center',title: '鏁伴噺', style: 'font-weight: bold'} - // ) - return cols; -} +// function getCol() { +// var cols = [ +// {field: 'anfme', align: 'center',title: '搴撳瓨鏁伴噺', style: 'font-weight: bold'} +// ]; +// arrRemove(detlCols, "field", "anfme") +// arrRemove(detlCols, "field", "zpallet") +// cols.push.apply(cols, detlCols); +// // cols.push({field: 'anfme', align: 'center',title: '鏁伴噺', style: 'font-weight: bold'} +// // ) +// return cols; +// } layui.use(['table','laydate', 'form'], function(){ var table = layui.table; @@ -29,7 +29,17 @@ even: true, toolbar: '#toolbar', cellMinWidth: 50, - cols: [getCol()], + cols: [[ + {field: 'lkQty', title:'绔嬪簱鏁伴噺', align: 'center', width:150}, + {field: 'erpQty', title:'ERP鏁伴噺', align: 'center', width:150}, + {field: 'matnr', title:'浜у搧缂栫爜', align: 'center'}, + {field: 'model', title:'浜у搧浠g爜', align: 'center'}, + {field: 'specs', title:'浜у搧瑙勬牸', align: 'center'}, + {field: 'maktx', title:'浜у搧鍚嶇О', align: 'center'}, + {field: 'pgNo', title:'娲惧伐鍗曞彿', align: 'center'}, + {field: 'outOrderNo', title:'璁㈠崟鍙�', align: 'center'}, + {field: 'itemBatch', title:'鎵规', align: 'center'} + ]], request: { pageName: 'curr', pageSize: 'limit' -- Gitblit v1.9.1