From bef6c5cb4431e35008e55849ee7c0bd62acd4fbf Mon Sep 17 00:00:00 2001 From: lsh <lsh> Date: 星期二, 09 七月 2024 20:21:33 +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