Commit 48bc25e9 by huangxin

ditdav的bug修改

parent bfa7799d
...@@ -367,6 +367,7 @@ ...@@ -367,6 +367,7 @@
v-model="model.bddgrp.rec.docprbrol" v-model="model.bddgrp.rec.docprbrol"
style="width:100%" style="width:100%"
placeholder="请选择Presented by" placeholder="请选择Presented by"
@change="selectOrCheckboxRule('bddgrp.rec.docprbrol')"
> >
<el-option <el-option
v-for="item in docprbrol" v-for="item in docprbrol"
...@@ -398,7 +399,7 @@ ...@@ -398,7 +399,7 @@
grp: 'bddgrp', grp: 'bddgrp',
rol: 'prb', rol: 'prb',
}" }"
:disabled="this.flag" :disabledExtkey="this.flag"
:onlySearch="true" :onlySearch="true"
> >
</c-ptap> </c-ptap>
...@@ -434,7 +435,7 @@ ...@@ -434,7 +435,7 @@
<c-col :span="24" class="change"> <c-col :span="24" class="change">
<el-form-item label="地址" prop="bddgrp.prb.adrelc"> <el-form-item label="地址" prop="bddgrp.prb.adrelc">
<c-input type="textarea" :disabled="this.flag" v-model="model.bddgrp.prb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input> <c-input type="textarea" disabled v-model="model.bddgrp.prb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
...@@ -486,14 +487,14 @@ export default { ...@@ -486,14 +487,14 @@ export default {
}, },
"model.bddgrp.rec.docprbrol":function(){ "model.bddgrp.rec.docprbrol":function(){
if(this.model.bddgrp.rec.docprbrol=='ADV'){ if(this.model.bddgrp.rec.docprbrol=='ADV'){
//this.model.bddgrp.prb.pts.nam=this.model.bddgrp.prb.namelc;
this.flag=true; this.flag=true;
} }
else if(this.model.bddgrp.rec.docprbrol=='BEN'){ else if(this.model.bddgrp.rec.docprbrol=='BEN'){
//this.model.bddgrp.prb.adrelc=this.model.didgrp.rec.expplc;
this.flag=true; this.flag=true;
} }
else if(this.model.bddgrp.rec.docprbrol=='PRB'){
this.flag=false;
}
}, },
......
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