From 25be6fbad7853391a52d3a56752cd1c308c2dfd0 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期二, 14 五月 2024 15:40:30 +0800
Subject: [PATCH] 添加AGV任务删除功能
---
代码管理/WMS/WMS_Client/src/extension/widesea_wms/system/dt_inventory.js | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Client/src/extension/widesea_wms/system/dt_inventory.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Client/src/extension/widesea_wms/system/dt_inventory.js"
index 8935403..cddef02 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Client/src/extension/widesea_wms/system/dt_inventory.js"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Client/src/extension/widesea_wms/system/dt_inventory.js"
@@ -32,7 +32,24 @@
// this.$Message.success('鐐瑰嚮浜嗘寜閽�');
// }
// });
-
+ this.buttons.forEach(x => {
+ if(x.value == 'Add')
+ {
+ x.name = '浜哄伐鍏ュ簱'
+ }
+ });
+ this.buttons.forEach(x => {
+ if(x.value == 'Update')
+ {
+ x.name = '浜哄伐绉诲簱';
+ }
+ });
+ this.buttons.forEach(x => {
+ if(x.value == 'Delete')
+ {
+ x.name = '浜哄伐鍑哄簱'
+ }
+ });
//绀轰緥锛氳缃慨鏀规柊寤恒�佺紪杈戝脊鍑烘瀛楁鏍囩鐨勯暱搴�
// this.boxOptions.labelWidth = 150;
},
--
Gitblit v1.9.3