From c7ee9e7a9a0cb96d1c48bf8a8dff061f16e8a29b Mon Sep 17 00:00:00 2001 From: Administrator <56479841@QQ.COM> Date: 星期一, 14 八月 2023 16:06:23 +0800 Subject: [PATCH] #补丁 --- src/main/webapp/static/js/common.js | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js index 20b1fec..f399cd3 100644 --- a/src/main/webapp/static/js/common.js +++ b/src/main/webapp/static/js/common.js @@ -228,11 +228,11 @@ ] var detlCols = [ - {field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', sort:true} - ,{field: 'specs', align: 'center',title: '瑙勬牸'} - ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', sort:true} + {field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', sort:true, width: 290} + ,{field: 'specs', align: 'center',title: '瑙勬牸', width: 200} + ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', sort:true, width: 150} ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', hide: false} - ,{field: 'batch', align: 'center',title: '鎵瑰彿', sort:true} + ,{field: 'batch', align: 'center',title: '鎵瑰彿', sort:true, hide: true} ,{field: 'anfme', align: 'center',title: '鏁伴噺'} ,{field: 'zpallet', align: 'center',title: '鎵樼洏鏉$爜'} @@ -262,6 +262,8 @@ ,{field: 'check$', align: 'center',title: '瑕佹眰妫�楠�', hide: true} ,{field: 'danger$', align: 'center',title: '鍗遍櫓鍝�', hide: true} ,{field: 'memo', align: 'center',title: '澶囨敞', hide: false} + // ,{field: 'locType2$', align: 'center',title: '涓婃灦鍖哄煙', width: 90} + ,{field: 'matType$', align: 'center',title: '涓婃灦鍖哄煙'} ] function getQueryVariable(variable) -- Gitblit v1.9.1