Commit 770e3256 authored by Mac's avatar Mac

月度报表

parent e644e2d1
......@@ -345,7 +345,7 @@
this.GetMallLocalFile(
"/api/LiveHouse/GetDSMonthStatisticsToExcel",
msg,
"电商数据.xls"
"电商月统计.xls"
);
},
......
......@@ -3951,6 +3951,14 @@ export default {
title: '电商数据'
},
},
{ //财务 年度电商数据
path: '/dianshangyeardata',
name: 'dianshangyeardata',
component: resolve => require(['@/components/FinancialModule/ReportForm/dianshangyeardata'], resolve),
meta: {
title: '电商数据'
},
},
{ //财务 线路收客
path: '/LineReceiver',
name: 'LineReceiver',
......
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