From 6fd5be856e54f1f81a10191f64ec8eb6246853ed Mon Sep 17 00:00:00 2001 From: jinna Date: Tue, 2 Jun 2026 14:58:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E6=9C=AC=E9=A1=B5=E9=9D=A2=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/productionValue.vue | 206 ++++++++++++++ .../components/receiveMaterial.vue | 266 ++++++++++++++++++ 2 files changed, 472 insertions(+) create mode 100644 src/views/costManagement/components/productionValue.vue create mode 100644 src/views/costManagement/components/receiveMaterial.vue diff --git a/src/views/costManagement/components/productionValue.vue b/src/views/costManagement/components/productionValue.vue new file mode 100644 index 00000000..25ed2592 --- /dev/null +++ b/src/views/costManagement/components/productionValue.vue @@ -0,0 +1,206 @@ + + + + + \ No newline at end of file diff --git a/src/views/costManagement/components/receiveMaterial.vue b/src/views/costManagement/components/receiveMaterial.vue new file mode 100644 index 00000000..3994a3a9 --- /dev/null +++ b/src/views/costManagement/components/receiveMaterial.vue @@ -0,0 +1,266 @@ + + + + + \ No newline at end of file