From a18249404f0b3003a6b7c3df7775805edc06f756 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期四, 27 六月 2024 17:46:27 +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