From 24490a8b8f992ad0d3c531c08455842ff8aef93c Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期四, 23 五月 2024 15:27:00 +0800
Subject: [PATCH] 优化任务下发逻辑

---
 代码管理/WMS/WMS_Client/config/buttons.js |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Client/config/buttons.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Client/config/buttons.js"
index 4f03094..ea491db 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Client/config/buttons.js"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Client/config/buttons.js"
@@ -80,6 +80,50 @@
     onClick: function () {
         this.Upload();
     }
+}, {
+    name: "涓嬫枡浠诲姟",
+    icon: 'el-icon-plus',
+    value: 'AddTask',
+    class: '',
+     plain:true,
+    type: 'success',
+    // plain:true,
+    onClick: function () {
+        this.addTask();
+    }
+}, {
+    name: "鍙栨秷绂佺敤",
+    icon: 'ios-cog',
+    value: 'EnableBtn',
+    class: '',
+    //  plain:true,
+    type: 'success',
+    // plain:true,
+    onClick: function () {
+        // this.addTask();
+    }
+}
+, {
+    name: "绂佺敤",
+    icon: 'ios-cog',
+    value: 'DisEnableBtn',
+    class: '',
+    //  plain:true,
+    type: 'danger',
+    onClick: function () {
+        // this.addTask();
+    }
+}, {
+    name: "鍒囨崲鎵樼洏",
+    icon: 'el-icon-edit',
+    value: 'Trayswitching',
+    class: '',
+     plain:true,
+    type: 'danger',
+    // plain:true,
+    onClick: function () {
+        // this.addTask();
+    }
 }
     // , {
     //     name: "鏁版嵁缁撴瀯",

--
Gitblit v1.9.3