Commit 3184114a authored by Mac's avatar Mac

修改

parent 18d6efb1
......@@ -199,9 +199,9 @@
</div>
</div>
<div class="row">
<div class="col-6">
<!-- <div class="col-6">
<span>建议卖价:{{Number(saveObj.SuggestPrice).toFixed(2)}}</span>
</div>
</div> -->
<div class="col-6">
<span>实际卖价:{{Number(saveObj.SellPrice).toFixed(2)}}</span>
</div>
......@@ -257,7 +257,7 @@
</div>
</div>
<div class="row">
<div class="row">
<div class="col-12">
<span class="stidyRoleLine"></span>
<span>返佣</span>
......@@ -265,33 +265,33 @@
<div style="margin-top: 10px;" v-if="saveObj.CommissionReType==1">返佣类型:比例返佣</div>
<div style="margin-top: 10px;" v-if="saveObj.CommissionReType==2">返佣类型:固定金额返佣</div>
<table class="payTable">
<tr>
<th>同行</th>
<th>{{saveObj.CommissionReType==1?'首报返佣比例':'首报固定金额'}}</th>
<th v-if="saveObj.CommissionReType==1">首报返佣值</th>
<th>{{saveObj.CommissionReType==1?'续费比例':'续费固定金额'}}</th>
<th v-if="saveObj.CommissionReType==1">续费返佣值</th>
</tr>
<tr v-for="(item,index) in saveObj.scalelist" :key="index">
<td>
<span>{{item.Name}}</span>
</td>
<td>
<span>{{item.scale}}{{saveObj.CommissionReType==1?'%':''}}</span>
</td>
<td v-if="saveObj.CommissionReType==1">
<span>{{item.scalevalue}}</span>
</td>
<td>
<span>{{item.continue}}{{saveObj.CommissionReType==1?'%':''}}</span>
</td>
<td v-if="saveObj.CommissionReType==1">
<span>{{item.continuevalue}}</span>
</td>
</tr>
</table>
<tr>
<th>同行</th>
<th>{{saveObj.CommissionReType==1?'首报返佣比例':'首报固定金额'}}</th>
<th v-if="saveObj.CommissionReType==1">首报返佣值</th>
<th>{{saveObj.CommissionReType==1?'续费比例':'续费固定金额'}}</th>
<th v-if="saveObj.CommissionReType==1">续费返佣值</th>
</tr>
<tr v-for="(item,index) in saveObj.scalelist" :key="index">
<td>
<span>{{item.Name}}</span>
</td>
<td>
<span>{{item.scale}}{{saveObj.CommissionReType==1?'%':''}}</span>
</td>
<td v-if="saveObj.CommissionReType==1">
<span>{{item.scalevalue}}</span>
</td>
<td>
<span>{{item.continue}}{{saveObj.CommissionReType==1?'%':''}}</span>
</td>
<td v-if="saveObj.CommissionReType==1">
<span>{{item.continuevalue}}</span>
</td>
</tr>
</table>
</div>
<template>
<div class="studyDrawerTop">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment