From 75b207b2b53a89286dfb1515d47da25c3415fc9b Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期二, 23 五月 2023 15:38:31 +0800 Subject: [PATCH] 指令创建和状态更新 --- src/main/webapp/static/wms/js/wmsWrkLog/wmsWrkLog.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/wms/js/wmsWrkLog/wmsWrkLog.js b/src/main/webapp/static/wms/js/wmsWrkLog/wmsWrkLog.js index 401de26..fa9e4d7 100644 --- a/src/main/webapp/static/wms/js/wmsWrkLog/wmsWrkLog.js +++ b/src/main/webapp/static/wms/js/wmsWrkLog/wmsWrkLog.js @@ -41,7 +41,7 @@ ,{field: 'barcode', align: 'center',title: '鏉$爜'} ,{field: 'endTime$', align: 'center',title: '缁撴潫鏃堕棿'} - ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120} + // ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120} ]], request: { pageName: 'curr', -- Gitblit v1.9.1