Commit 53b32a9e authored by youjie's avatar youjie

no message

parent 8aa3071d
...@@ -63,8 +63,8 @@ ...@@ -63,8 +63,8 @@
<th>所属公司追加工资</th> <th>所属公司追加工资</th>
<th>总提成</th> <th>总提成</th>
<th>公司提成</th> <th>公司提成</th>
<th>财务提成单据</th> <th style="width: 30%;">财务提成单据</th>
<th>追加工资单据</th> <th style="width: 30%;">追加工资单据</th>
<th>操作信息</th> <th>操作信息</th>
<th>操作</th> <th>操作</th>
</tr> </tr>
......
...@@ -131,6 +131,9 @@ ...@@ -131,6 +131,9 @@
<span style="margin-left: 20px;">总提成: <span style="margin-left: 20px;">总提成:
{{dataObj.TotalMoney}} {{dataObj.TotalMoney}}
</span> </span>
<span style="margin-left: 20px;">总额外奖励:
{{dataObj.TotalExtraReward}}
</span>
</p> </p>
</div> </div>
</el-col> </el-col>
......
...@@ -218,7 +218,11 @@ ...@@ -218,7 +218,11 @@
<td>{{item.EuropeMoney?item.EuropeMoney:'-'}}</td> <td>{{item.EuropeMoney?item.EuropeMoney:'-'}}</td>
<td>{{item.OtherPNum?item.OtherPNum:'-'}}</td> <td>{{item.OtherPNum?item.OtherPNum:'-'}}</td>
<td>{{item.OtherMoney?item.OtherMoney:'-'}}</td> <td>{{item.OtherMoney?item.OtherMoney:'-'}}</td>
<td>{{item.TotalCMoney?item.TotalCMoney:'-'}}</td> <td>{{item.TotalCMoney?item.TotalCMoney:'-'}}
<span v-if="item.TotalExtraReward">
(额外奖励:{{item.TotalExtraReward}})
</span>
</td>
<td>{{item.BranchCommission?item.BranchCommission:'-'}}</td> <td>{{item.BranchCommission?item.BranchCommission:'-'}}</td>
<td>{{item.Periods}}</td> <td>{{item.Periods}}</td>
<td> <td>
......
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