From e6d6d789a476ea80e13919e8f4b7976a9f887671 Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Sat, 12 Oct 2024 11:55:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=94=E7=A6=BB=E6=94=B6=E8=B4=A7=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=EF=BC=8C=E5=AF=BC=E5=87=BA=E4=B8=8D=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=EF=BC=8C=E5=BA=94=E6=98=BE=E7=A4=BA=E6=95=B0=E6=8D=AE=EF=BC=8C?= =?UTF-8?q?=E7=8E=B0=E4=B8=8D=E6=98=BE=E7=A4=BA=20=20=20YT-326?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/wms/productreceiptRequestMain/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/wms/productreceiptRequestMain/index.ts b/src/api/wms/productreceiptRequestMain/index.ts index d809c5efa..58529a98f 100644 --- a/src/api/wms/productreceiptRequestMain/index.ts +++ b/src/api/wms/productreceiptRequestMain/index.ts @@ -84,7 +84,7 @@ export const deleteProductreceiptRequestMain = async (id: number) => { // 导出制品收货申请主 Excel export const exportProductreceiptRequestMain = async (params) => { - params.type = 'predict' + params.type = 'scrap' if (params.isSearch) { const data = {...params} return await request.downloadPost({ url: `/wms/productreceipt-request-main/export-excel-senior`, data })