|
|
@@ -1075,7 +1075,6 @@
|
|
|
:header-cell-style="{ background: '#F2F7FC', fontWeight: '700', color: '#ee7000' }" highlight-current-row>
|
|
|
<el-table-column prop="inscompany" label="保险公司" align="center"></el-table-column>
|
|
|
<el-table-column prop="username" label="业务员" align="center"></el-table-column>
|
|
|
- <el-table-column prop="userid" label="工号" align="center"></el-table-column>
|
|
|
<el-table-column prop="licenseno" label="车牌号" align="center"></el-table-column>
|
|
|
<el-table-column prop="createtime" label="报价时间" align="center"></el-table-column>
|
|
|
<el-table-column prop="jqpremium" label="交强险" align="center"></el-table-column>
|
|
|
@@ -1091,7 +1090,7 @@
|
|
|
<el-tag v-if="scope.row.orderstatus == '4'" type="danger" size="small">核保退回</el-tag>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="操作" align="center" min-width="100" fixed="right">
|
|
|
+ <el-table-column label="操作" align="center" min-width="180" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" size="small" @click="qoutedetail(scope.row.id)">查看详情</el-button>
|
|
|
<el-button size="small" type="text" style="color:rgb(240, 12, 10)"
|
|
|
@@ -3407,8 +3406,7 @@ export default {
|
|
|
};
|
|
|
this.$api.letter.queryQuoteHistory(params).then(res => {
|
|
|
res.data.forEach(item => {
|
|
|
- item.userid = this.paramsEdit.userid
|
|
|
- item.username = this.paramsEdit.username
|
|
|
+ item.username = this.paramsEdit.username+'('+this.paramsEdit.userid+')'
|
|
|
})
|
|
|
this.HistoryList = res.data;
|
|
|
});
|
|
|
@@ -3772,8 +3770,7 @@ export default {
|
|
|
};
|
|
|
this.$api.letter.queryQuoteHistory(params).then(res => {
|
|
|
res.data.forEach(item => {
|
|
|
- item.userid = this.paramsEdit.userid
|
|
|
- item.username = this.paramsEdit.username
|
|
|
+ item.username = this.paramsEdit.username+'('+this.paramsEdit.userid+')'
|
|
|
})
|
|
|
this.HistoryList = res.data;
|
|
|
});
|
|
|
@@ -4265,8 +4262,7 @@ export default {
|
|
|
};
|
|
|
this.$api.letter.queryQuoteHistory(params).then(res => {
|
|
|
res.data.forEach(item => {
|
|
|
- item.userid = this.paramsEdit.userid
|
|
|
- item.username = this.paramsEdit.username
|
|
|
+ item.username = this.paramsEdit.username+'('+this.paramsEdit.userid+')'
|
|
|
})
|
|
|
this.HistoryList = res.data;
|
|
|
});
|