Commit 3875f60e authored by youjie's avatar youjie

no message

parent d1cead47
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
> >
<tr> <tr>
<td :rowspan="item.FProfitList&&item.FProfitList.length>0?4:2" width="150" style="min-width: 150px;">当月负责线路毛利金额<p>当月提成比例</p> </td> <td :rowspan="item.FProfitList&&item.FProfitList.length>0?4:2" width="150" style="min-width: 150px;">当月负责线路毛利金额<p>当月提成比例</p> </td>
<th v-if="item.FProfitList&&item.FProfitList.length>0" width="80" style="min-width:80px;" rowspan="2">总公司OP</th> <th v-if="item.FProfitList&&item.FProfitList.length>0" width="80" class="opTitle" rowspan="2">总公司OP</th>
<th style="min-width: 220px;" <th style="min-width: 220px;"
v-for="( son , sIndex ) in item.ProfitList" v-for="( son , sIndex ) in item.ProfitList"
:key="sIndex" :key="sIndex"
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
</tr> </tr>
<template v-if="item.FProfitList&&item.FProfitList.length>0"> <template v-if="item.FProfitList&&item.FProfitList.length>0">
<tr> <tr>
<th width="80" style="min-width:80px;" rowspan="2">分公司OP</th> <th width="80" class="opTitle" rowspan="2">分公司OP</th>
<th style="min-width: 220px;" <th style="min-width: 220px;"
v-for="( son , sIndex ) in item.FProfitList" v-for="( son , sIndex ) in item.FProfitList"
:key="sIndex" :key="sIndex"
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
> >
<tr> <tr>
<td :rowspan="item.FExtraList&&item.FExtraList.length>0?4:2" width="150" style="min-width: 150px;">当月负责团数<p>当月奖励</p> </td> <td :rowspan="item.FExtraList&&item.FExtraList.length>0?4:2" width="150" style="min-width: 150px;">当月负责团数<p>当月奖励</p> </td>
<th v-if="item.FExtraList&&item.FExtraList.length>0" width="80" style="min-width:80px;" rowspan="2">总公司OP</th> <th v-if="item.FExtraList&&item.FExtraList.length>0" width="80" class="opTitle" rowspan="2">总公司OP</th>
<th style="min-width: 220px;" <th style="min-width: 220px;"
v-for="( son , sIndex ) in item.ExtraList" v-for="( son , sIndex ) in item.ExtraList"
:key="sIndex" :key="sIndex"
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
</tr> </tr>
<template v-if="item.FExtraList&&item.FExtraList.length>0"> <template v-if="item.FExtraList&&item.FExtraList.length>0">
<tr> <tr>
<th width="80" style="min-width:80px;" rowspan="2">分公司OP</th> <th width="80" class="opTitle" rowspan="2">分公司OP</th>
<th style="min-width: 220px;" <th style="min-width: 220px;"
v-for="( son , sIndex ) in item.FExtraList" v-for="( son , sIndex ) in item.FExtraList"
:key="sIndex" :key="sIndex"
...@@ -843,4 +843,7 @@ ...@@ -843,4 +843,7 @@
padding: 0 0 10px 0; padding: 0 0 10px 0;
font-weight: bold; font-weight: bold;
} }
.opTitle{
min-width:80px;background: #fff;border-top: 1px solid #E6E6E6;border-right: 1px solid #E6E6E6;
}
</style> </style>
...@@ -533,7 +533,7 @@ ...@@ -533,7 +533,7 @@
this.userInfo = this.getLocalStorage(); this.userInfo = this.getLocalStorage();
this.CurrentUserInfo = this.userInfo ; this.CurrentUserInfo = this.userInfo ;
this.userId = this.userInfo.EmployeeId; this.userId = this.userInfo.EmployeeId;
this.msg.BranchId = this.userInfo.RB_Branch_id.toString(); this.msg.BranchId = '-1'//this.userInfo.RB_Branch_id.toString();
if (this.$route.query.id) { if (this.$route.query.id) {
this.msg.BranchId = "-1"; this.msg.BranchId = "-1";
this.msg.TCID = this.$route.query.id; this.msg.TCID = this.$route.query.id;
......
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