修改 企标制修订计划管控-计划立项 人员选择 会签、审定人员名称修改

This commit is contained in:
baoyu
2024-05-13 17:14:57 +08:00
parent 28fb4f5867
commit 2dc5d02476
2 changed files with 10 additions and 10 deletions
@@ -98,7 +98,7 @@
:color="roleForm.countersigner ? '#66b1ff' : ''"> :color="roleForm.countersigner ? '#66b1ff' : ''">
<el-card> <el-card>
<el-form-item prop="countersignerName" style="margin-bottom: 0"> <el-form-item prop="countersignerName" style="margin-bottom: 0">
<h4>创新技术委员会成员/准体系工作组成员(必选)</h4> <h4>创新技术委员会成员/委会成员(必选)</h4>
<h4>二级研发(部所所长总工中心主任/研究院院长)(可选)</h4> <h4>二级研发(部所所长总工中心主任/研究院院长)(可选)</h4>
<h4>质量相关人员(可选)</h4> <h4>质量相关人员(可选)</h4>
<h4>制造部相关人员(可选)</h4> <h4>制造部相关人员(可选)</h4>
@@ -117,11 +117,11 @@
:color="roleForm.examine ? '#66b1ff' : ''"> :color="roleForm.examine ? '#66b1ff' : ''">
<el-card> <el-card>
<el-form-item prop="examineName" style="margin-bottom: 0"> <el-form-item prop="examineName" style="margin-bottom: 0">
<h4>准体系工作组组长</h4> <h4>委会主任</h4>
<div style="margin-top: 10px;width: 300px;"> <div style="margin-top: 10px;width: 300px;">
<el-input :disabled="disabledXX" v-model="roleForm.examine" style="display: none;"></el-input> <el-input :disabled="disabledXX" v-model="roleForm.examine" style="display: none;"></el-input>
<el-input :disabled="disabledXX" v-model="roleForm.examineName" readonly placeholder="选择标准体系工作组组长" <el-input :disabled="disabledXX" v-model="roleForm.examineName" readonly placeholder="选择标委会主任"
@click.native="choiceZRR('examine', '选择标准体系工作组组长', roleForm.examine)"> @click.native="choiceZRR('examine', '选择标委会主任', roleForm.examine)">
</el-input> </el-input>
</div> </div>
</el-form-item> </el-form-item>
@@ -332,7 +332,7 @@ export default {
{required: true, message:'请选择会签人员', trigger: "change" } {required: true, message:'请选择会签人员', trigger: "change" }
], ],
examineName:[ examineName:[
{required: true, message:'请选择标准体系工作组组长', trigger: "change" } {required: true, message:'请选择标委会主任', trigger: "change" }
], ],
approverName:[ approverName:[
{required: true, message:'请选择总院技术委员会覆盖领域企业标准:专委会主任/总院技术委员会未覆盖领域企业标准:总院院长或总院主管副院长', trigger: "change" } {required: true, message:'请选择总院技术委员会覆盖领域企业标准:专委会主任/总院技术委员会未覆盖领域企业标准:总院院长或总院主管副院长', trigger: "change" }
@@ -146,7 +146,7 @@
> >
<el-card> <el-card>
<el-form-item prop="countersignerName" style="margin-bottom: 0"> <el-form-item prop="countersignerName" style="margin-bottom: 0">
<h4>创新技术委员会成员/准体系工作组成员(必选)</h4> <h4>创新技术委员会成员/委会成员(必选)</h4>
<h4>二级研发(部所所长总工中心主任/研究院院长)(可选)</h4> <h4>二级研发(部所所长总工中心主任/研究院院长)(可选)</h4>
<h4>质量相关人员(可选)</h4> <h4>质量相关人员(可选)</h4>
<h4>制造部相关人员(可选)</h4> <h4>制造部相关人员(可选)</h4>
@@ -172,15 +172,15 @@
> >
<el-card> <el-card>
<el-form-item prop="examineName" style="margin-bottom: 0"> <el-form-item prop="examineName" 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.examine" :disabled="disabledXX" style="display: none;" /> <el-input v-model="roleForm.examine" :disabled="disabledXX" style="display: none;" />
<el-input <el-input
v-model="roleForm.examineName" v-model="roleForm.examineName"
:disabled="disabledXX" :disabled="disabledXX"
readonly readonly
placeholder="选择标准体系工作组组长" placeholder="选择标委会主任"
@click.native="choiceZRR('examine', '选择标准体系工作组组长', roleForm.examine)" @click.native="choiceZRR('examine', '选择标委会主任', roleForm.examine)"
/> />
</div> </div>
</el-form-item> </el-form-item>
@@ -404,7 +404,7 @@ export default {
{ required: true, message: '请选择会签人员', trigger: 'change' } { required: true, message: '请选择会签人员', trigger: 'change' }
], ],
examineName: [ examineName: [
{ required: true, message: '请选择标准体系工作组组长', trigger: 'change' } { required: true, message: '请选择标委会主任', trigger: 'change' }
], ],
approverName: [ approverName: [
{ required: true, message: '请选择总院技术委员会覆盖领域企业标准:专委会主任/总院技术委员会未覆盖领域企业标准:总院院长或总院主管副院长', trigger: 'change' } { required: true, message: '请选择总院技术委员会覆盖领域企业标准:专委会主任/总院技术委员会未覆盖领域企业标准:总院院长或总院主管副院长', trigger: 'change' }