From 7c2417ed9632e2de7e621790bada3869055aed6a Mon Sep 17 00:00:00 2001 From: zhongwenkai <3478244299@qq.com> Date: Wed, 24 Jun 2026 18:05:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E6=A8=A1=E5=85=B7?= =?UTF-8?q?=E8=AF=A6=E7=BB=86=E5=AD=90=E6=A8=A1=E5=85=B7=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 7 + .../pages/moldLedger/childMoldForm.vue | 363 ++++++++++++++++++ .../pages/moldLedger/detail.vue | 100 ++++- 3 files changed, 465 insertions(+), 5 deletions(-) create mode 100644 src/pages_function/pages/moldLedger/childMoldForm.vue diff --git a/src/pages.json b/src/pages.json index 1a936c0..3a133ce 100644 --- a/src/pages.json +++ b/src/pages.json @@ -979,6 +979,13 @@ "navigationStyle": "custom" } }, + { + "path": "moldLedger/childMoldForm", + "style": { + "navigationBarTitleText": "新增子模具", + "navigationStyle": "custom" + } + }, { "path": "moldget/index", "style": { diff --git a/src/pages_function/pages/moldLedger/childMoldForm.vue b/src/pages_function/pages/moldLedger/childMoldForm.vue new file mode 100644 index 0000000..f0d41bb --- /dev/null +++ b/src/pages_function/pages/moldLedger/childMoldForm.vue @@ -0,0 +1,363 @@ +