From 2d6b0097a84115488ab9edc62e1949d25ea167a7 Mon Sep 17 00:00:00 2001 From: taozi <1362265981@qq.com> Date: Tue, 16 Dec 2025 18:01:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/costStatistics/index.vue | 118 ++-- .../flowManagement/managementOfKeyTasks.vue | 437 ++++----------- .../components/addEditDialog.vue | 40 +- .../components/outboundDialog.vue | 174 ++++-- .../glassCakeOutbound/index.vue | 94 ++-- .../glassCakeOutbound/index原.vue | 513 ++++++++++++++++++ .../otherIssuing/index.vue | 200 +++++-- .../otherIssuing/otherIssuingDailog.vue | 140 ++++- .../otherReceiving.vue | 3 +- .../performanceDisclosure.vue | 75 ++- .../components/addEditDialogDischargeRec.vue | 260 ++++++--- .../components/addEditDialogDosingRecord.vue | 195 +++++-- .../components/addEditDialogTestRecord.vue | 363 ++++++++----- .../wastewater/components/dischargeRec.vue | 2 +- .../warehouseAnalysis/inventorySummary.vue | 94 +++- .../leveragingManagement.vue | 23 +- 16 files changed, 1881 insertions(+), 850 deletions(-) create mode 100644 src/views/inboundOutboundManagement/glassCakeOutbound/index原.vue diff --git a/src/views/costStatistics/index.vue b/src/views/costStatistics/index.vue index 9366996..ac6ef04 100644 --- a/src/views/costStatistics/index.vue +++ b/src/views/costStatistics/index.vue @@ -3,7 +3,12 @@ - + @@ -14,10 +19,23 @@ - + - - - + + diff --git a/src/views/flowManagement/managementOfKeyTasks.vue b/src/views/flowManagement/managementOfKeyTasks.vue index 466feb2..412c28b 100644 --- a/src/views/flowManagement/managementOfKeyTasks.vue +++ b/src/views/flowManagement/managementOfKeyTasks.vue @@ -1,22 +1,9 @@