From 4cca607ddce9577864b8a5c9c8edf7c83915b787 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期四, 23 十月 2025 12:32:34 +0800
Subject: [PATCH] 修改物料信息删除方法
---
新建文件夹/WMS/config/buttons.js | 18 ++++++++++++++++++
1 files changed, 18 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 67c05e7..5700b9b 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"
@@ -180,6 +180,24 @@
onClick: function () {
}
},
+{
+ name: "鐩樼偣",
+ icon: '',
+ class: '',
+ value: 'PD',
+ type: 'success',
+ onClick: function (){
+ }
+},
+{
+ name: "鍚屾",
+ icon: '',
+ class: '',
+ value: 'TB',
+ type: 'success',
+ onClick: function (){
+ }
+},
]
export default buttons
\ No newline at end of file
--
Gitblit v1.9.3