From 23f7d0e0cf31ea6a7cde81bf23ef07091bd4f3a7 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期一, 03 十一月 2025 14:22:35 +0800
Subject: [PATCH] 添加人工触发调拨单

---
 新建文件夹/WMS/config/buttons.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/config/buttons.js" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/config/buttons.js"
index 5700b9b..9cf6514 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/config/buttons.js"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/config/buttons.js"
@@ -198,6 +198,15 @@
     onClick: function (){
     }
 },
+{
+    name: "瀹屾垚",
+    icon: '',
+    class: '',
+    value: 'Complete',
+    type: 'success',
+    onClick: function (){
+    }
+}
 ]
 
 export default buttons
\ No newline at end of file

--
Gitblit v1.9.3