From d16c90b999251b72946674fe7415eef96f1728f6 Mon Sep 17 00:00:00 2001 From: liyu1201 <1492230202@qq.com> Date: Fri, 14 Nov 2025 11:09:30 +0800 Subject: [PATCH] feat(statistics): 新增品项门店统计页面 --- antis-ncc-admin/src/views/statisticsList/form11.vue | 382 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 绿纤html/dailyReportnew.html | 6 ++++-- 2 files changed, 386 insertions(+), 2 deletions(-) create mode 100644 antis-ncc-admin/src/views/statisticsList/form11.vue 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('数据加载失败'); -- libgit2 0.21.4