commit
This commit is contained in:
@@ -210,7 +210,7 @@
|
|||||||
:model="roleForm"
|
:model="roleForm"
|
||||||
:rules="roleFormRules"
|
:rules="roleFormRules"
|
||||||
class="label-input-form">
|
class="label-input-form">
|
||||||
<el-timeline-item timestamp="发起流程" placement="top" :color="roleForm.applyUserId ? '#66b1ff' : ''">
|
<el-timeline-item timestamp="起草" placement="top" :color="roleForm.applyUserId ? '#66b1ff' : ''">
|
||||||
<el-card>
|
<el-card>
|
||||||
<el-form-item prop="applyUserId" style="margin-bottom: 0">
|
<el-form-item prop="applyUserId" style="margin-bottom: 0">
|
||||||
<h4>流程发起人</h4>
|
<h4>流程发起人</h4>
|
||||||
@@ -221,15 +221,15 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-card>
|
</el-card>
|
||||||
</el-timeline-item>
|
</el-timeline-item>
|
||||||
<el-timeline-item timestamp="批准解读流程" placement="top" :color="roleForm.deptUserId ? '#66b1ff' : ''">
|
<el-timeline-item timestamp="批准" placement="top" :color="roleForm.deptUserId ? '#66b1ff' : ''">
|
||||||
<el-card>
|
<el-card>
|
||||||
<el-form-item prop="deptUserId" style="margin-bottom: 0">
|
<el-form-item prop="deptUserId" style="margin-bottom: 0">
|
||||||
<h4>标准法规部部长</h4>
|
<h4>标准法规部高级经理</h4>
|
||||||
<div style="margin-top: 10px;width: 300px;">
|
<div style="margin-top: 10px;width: 300px;">
|
||||||
<el-input v-model="roleForm.deptUserId" style="display: none;"/>
|
<el-input v-model="roleForm.deptUserId" style="display: none;"/>
|
||||||
<el-input
|
<el-input
|
||||||
v-model="roleForm.deptUserIdName"
|
v-model="roleForm.deptUserIdName"
|
||||||
placeholder="选择标准法规部部长"
|
placeholder="选择标准法规部高级经理"
|
||||||
@click.native="choiceZRRS(roleForm.deptUserId, 0, '')"
|
@click.native="choiceZRRS(roleForm.deptUserId, 0, '')"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -241,6 +241,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ProcessFooter
|
<ProcessFooter
|
||||||
|
show-save
|
||||||
show-submit
|
show-submit
|
||||||
:submitLoading="isSubmit"
|
:submitLoading="isSubmit"
|
||||||
:saveLoading="saveLoading"
|
:saveLoading="saveLoading"
|
||||||
@@ -988,7 +989,7 @@
|
|||||||
if (type === 0) {
|
if (type === 0) {
|
||||||
this.nodeList = []
|
this.nodeList = []
|
||||||
this.nodeList.push(row)
|
this.nodeList.push(row)
|
||||||
this.drawerTitle = '选择标准法规部部长'
|
this.drawerTitle = '选择标准法规部高级经理'
|
||||||
this.modalshowflag = true
|
this.modalshowflag = true
|
||||||
} else {
|
} else {
|
||||||
this.drawerTitle = '选择责任人'
|
this.drawerTitle = '选择责任人'
|
||||||
|
|||||||
@@ -217,7 +217,7 @@
|
|||||||
:model="roleForm"
|
:model="roleForm"
|
||||||
:rules="roleFormRules"
|
:rules="roleFormRules"
|
||||||
class="label-input-form">
|
class="label-input-form">
|
||||||
<el-timeline-item timestamp="发起流程" placement="top" :color="roleForm.applyUserId ? '#66b1ff' : ''">
|
<el-timeline-item timestamp="起草" placement="top" :color="roleForm.applyUserId ? '#66b1ff' : ''">
|
||||||
<el-card>
|
<el-card>
|
||||||
<el-form-item prop="applyUserId" style="margin-bottom: 0">
|
<el-form-item prop="applyUserId" style="margin-bottom: 0">
|
||||||
<h4>流程发起人</h4>
|
<h4>流程发起人</h4>
|
||||||
@@ -228,15 +228,15 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-card>
|
</el-card>
|
||||||
</el-timeline-item>
|
</el-timeline-item>
|
||||||
<el-timeline-item timestamp="批准解读流程" placement="top" :color="roleForm.deptUserId ? '#66b1ff' : ''">
|
<el-timeline-item timestamp="批准" placement="top" :color="roleForm.deptUserId ? '#66b1ff' : ''">
|
||||||
<el-card>
|
<el-card>
|
||||||
<el-form-item prop="deptUserId" style="margin-bottom: 0">
|
<el-form-item prop="deptUserId" style="margin-bottom: 0">
|
||||||
<h4>标准法规部部长</h4>
|
<h4>标准法规部高级经理</h4>
|
||||||
<div style="margin-top: 10px;width: 300px;">
|
<div style="margin-top: 10px;width: 300px;">
|
||||||
<el-input v-model="roleForm.deptUserId" style="display: none;"/>
|
<el-input v-model="roleForm.deptUserId" style="display: none;"/>
|
||||||
<el-input
|
<el-input
|
||||||
v-model="roleForm.deptUserIdName"
|
v-model="roleForm.deptUserIdName"
|
||||||
placeholder="选择标准法规部部长"
|
placeholder="选择标准法规部高级经理"
|
||||||
@click.native="choiceZRRS(roleForm.deptUserId, 0, '')"
|
@click.native="choiceZRRS(roleForm.deptUserId, 0, '')"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -993,7 +993,7 @@ export default {
|
|||||||
if (type === 0) {
|
if (type === 0) {
|
||||||
this.nodeList = []
|
this.nodeList = []
|
||||||
this.nodeList.push(row)
|
this.nodeList.push(row)
|
||||||
this.drawerTitle = '选择标准法规部部长'
|
this.drawerTitle = '选择标准法规部高级经理'
|
||||||
this.modalshowflag = true
|
this.modalshowflag = true
|
||||||
} else {
|
} else {
|
||||||
this.drawerTitle = '选择责任人'
|
this.drawerTitle = '选择责任人'
|
||||||
|
|||||||
Reference in New Issue
Block a user