From 50d50b486b7548ac69e23dfdd5a0e792bb9d8584 Mon Sep 17 00:00:00 2001 From: whycq <you@example.com> Date: 星期一, 09 一月 2023 00:24:33 +0800 Subject: [PATCH] # --- src/main/webapp/views/home/console.html | 7 ++++--- src/main/webapp/static/js/common.js | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js index fa8e0a3..893387e 100644 --- a/src/main/webapp/static/js/common.js +++ b/src/main/webapp/static/js/common.js @@ -231,7 +231,7 @@ ,{field: 'specs', align: 'center',title: '瑙勬牸'} ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', sort:true} ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', hide: false} - ,{field: 'batch', align: 'center',title: '搴忓垪鐮�', width: 300, sort:true} + ,{field: 'batch', align: 'center',title: '鎵瑰彿', width: 200, sort:true} ,{field: 'anfme', align: 'center',title: '鏁伴噺'} ,{field: 'zpallet', align: 'center',title: '鎵樼洏鏉$爜'} diff --git a/src/main/webapp/views/home/console.html b/src/main/webapp/views/home/console.html index ce1ed60..ba43b5d 100644 --- a/src/main/webapp/views/home/console.html +++ b/src/main/webapp/views/home/console.html @@ -235,11 +235,12 @@ var pageCurr; function getCol() { var cols = [ - {field: 'appeTime$', title: '鍏ュ簱鏃堕棿', align: 'center', width: 200} - ,{field: 'stay_time', align: 'center',title: '婊炵暀澶╂暟'} - ,{field: 'loc_no', align: 'center',title: '搴撲綅鍙�'} + {field: 'appeTime$', title: '鍏ュ簱鏃堕棿', align: 'center', width: 165} + ,{field: 'stay_time', align: 'center',title: '婊炵暀澶╂暟',width: 90} + ,{field: 'loc_no', align: 'center',title: '搴撲綅鍙�',width: 90} ]; cols.push.apply(cols, detlCols); + cols.push({field: 'sum_qty', title: '搴撳瓨鎬绘暟', align: 'center'}) return cols; } layui.use(['table','laydate', 'form'], function() { -- Gitblit v1.9.1