|
@@ -58,7 +58,7 @@ var LivingAllowanceInfoInfoDlg = {
|
|
|
sex: {validators: {notEmpty: {message: '性别不能为空'}}},
|
|
|
nationality: {validators: {notEmpty: {message: '国籍/地区不能为空'}}},
|
|
|
birthday: {validators: {notEmpty: {message: '出生日期不能为空'}}},
|
|
|
- firstSocialSecurityTime: {validators: {notEmpty: {message: '首次社保缴纳时间不能为空'}}},
|
|
|
+ //firstSocialSecurityTime: {validators: {notEmpty: {message: '首次社保缴纳时间不能为空'}}},
|
|
|
politics: {validators: {notEmpty: {message: '政治面貌不能为空'}}},
|
|
|
post: {validators: {
|
|
|
notEmpty: {message: '职务不能为空'},
|
|
@@ -256,10 +256,10 @@ LivingAllowanceInfoInfoDlg.upsertValidate = function () {
|
|
|
if (!LivingAllowanceInfoInfoDlg.validate()) {
|
|
|
return;
|
|
|
}
|
|
|
- if (Feng.isEmptyStr(LivingAllowanceInfoInfoDlg.livingAllowanceInfoInfoData.socialSecurity)) {
|
|
|
- Feng.info("社保缴交情况不能为空!");
|
|
|
- return;
|
|
|
- }
|
|
|
+ // if (Feng.isEmptyStr(LivingAllowanceInfoInfoDlg.livingAllowanceInfoInfoData.socialSecurity)) {
|
|
|
+ // Feng.info("社保缴交情况不能为空!");
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
if (LivingAllowanceInfoInfoDlg.livingAllowanceInfoInfoData.introductionMethod == 1) {
|
|
|
if (Feng.isEmptyStr(LivingAllowanceInfoInfoDlg.livingAllowanceInfoInfoData.firstInJJTime)) {
|
|
|
Feng.info("首次来晋时间不能为空!");
|