|
@@ -16,10 +16,20 @@
|
|
|
<ExportChiose
|
|
|
v-permission="{ child: 'export/orderList', parent: '/income' }"
|
|
|
style="margin-bottom: 20px"
|
|
|
- name='报表导出'
|
|
|
+ name="订单汇总导出"
|
|
|
+ ExportEnum="ORDER_LIST_SUM"
|
|
|
+ :exportData="onOrderExport"
|
|
|
+ fileName="订单汇总"
|
|
|
+ errorMsg="请选择月份"
|
|
|
+ :isDownList="true"
|
|
|
+ />
|
|
|
+ <ExportChiose
|
|
|
+ v-permission="{ child: 'export/orderList', parent: '/income' }"
|
|
|
+ style="margin-bottom: 20px"
|
|
|
+ name="报表导出"
|
|
|
ExportEnum="ORDER_LIST1"
|
|
|
:exportData="onOrderExport"
|
|
|
- fileName="问卷调查"
|
|
|
+ fileName="订单报表导出"
|
|
|
errorMsg="请选择月份"
|
|
|
:isDownList="true"
|
|
|
/>
|
|
@@ -621,7 +631,7 @@ export default {
|
|
|
lessBalancePaymentAmount: searchForm.lessBalancePaymentAmount,
|
|
|
lessActualAmount: searchForm.lessActualAmount,
|
|
|
};
|
|
|
- if (this.searchForm.orderDate && this.searchForm.orderDate.length > 0) {
|
|
|
+ if (this.searchForm.orderDate && this.searchForm.orderDate.length > 0) {
|
|
|
data.orderStartDate = this.searchForm.orderDate[0];
|
|
|
data.orderEndDate = this.searchForm.orderDate[1];
|
|
|
} else {
|