Răsfoiți Sursa

列表添加外部订单协议

yaoyao 2 ani în urmă
părinte
comite
2a8a210289

+ 15 - 2
src/views/FinancialManagement/CarInsurance/CompanySettlement/CarInsurance/DocumentaryFeesDetail.vue

@@ -511,8 +511,21 @@ export default {
             prop: "agreementName",
             label: "协议名称",
             type: "text"
-          },
-          {
+          },{
+            prop: "isExternal",
+            label: "外部订单",
+            type: "statMap",
+            options: [
+              {
+                label: '否',
+                value: '0'
+              },
+              {
+                label: '是',
+                value: '1'
+              },
+            ]
+          },{
             prop: "policyno",
             label: "交强保单号",
             type: "text"

+ 14 - 0
src/views/FinancialManagement/CarInsurance/CompanySettlement/CarInsurance/HandlingFees.vue

@@ -494,6 +494,20 @@ export default {
             label: "协议名称",
             type: "text"
 
+          },{
+            prop: "isExternal",
+            label: "外部订单",
+            type: "statMap",
+            options: [
+              {
+                label: '否',
+                value: '0'
+              },
+              {
+                label: '是',
+                value: '1'
+              },
+            ]
           }, {
             prop: "policyno",
             label: "交强保单号",

+ 15 - 2
src/views/FinancialManagement/CarInsurance/CompanySettlement/NoCarInsurance/DocumentaryFeesDetail.vue

@@ -442,8 +442,21 @@ export default {
             prop: "agreementName",
             label: "协议名称",
             type: "text"
-          },
-          {
+          },{
+            prop: "isExternal",
+            label: "外部订单",
+            type: "statMap",
+            options: [
+              {
+                label: '否',
+                value: '0'
+              },
+              {
+                label: '是',
+                value: '1'
+              },
+            ]
+          },{
             prop: "noPolicyno",
             label: "非车保单号",
             type: "text"

+ 15 - 2
src/views/FinancialManagement/CarInsurance/CompanySettlement/NoCarInsurance/HandlingFees.vue

@@ -499,8 +499,21 @@ export default {
             prop: "agreementName",
             label: "协议名称",
             type: "text"
-          },
-          {
+          },{
+            prop: "isExternal",
+            label: "外部订单",
+            type: "statMap",
+            options: [
+              {
+                label: '否',
+                value: '0'
+              },
+              {
+                label: '是',
+                value: '1'
+              },
+            ]
+          },{
             label: "非车保单号",
             prop: "noPolicyno",
             type: "text",

+ 15 - 2
src/views/FinancialManagement/CarInsurance/PlatformSettlement/NonVehicleBalance.vue

@@ -573,8 +573,21 @@ export default {
             prop: "agreementName",
             label: "协议名称",
             type: "text"
-          },
-          {
+          },{
+            prop: "isExternal",
+            label: "外部订单",
+            type: "statMap",
+            options: [
+              {
+                label: '否',
+                value: '0'
+              },
+              {
+                label: '是',
+                value: '1'
+              },
+            ]
+          },{
             prop: "policyno",
             label: "交强保单号",
             type: "text"