lihongxiao 2 年之前
父节点
当前提交
60e34d930a

+ 6 - 1
src/views/FinancialManagement/CarInsurance/CompanySettlement/CarInsurance/InvoicedAndSettled.vue

@@ -421,7 +421,12 @@ export default {
         findPageDetailrecorddatail(data) {
             this.tableConfigDetailrecorddetail.loading = true;
             this.$api.task
-                .fncplyFeeQuery({ ...data,ids:this.recorddetailids })
+            .fncplyFeeQuery({ 
+                    partnerCompaniesId: this.formDetail.partnerCompaniesId,
+                    agreementType: '2',
+                    isNotCar: '0',
+                    handlingFeesStatus: '0',
+                    ...data})
                 .then(res => {
                     if (res.code == 200) {
                         this.tableConfigDetailrecorddetail.loading = false;

+ 6 - 1
src/views/FinancialManagement/CarInsurance/CompanySettlement/NoCarInsurance/InvoicedAndSettled.vue

@@ -397,7 +397,12 @@ export default {
         findPageDetailrecorddatail(data) {
             this.tableConfigDetailrecorddetail.loading = true;
             this.$api.task
-                .fncplyFeeQuery({ ...data,ids:this.recorddetailids })
+                .fncplyFeeQuery({ 
+                    partnerCompaniesId: this.formDetail.partnerCompaniesId,
+                    agreementType: '2',
+                    isNotCar: '0',
+                    handlingFeesStatus: '0',
+                    ...data})
                 .then(res => {
                     if (res.code == 200) {
                         this.tableConfigDetailrecorddetail.loading = false;

+ 2 - 0
src/views/FinancialManagement/CarInsurance/PlatformSettlement/NonVehicleBalanceno.vue

@@ -102,7 +102,9 @@ export default {
         ],
         loading:true,
         isPaginationShow:true,
+        showSummary: true,
         isShowIndex: true,
+        tableHeight: 'auto',
         // optBtns:[
         // {
         //     type:'primary',