From e9f4a368fd3845a38eb54d3d18d77e96e5767b61 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 05 九月 2023 10:47:22 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/common.js | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js index 5839c02..a05c91c 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, width: 290} + {field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', sort:true, width: 200} ,{field: 'specs', align: 'center',title: '瑙勬牸', width: 200} ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', sort:true, width: 150} - ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', hide: true} - ,{field: 'batch', align: 'center',title: '鎵瑰彿', sort:true, hide: true} + ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', hide: false} + ,{field: 'batch', align: 'center',title: '鎵瑰彿', sort:true, hide: false} ,{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