|
|
@@ -124,7 +124,7 @@ export const mixin = { // 导出混入对象
|
|
|
pageResult: {},
|
|
|
columns: [
|
|
|
{ prop: "subOrderId", label: "订单号", minWidth: 180 },
|
|
|
- { prop: "userid", label: "业务员工号", minWidth: 180 },
|
|
|
+ { prop: "product", label: "投保险种", minWidth: 100 },
|
|
|
{ prop: "username", label: "业务员姓名", minWidth: 180 },
|
|
|
// { prop: "userid", label: "业务员", minWidth: 160, formatter: this.useridFormatter },
|
|
|
{ prop: "managementSource", label: "业务来源", minWidth: 160, formatter: this.managementSourceFormatter },
|
|
|
@@ -133,12 +133,12 @@ export const mixin = { // 导出混入对象
|
|
|
// { prop: "agreementName", label: "协议", minWidth: 160 },
|
|
|
{ prop: "licenseno", label: "车牌号", minWidth: 160 },
|
|
|
{ prop: "insuredname", label: "投保人姓名", minWidth: 120 },
|
|
|
- { prop: "product", label: "投保险种", minWidth: 100 },
|
|
|
+ { prop: "userid", label: "业务员工号", minWidth: 180 },
|
|
|
{ prop: "createtime", label: "录单日期", minWidth: 160},
|
|
|
],
|
|
|
columns1: [
|
|
|
{ prop: "subOrderId", label: "订单号", minWidth: 180 },
|
|
|
- { prop: "userid", label: "业务员工号", minWidth: 180 },
|
|
|
+ { prop: "product", label: "投保险种", minWidth: 100 },
|
|
|
{ prop: "username", label: "业务员姓名", minWidth: 180 },
|
|
|
// { prop: "userid", label: "业务员", minWidth: 160, formatter: this.useridFormatter },
|
|
|
{ prop: "managementSource", label: "业务来源", minWidth: 160, formatter: this.managementSourceFormatter },
|
|
|
@@ -147,17 +147,12 @@ export const mixin = { // 导出混入对象
|
|
|
{ prop: "licenseno", label: "车牌号", minWidth: 160 },
|
|
|
{ prop: "jqpremium", label: "交强险保费", minWidth: 160 },
|
|
|
{ prop: "sypremium", label: "商业险保费", minWidth: 160 },
|
|
|
-
|
|
|
-
|
|
|
// { prop: "agreementName", label: "协议", minWidth: 160 },
|
|
|
{ prop: "taxamount", label: "车船税", minWidth: 160 },
|
|
|
{ prop: "jypremium", label: "驾意险保费", minWidth: 160 },
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
// { prop: "isExternal", label: "外部订单", formatter: this.isExternalFormatter},
|
|
|
{ prop: "insuredname", label: "投保人姓名", minWidth: 120 },
|
|
|
- { prop: "product", label: "投保险种", minWidth: 100 },
|
|
|
+ { prop: "userid", label: "业务员工号", minWidth: 180 },
|
|
|
{ prop: "createtime", label: "录单日期", minWidth: 160},
|
|
|
],
|
|
|
statusoptions: "",
|