lihongxiao %!s(int64=2) %!d(string=hai) anos
pai
achega
97aa499bec

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

@@ -239,7 +239,8 @@ export default {
                     agreementType: '2',
                     isNotCar: '0',
                     isNotDocumentary: '0',
-                    handlingFeesStatus: '0'
+                    handlingFeesStatus: '0',
+                    isSettlement: '1',
                 })
                 .then(res => {
                     if (res.code == 200) {

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

@@ -260,7 +260,7 @@ export default {
             this.formDetail = row
             this.findPageDetail(row)
         },
-        findPageDetail(data) {
+        s(data) {
             this.tableConfigDetail.loading = true
             this.$api.task
                 .invicdetai({
@@ -268,8 +268,8 @@ export default {
                     agreementType: '2',
                     isNotCar: '1',
                     isNotDocumentary: '0',
-                    handlingFeesStatus: '0'
-
+                    handlingFeesStatus: '0',
+                    isSettlement: '1',
                 })
                 .then(res => {
                     if (res.code == 200) {