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
e6d4ebec
Commit
e6d4ebec
authored
Dec 04, 2020
by
Thitichaipun Wutthisak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#9569 รอConsult ตรวจสอบและแก้ไข เพิ่มเติม
parent
1f7c2a5a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
ApplicantPrint_DHAS.jsp
hrAppWeb.war/RECRUIT/ApplicantPrint_DHAS.jsp
+4
-4
CandidatePrint_DHAS.jsp
hrAppWeb.war/RECRUIT/CandidatePrint_DHAS.jsp
+6
-6
No files found.
hrAppWeb.war/RECRUIT/ApplicantPrint_DHAS.jsp
View file @
e6d4ebec
...
...
@@ -295,7 +295,7 @@
//
----------------------------END
OTHER-----------------------------------------
//
----------------------------SETDATA
EDUCATION------------------------------------
MyHashMap
educationbackground =
new
MyHashMap
();
String
[]
masterdegree =
{"L0
15",
"
L016
",
"
L017
","
L009
",
"
L006
",
"
L010
","
L004
",
"
L008
","
005
"};
String
[]
masterdegree =
{"L0
04","L005","L006","L007","L008","L009","L010","L011","L012","L013","L014","L015",
"
L016
",
"
L017
"};
String
degreeDesc =
""
;
String
EduV =
""
;
//
Education
Vocabulary
for
(
String
degreekey
:
masterdegree
)
{
...
...
@@ -353,10 +353,10 @@
} else {
educationbackground.put("major" + EduV, education.major.majorlist.name.tha);
}
if (education.fac.searchtext
=
= null) {
educationbackground.put("fac" + EduV, education.fac.
facultylist.faculty_tha
);
if (education.fac.searchtext
!
= null) {
educationbackground.put("fac" + EduV, education.fac.
searchtext
);
} else {
educationbackground.put("fac" + EduV, education.fac.facultylist.faculty
_
tha);
educationbackground.put("fac" + EduV, education.fac.facultylist.faculty
desc.
tha);
}
educationbackground.put("gpa" + EduV, education.gpa);
}
...
...
hrAppWeb.war/RECRUIT/CandidatePrint_DHAS.jsp
View file @
e6d4ebec
...
...
@@ -295,7 +295,7 @@
//
----------------------------END
OTHER-----------------------------------------
//
----------------------------SETDATA
EDUCATION------------------------------------
MyHashMap
educationbackground =
new
MyHashMap
();
String
[]
masterdegree =
{"L0
15",
"
L016
",
"
L017
","
L009
",
"
L006
",
"
L010
","
L004
",
"
L008
","
005
"};
String
[]
masterdegree =
{"L0
01","L002","L003","L004","L005","L006","L007","L008","L009","L010","L011","L012","L013","L014","L015",
"
L016
","
L017
"};
String
degreeDesc =
""
;
String
EduV =
""
;
//
Education
Vocabulary
for
(
String
degreekey
:
masterdegree
)
{
...
...
@@ -353,10 +353,10 @@
} else {
educationbackground.put("major" + EduV, education.major.majorlist.name.tha);
}
if (education.fac.searchtext
=
= null) {
educationbackground.put("fac" + EduV, education.fac.
facultylist.faculty_tha
);
if (education.fac.searchtext
!
= null) {
educationbackground.put("fac" + EduV, education.fac.
searchtext
);
} else {
educationbackground.put("fac" + EduV, education.fac.facultylist.faculty
_
tha);
educationbackground.put("fac" + EduV, education.fac.facultylist.faculty
desc.
tha);
}
educationbackground.put("gpa" + EduV, education.gpa);
}
...
...
@@ -1193,7 +1193,7 @@
detail.addCell(getCellData(educationbackground.get("facL015").toString(), font12N, "", "CENTER", "TOP", 0, 0,true,false));
detail.addCell(getCellData(educationbackground.get("majorL015").toString(), font12N, "", "CENTER", "TOP", 0, 0,true,false));
detail.addCell(getCellData(educationbackground.get("gpaL015").toString(), font12N, "", "CENTER", "TOP", 0, 0,true,false));
/*
// แสดงเฉพาะ จบที่สูงที่สุดก่อน
// แสดงเฉพาะ จบที่สูงที่สุดก่อน
detail.addCell(getCellData("ปวช. / ปวส.", font12N, "", "CENTER", "TOP", 0, 0));
detail.addCell(getCellData("...", font12N, "", "CENTER", "TOP", 0, 0));
detail.addCell(getCellData("...", font12N, "", "CENTER", "TOP", 0, 0));
...
...
@@ -1217,7 +1217,7 @@
detail.addCell(getCellData(educationbackground.get("facM3").toString(), font12N, "", "CENTER", "TOP", 0, 0,true,false));
detail.addCell(getCellData(educationbackground.get("majorM3").toString(), font12N, "", "CENTER", "TOP", 0, 0,true,false));
detail.addCell(getCellData(educationbackground.get("gpaM3").toString(), font12N, "", "CENTER", "TOP", 0, 0,true,false));
*/
document.add(detail);
document.add(detail);
// --------------- new line -----------------
sizeColumn = new float[]{10.0f,15.0f,10.0f,10.0f,10.0f,15.0f,10.0f,10.0f,10.0f};
detail = new PdfPTable(9);
...
...
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