From 53d6a24cb335b0c9b4449e1211ce8ea644d68d67 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期五, 31 五月 2024 20:48:53 +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