Commit 3e29453e authored by 黄奎's avatar 黄奎

新增返佣统计

parent 500295e6
......@@ -326,6 +326,7 @@
<el-option label="年榜" :value='3'></el-option>
<el-option label="总榜" :value='1'></el-option>
<el-option label="人均" :value='4'></el-option>
<el-option label="回佣人均" :value='5'></el-option>
</el-option>
</el-select>
</span>
......@@ -364,6 +365,10 @@
人均
<i></i>
</li>
<li :class="msg.Type==5?'Day_active':''" @click="msg.Type=5,getStatis()">
回佣人均
<i></i>
</li>
</ul>
<div class="ChampionsLeague clearfix">
<div class="championList" v-for="item in yajun" :key="item.subCode">
......@@ -490,7 +495,7 @@
QMonthStr: this.msg.MonthStr,
ShoppingID:this.msg.ShoppingID
};
if(msg.Type==4)
if(msg.Type==4||msg.Type==5)
{
msg.QMonthStr=this.msg.Year+","+this.msg.Month;
}
......@@ -516,7 +521,6 @@
err => {}
);
},
//获取工作类型(值获取领兼地和导游)
getWorkType() {
this.apipost(
......
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