From d01658c63cd541fe4ea5cec5c4bd7f23b9408cdb Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期六, 18 十月 2025 15:04:56 +0800
Subject: [PATCH] 前端,pda,后端接口更改,新增,优化

---
 WCS/WIDESEAWCS_Client/config/buttons.js |   39 +++++++++++++++++++++++++++++++++++++--
 1 files changed, 37 insertions(+), 2 deletions(-)

diff --git a/WCS/WIDESEAWCS_Client/config/buttons.js b/WCS/WIDESEAWCS_Client/config/buttons.js
index 50c4dfd..9c5b584 100644
--- a/WCS/WIDESEAWCS_Client/config/buttons.js
+++ b/WCS/WIDESEAWCS_Client/config/buttons.js
@@ -136,8 +136,43 @@
     onClick: function () {
         this.export();
     }
-}
-
+},
+{
+    name: "闃荤剨AGV鍑哄簱浠诲姟閲嶅彂",
+    icon: '',
+    class: '',
+    type: 'warning',
+    value: 'AgvZHTaskResend',
+    onClick: function () {
+    }
+},
+{
+    name: "鍫嗗灈鏈轰换鍔¢噸鍙�",
+    icon: '',
+    class: '',
+    type: 'warning',
+    value: 'StackerCraneTaskResending',
+    onClick: function () {
+    }
+},
+{
+    name: "鍫嗗灈鏈轰换鍔′紭鍏堟墽琛�",
+    icon: '',
+    class: '',
+    type: 'warning',
+    value: 'StackerCraneTaskPriority',
+    onClick: function () {
+    }
+},
+{
+    name: "RGV鍏ュ簱浠诲姟閲嶅彂",
+    icon: '',
+    class: '',
+    value: 'RGVTaskResending',
+    type: 'warning',
+    onClick: function () {
+    }
+},
 ]
 
 export default buttons
\ No newline at end of file

--
Gitblit v1.9.3