#9569 สร้าง เอกสารสมัครงาน ของเมนู รายชื่อผู้ฝากประวัติ (คืบหน้า 95%)

parent 6aa1e768
......@@ -37,7 +37,7 @@
<MENU tname="กรอกใบสมัครงาน" ename="Fill in Application Form" link="javascript:linkpage('FillFormApplicant.jsp');" code="RE01A0201" target="" group="RE01A0201" page="FillFormApplicant" activepermis="1" edit="1" save="1" delete="1"/>
<MENU tname="ใบขออัตรากำลัง" ename="Manpower Request" link="javascript:linkpage('ManpowerRequest.jsp');" code="RE01A0202" target="" group="RE01A0202" page="ManpowerRequest,REC100,REC101,REC101C,REC101S,REC101ADDRESPON,REC101EDITRESPON,PRU084_angular" activepermis="1" edit="1" save="1" delete="1"/>
<MENU tname="รายชื่อผู้ฝากประวัติ" ename="Dropped Resume" link="javascript:linkpage('DropResume.jsp');" code="RE01A0207" target="" group="RE01A0207" page="DropResume,DropResumePrint,DropResumePrint_Monthly,DropResumePrintDHAS" activepermis="1" edit="1" save="1" delete="1"/>
<MENU tname="รายชื่อผู้สมัคร" ename="Applicant List" link="javascript:linkpage('FormApplicant.jsp');" code="RE01A0203" target="" group="RE01A0203" page="FormApplicant,ApplicantPrint_APF_Daily_NEW,ApplicantPrint_APF_Monthly_NEW,ApplicantPrint_ITALTHAI,ApplicantPrint_WORKPOINT,ApplicantPrint_PLANETCOMM,ApplicantPrint_KOKOTEL,CandidatePrint_KOKOTEL,ApplicantTest_ITALTHAI,ApplicantPrint_CHATRIUM" activepermis="1" edit="1" save="1" delete="1"/>
<MENU tname="รายชื่อผู้สมัคร" ename="Applicant List" link="javascript:linkpage('FormApplicant.jsp');" code="RE01A0203" target="" group="RE01A0203" page="FormApplicant,ApplicantPrint_APF_Daily_NEW,ApplicantPrint_APF_Monthly_NEW,ApplicantPrint_ITALTHAI,ApplicantPrint_WORKPOINT,ApplicantPrint_PLANETCOMM,ApplicantPrint_KOKOTEL,CandidatePrint_KOKOTEL,ApplicantTest_ITALTHAI,ApplicantPrint_CHATRIUM,ApplicantPrint_DHAS" activepermis="1" edit="1" save="1" delete="1"/>
<MENU tname="รายชื่อผู้ผ่านการคัดเลือก" ename="Candidate List" link="javascript:linkpage('Candidate.jsp');" code="RE01A0204" target="" group="RE01A0204" page="Candidate,CandidatePrint_ITALTHAI,CandidatePrint_WORKPOINT,CandidatePrint_PLANETCOMM,CandidatePrint_CHATRIUM,CandidateTest_ITALTHAI,PRU102" activepermis="1" edit="1" save="1" delete="1"/>
<MENU tname="ตารางการนัดหมายสัมภาษณ์และสอบข้อเขียน" ename="Interview / Exam Schedule" link="javascript:linkpage('Appointment.jsp');" code="RE01A0205" target="" group="RE01A0205" page="Appointment" activepermis="1" edit="1" save="1" delete="1"/>
<MENU tname="ประวัติใบสมัคร" ename="Recruit History" link="javascript:linkpage('RecruitHistory.jsp');" code="RE01A0206" target="" group="RE01A0206" page="RecruitHistory" activepermis="1" edit="1" save="1" delete="1"/>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -146,6 +146,8 @@ angular.module('RECRUIT').controller('FormApplicant', function ($q, $scope, $mdD
window.open(`ApplicantPrint_KOKOTEL.jsp?appid=${p_appid}`, '', 'width = 1366, height = 700')
} else if (p_dbname.toUpperCase().includes("CHATRIUM")) {
window.open(`ApplicantPrint_CHATRIUM.jsp?appid=${p_appid}`, '', 'width = 1366, height = 700')
} else if (p_dbname.toUpperCase().includes("DHAS")) {
window.open(`ApplicantPrint_DHAS.jsp?appid=${p_appid}`, '', 'width = 1366, height = 700')
} else {
window.open(`ApplicantPrint.jsp?appid=${p_appid}`, '', 'width = 1366, height = 700')
}
......
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