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 @@ + + + + + + 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('数据加载失败');