From 8c9ea4fb36c8d1c2b2d2d517d63504b90f530f8c Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期四, 19 十二月 2024 15:41:19 +0800 Subject: [PATCH] 同步,火警出库 --- Code Management/WMS/WIDESEA_WMSClient/src/api/buttons.js | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/api/buttons.js b/Code Management/WMS/WIDESEA_WMSClient/src/api/buttons.js index e2fc8de..a9ded9d 100644 --- a/Code Management/WMS/WIDESEA_WMSClient/src/api/buttons.js +++ b/Code Management/WMS/WIDESEA_WMSClient/src/api/buttons.js @@ -103,6 +103,26 @@ onClick: function () { this.printClick() } + },{ + name: '浠诲姟瀹屾垚', + // icon: 'el-icon-printer', + type: 'primary', + // plain: true, + color: '#529b2e', + value: 'TaskHandComplete', + onClick: function () { + + } + },{ + name: '鐩存帴鍑哄簱', + // icon: 'el-icon-printer', + type: 'primary', + // plain: true, + color: '#529b2e', + value: 'OutBound', + onClick: function () { + + } } ] -- Gitblit v1.9.3