|
@@ -638,9 +638,9 @@ const handleSettlementDetail = (row) => {
|
|
|
}
|
|
}
|
|
|
// 开票明细
|
|
// 开票明细
|
|
|
const handleInvoiceRecord = (row) => {
|
|
const handleInvoiceRecord = (row) => {
|
|
|
- activeName.value = '2'
|
|
|
|
|
- recordForm1.value.companyId = row.id
|
|
|
|
|
- initData2()
|
|
|
|
|
|
|
+ activeName.value = '3'
|
|
|
|
|
+ recordForm2.value.companyId = row.id
|
|
|
|
|
+ initData3(['1'])
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const handleExport = (type) => {
|
|
const handleExport = (type) => {
|