|
|
@@ -40,19 +40,19 @@ export const mixin = { // 导出混入对象
|
|
|
label: '订单号',
|
|
|
type: 'input',
|
|
|
},
|
|
|
- {
|
|
|
- name: 'companyId',
|
|
|
- label: '保险公司',
|
|
|
- type: 'select',
|
|
|
- options: []
|
|
|
- },
|
|
|
- {
|
|
|
- name: 'agreeId',
|
|
|
- label: '协议选择',
|
|
|
- type: 'select',
|
|
|
- options: [],
|
|
|
- optionsIabel: "agreementName",
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // name: 'companyId',
|
|
|
+ // label: '保险公司',
|
|
|
+ // type: 'select',
|
|
|
+ // options: []
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // name: 'agreeId',
|
|
|
+ // label: '协议选择',
|
|
|
+ // type: 'select',
|
|
|
+ // options: [],
|
|
|
+ // optionsIabel: "agreementName",
|
|
|
+ // },
|
|
|
{
|
|
|
name: 'licenseNo',
|
|
|
label: '车牌号',
|
|
|
@@ -126,9 +126,9 @@ export const mixin = { // 导出混入对象
|
|
|
{ prop: "subOrderId", label: "订单号", minWidth: 180 },
|
|
|
{ prop: "userid", label: "业务员", minWidth: 160, formatter: this.useridFormatter },
|
|
|
{ prop: "managementSource", label: "机构来源", minWidth: 160, formatter: this.managementSourceFormatter },
|
|
|
- { prop: "insCompany", label: "保险公司", minWidth: 120 },
|
|
|
+ // { prop: "insCompany", label: "保险公司", minWidth: 120 },
|
|
|
{ prop: "partnerCompaniesName", label: "合作公司", minWidth: 120 },
|
|
|
- { prop: "agreementName", label: "协议", minWidth: 160 },
|
|
|
+ // { prop: "agreementName", label: "协议", minWidth: 160 },
|
|
|
{ prop: "licenseno", label: "车牌号", minWidth: 160 },
|
|
|
{ prop: "insuredname", label: "投保人姓名", minWidth: 120 },
|
|
|
{ prop: "product", label: "投保险种", minWidth: 100 },
|
|
|
@@ -138,9 +138,13 @@ export const mixin = { // 导出混入对象
|
|
|
{ prop: "subOrderId", label: "订单号", minWidth: 180 },
|
|
|
{ prop: "userid", label: "业务员", minWidth: 160, formatter: this.useridFormatter },
|
|
|
{ prop: "managementSource", label: "机构来源", minWidth: 160, formatter: this.managementSourceFormatter },
|
|
|
- { prop: "insCompany", label: "保险公司", minWidth: 120 },
|
|
|
- { prop: "partnerCompaniesName", label: "合作公司", minWidth: 120 },
|
|
|
- { prop: "agreementName", label: "协议", minWidth: 160 },
|
|
|
+ // { prop: "insCompany", label: "保险公司", minWidth: 120 },
|
|
|
+ { prop: "partnerCompaniesName", label: "已承保公司", minWidth: 120 },
|
|
|
+ // { prop: "agreementName", label: "协议", minWidth: 160 },
|
|
|
+ { prop: "jqpremium", label: "交强险保费", minWidth: 160 },
|
|
|
+ { prop: "sypremium", label: "商业险保费", minWidth: 160 },
|
|
|
+ { prop: "jypremium", label: "驾意险保费", minWidth: 160 },
|
|
|
+
|
|
|
{ prop: "licenseno", label: "车牌号", minWidth: 160 },
|
|
|
{ prop: "isExternal", label: "外部订单", formatter: this.isExternalFormatter},
|
|
|
{ prop: "insuredname", label: "投保人姓名", minWidth: 120 },
|