From 5980db9a50d0500f4809e761a61579b0390e5e54 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 19 Mar 2025 16:08:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=B7=A5=E6=AE=B5=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=B7=A5=E6=AE=B5=E7=B1=BB=E5=9E=8Bmtype?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/mgroup.vue | 12 +++++ src/views/mtm/mgroup_form.vue | 97 ++++++++++++++++++++++------------- 2 files changed, 74 insertions(+), 35 deletions(-) diff --git a/src/views/mtm/mgroup.vue b/src/views/mtm/mgroup.vue index 89fa3c2e..68625176 100644 --- a/src/views/mtm/mgroup.vue +++ b/src/views/mtm/mgroup.vue @@ -50,6 +50,14 @@ > + + + - + - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - @@ -85,6 +106,7 @@ import {genTree} from "@/utils/verificate"; const defaultForm = { name: "", + mtype:10, process: '', cate: 'photon', belong_dept: '', @@ -103,6 +125,7 @@ export default { }, //表单数据 form: { + mtype:10, shift_rule: '' }, //验证规则 @@ -120,6 +143,10 @@ export default { visible: false, isSaveing: false, shiftOptions: [], + typeOptions:[ + {value:10,name:'自产'}, + {value:20,name:'外协'}, + ], options: [], group: [], routes: [],