Commit 66e610cf authored by 吴春's avatar 吴春

显示总佣金金额

parent 8b7da2e1
...@@ -91,6 +91,7 @@ ...@@ -91,6 +91,7 @@
<th width="60">{{$t('ground.jdrs')}}</th> <th width="60">{{$t('ground.jdrs')}}</th>
<th width="70">{{$t('sm.company')}}</th> <th width="70">{{$t('sm.company')}}</th>
<th width="70">{{$t('fnc.a_zongjine')}}</th> <th width="70">{{$t('fnc.a_zongjine')}}</th>
<th width="70">佣金总额</th>
<th width="80">{{$t('ground.ldyj')}}<br />({{$t('fnc.yingfu')}})</th> <th width="80">{{$t('ground.ldyj')}}<br />({{$t('fnc.yingfu')}})</th>
<th width="80">{{$t('ground.dyyj')}}<br />({{$t('fnc.yingfu')}})</th> <th width="80">{{$t('ground.dyyj')}}<br />({{$t('fnc.yingfu')}})</th>
<th width="80">{{$t('ground.picyj')}}<br />({{$t('fnc.yingfu')}})</th> <th width="80">{{$t('ground.picyj')}}<br />({{$t('fnc.yingfu')}})</th>
...@@ -159,8 +160,9 @@ ...@@ -159,8 +160,9 @@
{{subItem.BName}} {{subItem.BName}}
</td> </td>
<td width="70"> <td width="70">
{{subItem.TotalMoney}} {{subItem.TotalMoney}}
</td> </td>
<td> {{(subItem.LeaderCommission+subItem.GuideCommission+subItem.PICCommission+subItem.CompanyCommission).toFixed(2)}}</td>
<td width="80"> <td width="80">
{{subItem.LeaderCommission}}</br> {{subItem.LeaderCommission}}</br>
<!-- <span v-if="subItem.LeaderCommission>0&&subItem.LeaderCommissionFrId" <!-- <span v-if="subItem.LeaderCommission>0&&subItem.LeaderCommissionFrId"
......
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