From c6d504583b4d6a218bc52f81af5b925887ae913e Mon Sep 17 00:00:00 2001 From: helloDy <1615073571@qq.com> Date: Tue, 23 Apr 2024 17:23:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E6=95=B0=E6=8D=AE=E6=B1=87?= =?UTF-8?q?=E6=80=BB=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/Product/monthly.vue | 141 +++++++++++++++ src/views/report/Product/weekly.vue | 171 ++++++++++++++++++ src/views/report/Product/year.vue | 117 ++++++++++++ src/views/report/glass/inputTable.vue | 13 +- src/views/report/glass/month.vue | 20 +- src/views/report/glass/weekly.vue | 24 ++- src/views/report/glass/year.vue | 28 ++- .../report/productionMonthReport/index.vue | 73 +++++--- .../report/productionWeekReport/index.vue | 67 ++++--- .../report/productionYearReport/index.vue | 81 +++++---- 10 files changed, 627 insertions(+), 108 deletions(-) create mode 100644 src/views/report/Product/monthly.vue create mode 100644 src/views/report/Product/weekly.vue create mode 100644 src/views/report/Product/year.vue diff --git a/src/views/report/Product/monthly.vue b/src/views/report/Product/monthly.vue new file mode 100644 index 00000000..cdc5028b --- /dev/null +++ b/src/views/report/Product/monthly.vue @@ -0,0 +1,141 @@ + + + + + + diff --git a/src/views/report/Product/weekly.vue b/src/views/report/Product/weekly.vue new file mode 100644 index 00000000..42cb7ee4 --- /dev/null +++ b/src/views/report/Product/weekly.vue @@ -0,0 +1,171 @@ + + + + + + diff --git a/src/views/report/Product/year.vue b/src/views/report/Product/year.vue new file mode 100644 index 00000000..dced1829 --- /dev/null +++ b/src/views/report/Product/year.vue @@ -0,0 +1,117 @@ + + + + + + diff --git a/src/views/report/glass/inputTable.vue b/src/views/report/glass/inputTable.vue index 556a5ec4..0ad19b0f 100644 --- a/src/views/report/glass/inputTable.vue +++ b/src/views/report/glass/inputTable.vue @@ -1,13 +1,13 @@