[运维] -合同同步数据-匹配负责人时增加员工号;打印增加数据异常的判断

This commit is contained in:
fengchenchen
2022-04-08 18:22:30 +08:00
parent 40fb2387ec
commit a905376c8d
5 changed files with 7 additions and 3 deletions
@@ -953,7 +953,8 @@ export default {
// 负责人信息的处理 todo 需要增加员工号的判断
let userInfo = {
realname: obj.realname, // 申请人
orgCodeTxt: obj.orgCodeTxt // 申请部门
orgCodeTxt: obj.orgCodeTxt, // 申请部门
workNo: obj.workNo // 申请人工号
}
this.$refs.selectPrincipal.setValueByOtherInfo(userInfo)