|
|
@@ -3,13 +3,13 @@
|
|
|
<retrievalForm :fields="retrievalFields" @submit="handleFormSubmit" @toggleCollapse="toggleCollapse"
|
|
|
@areaSelectChange="areaSelectChange"></retrievalForm>
|
|
|
<kt-common-table :data="pageResult" :columns="columns" element-loading-text="加载中..." v-loading="loading"
|
|
|
- :showBatchDelete="false" @findPage="findPage"
|
|
|
+ :showBatchDelete="false" @findPage="findPage"
|
|
|
:buttonDropdown="dropdownOption"
|
|
|
button3Name="状态更新"
|
|
|
button3Type="text"
|
|
|
@handleButton3="querystatus"
|
|
|
- button2Name="报价轨迹" button2Type="text" @handleButton2="trajectory"
|
|
|
- button5Name="详情" button5Type="text" @handleButton5="detailFun"
|
|
|
+ button2Name="报价轨迹" button2Type="text" @handleButton2="trajectory"
|
|
|
+ button5Name="详情" button5Type="text" @handleButton5="detailFun"
|
|
|
button4Name="转发记录" button4Type="text" @handleButton4="forwardingRecords"
|
|
|
:operationWidth="300"></kt-common-table>
|
|
|
<el-dialog title="转发" :visible.sync="dialogVisible" width="30%">
|
|
|
@@ -106,7 +106,27 @@ export default {
|
|
|
},
|
|
|
click:(row)=>this.cancelorder(row)
|
|
|
},
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ columns: [
|
|
|
+ { prop: "subOrderId", 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 },
|
|
|
+ // { prop: "insCompany", label: "保险公司", minWidth: 120 },
|
|
|
+ { prop: "partnerCompaniesName", label: "合作公司", minWidth: 120 },
|
|
|
+ // { prop: "agreementName", label: "协议", minWidth: 160 },
|
|
|
+ { prop: "licenseno", label: "车牌号", minWidth: 160 },
|
|
|
+ { prop: "insuredname", label: "投保人姓名", minWidth: 120 },
|
|
|
+ { prop: "jqpremium", label: "交强险保费", minWidth: 120 },
|
|
|
+ { prop: "sypremium", label: "商业险保费", minWidth: 120 },
|
|
|
+ { prop: "taxamount", label: "车船税", minWidth: 120 },
|
|
|
+
|
|
|
+ { prop: "jypremium", label: "驾意险保费", minWidth: 120 },
|
|
|
+ {prop: "underwritingStatus", label: "核保通过方式", minWidth: 180, formatter: this.underwritingMethodFormatter },
|
|
|
+ { prop: "userid", label: "业务员工号", minWidth: 180 },
|
|
|
+ { prop: "createtime", label: "录单日期", minWidth: 160 },
|
|
|
+ ],
|
|
|
}
|
|
|
},
|
|
|
mixins: [mixin],
|
|
|
@@ -119,6 +139,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
methods: {
|
|
|
+
|
|
|
querystatus(item) {
|
|
|
let inscompany = {
|
|
|
国任财险: "updateOrderInfoGuoren",
|