From 8b150adba61ff2de1800c0fb99410847833b1642 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期四, 21 十一月 2024 11:11:39 +0800
Subject: [PATCH] Create .gitignore

---
 代码管理/WMS/WIDESEA_WMSClient/config/buttons.js |   29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/config/buttons.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/config/buttons.js"
index dc84b3a..deec6b9 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/config/buttons.js"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/config/buttons.js"
@@ -101,7 +101,25 @@
     }
 },
 {
-    name: "鍙� 娑� 浠� 鍔�",
+    name: "鎵� 鍔� 鍑� 搴�",
+    icon: 'el-icon-plus',
+    value: 'HandOutbound',
+    type: 'success',
+    onClick: function () {
+
+    }
+},
+{
+    name: "浜� 宸� 鎵� 鍔� 鍑� 搴�",
+    icon: 'el-icon-plus',
+    value: 'HandOutboundt',
+    type: 'danger',
+    onClick: function () {
+
+    }
+},
+{
+    name: "鎵� 鍔� 瀹� 鎴�",
     icon: '',
     class: '',
     value: 'TaskHandCancel',
@@ -109,6 +127,15 @@
     }
 },
 {
+    name: "浠� 鍔� 鍙� 娑�",
+    icon: 'el-icon-delete',
+    class: '',
+    type: 'danger',
+    value: 'TaskCancellation',
+    onClick: function () {
+    }
+},
+{
     name: "浠诲姟鎭㈠",
     icon: '',
     class: '',

--
Gitblit v1.9.3