|
@@ -334,7 +334,7 @@
|
|
|
<el-descriptions-item label="商业险保单号">{{ orderInfo.sypolicyno }}</el-descriptions-item>
|
|
<el-descriptions-item label="商业险保单号">{{ orderInfo.sypolicyno }}</el-descriptions-item>
|
|
|
</el-descriptions>
|
|
</el-descriptions>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="Enclosure" v-if="orderInfo">
|
|
|
|
|
|
|
+ <div class="Enclosure" v-if="feeOrderNewVo">
|
|
|
<div class="home flex j-s a-c back">
|
|
<div class="home flex j-s a-c back">
|
|
|
<div class="flex j-s a-c color">
|
|
<div class="flex j-s a-c color">
|
|
|
<img src="../../../../../src/icon/company.png" alt class="icon-img" />
|
|
<img src="../../../../../src/icon/company.png" alt class="icon-img" />
|
|
@@ -342,19 +342,47 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="font-size:12px;width: 100%" class="FeeEnclosure">
|
|
<div style="font-size:12px;width: 100%" class="FeeEnclosure">
|
|
|
- <el-table :data="orderInfo.feeOrderNewVoList" :border="true" width="100%" :stripe="true" size="mini" :header-cell-style="{
|
|
|
|
|
|
|
+ <el-table :data="feeOrderNewVo" :border="true" width="100%" :stripe="true" size="mini" :header-cell-style="{
|
|
|
background: '#F7F7F9',
|
|
background: '#F7F7F9',
|
|
|
fontWeight: '700',
|
|
fontWeight: '700',
|
|
|
color: '#606266',
|
|
color: '#606266',
|
|
|
}">
|
|
}">
|
|
|
- <el-table-column prop="insuranceType" label="险种" ></el-table-column>
|
|
|
|
|
- <el-table-column prop="premium" label="保费"></el-table-column>
|
|
|
|
|
- <el-table-column prop="totalProportion" label="总比例" ></el-table-column>
|
|
|
|
|
- <el-table-column prop="superviseCosts" label="手续费比例" ></el-table-column>
|
|
|
|
|
- <el-table-column prop="otherCostsProportion" label="跟单比例" ></el-table-column>
|
|
|
|
|
- <el-table-column prop="totalAmount" label="总费用" ></el-table-column>
|
|
|
|
|
- <el-table-column prop="sySuperviseCostsPremiums" label="手续费" ></el-table-column>
|
|
|
|
|
- <el-table-column prop="otherCostsPremiums" label="跟单费" ></el-table-column>
|
|
|
|
|
|
|
+ <el-table-column label="入口费用">
|
|
|
|
|
+ <el-table-column prop="insuranceType" label="险种" ></el-table-column>
|
|
|
|
|
+ <el-table-column prop="otherCostsProportion" label="跟单比例" ></el-table-column>
|
|
|
|
|
+ <el-table-column prop="superviseCosts" label="手续费比例" ></el-table-column>
|
|
|
|
|
+ <el-table-column prop="totalProportion" label="总比例" ></el-table-column>
|
|
|
|
|
+ <el-table-column prop="premium" label="保费" ></el-table-column>
|
|
|
|
|
+ <el-table-column prop="otherCostsPremiums" label="跟单费" ></el-table-column>
|
|
|
|
|
+ <el-table-column prop="sySuperviseCostsPremiums" label="手续费" ></el-table-column>
|
|
|
|
|
+ <el-table-column prop="totalAmount" label="总费用" ></el-table-column>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ <el-table-column label="出口费用">
|
|
|
|
|
+ <el-table-column prop="exportInsuranceType" label="险种" ></el-table-column>
|
|
|
|
|
+ <el-table-column prop="exportOtherCostsProportion" label="跟单比例" ></el-table-column>
|
|
|
|
|
+ <el-table-column prop="exportSuperviseCosts" label="手续费比例" ></el-table-column>
|
|
|
|
|
+ <el-table-column prop="exportTotalProportion" label="总比例" ></el-table-column>
|
|
|
|
|
+ <el-table-column prop="exportOtherCostsPremiums" label="跟单费" ></el-table-column>
|
|
|
|
|
+ <el-table-column prop="exportSuperviseCostsPremiums" label="手续费" ></el-table-column>
|
|
|
|
|
+ <el-table-column prop="exportTotalAmount" label="总费用" ></el-table-column>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ </el-table>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="Enclosure" v-if="orderInfo.feeOrderNewVo">
|
|
|
|
|
+ <div class="home flex j-s a-c back">
|
|
|
|
|
+ <div class="flex j-s a-c color">
|
|
|
|
|
+ <img src="../../../../../src/icon/company.png" alt class="icon-img" />
|
|
|
|
|
+ <span style="margin-left:10px;">机构管理费</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div style="font-size:12px;width: 100%" class="FeeEnclosure">
|
|
|
|
|
+ <el-table :data="orderInfo.feeOrderNewVo.deptManagerFee" :border="true" width="100%" :stripe="true" size="mini" :header-cell-style="{
|
|
|
|
|
+ background: '#F7F7F9',
|
|
|
|
|
+ fontWeight: '700',
|
|
|
|
|
+ color: '#606266',
|
|
|
|
|
+ }">
|
|
|
|
|
+ <el-table-column prop="insuranceType" label="险种" ></el-table-column>
|
|
|
<el-table-column prop="deptProportionLevelOne" label="一级管理费比例" ></el-table-column>
|
|
<el-table-column prop="deptProportionLevelOne" label="一级管理费比例" ></el-table-column>
|
|
|
<el-table-column prop="deptProportionLevelTwo" label="二级管理费比例 " ></el-table-column>
|
|
<el-table-column prop="deptProportionLevelTwo" label="二级管理费比例 " ></el-table-column>
|
|
|
<el-table-column prop="deptProportionLevelThree" label="三级管理费比例" ></el-table-column>
|
|
<el-table-column prop="deptProportionLevelThree" label="三级管理费比例" ></el-table-column>
|
|
@@ -413,6 +441,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
|
|
+ feeOrderNewVo:[], //费用明细
|
|
|
oldFeeInfo:[],//原始跟单费用比例
|
|
oldFeeInfo:[],//原始跟单费用比例
|
|
|
adjustFeeDescInfo:{},//调整费用时使用对象
|
|
adjustFeeDescInfo:{},//调整费用时使用对象
|
|
|
adjustFeeFlag:false,
|
|
adjustFeeFlag:false,
|
|
@@ -647,6 +676,21 @@ export default {
|
|
|
}
|
|
}
|
|
|
return ele;
|
|
return ele;
|
|
|
});
|
|
});
|
|
|
|
|
+
|
|
|
|
|
+ if(res.data.feeOrderNewVo.exportFee && res.data.feeOrderNewVo.entranceFee){
|
|
|
|
|
+ res.data.feeOrderNewVo.exportFee.forEach((val,index)=>{
|
|
|
|
|
+ this.feeOrderNewVo.push({
|
|
|
|
|
+ exportInsuranceType:val.insuranceType,
|
|
|
|
|
+ exportOtherCostsPremiums:val.otherCostsPremiums,
|
|
|
|
|
+ exportOtherCostsProportion:val.otherCostsProportion,
|
|
|
|
|
+ exportSuperviseCosts:val.superviseCosts,
|
|
|
|
|
+ exportSuperviseCostsPremiums:val.superviseCostsPremiums,
|
|
|
|
|
+ exportTotalAmount:val.totalAmount,
|
|
|
|
|
+ exportTotalProportion:val.totalProportion,
|
|
|
|
|
+ ...res.data.feeOrderNewVo.entranceFee[index]
|
|
|
|
|
+ })
|
|
|
|
|
+ })
|
|
|
|
|
+ }
|
|
|
this.orderInfo = res.data
|
|
this.orderInfo = res.data
|
|
|
this.feeDetailInfo=res.data.orderFeeResult;
|
|
this.feeDetailInfo=res.data.orderFeeResult;
|
|
|
this.oldFeeInfo=res.data.adjustFeeDescVo;
|
|
this.oldFeeInfo=res.data.adjustFeeDescVo;
|