|
|
@ -204,7 +204,7 @@ const handleExport = async () => { |
|
|
|
// 发起导出 |
|
|
|
exportLoading.value = true |
|
|
|
const data = await ItemcodeConsumeRecordApi.exportItemcodeConsumeRecord(tableObject.params) |
|
|
|
download.excel(data, '品番消耗记录.xlsx') |
|
|
|
download.excel(data, '品番发料消耗记录.xlsx') |
|
|
|
} catch { |
|
|
|
} finally { |
|
|
|
exportLoading.value = false |
|
|
|