|
@@ -10,7 +10,7 @@ var TalentWorkunitChangeInfoDlg = {
|
|
|
talentArrange: {validators: {notEmpty: {message: '人才层次不能为空'}}},
|
|
|
oldEnterpriseId: {validators: {notEmpty: {message: '原工作单位不能为空'}}},
|
|
|
quitTime: {validators: {notEmpty: {message: '离职时间不能为空'}}},
|
|
|
- newTalentType: {validators: {notEmpty: {message: '新人才标签不能为空'}}},
|
|
|
+ //newTalentType: {validators: {notEmpty: {message: '新人才标签不能为空'}}},
|
|
|
identifyTime: {validators: {notEmpty: {message: '认定时间不能为空'}}},
|
|
|
oldTalentType: {validators: {notEmpty: {message: '原人才标签不能为空'}}},
|
|
|
starttime: {validators: {notEmpty: {message: '合同开始时间不能为空'}}},
|