From a7bd6e538027d876b3122f21c3b1d34663fb2f07 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期日, 25 一月 2026 14:18:51 +0800
Subject: [PATCH] 优化前端,修复库存托盘编号重复和WCS任务重发

---
 项目代码/WMS/WIDESEA_WMSClient/config/buttons.js |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/config/buttons.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/config/buttons.js"
index 7e25d29..058c2fc 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/config/buttons.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/config/buttons.js"
@@ -91,6 +91,23 @@
     type: 'danger',
     onClick: function () {
     }
+},,{
+    name: "鍚敤宸烽亾",
+    icon: '',
+    class: '',
+    value: 'EnableRoadway',
+    type: 'primary',
+    onClick: function () {
+    }
+},
+{
+    name: "绂佺敤宸烽亾",
+    icon: '',
+    class: '',
+    value: 'DisableRoadway',
+    type: 'danger',
+    onClick: function () {
+    }
 },
 {
     name: "鎵� 鍔� 瀹� 鎴�",

--
Gitblit v1.9.3