Commit 788efeca authored by 黄媛媛's avatar 黄媛媛

单据详情跳转到提成详情,报名清单

parent b42d36e8
......@@ -392,7 +392,7 @@
<div class="_explain">
<p>附加说明: <span class="fr" v-if="GetDetail.ComplainID > 0" @click="goComplain('ComplaintsDetail', GetDetail.ComplainID,GetDetail.OrderID)">
<span style="color:#000">投诉单号:</span> <span class="cursorpointer text-decoration">{{GetDetail.ComplainID}}</span></span>
<span v-if="GetDetail.TemplateId==28 || GetDetail.TemplateId==30" @click="Gourl" style="cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;">提成详情</span>
<span v-if="GetDetail.TemplateId==28 || GetDetail.TemplateId==30" @click="Gourl(GetDetail)" style="cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;">提成详情</span>
<span v-if="CostTypeState" @click="GourlCostType('VisitRecord',1)" style="margin:0 10px;cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;">拜访记录</span>
<span v-if="CostTypeState" @click="GourlCostType('yingyanMap',2)" style="cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;">鹰眼轨迹</span>
</p>
......@@ -949,12 +949,14 @@ export default {
},
Gourl(){
Gourl(GetDetail){
this.$router.push({
name: 'CommissionManagement',
name: 'CommissionDetail',
query: {
periods:GetDetail.Periods,
companyID:GetDetail.RB_Branch_Id,
blank: "y",
tab: "提成管理"
tab: "提成详情"
}
});
......
......@@ -1838,7 +1838,7 @@
<td>{{item.Refund}}</td>
<td>{{item.PlatformTax}}</td>
<td>{{item.ZaiTuMoney}}</td>
<td><span :class="{color_red_order:item.DueInMoney!==item.PreferPrice}">{{item.DueInMoney}}</span></td>
<td><span :class="{color_red_order:item.DueInMoney&&item.DueInMoney>0}">{{item.DueInMoney}}</span></td>
<td class="fz12"><span :class="{'RL-redType':item.statsstr=='候补'}">{{item.statsstr}}</span></td>
<td>
</td>
......@@ -2134,7 +2134,7 @@
<td class="nowrap">{{childItem.PlatformTax}}</td>
<td class="nowrap">{{childItem.ZaiTuMoney}}</td>
<td class="nowrap"><span
:class="{color_red_order:childItem.DueInMoney!==childItem.PreferPrice}">{{childItem.DueInMoney}}</span>
:class="{color_red_order:childItem.DueInMoney&&childItem.DueInMoney>0}">{{childItem.DueInMoney}}</span>
</td>
<td v-if="childItem.IsChargeLossOrders==1" class="fz12" style="color: #e95252">收损</td>
<td v-else class="fz12"><span
......@@ -2531,7 +2531,7 @@
<td>{{item.Refund}}</td>
<td>{{item.PlatformTax}}</td>
<td>{{item.ZaiTuMoney}}</td>
<td><span :class="{color_red_order:item.DueInMoney!==item.PreferPrice}">{{item.DueInMoney}}</span></td>
<td><span :class="{color_red_order:item.DueInMoney&&item.DueInMoney>0}">{{item.DueInMoney}}</span></td>
<td class="fz12" colspan="2">
<span class="RL-redType">{{item.statsstr}}</span>
<br />
......
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