From 4d2dd9cb3dc9f1e8ea173b2d796bfa4cce421f83 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 12 十二月 2023 13:51:35 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/common.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js index 8a81efd..c8084a5 100644 --- a/src/main/webapp/static/js/common.js +++ b/src/main/webapp/static/js/common.js @@ -231,7 +231,7 @@ {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: false} + ,{field: 'order_no', align: 'center',title: '鍗曟嵁缂栧彿', hide: false} ,{field: 'batch', align: 'center',title: '鎵瑰彿', sort:true, hide: false} ,{field: 'anfme', align: 'center',title: '鏁伴噺'} ,{field: 'zpallet', align: 'center',title: '鎵樼洏鏉$爜'} @@ -266,6 +266,7 @@ ,{field: 'memo', align: 'center',title: '澶囨敞', hide: false} // ,{field: 'locType2$', align: 'center',title: '涓婃灦鍖哄煙', width: 90} ,{field: 'matType$', align: 'center',title: '涓婃灦鍖哄煙'} + ,{field: 'matTypeIn$', align: 'center',title: '鎵嬪姩涓婃灦鍖哄煙'} ] function getQueryVariable(variable) -- Gitblit v1.9.1