diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue index 60a3757f0..e32d5e96d 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue @@ -128,13 +128,13 @@ :model="roleForm" :rules="roleFormRules" class="label-input-form myForm"> - + -

流程发起人

+

标准法规工程师

- +
@@ -145,7 +145,7 @@

责任部门对接人

- +
@@ -157,7 +157,7 @@

标准法规部部长

- +
@@ -165,21 +165,22 @@ -

技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任

+

技术委员会相关专委会主任/ 工程研究总院责任部门中心主任、技术管理中心主任

- + +
- + -

工程研究总院院长或标准法规主管副院长

+

工程研究总院院长/标准法规业务主管副院长

- +
@@ -417,7 +418,7 @@ this.nodeList2 = this.roleForm.dockUserList.split(',') } } else { - this.drawerTitle2 = '选择技术管理中心主任' + this.drawerTitle2 = '选择技术委员会相关专委会主任/ 工程研究总院责任部门中心主任、技术管理中心主任' if ( this.roleForm.directorUser.length > 0) { this.nodeList2 = this.roleForm.directorUser.split(',') } diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue index a03049987..21ca32528 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue @@ -128,13 +128,13 @@ :model="roleForm" :rules="roleFormRules" class="label-input-form myForm"> - + -

流程发起人

+

标准法规工程师

- +
@@ -165,22 +165,22 @@ -

技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任

+

技术委员会相关专委会主任/ 工程研究总院责任部门中心主任、技术管理中心主任

- +
- + -

工程研究总院院长或标准法规主管副院长

+

工程研究总院院长/标准法规业务主管副院长

- +
@@ -408,7 +408,7 @@ export default { this.nodeList2 = this.roleForm.dockUserList.split(',') } } else { - this.drawerTitle2 = '选择技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任' + this.drawerTitle2 = '选择技术委员会相关专委会主任/ 工程研究总院责任部门中心主任、技术管理中心主任' if ( this.roleForm.directorUser.length > 0) { this.nodeList2 = this.roleForm.directorUser.split(',') } diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue index 67061750b..5e70a334e 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue @@ -220,10 +220,10 @@ -

流程发起人

+

标准法规工程师

- +
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue index 142a2f9e0..0262d6ef5 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue @@ -12,98 +12,81 @@
- - - -
- - - -
- 选择标准 -
+ ref="Form" + :model="roleForm" + :rules="roleFormRules" + class="label-input-form myForm"> + + + +

标准法规工程师

+
+ + +
+
+
+
+ + + +

标准法规工程师、事业部标准化员

+
+ - - - - - - - - - - - - -
- 选择附件 -
+ v-model="roleForm.dockUserListName" + placeholder="选择标准法规工程师、事业部标准化员" + @click.native="choiceZRRS('1')"> +
+
+
+
+
+ + + +

标准法规部高级经理、责任部门高级经理

+
+ -
-
- {{ item.fileName }} - -
-
- - + v-model="roleForm.ministerUserName" + placeholder="选择标准法规部高级经理、责任部门高级经理" + @click.native="choiceZRR('ministerUser', '选择标准法规部高级经理、责任部门高级经理', roleForm.ministerUser)" + /> +
+
+
+
+ + + +

技术委员会相关专委会主任/ 工程研究总院责任部门中心主任、技术管理中心主任

+
+ -
-
- {{ item.name }} - -
-
-
- - 点击上传 - -
- - - -
+ v-model="roleForm.directorUserName" + placeholder="选择技术委员会相关专委会主任/ 工程研究总院责任部门中心主任、技术管理中心主任" + @click.native="choiceZRRS('2')" + /> +
+ + + + + + +

工程研究院总院院长/标准法规业务主管副院长

+
+ + +
+
+
+
@@ -794,12 +777,12 @@ export default { this.type2 = type this.nodeList2 = [] if (type === '1') { - this.drawerTitle2 = '选择责任部门对接人' + this.drawerTitle2 = '选择标准法规工程师、事业部标准化员' if ( this.roleForm.dockUserList.length > 0) { this.nodeList2 = this.roleForm.dockUserList.split(',') } } else { - this.drawerTitle2 = '技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任' + this.drawerTitle2 = '选择技术委员会相关专委会主任/ 工程研究总院责任部门中心主任、技术管理中心主任' if (this.roleForm.directorUser.length > 0) { this.nodeList2 = this.roleForm.directorUser.split(',') } diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue index a24757b4e..5427e7b06 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue @@ -128,72 +128,72 @@ :model="roleForm" :rules="roleFormRules" class="label-input-form myForm"> - + -

流程发起人

+

标准法规工程师

- +
- + -

责任部门对接人

+

标准法规工程师、事业部标准化员

- + -

标准法规部部长

+

标准法规部高级经理、责任部门高级经理

- + -

技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任

+

技术委员会相关专委会主任/ 工程研究总院责任部门中心主任、技术管理中心主任

- + -

工程研究总院院长或标准法规主管副院长

+

工程研究院总院院长/标准法规业务主管副院长

@@ -782,12 +782,12 @@ export default { this.type2 = type this.nodeList2 = [] if (type === '1') { - this.drawerTitle2 = '选择责任部门对接人' + this.drawerTitle2 = '选择标准法规工程师、事业部标准化员' if ( this.roleForm.dockUserList.length > 0) { this.nodeList2 = this.roleForm.dockUserList.split(',') } } else { - this.drawerTitle2 = '技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任' + this.drawerTitle2 = '选择技术委员会相关专委会主任/ 工程研究总院责任部门中心主任、技术管理中心主任' if (this.roleForm.directorUser.length > 0) { this.nodeList2 = this.roleForm.directorUser.split(',') }