报名信息
姓名:
{{userInfo.name}}
/{{(userInfo.sex == '1' || userInfo.sex == '男') ? '男' :
'女'}}
/{{userInfo.age}}岁
/{{userInfo.nationality}}
-
电话:
{{userInfo.tel == '' || userInfo.tel == null || userInfo.tel == 'undefined' ? '-' :
userInfo.tel}}
身份证号:
{{userInfo.num == '' || userInfo.num == null || userInfo.num == 'undefined' ? '-' : userInfo.num}}
家庭住址:
{{userInfo.address == '' || userInfo.address == null || userInfo.address == 'undefined' ? '-' :
userInfo.address}}
报名岗位:
{{jobName || '-'}}
面试时间:
{{currentTime}}
接待时间:
{{currentTime2}}
政策:
{{policy || '-'}}
复制文本
知道了