From 8f960309c161e51fb5d3a063908c93e42d2b8c96 Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Sat, 12 Oct 2024 13:39:59 +0800 Subject: [PATCH] =?UTF-8?q?YT-329=E9=9A=94=E7=A6=BB=E6=94=B6=E8=B4=A7?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=EF=BC=8C=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/wms/productreceiptJobMain/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/wms/productreceiptJobMain/index.ts b/src/api/wms/productreceiptJobMain/index.ts index 3464939cc..e18fece95 100644 --- a/src/api/wms/productreceiptJobMain/index.ts +++ b/src/api/wms/productreceiptJobMain/index.ts @@ -101,12 +101,12 @@ export const deleteProductreceiptJobMain = async (id: number) => { // 导出制品收货任务主 Excel export const exportProductreceiptJobMain = async (params) => { - params.type = 'predict' + params.type = 'scrap' if (params.isSearch) { const cmd = { 'column':'type', 'action':'==', - 'value':'predict' + 'value':'scrap' } params.filters.push(cmd) const data = {...params}