|
@ -295,7 +295,7 @@ const handleExport = async () => { |
|
|
download.excel(data, `${t('ts.采购收货记录主')}.xlsx`) |
|
|
download.excel(data, `${t('ts.采购收货记录主')}.xlsx`) |
|
|
}else{ |
|
|
}else{ |
|
|
const data = await PurchasereceiptRecordMainApi.exportPurchasereceiptRecordRefuseMain(tableObject.params) |
|
|
const data = await PurchasereceiptRecordMainApi.exportPurchasereceiptRecordRefuseMain(tableObject.params) |
|
|
download.excel(data, `${t('ts.采购收货记录主')}.xlsx`) |
|
|
download.excel(data, `${t('ts.采购拒收记录主')}.xlsx`) |
|
|
} |
|
|
} |
|
|
} catch { |
|
|
} catch { |
|
|
} finally { |
|
|
} finally { |
|
|