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}