Start 9569 เพื่ม DropResumePrintDHAS

UTBEAN com.csc.library.utilities.gsonmapping;
Mdrop_resume ทั้งหมด
parent bb046862
<DBXML>
<TABLE name="Simmdropresumewithgson" status="center" central="true" out="inquiry">
<FIELD>COMPANYID</FIELD>
<FIELD>OTHER</FIELD>
<FIELD>APPLICANTDATE</FIELD>
<FIELD>JOBID</FIELD>
<FIELD>JOBEXP</FIELD>
<FIELD>SALARY_EXPECT</FIELD>
<FIELD>EDUCATION</FIELD>
<FIELD>EMAIL</FIELD>
<FIELD>CONTACT</FIELD>
<FIELD>PERSONAL</FIELD>
<FIELD>SKILL</FIELD>
<FIELD>FAMILY</FIELD>
<ORDER>
<FIELD>EMAIL</FIELD>
</ORDER>
</TABLE>
<TABLE name="MJOBCODE" status="" central="false" out="inquiry">
<FIELD>JOBCODEID</FIELD>
<FIELD>TDESC</FIELD>
<FIELD>EDESC</FIELD>
</TABLE>
<TABLE name="MOCCUPATION" status="" central="false" out="inquiry">
<FIELD>OCCID</FIELD>
<FIELD>TDESC</FIELD>
<FIELD>EDESC</FIELD>
</TABLE>
</DBXML>
<HELPXML>
<DATAMANAGER>MDROP_RESUMEHELP</DATAMANAGER>
<SHOWN>
<COL>MDROP_RESUME.EMAIL</COL>
</SHOWN>
<ORDER>
<COL>MDROP_RESUME.EMAIL</COL>
</ORDER>
<SEARCH>
<COL>EMAIL</COL>
</SEARCH>
<RETURN>
<COL>EMAIL</COL>
</RETURN>
</HELPXML>
......@@ -36,7 +36,7 @@
<MENU tname="การดำเนินการ" ename="Process" link="javascript:;" code="RE01A02" target="" group="RE01A02">
<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" 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="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"/>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -229,7 +229,7 @@ angular.module('RECRUIT').controller('DropResume', function ($q, $scope, $mdDial
}
$scope.openPrint = (email, dbname, p_appid) => {
if (dbname == "STD_NEW") {
if (dbname == "DHAS") {
RecService.RestMrequest.query({funcname: 'getManPowerRequest'}).$promise.then(function (data) {
let res = data.result.find((item) => {
return item.jobid === p_appid
......@@ -242,6 +242,7 @@ angular.module('RECRUIT').controller('DropResume', function ($q, $scope, $mdDial
}
})
}
let win = window.open(`DropResumePrintDHAS.jsp?appid=${p_appid}&email=${email}`, '', 'width = 1366, height = 700')
//let win = window.open(`ApplicantPrint_APF_Monthly_NEW.jsp?appid=${p_appid}`, '', 'width = 1366, height = 700')
//let win = window.open(`ApplicantPrint_ITALTHAI.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