Commit 04a08018 authored by anxixi's avatar anxixi

运营指标验收等功能

parent 4203db6f
......@@ -399,7 +399,7 @@
}else{
this.isShowErrorText = false;
}
if(!this.formData.projectBpUrl||this.formData.projectBpUrl.length==0){
if((!this.formData.projectBpUrl||this.formData.projectBpUrl.length==0)&&this.publicFun.isgetUserRoleFunc(5)){
this.$message.error('请上传项目BP');
return
}
......
......@@ -12,7 +12,7 @@
<div style="margin-top: 20px;">
<el-form label-position="right" :model="expertData" :rules="rules" ref="expertData" label-width="200px" class="contnetform180" >
<el-form-item label="绑定账号:" prop="empAccount">
<el-input :disabled="$route.query.id&&!expertData.canUpdateAccount?true:false" style="width: 500px;" @blur="isempAccountblur" placeholder="请输入账号" v-model="expertData.empAccount"></el-input>
<el-input :disabled="expertData.canUpdateAccount?true:false" style="width: 500px;" @blur="isempAccountblur" placeholder="请输入账号" v-model="expertData.empAccount"></el-input>
</el-form-item>
<el-form-item label="专家姓名:" prop="empName">
<el-input style="width: 500px;" maxlength="36" placeholder="请输入专家姓名" v-model="expertData.empName"></el-input>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment