Commit eaf665d7 authored by Mac's avatar Mac

1

parent c63edc8d
...@@ -1128,9 +1128,9 @@ ...@@ -1128,9 +1128,9 @@
<el-form-item label="制单人转交:"> <el-form-item label="制单人转交:">
<el-select v-model="zhuanjiaoMsg.CreateBy" filterable remote reserve-keyword <el-select v-model="zhuanjiaoMsg.CreateBy" filterable remote reserve-keyword
:placeholder="$t('pub.pleaseImport')" :remote-method="remoteMethodEx" @change="$forceUpdate(),choicereciveN2(zhuanjiaoMsg.CreateBy)"> :placeholder="$t('pub.pleaseImport')" :remote-method="remoteMethodEx" @change="$forceUpdate(),choicereciveN2(zhuanjiaoMsg.CreateBy)">
<el-option v-for="item in searchList" :key="item.empId" :label="item.name" :value="item.empId"> <el-option v-for="item in searchList" :key="item.Id" :label="item.EmployeeName" :value="item.Id">
<span style="float: left">{{ item.name }}</span> <span style="float: left">{{ item.EmployeeName }}</span>
<span style="float: right; color: #8492a6; font-size: 13px">{{ item.postName }}</span> <span style="float: right; color: #8492a6; font-size: 13px">{{ item.DeptName }}</span>
</el-option> </el-option>
</el-select> </el-select>
......
...@@ -288,7 +288,7 @@ export default { ...@@ -288,7 +288,7 @@ export default {
if(this.searchList.length>0){ if(this.searchList.length>0){
this.searchList.forEach(x=>{ this.searchList.forEach(x=>{
if(x.Id==Id){ if(x.Id==Id){
this.addMsg.AuditEmIdName = x.EmployeeName this.addMsg.ReciveEmpIdName = x.EmployeeName
} }
}) })
} }
......
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