From 28da1cf550b22c5eedf565ebae7e94b33a209f4c Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期一, 16 十二月 2024 08:54:44 +0800 Subject: [PATCH] 货主档案,货主转换 --- src/main/webapp/static/js/locDetl/locDetl.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/locDetl/locDetl.js b/src/main/webapp/static/js/locDetl/locDetl.js index f2d805b..90e8841 100644 --- a/src/main/webapp/static/js/locDetl/locDetl.js +++ b/src/main/webapp/static/js/locDetl/locDetl.js @@ -1,8 +1,9 @@ var pageCurr; function getCol() { var cols = [ - {field: 'locNo$', align: 'center',title: '搴撲綅鍙�'}, - {field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', sort:true} + {field: 'locNo$', align: 'center',title: '搴撲綅鍙�'} + ,{field: 'storeDate', 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: '鎵瑰彿', width: 300, sort:true} -- Gitblit v1.9.1