|
|
@ -945,7 +945,7 @@ const exportStatementDetail = async (masterId) => { |
|
|
|
} |
|
|
|
const excelTitle = ref(route.meta.title) |
|
|
|
const data = await SupplierinvoiceRequestMainApi.exportStatementDetail(params) |
|
|
|
download.excel(data, `【${excelTitle.value}明细】【${formatDate(new Date())}】.xlsx`) |
|
|
|
download.excel(data, `【供应商开票打印对账单明细】【${formatDate(new Date())}】.xlsx`) |
|
|
|
} catch { |
|
|
|
} finally { |
|
|
|
tableObject.loading = false |
|
|
|