From 1ff9f4e6ba64ebad9ccf0367d6d23c75cc27dd27 Mon Sep 17 00:00:00 2001 From: 肖洋 <cathay_xy@163.com> Date: 星期日, 22 十二月 2024 18:47:16 +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