From 7a6aee85e03339b2651e762a5c258a688894de09 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期六, 20 五月 2023 16:42:50 +0800
Subject: [PATCH] WMS任务(11.库位移转)
---
src/main/webapp/static/wms/js/wrkMast/wrkMast.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/wms/js/wrkMast/wrkMast.js b/src/main/webapp/static/wms/js/wrkMast/wrkMast.js
index 700a342..e702b10 100644
--- a/src/main/webapp/static/wms/js/wrkMast/wrkMast.js
+++ b/src/main/webapp/static/wms/js/wrkMast/wrkMast.js
@@ -26,11 +26,12 @@
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}
, {field: 'wrkSts$', align: 'center', title: '浠诲姟鐘舵��'}
- , {field: 'ioType$', align: 'center', title: '鍏ュ嚭搴撶被鍨�'}
+ , {field: 'ioType$', align: 'center', title: '浠诲姟绫诲瀷'}
, {field: 'ioPri', align: 'center', title: '浼樺厛绾�'}
, {field: 'crnNo$', align: 'center', title: '鍫嗗灈鏈�'}
, {field: 'sourceStaNo$', align: 'center', title: '婧愮珯'}
@@ -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