Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DHAS
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thitichaipun Wutthisak
DHAS
Commits
a95c6eed
Commit
a95c6eed
authored
Dec 18, 2020
by
Thitichaipun Wutthisak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TO Majung Prototype ประเมิน Online
parent
c37c42ae
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
530 additions
and
1 deletions
+530
-1
APS_FORM_INTERVIEW_DHAS_CHAIRMAN.jsp
hrAppWeb.war/APS_FORM_INTERVIEW_DHAS_CHAIRMAN.jsp
+528
-0
ListCandidate.Controller.js
....war/EMPVIEW/JS/APS_INTERVIEW/ListCandidate.Controller.js
+2
-1
No files found.
hrAppWeb.war/APS_FORM_INTERVIEW_DHAS_CHAIRMAN.jsp
0 → 100644
View file @
a95c6eed
<!-- ******************************** แบบประเมินสัมภาษณ์งาน DHAS ****************************************** -->
<!DOCTYPE html>
<
%@
page
contentType=
"text/html; charset=UTF-8"
language=
"java"
%
>
<
%@
page
import=
"com.csc.library.database.*,com.csc.library.session.*,com.csc.library.utilities.*,com.csc.library.utility.*"
%
>
<
%@
include
file=
"../CHECKPROFILE.jsp"
%
>
<
%
request
.
setCharacterEncoding
("
UTF-8
");
%
>
<
%
CheckNull
chk =
new
CheckNull
();
UProfile
up =
null;
if
(
session
!=
null
){
up =
(UProfile)session.getAttribute("userprofile");
}
if
(
up =
=
null
){
return
;
}
String
p_candidateid =
chk.chkNullString(request.getParameter("candidateid"));
String
p_committeeid =
chk.chkNullString(request.getParameter("committeeid"));
String
p_notedit =
chk.chkNullString(request.getParameter("notedit"),"false");
%
>
<html
ng-app=
'APS_INTERVIEW'
>
<head>
<title>
Employee View
</title>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<link
rel=
"stylesheet"
href=
"<%=request.getContextPath()%>/CSS/font-awesome.css"
>
<link
rel=
"stylesheet"
href=
"<%=request.getContextPath()%>/CSS/Bootstrap/css/bootstrap.css"
>
<link
rel=
"stylesheet"
href=
"<%=request.getContextPath()%>/JS/fullcalendar-yearview/fullcalendar.css"
/>
<link
rel=
"stylesheet"
href=
"<%=request.getContextPath()%>/CSS/Bootstrap/css/animate.min.css"
>
<link
rel=
"stylesheet"
href=
"<%=request.getContextPath()%>/CSS/EMPVIEW_LAYOUT.min.css"
>
<link
rel=
"stylesheet"
href=
"<%=request.getContextPath()%>/EMPVIEW/css/APP_UP/style_apsup.css"
/>
<script
type=
"text/javascript"
src=
"../JS/SCREEN.js"
></script>
<script
type=
"text/javascript"
src=
"../JS/jquery-2.1.3.min.js"
></script>
<script
type=
"text/javascript"
src=
"../public/lib/angular/angular.min.js"
></script>
<script
type=
"text/javascript"
src=
"../JS/ANGULAR/SCREEN_ANGULAR.js"
></script>
<script
type=
'text/javascript'
src=
"../public/lib/angular-resource/angular-resource.min.js"
></script>
<script
type=
"text/javascript"
src=
"../JS/fullcalendar-yearview/lib/moment.min.js"
></script>
<script
type=
"text/javascript"
src=
"../JS/fullcalendar-yearview/fullcalendar.js"
></script>
<script
type=
"text/javascript"
src=
"../JS/fullcalendar-yearview/lang-all.js"
></script>
<script
type=
"text/javascript"
src=
"../JS/VIEWCALENDAR.js"
></script>
<script
type=
"text/javascript"
src=
"../JS/DATEINPUT.js"
></script>
<script
type=
"text/javascript"
src=
"../CSS/Bootstrap/js/bootstrap.min.js"
></script>
<script
type=
"text/javascript"
src=
"../JS/jquery-ui-1.11.4.js"
></script>
<script
type=
"text/javascript"
src=
"../JS/EMPVIEW_FUNC.js"
></script>
<script
type=
'text/javascript'
src=
'<%=request.getContextPath()%>/EMPVIEW/JS/APS_INTERVIEW/Module.Controller.js'
></script>
<script
type=
'text/javascript'
src=
'<%=request.getContextPath()%>/EMPVIEW/JS/APS_INTERVIEW/services.js'
></script>
<script
type=
'text/javascript'
src=
'<%=request.getContextPath()%>/EMPVIEW/JS/APS_INTERVIEW/InterviewForm.Controller.js'
></script>
<script
type=
'text/javascript'
src=
'../EXAM/JS/CLASS/Question.Class.js'
></script>
<script
type=
'text/javascript'
>
setLang
(
'<%=up.get("lang")%>'
)
</script>
</head>
<body
ng-controller=
'InterviewForm'
>
<div
class=
'bg-com'
></div>
<section>
<form
name=
"cscform"
class=
"form-horizontal"
method=
"post"
>
<input
type=
'hidden'
name=
'candidateid'
value=
'<%=p_candidateid%>'
/>
<input
type=
'hidden'
name=
'committeeid'
value=
'<%=p_committeeid%>'
/>
<input
type=
'hidden'
name=
'notedit'
value=
'<%=p_notedit%>'
/>
<div
class=
'container csc-content'
id=
'target_warpper'
>
<div
class=
'csc-block-white'
>
<div
class=
'table-responsive'
>
<table
class=
"table table-head table-bordered"
>
<tr>
<td
rowspan =
'2'
class=
'b'
>
image
</td>
<td
class=
'b'
style=
"text-align: right;"
>
FR-230200-109 / Rev.No02
</td>
</tr>
<tr>
<td
class=
'b'
style=
"text-align: right;"
>
Effective Date : 08/06/2018
</td>
</tr>
</table>
<table
class=
"table table-head table-bordered"
>
<tr>
<th
colspan=
'10 text-left'
>
ใบประเมินผู้สมัครสำหรับหน่วยงาน (PL 2 - PL 4)
</th>
</tr>
<tr>
<td
class=
'b'
swlang
code=
'SW001984'
>
fullname
</td>
<td
colspan=
'4'
>
{{headdata.fullname}}
</td>
<td
class=
'b'
swlang
code=
'SW000057'
>
position
</td>
<td
colspan=
'4'
>
{{headdata.job}}
</td>
</tr>
<tr>
<td
class=
'b'
swlang
code=
''
>
แผนก
</td>
<td
colspan=
'2'
>
{{headdata.bu4}}
</td>
<td
class=
'b'
swlang
code=
''
>
ฝ่าย
</td>
<td
colspan=
'2'
>
{{headdata.bu3}}
</td>
<td
class=
'b'
swlang
code=
''
>
ด้าน
</td>
<td
colspan=
'3'
>
{{headdata.bu2}}
</td>
</tr>
</table>
</div>
<div
class=
'table-responsive'
>
<table
class=
"table table-head table-bordered"
>
<tr>
<th
class=
'b'
>
No.
</th>
<th
class=
'b text-left'
style=
"width:400px"
>
หัวข้อการพิจารณาของหน่วยงาน
</th>
<th
class=
'b'
>
ดีมาก / 5
</th>
<th
class=
'b'
>
ดี / 4
</th>
<th
class=
'b'
>
ปานกลาง / 3
</th>
<th
class=
'b'
>
พอใช้ / 2
</th>
<th
class=
'b'
>
ไม่ดี / 1
</th>
</tr>
<tr>
<td
class=
'center'
>
1
</td>
<td>
บุคลิคลักษณะ กิริยามารยาท การแต่งกาย
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"5"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"4"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"3"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"2"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"1"
>
{{examdata.dominance}}
</td>
<tr>
<td
class=
'center'
>
2
</td>
<td>
มนุษย์สัมพันธ์
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"5"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"4"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"3"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"2"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"1"
>
{{examdata.dominance}}
</td>
</tr>
<tr>
<td
class=
'center'
>
3
</td>
<td>
การสื่อข้อความ การตอบคำถาม การใช้คำพูด
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"5"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"4"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"3"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"2"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"1"
>
{{examdata.dominance}}
</td>
</tr>
<tr>
<td
class=
'center'
>
4
</td>
<td>
ประวัจิการศึกษา และการฝึกอบรม
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"5"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"4"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"3"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"2"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"1"
>
{{examdata.dominance}}
</td>
</tr>
<tr>
<td
class=
'center'
>
5
</td>
<td>
ภูมิหลัง และสถานภาพทางครอบครัว
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"5"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"4"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"3"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"2"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"1"
>
{{examdata.dominance}}
</td>
</tr>
<tr>
<td
class=
'center'
>
6
</td>
<td>
ประสบการณ์ ลักษณะงานที่ผ่านมา
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"5"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"4"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"3"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"2"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"1"
>
{{examdata.dominance}}
</td>
</tr>
<tr>
<td
class=
'center'
>
7
</td>
<td>
ความรอบรู้เรื่องในงานที่สมัคร ความรู้ทางเทคนิค และวิธีปฏิบัติ
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"5"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"4"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"3"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"2"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"1"
>
{{examdata.dominance}}
</td>
</tr>
<tr>
<td
class=
'center'
>
8
</td>
<td>
ความสามารถพิเศษที่เอื้อต่องานที่สมัคร
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"5"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"4"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"3"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"2"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"1"
>
{{examdata.dominance}}
</td>
</tr>
<tr>
<td
class=
'center'
>
9
</td>
<td>
สติปัญญา ความคิดริเริ่ม ความคิดเห็น ไหวพริบ การแก้ปัญหาเหตุผล
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"5"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"4"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"3"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"2"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"1"
>
{{examdata.dominance}}
</td>
</tr>
<tr>
<td
class=
'center'
>
10
</td>
<td>
ทัศนคติดความมุ่งหมายในชีวิต การงาน และสังคมรอบข้าง
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"5"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"4"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"3"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"2"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"1"
>
{{examdata.dominance}}
</td>
</tr>
<tr>
<td
colspan=
'2'
style=
"text-align: right;"
>
สรุป
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"5"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"4"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"3"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"2"
>
{{examdata.dominance}}
</td>
<td
class=
'center'
><span
class=
'score1 b'
ng-show=
'examdata.dominance == 0'
><input
type=
"radio"
ng-model=
"dominance"
value=
"1"
>
{{examdata.dominance}}
</td>
</tr>
<tr>
<td
class=
'trash b'
colspan=
'2'
>
รวมคะแนน
</td>
<td
class=
'center b'
colspan=
'5'
>
{{ getSumScore() }}
</td>
</tr>
</table>
</div>
</tbody>
</table>
<div
class=
'pagebreak'
></div>
<div
class=
"form-horizontal"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<label
class=
"b text-left"
>
ความเห็นหน่วยงานเพิ่มเติม
</label>
<a
class=
'icon-btn'
ng-click=
'addComment()'
ng-hide=
'headdata.status == 2 '
><i
class=
"fa fa-plus"
></i></a>
<a
class=
'icon-btn'
ng-click=
'delComment()'
ng-hide=
'headdata.status == 2 '
><i
class=
"fa fa-minus"
></i></a>
</div>
</div>
<div
class=
"row new-line"
ng-repeat=
'com in formdata.comment track by $index'
>
<div
class=
"col-lg-1 col-xs-1 trash"
>
{{ $index+1 }}.
</div>
<div
class=
"col-lg-11 col-xs-11 showtxt"
>
<p
class=
"hide"
></p>
<textarea
rows=
"5"
cols=
"120"
ng-model=
'com.comment'
ng-disabled=
'headdata.status == 2 || notedit'
></textarea>
</div>
</div>
</div>
<div
class=
"form-horizontal new-line"
>
<div
class=
"row"
>
<div
class=
"col-lg-7 col-xs-12"
>
<div
class=
"controls form-inline "
>
<input
class=
'score3_1'
ng-model=
'formdata.appropriate'
value=
'1'
type=
'radio'
ng-disabled=
'headdata.status == 2 || notedit'
/>
<label
class=
'label1'
>
เหมาะสม
</label>
<input
class=
'score3_2'
ng-model=
'formdata.appropriate'
value=
'0'
type=
'radio'
ng-disabled=
'headdata.status == 2 || notedit'
/>
<label
class=
'label2'
>
ไม่เหมาะสม
</label>
<input
class=
'score3_3'
ng-model=
'formdata.appropriate'
value=
'2'
type=
'radio'
ng-disabled=
'headdata.status == 2 || notedit'
/>
<label
class=
'label3'
>
เหมาะกับตำแหน่งอื่น
</label>
<label
class=
'label3'
ng-show=
'formdata.appropriate == 2'
>
(ระบุ)
</label>
<input
class=
'form-control extend3'
ng-model=
'formdata.job_other'
type=
'text'
ng-disabled=
'headdata.status == 2 || notedit'
ng-show=
'formdata.appropriate == 2'
/>
<label
id=
'job_other'
></label>
</div>
</div>
<div
class=
"col-lg-3 hide-print"
>
<label
class=
"b"
>
ลงชื่อ
</label>
<label>
{{headdata.committee_fullname}}
</label>
</div>
<div
class=
"col-lg-2 hide-print"
>
<label>
{{headdata.apsdate}}
</label>
<label>
ผู้สัมภาษณ์
</label>
</div>
<div
class=
"col-xs-5 show-print"
></div>
<div
class=
"col-xs-4 show-print"
>
<label
class=
"b"
>
ลงชื่อ
</label>
<label>
{{headdata.committee_fullname}}
</label>
</div>
<div
class=
"col-xs-3 show-print"
>
<label>
{{headdata.apsdate}}
</label>
<label>
ผู้สัมภาษณ์
</label>
</div>
</div>
</div>
<div
class=
"center new-line"
>
<button
type=
"button"
class=
"btn btn-info"
ng-click=
'saveDraff()'
ng-disabled=
'headdata.status == 2 '
>
ผลประเมินก่อนหน้า
</button>
<button
type=
"button"
class=
"btn btn-info"
ng-click=
'saveDraff()'
swlang
code=
'SW012867'
ng-disabled=
'headdata.status == 2 '
ng-hide=
'notedit'
>
Save Draft
</button>
<button
type=
"button"
class=
"btn btn-info"
ng-click=
'save()'
swlang
code=
'SW012098'
ng-disabled=
'headdata.status == 2 '
ng-hide=
'notedit'
>
Submit
</button>
<button
type=
"button"
class=
"btn btn-warning"
ng-click=
'goprint()'
swlang
code=
'SW005455'
>
Print
</button>
</div>
<div
class=
'spece-bot'
></div>
</div>
<!-- end csc-block-white -->
</div>
<!-- end csc-content -->
</form>
</section>
<!-- Section ForChairman Only -->
<section>
<form
name=
"cscform"
class=
"form-horizontal"
method=
"post"
>
<input
type=
'hidden'
name=
'candidateid'
value=
'<%=p_candidateid%>'
/>
<input
type=
'hidden'
name=
'committeeid'
value=
'<%=p_committeeid%>'
/>
<input
type=
'hidden'
name=
'notedit'
value=
'<%=p_notedit%>'
/>
<div
class=
'container csc-content'
id=
'target_warpper'
>
<div
class=
'csc-block-white'
>
<div
class=
'table-responsive'
>
<table
class=
"table table-head table-bordered"
>
<tr>
<td
rowspan =
'2'
class=
'b'
>
image
</td>
</tr>
</table>
<table
class=
"table table-head table-bordered"
>
<tr>
<th
colspan=
'10'
>
ใบสรุปผลประเมินผู้สมัคร
</th>
</tr>
<tr>
<td
class=
'b'
swlang
code=
'SW001984'
>
fullname
</td>
<td
colspan=
'3'
>
{{headdata.fullname}}
</td>
<td
class=
'b'
swlang
code=
'SW000057'
>
position
</td>
<td
colspan=
'2'
>
{{headdata.job}}
</td>
<td
class=
'b'
>
PL
</td>
<td
colspan=
'2'
>
{{headdata.pl}}
</td>
</tr>
<tr>
<td
class=
'b'
swlang
code=
''
>
แผนก
</td>
<td
colspan=
'2'
>
{{headdata.bu4}}
</td>
<td
class=
'b'
swlang
code=
''
>
ฝ่าย
</td>
<td
colspan=
'2'
>
{{headdata.bu3}}
</td>
<td
class=
'b'
swlang
code=
''
>
ด้าน
</td>
<td
colspan=
'3'
>
{{headdata.bu2}}
</td>
</tr>
<tr>
<td
class=
'b'
swlang
code=
''
>
ผลการประเมินฝ่ายบุคคล
</td>
<td
colspan=
'4'
>
{{headdata.bu4}}
</td>
<td
class=
'b'
swlang
code=
''
>
ผลประเมินจากหน่วยงาน
</td>
<td
colspan=
'4'
>
{{headdata.bu2}}
</td>
</tr>
</table>
</div>
<div
class=
'table-responsive'
>
<table
class=
"table table-head table-bordered"
>
<tr>
<th
class=
'text-left'
colspan=
'10'
>
ค่าคะแนนตามตำแหน่งงาน
</th>
</tr>
<tr>
<td
class=
'center'
colspan=
'3'
style=
"width:25%"
>
ค่าคะแนนตามตำแหน่งงาน
<br>
ประเมินโดยฝ่ายบุคคล
</td>
<td
class=
'center'
colspan=
'2'
style=
"width:25%"
>
คะแนนคุณวุฒิ/
<br>
ความรู้พื้นฐาน
</td>
<td
class=
'center'
colspan=
'3'
style=
"width:25%"
>
คะแนนความสามารถ
<br>
ทางการบริหาร/ ปฏิบัติงาน
</td>
<td
class=
'center'
colspan=
'2'
style=
"width:25%"
>
คะแนนรวม
</td>
</tr>
<tr>
<td
class=
'center'
style=
"width:10%"
>
Job Name
</td>
<td
class=
'center'
colspan=
'2'
>
</td>
<td
class=
'center'
rowspan=
'2'
><span
class=
'score1 b'
>
{{examdata.dominance}}
</span></td>
<td
class=
'center'
rowspan=
'2'
><span
class=
'score1 b'
>
{{examdata.dominance}}
</span>
คะแนน
</td>
<td
class=
'center'
rowspan=
'2'
><span
class=
'score1 b'
>
{{examdata.dominance}}
</span></td>
<td
class=
'center'
rowspan=
'2'
><span
class=
'score1 b'
>
{{examdata.dominance}}
</span>
คะแนน
</td>
<td
class=
'center'
rowspan=
'2'
><span
class=
'score1 b'
>
{{examdata.dominance}}
</span></td>
<td
class=
'center'
rowspan=
'2'
><span
class=
'score1 b'
>
{{examdata.dominance}}
</span>
คะแนน
</td>
</tr>
<tr>
<td
class=
'center'
>
Job Code
</td>
<td
class=
'center'
colspan=
'2'
>
</td>
</tr>
</table>
</div>
<div
class=
'table-responsive'
>
<table
class=
"table table-head table-bordered"
>
<tr>
<th
class=
'text-left'
colspan=
'10'
>
ประเมินค่างานจากผลสัมภาษณ์ โดยผู้บริหาร / ผู้จัดการฝ่าย
</th>
</tr>
<tr>
<td
class=
'center'
colspan=
'2'
style=
"width:25%"
>
คาดว่าผู้สมัครจะสามารถปฏิบัติงานได้ตามมาตราฐานงานที่
</td>
<td
class=
'center'
colspan=
'2'
style=
"width:25%"
>
{{examdata.result}}
</td>
<td
class=
'center'
colspan=
'2'
style=
"width:25%"
>
% ของต่ำแหน่งงาน
</td>
</tr>
<tr>
<td
class=
'center'
colspan=
'2'
>
ผลการคัดเลือกจากหน่วยงาน
</td>
<td
class=
'center'
><span
class=
'score1 b'
>
[]ควรจ้าง
</span></td>
<td
class=
'center'
><span
class=
'score1 b'
>
[]ไม่ควรจ้าง
</span></td>
<td
class=
'center'
><span
class=
'score1 b'
>
[]สำรอง
</span></td>
<td
class=
'center'
colspan=
'3'
><span
class=
'score1 b'
>
ขอจ้างเป็น
</span></td>
<td
class=
'center'
><span
class=
'score1 b'
>
[]รายวัน
</span></td>
<td
class=
'center'
><span
class=
'score1 b'
>
[]รายเดือน
</span></td>
</tr>
<tr>
<td
class=
'center'
>
ความเห็นหน่วยงานเพิ่มเติม
</td>
<td
class=
'center'
colspan=
'9'
>
</td>
</tr>
</table>
</div>
<div
class=
'table-responsive'
>
<table
class=
"table table-head table-bordered"
>
<tr>
<th
class=
'text-left'
colspan=
'6'
>
รายได้อื่นๆ สำหรับพนักงานขายเท่านั้น
</th>
</tr>
<tr>
<td
class=
'center'
>
1
</td>
<td
class=
'center'
>
ค่าเดินทาง /ค่าน้ำมันรถจักรยานยนต์
</td>
<td
class=
'center'
>
{{ baht}}
</td>
<td
class=
'center'
>
บาท/วัน/เดือน
</td>
<td
class=
'center'
>
เริ่มจ่ายตั้งแต่วันที่
</td>
<td
class=
'center'
>
{{paydate}}
</td>
</tr>
<tr>
<td
class=
'center'
>
2
</td>
<td
class=
'center'
>
ค่าเบี้ยเลี้ยง
</td>
<td
class=
'center'
>
{{ baht}}
</td>
<td
class=
'center'
>
บาท/วัน/เดือน
</td>
<td
class=
'center'
>
เริ่มจ่ายตั้งแต่วันที่
</td>
<td
class=
'center'
>
{{paydate}}
</td>
</tr>
<tr>
<td
class=
'center'
>
3
</td>
<td
class=
'center'
>
{{payid}}
</td>
<td
class=
'center'
>
{{ baht}}
</td>
<td
class=
'center'
>
บาท/วัน/เดือน
</td>
<td
class=
'center'
>
เริ่มจ่ายตั้งแต่วันที่
</td>
<td
class=
'center'
>
{{paydate}}
</td>
</tr>
<tr>
<td
class=
'center'
>
4
</td>
<td
class=
'center'
>
{{payid}}
</td>
<td
class=
'center'
>
{{ baht}}
</td>
<td
class=
'center'
>
บาท/วัน/เดือน
</td>
<td
class=
'center'
>
เริ่มจ่ายตั้งแต่วันที่
</td>
<td
class=
'center'
>
{{paydate}}
</td>
</tr>
<tr>
<td
class=
'center'
colspan=
'3'
>
ลงชื่อ
</td>
<td
class=
'center'
>
{{Sign}}
</td>
<td
class=
'center'
>
{{ incomedate}}
</td>
<td
class=
'center'
>
ผู้บริหาร / ผู้จัดการฝ่าย
</td>
</tr>
</table>
</div>
<div
class=
'table-responsive'
>
<table
class=
"table table-head table-bordered"
>
<tr>
<th
class=
'text-left'
colspan=
'9'
>
การประเมินและข้อสรุปของฝ่ายบุคคล
</th>
</tr>
<tr>
<td
class=
'center'
>
ผลการประเมินความสามารถผู้สมัคร
</td>
<td
class=
'center'
></td>
<td
class=
'center'
>
คะแนน
</td>
<td
class=
'center'
>
คูณอัตราจ้าง
</td>
<td
class=
'center'
>
</td>
<td
class=
'center'
>
บาท / Point
</td>
<td
class=
'center'
>
เท่ากับรายได้พึงประเมิน(รวมเงินโบนัสเฉลี่ย)
</td>
<td
class=
'center'
>
{{ baht}}
</td>
<td
class=
'center'
>
บาท
</td>
</tr>
<tr>
<td
class=
'center'
colspan=
'6'
></td>
<td
class=
'center'
>
ประเมินการรายได้รวมต่อเดือน(ไม่รวมเงินโบนัส)
</td>
<td
class=
'center'
>
{{ baht}}
</td>
<td
class=
'center'
>
บาท
</td>
</tr>
<tr>
<td
class=
'center'
>
1.รายได้คงที่ตามตำแหน่ง = Basic Salary
</td>
<td
class=
'center'
>
{{ baht}}
</td>
<td
class=
'center'
colspan=
'4'
>
บาท
</td>
<td
class=
'center'
>
2.รายได้แปรผันตามผลงาน = M1PI
</td>
<td
class=
'center'
>
{{baht}}
</td>
<td
class=
'center'
>
บาท
</td>
</tr>
<tr>
<td
class=
'center'
>
Pre-QPI
</td>
<td
class=
'center'
>
{{ baht}}
</td>
<td
class=
'center'
colspan=
'4'
>
บาท
</td>
<td
class=
'center'
>
M3PI
</td>
<td
class=
'center'
>
{{baht}}
</td>
<td
class=
'center'
>
บาท
</td>
</tr>
<tr>
<td
class=
'center'
colspan=
'6'
>
ลงชื่อ
</td>
<td
class=
'center'
>
{{Sign}}
</td>
<td
class=
'center'
>
{{ incomedate}}
</td>
<td
class=
'center'
>
หน.ผ./ ผจก.ฝ่ายบุคคล
</td>
</tr>
</table>
</div>
<div
class=
'table-responsive'
>
<table
class=
"table table-head table-bordered"
>
<tr>
<th
class=
'text-left'
colspan=
'9'
>
การเห็นชอบของผู้บริหาร BU (ผู้จัดการอาวุโส /Ex. Director BU)
</th>
</tr>
<tr>
<td
class=
'center'
>
1.สรุปปลการพิจารณา
</td>
<td
class=
'center'
>
[]
</td>
<td
class=
'center'
>
อนุมัติ
</td>
<td
class=
'center'
>
[]
</td>
<td
class=
'center'
>
ไม่อนุมัติ
</td>
<td
class=
'center'
>
[]
</td>
<td
class=
'center'
>
อื่นๆ (ถ้ามี)
</td>
<td
class=
'center'
colspan=
'2'
>
{{ other}}
</td>
</tr>
<tr>
<td
class=
'center'
colspan=
'2'
>
2.สรุปผลการปรเมินรายได้
</td>
<td
class=
'center'
>
[]
</td>
<td
class=
'center'
colspan=
'6'
>
ตามมารฐานประเมินต่ำแหน่งงาน
</td>
</tr>
<tr>
<td
class=
'center'
colspan=
'3'
>
[]
</td>
<td
class=
'center'
>
อื่นๆ (ถ้ามี)
</td>
<td
class=
'center'
colspan=
'4'
>
{{other}}
</td>
</tr>
<tr>
<td
class=
'center'
colspan=
'6'
>
ลงชื่อ
</td>
<td
class=
'center'
>
{{Sign}}
</td>
<td
class=
'center'
>
{{ incomedate}}
</td>
<td
class=
'center'
>
ผู้บริหาร BU
</td>
</tr>
</table>
</div>
<div
class=
'table-responsive'
>
<table
class=
"table table-head table-bordered"
>
<tr>
<th
class=
'text-left'
colspan=
'9'
>
การอนุมัติของ Seninor Ex Director / COO BU ขึ้นไป
</th>
</tr>
<tr>
<td
class=
'center'
colspan=
'9'
>
ตามมารฐานประเมินต่ำแหน่งงาน
</td>
</tr>
<tr>
<td
class=
'center'
colspan=
'6'
>
ลงชื่อ
</td>
<td
class=
'center'
>
{{Sign}}
</td>
<td
class=
'center'
>
{{ incomedate}}
</td>
<td
class=
'center'
>
Seninor Ex Director / COO BU
</td>
</tr>
</table>
</div>
</tbody>
</table>
<div
class=
'pagebreak'
></div>
<div
class=
"center new-line"
>
<button
type=
"button"
class=
"btn btn-info"
ng-click=
'saveDraff()'
ng-disabled=
'headdata.status == 2 '
>
ผลประเมินก่อนหน้า
</button>
<button
type=
"button"
class=
"btn btn-info"
ng-click=
'saveDraff()'
swlang
code=
'SW012867'
ng-disabled=
'headdata.status == 2 '
ng-hide=
'notedit'
>
Save Draft
</button>
<button
type=
"button"
class=
"btn btn-info"
ng-click=
'save()'
swlang
code=
'SW012098'
ng-disabled=
'headdata.status == 2 '
ng-hide=
'notedit'
>
Submit
</button>
<button
type=
"button"
class=
"btn btn-warning"
ng-click=
'goprint()'
swlang
code=
'SW005455'
>
Print
</button>
</div>
<div
class=
'spece-bot'
></div>
</div>
<!-- end csc-block-white -->
</div>
<!-- end csc-content -->
</form>
</section>
</body>
</html>
hrAppWeb.war/EMPVIEW/JS/APS_INTERVIEW/ListCandidate.Controller.js
View file @
a95c6eed
...
...
@@ -164,7 +164,8 @@ angular.module('APS_INTERVIEW').controller('listCandidate', ['$scope', '$http',
if
(
$scope
.
dbName
.
toUpperCase
()
===
(
"STD_NEW"
))
{
pageName
=
"../APS_FORM_INTERVIEW_DHAS.jsp"
;
}
else
if
(
$scope
.
dbName
.
toUpperCase
()
===
(
"DHAS"
))
{
pageName
=
"../APS_FORM_INTERVIEW_DHAS.jsp"
;
pageName
=
"../APS_FORM_INTERVIEW_DHAS_CHAIRMAN.jsp"
;
//pageName = "../APS_FORM_INTERVIEW_DHAS.jsp";
}
else
if
(
$scope
.
dbName
.
toUpperCase
()
===
(
"ITE"
))
{
pageName
=
"../APS_FORM_INTERVIEW_ITE.jsp"
;
}
else
if
(
$scope
.
dbName
.
toUpperCase
()
===
(
"KOKOTEL"
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment