Просмотр исходного кода

私有协议-手续费结算报表查看明细跳转页面调整

@dongkboy 2 месяцев назад
Родитель
Сommit
96f5a113da
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/views/receivable/handingFee/report.vue

+ 3 - 3
src/views/receivable/handingFee/report.vue

@@ -638,9 +638,9 @@ const handleSettlementDetail = (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) => {