Commit e1b8adb4 by peema_phongam

check recruiter interview

parent 6fd04933
......@@ -639,8 +639,10 @@ angular.module('RECRUIT').controller('Candidate', function ($scope, $mdDialog, R
mail.atfiles = $scope.fileNames.map(($fileName) => {
return uploadDir + $fileName
})
// mail.clearAtFile = true
}
// mail.hostname = 'https://mail.myhr.co.th'
mail.atAppFile = objSendMail.atAppFile
})
$scope.appointment.detail.sendMail = tempMail
......@@ -1155,18 +1157,18 @@ angular.module('RECRUIT').controller('Candidate', function ($scope, $mdDialog, R
}
$scope.goSetCommittee = (candidateid, hrStatus) => {
// if (hrStatus == 2) {
// cscForm.action = "CommitteeSetupForm.jsp"
// cscForm.__candidateid.value = candidateid
// cscForm.target = "_blank"
// cscForm.submit()
// } else {
// alert("ยังไม่ได้รับการประเมินจากฝ่ายบุคคล");
// }
cscForm.action = "CommitteeSetupForm.jsp"
cscForm.__candidateid.value = candidateid
cscForm.target = "_blank"
cscForm.submit()
if (hrStatus == 2) {
cscForm.action = "CommitteeSetupForm.jsp"
cscForm.__candidateid.value = candidateid
cscForm.target = "_blank"
cscForm.submit()
} else {
alert("ยังไม่ได้รับการประเมินจากฝ่ายบุคคล");
}
// cscForm.action = "CommitteeSetupForm.jsp"
// cscForm.__candidateid.value = candidateid
// cscForm.target = "_blank"
// cscForm.submit()
}
// Jquery Zone
......
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