Commit 3184114a authored by Mac's avatar Mac

修改

parent 18d6efb1
...@@ -199,9 +199,9 @@ ...@@ -199,9 +199,9 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-6"> <!-- <div class="col-6">
<span>建议卖价:{{Number(saveObj.SuggestPrice).toFixed(2)}}</span> <span>建议卖价:{{Number(saveObj.SuggestPrice).toFixed(2)}}</span>
</div> </div> -->
<div class="col-6"> <div class="col-6">
<span>实际卖价:{{Number(saveObj.SellPrice).toFixed(2)}}</span> <span>实际卖价:{{Number(saveObj.SellPrice).toFixed(2)}}</span>
</div> </div>
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<span class="stidyRoleLine"></span> <span class="stidyRoleLine"></span>
<span>返佣</span> <span>返佣</span>
...@@ -265,33 +265,33 @@ ...@@ -265,33 +265,33 @@
<div style="margin-top: 10px;" v-if="saveObj.CommissionReType==1">返佣类型:比例返佣</div> <div style="margin-top: 10px;" v-if="saveObj.CommissionReType==1">返佣类型:比例返佣</div>
<div style="margin-top: 10px;" v-if="saveObj.CommissionReType==2">返佣类型:固定金额返佣</div> <div style="margin-top: 10px;" v-if="saveObj.CommissionReType==2">返佣类型:固定金额返佣</div>
<table class="payTable"> <table class="payTable">
<tr> <tr>
<th>同行</th> <th>同行</th>
<th>{{saveObj.CommissionReType==1?'首报返佣比例':'首报固定金额'}}</th> <th>{{saveObj.CommissionReType==1?'首报返佣比例':'首报固定金额'}}</th>
<th v-if="saveObj.CommissionReType==1">首报返佣值</th> <th v-if="saveObj.CommissionReType==1">首报返佣值</th>
<th>{{saveObj.CommissionReType==1?'续费比例':'续费固定金额'}}</th> <th>{{saveObj.CommissionReType==1?'续费比例':'续费固定金额'}}</th>
<th v-if="saveObj.CommissionReType==1">续费返佣值</th> <th v-if="saveObj.CommissionReType==1">续费返佣值</th>
</tr> </tr>
<tr v-for="(item,index) in saveObj.scalelist" :key="index"> <tr v-for="(item,index) in saveObj.scalelist" :key="index">
<td> <td>
<span>{{item.Name}}</span> <span>{{item.Name}}</span>
</td> </td>
<td> <td>
<span>{{item.scale}}{{saveObj.CommissionReType==1?'%':''}}</span> <span>{{item.scale}}{{saveObj.CommissionReType==1?'%':''}}</span>
</td> </td>
<td v-if="saveObj.CommissionReType==1"> <td v-if="saveObj.CommissionReType==1">
<span>{{item.scalevalue}}</span> <span>{{item.scalevalue}}</span>
</td> </td>
<td> <td>
<span>{{item.continue}}{{saveObj.CommissionReType==1?'%':''}}</span> <span>{{item.continue}}{{saveObj.CommissionReType==1?'%':''}}</span>
</td> </td>
<td v-if="saveObj.CommissionReType==1"> <td v-if="saveObj.CommissionReType==1">
<span>{{item.continuevalue}}</span> <span>{{item.continuevalue}}</span>
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
<template> <template>
<div class="studyDrawerTop"> <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