diff --git a/antis-ncc-admin/src/views/statisticsList/form11.vue b/antis-ncc-admin/src/views/statisticsList/form11.vue new file mode 100644 index 0000000..e8517dd --- /dev/null +++ b/antis-ncc-admin/src/views/statisticsList/form11.vue @@ -0,0 +1,382 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + + + + + + 门店总数 + {{ summaryData.totalStores || 0 }} + + + + + + + + + + 开单数合计 + {{ summaryData.totalBillingCount || 0 }} + + + + + + + + + + 项目数合计 + {{ summaryData.totalProjectCount || 0 }} + + + + + + + + + + 实付金额合计 + ¥{{ formatMoney(summaryData.totalActualAmount) }} + + + + + + + + + + + + 退款金额合计 + ¥{{ formatMoney(summaryData.totalRefundAmount) }} + + + + + + + + + + + + + {{ scope.row.StoreName || '无' }} + + + + + + {{ scope.row.BillingCount || 0 }} + + + + + + {{ scope.row.ProjectCount || 0 }} + + + + + + ¥{{ formatMoney(scope.row.ActualAmount) }} + + + + + + ¥{{ formatMoney(scope.row.RefundAmount) }} + + + + + + + + + + + + diff --git a/绿纤html/dailyReportnew.html b/绿纤html/dailyReportnew.html index 21afeb8..87ba22b 100644 --- a/绿纤html/dailyReportnew.html +++ b/绿纤html/dailyReportnew.html @@ -1210,7 +1210,8 @@ }, body: JSON.stringify({ startTime: startDate + " 00:00:00", - endTime: endDate + " 23:59:59" + endTime: endDate + " 23:59:59", + managerType:'0' }) }); if (!response.ok) throw new Error('数据加载失败'); @@ -1232,7 +1233,8 @@ }, body: JSON.stringify({ startTime: startDate + " 00:00:00", - endTime: endDate + " 23:59:59" + endTime: endDate + " 23:59:59", + managerType:'0' }) }); if (!response.ok) throw new Error('数据加载失败');