From ddee9db870db0459bb0dfbdd86987e86924f7eaa Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期六, 20 五月 2023 16:23:15 +0800 Subject: [PATCH] WMS任务(1.入库,101.出库) --- src/main/webapp/static/wms/js/wrkMast/wrkMast.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/wms/js/wrkMast/wrkMast.js b/src/main/webapp/static/wms/js/wrkMast/wrkMast.js index 13a9de9..e702b10 100644 --- a/src/main/webapp/static/wms/js/wrkMast/wrkMast.js +++ b/src/main/webapp/static/wms/js/wrkMast/wrkMast.js @@ -26,6 +26,7 @@ cellMinWidth: 50, cols: [[ {type: 'checkbox'} + , {field: 'wmsWrkNo', align: 'center', title: 'WMS浠诲姟鍙�', sort: true, width: 85} , {field: 'wrkNo', align: 'center', title: '浠诲姟鍙�', sort: true, width: 85} , {field: 'ioTime$', align: 'center', title: '浠诲姟鏃堕棿', sort: true, width: 160} , {field: 'durationTime', align: 'center', title: '鎸佺画鏃堕暱', width: 160} @@ -73,7 +74,7 @@ // return html; // }} - , {fixed: 'right', title: '鎿嶄綔', align: 'left', toolbar: '#operate', width: 120} + , {fixed: 'right', title: '鎿嶄綔', align: 'center', toolbar: '#operate', width: 110} ]], request: { pageName: 'curr', -- Gitblit v1.9.1