|
|
@ -405,7 +405,7 @@ const handleExport = async () => { |
|
|
|
// 发起导出 |
|
|
|
exportLoading.value = true |
|
|
|
const data = await ModelDeliTimeDetailApi.exportSupplierAddrDeliTimeDetail(tableObject.params) |
|
|
|
download.excel(data, '供应商地点便次时间配置明细.xlsx') |
|
|
|
download.excel(data, '受入号便次时间配置.xlsx') |
|
|
|
} catch { |
|
|
|
} finally { |
|
|
|
exportLoading.value = false |
|
|
@ -420,7 +420,7 @@ const handleImport = () => { |
|
|
|
// 导入附件弹窗所需的参数 |
|
|
|
const importTemplateData = reactive({ |
|
|
|
templateUrl: '', |
|
|
|
templateTitle: '供应商地点便次时间配置明细导入模版.xlsx' |
|
|
|
templateTitle: '受入号便次时间配置导入模版.xlsx' |
|
|
|
}) |
|
|
|
// 导入成功之后 |
|
|
|
const importSuccess = () => { |
|
|
|