Commit 10441b90 authored by huangyuanyuan's avatar huangyuanyuan

update

parent cc4844d2
......@@ -404,6 +404,9 @@ tr._item_list td:last-child {
border-radius: 4px;
margin-bottom: 10px;
}
.year .el-date-editor.el-input{
width: auto;
}
</style>
<template>
......@@ -463,11 +466,12 @@ tr._item_list td:last-child {
</el-select>
</el-form-item>
</el-col>
<el-col :span="4">
<el-col :span="4" class="year">
<el-form-item label="年份:">
<el-date-picker
v-model="msg.QStartDate"
type="year"
value-format="yyyy"
placeholder="选择年">
</el-date-picker>
</el-form-item>
......@@ -482,7 +486,7 @@ tr._item_list td:last-child {
<ul class="clearfix">
<li class="hight_query">
<button class="normalBtn" @click="togbu()">{{$t('pub.searchBtn')}}</button>
<button class="hollowFixedBtn" @click="method5()">导出</button>
<!-- <button class="hollowFixedBtn" @click="method5()">导出</button> -->
</li>
</ul>
</div>
......@@ -690,7 +694,7 @@ export default {
{
field: "LineName",
title: "线路",
width: 80,
width: 120,
titleAlign: "left",
columnAlign: "left",
isResize: true,
......@@ -701,7 +705,7 @@ export default {
{
field: "Digest",
title: "摘要",
width: 160,
width: 120,
titleAlign: "left",
columnAlign: "left",
isResize: true,
......@@ -908,7 +912,6 @@ export default {
if (field === "Total") return this.priceFormat(rowData.Total );
},
priceFormat(value) {
console.log("value",value)
if (value == null) {
return 0.0;
}
......@@ -928,7 +931,7 @@ export default {
this.GetLocalFile(
"financestatistics_post_OutToExcelYearReportList",
this.msg,
"度营收报表.xls"
"度营收报表.xls"
);
this.loading = false;
},
......
......@@ -2404,12 +2404,12 @@ export default {
title: '年度营收报表'
},
},
{ //财务 报表 月度营收报表
{ //财务 报表 团队营收统计
path: '/MonthReport',
name: 'MonthReport',
component: resolve => require(['@/components/FinancialModule/ReportForm/MonthReport'], resolve),
meta: {
title: '月度营收报表'
title: '团队营收统计'
},
}, {
path: '/JumpReport',
......
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