#9569 CANDIDATE หา Bug

parent 31005e8e
...@@ -249,5 +249,17 @@ ...@@ -249,5 +249,17 @@
<CHILD>MAPPOINTMENT.CANDIDATEID</CHILD> <CHILD>MAPPOINTMENT.CANDIDATEID</CHILD>
<CHILD>MAPPOINTMENT.COMPANYID</CHILD> <CHILD>MAPPOINTMENT.COMPANYID</CHILD>
</MAPPOINTMENT> </MAPPOINTMENT>
<MJOBCODE>
<PARENT>MCANDIDATE.JOBID</PARENT>
<PARENT>MCANDIDATE.COMPANYID</PARENT>
<CHILD>MJOBCODE.JOBCODEID</CHILD>
<CHILD>MJOBCODE.COMPANYID</CHILD>
</MJOBCODE>
<MREQUEST>
<PARENT>MCANDIDATE.REQUESTID</PARENT>
<PARENT>MCANDIDATE.COMPANYID</PARENT>
<CHILD>MREQUEST.REQUESTID</CHILD>
<CHILD>MREQUEST.COMPANYID</CHILD>
</MREQUEST>
</RELATION> </RELATION>
</MCANDIDATE> </MCANDIDATE>
...@@ -1508,5 +1508,11 @@ MCAREERPATH> ...@@ -1508,5 +1508,11 @@ MCAREERPATH>
<CHILD>MAPPLICANT.JOBID</CHILD> <CHILD>MAPPLICANT.JOBID</CHILD>
<CHILD>MAPPLICANT.COMPANYID</CHILD> <CHILD>MAPPLICANT.COMPANYID</CHILD>
</MAPPLICANT> </MAPPLICANT>
<MCANDIDATE>
<PARENT>MJOBCODE.JOBCODEID</PARENT>
<PARENT>MJOBCODE.COMPANYID</PARENT>
<CHILD>MCANDIDATE.JOBID</CHILD>
<CHILD>MCANDIDATE.COMPANYID</CHILD>
</MCANDIDATE>
</RELATION> </RELATION>
</MJOBCODE> </MJOBCODE>
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -197,6 +197,8 @@ angular.module('RECRUIT').controller('Candidate', function ($scope, $mdDialog, R ...@@ -197,6 +197,8 @@ angular.module('RECRUIT').controller('Candidate', function ($scope, $mdDialog, R
window.open(`CandidatePrint_KOKOTEL.jsp?appid=${p_appid}`, '', 'width = 1366, height = 700') window.open(`CandidatePrint_KOKOTEL.jsp?appid=${p_appid}`, '', 'width = 1366, height = 700')
} else if (p_dbname.toUpperCase().includes("CHATRIUM")) { } else if (p_dbname.toUpperCase().includes("CHATRIUM")) {
window.open(`CandidatePrint_CHATRIUM.jsp?appid=${p_appid}`, '', 'width = 1366, height = 700') window.open(`CandidatePrint_CHATRIUM.jsp?appid=${p_appid}`, '', 'width = 1366, height = 700')
} else if (p_dbname.toUpperCase().includes("DHAS")) {
window.open(`CandidatePrint_DHAS.jsp?appid=${p_appid}`, '', 'width = 1366, height = 700')
} else { } else {
window.open(`ApplicantPrint.jsp?appid=${p_appid}`, '', 'width = 1366, height = 700') 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