From 0b5ccdca6263cf7a2cee460f30c76ef1efea2811 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期六, 27 四月 2024 17:47:27 +0800 Subject: [PATCH] 人工出库,人工入库,人工移库,PDA扫码确认外协物料已被取走接口 --- 代码管理/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