From a42ac6d763e7988784d116a23c66a5a9939b22b6 Mon Sep 17 00:00:00 2001 From: yxFwq <1> Date: 星期三, 07 八月 2024 21:16:40 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/locDetl/locDetl.js | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/locDetl/locDetl.js b/src/main/webapp/static/js/locDetl/locDetl.js index 5e624fb..9bfb532 100644 --- a/src/main/webapp/static/js/locDetl/locDetl.js +++ b/src/main/webapp/static/js/locDetl/locDetl.js @@ -2,7 +2,10 @@ function getCol() { var cols = [ {field: 'locNo$', align: 'center',title: '搴撲綅鍙�'}, - {field: 'matnr', align: 'center',title: '瑙勬牸', sort:true} + {field: 'storeDate', align: 'center',title: '搴撻緞(澶�)', sort:true} + ,{field: 'storeMax$', align: 'center',title: '搴撳瓨涓婇檺'} + ,{field: 'storeMin$', align: 'center',title: '搴撳瓨涓嬮檺'} + ,{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