From 4a9a4bf3549ec092749269e01fe2375f19e81b38 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Thu, 11 Apr 2024 13:10:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/disposition/defaultButtons.ts | 2 +- .../purchasereceipt/purchasereceiptRecordMain/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/disposition/defaultButtons.ts b/src/utils/disposition/defaultButtons.ts index 36f241725..a427b2449 100644 --- a/src/utils/disposition/defaultButtons.ts +++ b/src/utils/disposition/defaultButtons.ts @@ -768,7 +768,7 @@ export function mainListDocumentPrintBtn(option:any) { // 主列表-生成到货检验申请 export function mainInspectRequestBtn(option:any) { return __defaultBtnOption(option,{ - label: '生成到货检验申请', + label: '发送到货检验申请', name: 'inspectRequest', hide: false, type: 'primary', diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue index c8e712d5d..02a5a48d1 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue @@ -190,7 +190,7 @@ const handleCreateInspectRequest = async (number:string) => { try{ await message.confirm(t('确认生成到货检验申请吗?')) tableObject.loading = true - await PurchasereceiptRecordMainApi.createPutawayRequest(number) + await PurchasereceiptRecordMainApi.createInspectRequest(number) message.success(t('到货检验申请生成成功')) await getList() }catch{}finally{