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 @@