|
|
@ -181,7 +181,7 @@ const handleExport = async () => { |
|
|
|
// 发起导出 |
|
|
|
exportLoading.value = true |
|
|
|
const data = await TransactionApi.exportTransaction(tableObject.params) |
|
|
|
download.excel(data, '事务类型.xlsx') |
|
|
|
download.excel(data, '库存事务.xlsx') |
|
|
|
} catch { |
|
|
|
} finally { |
|
|
|
exportLoading.value = false |
|
|
@ -196,7 +196,7 @@ const handleImport = () => { |
|
|
|
// 导入附件弹窗所需的参数 |
|
|
|
const importTemplateData = reactive({ |
|
|
|
templateUrl: '', |
|
|
|
templateTitle: '事务类型导入模版.xlsx' |
|
|
|
templateTitle: '库存事务导入模版.xlsx' |
|
|
|
}) |
|
|
|
// 导入成功之后 |
|
|
|
const importSuccess = () => { |
|
|
|