From 2d3d006620bb15a2350c516f050058e5f84c7bf8 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期二, 21 五月 2024 17:03:44 +0800 Subject: [PATCH] 添加人工一键下料功能,人工一键切换托盘功能,优化任务等级 --- 代码管理/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