Commit f3abbd6c authored by liudong1993's avatar liudong1993

1

parent 0a8de33b
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</li> </li>
<li> <li>
<span><em>{{$t('objFill.v101.administrative.qiandaoren')}}</em><el-select filterable v-model='msg.EmployeeId' <span><em>{{$t('objFill.v101.administrative.qiandaoren')}}</em><el-select filterable v-model='msg.EmployeeId'
:disabled="F_Query_SelfBranch"> :disabled="F_Query_SelfBranch && F_Query_employee">
<el-option :label="$t('pub.unlimitedSel')" value='-1'></el-option> <el-option :label="$t('pub.unlimitedSel')" value='-1'></el-option>
<el-option v-for='item in userList' :label='item.name' :value='item.empId' :key='item.empId'></el-option> <el-option v-for='item in userList' :label='item.name' :value='item.empId' :key='item.empId'></el-option>
</el-select> </el-select>
...@@ -109,6 +109,7 @@ ...@@ -109,6 +109,7 @@
data() { data() {
return { return {
F_Query_SelfBranch: false, F_Query_SelfBranch: false,
F_Query_employee: false,
picObj:[], picObj:[],
dspNone:true, dspNone:true,
loading:true, loading:true,
...@@ -226,6 +227,7 @@ ...@@ -226,6 +227,7 @@
this.msg.RB_BranchId = userInfo.RB_Branch_id this.msg.RB_BranchId = userInfo.RB_Branch_id
}else{ }else{
this.F_Query_SelfBranch = true this.F_Query_SelfBranch = true
this.F_Query_employee = true;
this.msg.EmployeeId = userInfo.EmployeeId this.msg.EmployeeId = userInfo.EmployeeId
} }
this.getUserMsg.RB_Group_id=this.getCompanyMsg.RB_Group_Id=userInfo.RB_Group_id; //集团ID this.getUserMsg.RB_Group_id=this.getCompanyMsg.RB_Group_Id=userInfo.RB_Group_id; //集团ID
......
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