|
|
@ -361,7 +361,7 @@ const handleImport1 = () => { |
|
|
|
// 导入附件弹窗所需的参数 |
|
|
|
const importTemplateData1 = reactive({ |
|
|
|
templateUrl: '', |
|
|
|
templateTitle: `【${route.meta.title}】导入模版.xlsx` |
|
|
|
templateTitle: `【供应商物料地点】导入模版.xlsx` |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
@ -395,6 +395,6 @@ onMounted(async() => { |
|
|
|
available: 'TRUE' |
|
|
|
} |
|
|
|
getList() |
|
|
|
importTemplateData1.templateUrl = await SupplieritemApi.importTemplate() |
|
|
|
importTemplateData1.templateUrl = await SupplieritemApi.exportSupplieritemSCP({}) |
|
|
|
}) |
|
|
|
</script> |
|
|
|