lihongxiao 2 年 前
コミット
a57eb0bcca

+ 10 - 8
src/views/FinancialManagement/CarInsurance/CompanySettlement/CarInsurance/InvoicingUnsettled.vue

@@ -111,17 +111,17 @@ export default {
                     },
             ],
             formList1: [
-                {
+              {
                     label: "结算状态",
-                    prop: "handlingFeesStatus",
+                    prop: "settlementStatus",
                     type: "select",
-                    options:[
+                    options: [
                         {
-                            label:'开票已结算',
-                            value:'1'
+                            label: '开票已结算',
+                            value: '2'
                         }, {
-                            label:'开票未结算',
-                            value:'2'
+                            label: '开票未结算',
+                            value: '1'
                         },
                     ]
                 },
@@ -211,7 +211,9 @@ export default {
         agreementType: '2',
         isNotCar: '0',
         isNotDocumentary : '0',
-        handlingFeesStatus:'0'
+        handlingFeesStatus:'0',
+        settlementStatus:data.settlementStatus,
+
     })
     .then(res => {
         if (res.code==200) {

+ 8 - 7
src/views/FinancialManagement/CarInsurance/CompanySettlement/NoCarInsurance/InvoicingUnsettled.vue

@@ -111,15 +111,15 @@ export default {
             formList1: [
                 {
                     label: "结算状态",
-                    prop: "handlingFeesStatus",
+                    prop: "settlementStatus",
                     type: "select",
-                    options:[
+                    options: [
                         {
-                            label:'开票已结算',
-                            value:'1'
+                            label: '开票已结算',
+                            value: '2'
                         }, {
-                            label:'开票未结算',
-                            value:'2'
+                            label: '开票未结算',
+                            value: '1'
                         },
                     ]
                 },
@@ -200,7 +200,8 @@ export default {
                     agreementType: '2',
                     isNotCar: '1',
                     isNotDocumentary : '0',
-                    handlingFeesStatus:'0'
+                    handlingFeesStatus:'0',
+                    settlementStatus:data.settlementStatus,
                 })
                 .then(res => {
                     if (res.code == 200) {