|
@ -656,7 +656,7 @@ const importSuccess = () => { |
|
|
handlePrintAll(clicKRowId.value) |
|
|
handlePrintAll(clicKRowId.value) |
|
|
}else if(val === 'export-detail'){ |
|
|
}else if(val === 'export-detail'){ |
|
|
console.log("导出明细:",clicKRowId.value) |
|
|
console.log("导出明细:",clicKRowId.value) |
|
|
handleDetailExport() |
|
|
handleDetailExport(clicKRowId.value) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -680,7 +680,10 @@ const importSuccess = () => { |
|
|
await message.exportConfirm() |
|
|
await message.exportConfirm() |
|
|
// 发起导出导出明细 |
|
|
// 发起导出导出明细 |
|
|
exportLoadingDetail.value = true |
|
|
exportLoadingDetail.value = true |
|
|
const data = await SupplierinvoiceRequestMainApi.exportSupplierinvoiceRequestDetail(masterId) |
|
|
let params = { |
|
|
|
|
|
masterId: masterId |
|
|
|
|
|
} |
|
|
|
|
|
const data = await SupplierinvoiceRequestMainApi.exportSupplierinvoiceRequestDetail(params) |
|
|
download.excel(data, '供应商发票申请明细.xlsx') |
|
|
download.excel(data, '供应商发票申请明细.xlsx') |
|
|
} catch { |
|
|
} catch { |
|
|
} finally { |
|
|
} finally { |
|
|