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 @@
+
+
+
+
+
+
+
+
+
+
+
+ 编码
+
+
+ 自动生成
+
+
+
+
+
+
+
+
+
+
+ 名称*
+
+
+
+
+
+ 类型
+
+ {{ form.typeLabel || '请选择' }}
+
+
+
+
+
+
+ 安装位置
+
+
+
+
+
+ 材质
+
+
+
+
+
+ 单位*
+
+ {{ form.unitLabel || '请选择' }}
+
+
+
+
+
+
+ 入库时间*
+
+
+ {{ form.inTimeDate || '请选择' }}
+
+
+
+
+
+
+
+ 图片
+
+
+
+
+
+
+
+ 上传图片
+
+
+
+
+
+
+ 备注
+
+
+
+
+
+ 是否启用*
+
+ 启用
+ 禁用
+
+
+
+
+
+ 资料
+
+
+ {{ form.fileName || '已选文件' }}
+
+
+
+
+
+
+ 选取文件
+
+
+
+
+
+
+
+
+ 取消
+ 保存
+
+
+
+
+
+
+
+
+ {{ item.label }}
+ ✓
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+ ✓
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages_function/pages/moldLedger/detail.vue b/src/pages_function/pages/moldLedger/detail.vue
index 6c8f18b..7c29e91 100644
--- a/src/pages_function/pages/moldLedger/detail.vue
+++ b/src/pages_function/pages/moldLedger/detail.vue
@@ -64,11 +64,41 @@
+
+
+
+
+ 编码
+
+
+
+ 名称
+
+
+
+
+
+
+ 查询
+
+
+
+ 重置
+
+
+
+ 新增
+
+
+
{{ t('functionCommon.loading') }}
- {{ t('moldLedger.noChildMold') }}
-
+ {{ t('moldLedger.noChildMold') }}
+
- {{ detailValue(item.name) }}
+
+ {{ detailValue(item.name) }}
+ {{ detailValue(item.code || item.moldCode) }}
+
{{ moldTypeText(item.type) }}
{{ t('moldLedger.installLocation') }}
@@ -199,7 +229,7 @@