|
@@ -170,22 +170,26 @@
|
|
<text v-if="totalitem.result.iszdj==0" style="color: red;">假单交</text>
|
|
<text v-if="totalitem.result.iszdj==0" style="color: red;">假单交</text>
|
|
<text v-else="totalitem.result.iszdj==1" style="color: red;">真单交</text>
|
|
<text v-else="totalitem.result.iszdj==1" style="color: red;">真单交</text>
|
|
</template>
|
|
</template>
|
|
- <view class="dis a-c j-s" v-if="totalitem.checked">
|
|
|
|
- <u-form-item label="报价协议选择" :prop="totalitem.agreementId" label-width="200"
|
|
|
|
- :border-bottom='false' style="padding: 0;">
|
|
|
|
- <u-input type="select" :select-open="totalitem.selectShow"
|
|
|
|
- v-model="totalitem.agreementName" placeholder="请选择协议"
|
|
|
|
- @click="totalitem.selectShow = true"></u-input>
|
|
|
|
- <u-select mode="single-column" :list="totalitem.agreement" value-name="id"
|
|
|
|
- label-name="agreementName" v-model="totalitem.selectShow"
|
|
|
|
- @confirm="val=>selectConfirm(val,totalindex)"></u-select>
|
|
|
|
- </u-form-item>
|
|
|
|
- <u-button v-if="totalitem.namesimple == '紫金财险'" size="mini " type="warning"
|
|
|
|
- :hair-line="false" @click="zijinPopupshow=true"
|
|
|
|
- style="margin-left: 10px;">意外险选择</u-button>
|
|
|
|
- <u-button v-if="totalitem.namesimple == '国任财险'" size="mini " type="warning"
|
|
|
|
- :hair-line="false" @click="guoRencontributing(totalitem.agreementId)"
|
|
|
|
- style="margin-left: 10px;">特约选择</u-button>
|
|
|
|
|
|
+ <view class="dis j-s f-c" v-if="totalitem.checked">
|
|
|
|
+ <view class="dis j-s a-c">
|
|
|
|
+ <u-form-item label="报价协议选择" :prop="totalitem.agreementId" label-width="200"
|
|
|
|
+ :border-bottom='false' style="padding: 0;">
|
|
|
|
+ <u-input type="select" :select-open="totalitem.selectShow"
|
|
|
|
+ v-model="totalitem.agreementName" placeholder="请选择协议"
|
|
|
|
+ @click="totalitem.selectShow = true"></u-input>
|
|
|
|
+ <u-select mode="single-column" :list="totalitem.agreement" value-name="id"
|
|
|
|
+ label-name="agreementName" v-model="totalitem.selectShow"
|
|
|
|
+ @confirm="val=>selectConfirm(val,totalindex)"></u-select>
|
|
|
|
+ </u-form-item>
|
|
|
|
+ <u-button v-if="totalitem.namesimple == '紫金财险'" size="mini " type="warning"
|
|
|
|
+ :hair-line="false" @click="zijinPopupshow=true"
|
|
|
|
+ style="margin-left: 10px;">意外险选择</u-button>
|
|
|
|
+ <u-button v-if="totalitem.namesimple == '国任财险'" size="mini " type="warning"
|
|
|
|
+ :hair-line="false" @click="guoRencontributing(totalitem.agreementId)"
|
|
|
|
+ style="margin-left: 10px;">特约选择</u-button>
|
|
|
|
+ </view>
|
|
|
|
+ <text
|
|
|
|
+ style="color: #ff9000;font-weight: bold;">{{totalitem.underwritingDescription}}</text>
|
|
</view>
|
|
</view>
|
|
<template
|
|
<template
|
|
v-if="totalitem.namesimple == '中国人寿' && totalitem.checked && totalitem.agreementId && renshouaccidentalDrivingVo.id">
|
|
v-if="totalitem.namesimple == '中国人寿' && totalitem.checked && totalitem.agreementId && renshouaccidentalDrivingVo.id">
|
|
@@ -1597,6 +1601,8 @@
|
|
this.totalCompanyList[index].agreementName = this.totalCompanyList[index].agreement[0]
|
|
this.totalCompanyList[index].agreementName = this.totalCompanyList[index].agreement[0]
|
|
.agreementName;
|
|
.agreementName;
|
|
this.totalCompanyList[index].apiType = this.totalCompanyList[index].agreement[0].extra;
|
|
this.totalCompanyList[index].apiType = this.totalCompanyList[index].agreement[0].extra;
|
|
|
|
+ this.totalCompanyList[index].underwritingDescription = this.totalCompanyList[index].agreement[0]
|
|
|
|
+ .underwritingDescription;
|
|
switch (ins) {
|
|
switch (ins) {
|
|
case '永诚财险':
|
|
case '永诚财险':
|
|
let yccallback = await this.$http.post('/api/yongCheng/gainAccidentList', {
|
|
let yccallback = await this.$http.post('/api/yongCheng/gainAccidentList', {
|
|
@@ -1870,6 +1876,7 @@
|
|
ele["agreementName"] = "";
|
|
ele["agreementName"] = "";
|
|
ele["apiType"] = "";
|
|
ele["apiType"] = "";
|
|
ele["selectShow"] = false;
|
|
ele["selectShow"] = false;
|
|
|
|
+ ele['underwritingDescription'] = "";
|
|
})
|
|
})
|
|
if (this.insAreaCompanyEditingDtos.length > 0) {
|
|
if (this.insAreaCompanyEditingDtos.length > 0) {
|
|
commpanykad.data.forEach((val, index) => {
|
|
commpanykad.data.forEach((val, index) => {
|