Commit 8f64cc8b authored by youjie's avatar youjie

购物佣金情况

parent 59f29c93
......@@ -26,7 +26,7 @@
label="购物占比"
min-width="120" align="center">
<template slot-scope="scope">
{{scope.row.DetailList[i].TotalRate.toFixed(2)}}%
{{scope.row.DetailList[i].TotalRate}}%
</template>
</el-table-column>
<el-table-column
......@@ -42,7 +42,7 @@
label="返佣占比"
min-width="120" align="center">
<template slot-scope="scope">
{{scope.row.DetailList[i].CommissionRate.toFixed(2)}}%
{{scope.row.DetailList[i].CommissionRate}}%
</template>
</el-table-column>
<el-table-column
......@@ -115,7 +115,7 @@
prop=""
label="占比" align="center">
<template slot-scope="scope">
{{scope.row.Rate.toFixed(2)}}%
{{scope.row.Rate}}%
</template>
</el-table-column>
<el-table-column
......@@ -161,7 +161,7 @@
prop=""
label="占比"align="center">
<template slot-scope="scope">
{{scope.row.Rate.toFixed(2)}}%
{{scope.row.Rate}}%
</template>
</el-table-column>
<el-table-column
......@@ -207,7 +207,7 @@
prop=""
label="占比" align="center">
<template slot-scope="scope">
{{scope.row.Rate.toFixed(2)}}%
{{scope.row.Rate}}%
</template>
</el-table-column>
......
......@@ -4,7 +4,7 @@
<el-tab-pane label="线路经营情况" name="1"></el-tab-pane>
<el-tab-pane label="公司经营情况" name="2"></el-tab-pane>
<el-tab-pane label="日本小包OR常规" name="3"></el-tab-pane>
<!-- <el-tab-pane label="购物佣金情况" name="4"></el-tab-pane> -->
<el-tab-pane label="购物佣金情况" name="4"></el-tab-pane>
</el-tabs>
<div class="query-box">
<el-form class="_info_box clearfix" label-width="90px">
......@@ -86,6 +86,11 @@
</el-select>
</el-form-item>
</el-col>
<el-col :span="4" v-if="activeName==4">
<el-form-item label="汇率">
<el-input v-model="shopMsg.MaoLiRate" type="number" @change="getChange"></el-input>
</el-form-item>
</el-col>
<el-col :span="4" v-if="activeName!=4">
<el-form-item label="线路">
<el-select filterable v-model="msg.LineId" @change="getStatement"
......@@ -297,9 +302,6 @@ export default {
let msg = this.msg
let url ='financestatistics_post_GetDataAnalysisStat'
if(this.activeName=='4') {
if(this.msg.StandardCurrencyId==1||!this.msg.StandardCurrencyId){
this.shopMsg.MaoLiRate = 0.049
}
this.shopMsg.startDate = this.msg.startDate
this.shopMsg.endDate = this.msg.endDate
this.shopMsg.LossType = this.msg.LossType
......
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