Commit a5551d55 authored by Mac's avatar Mac

修改样式

parent c60adc3e
......@@ -88,7 +88,7 @@
</div>
</div>
<div class="page-search row items-center" style="justify-content: space-between;">
<span style="font-size: 20px;font-weight: 400;">提成统计</span>
<span style="font-size: 20px;font-weight: 400;">提成统计 <span style="font-size: 16px;">(提成总计:{{TotalCommission}})</span> </span>
<q-btn  color="primary" size="11px" label="导出" @click="tcexport" style="margin-left:10px"/>
</div>
<template >
......@@ -224,6 +224,7 @@
PersionList: [], //员工列表
AllemployeeList: [], //所有员工
PeriodsList:[],//周期列表
TotalCommission:0,
}
},
created() {
......@@ -264,7 +265,8 @@
this.loading = false;
this.tableData = res.Data.PageData.List
this.total = res.Data.Count
this.TotalCommission = res.Data.PageData.TotalCommission
this.total = res.Data.Count
}
})
......@@ -390,8 +392,8 @@
})
},
tcexport(){//导出
// var msg = JSON.parse(JSON.stringify(this.msg));
EduDownLoad("/SellCommission/GetSellCommissionStatisticsToExcel", {}, "提成统计.xls")
var msg = JSON.parse(JSON.stringify(this.msg));
EduDownLoad("/SellCommission/GetSellCommissionStatisticsToExcel", msg, "提成统计.xls")
}
},
}
......
......@@ -50,7 +50,7 @@
</el-select>
</div>
</div>
<div class="col-3" v-if='isgenerate==true'>
<div v-if='isgenerate==true'>
<div class="block" style="display:flex">
<span style="margin-right: 5px;">选择月份</span>
<el-date-picker
......
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