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
2cea5f5b
Commit
2cea5f5b
authored
4 years ago
by
Thitichaipun Wutthisak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
แก้ไข เอา รหัสพนักงาน ออก เป็นวันที่
parent
892d2f29
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
7 deletions
+41
-7
REC_APPLICANT.jsp
hrAppWeb.war/EMPVIEW/REC_APPLICANT.jsp
+21
-4
REC_CANDIDATE.jsp
hrAppWeb.war/EMPVIEW/REC_CANDIDATE.jsp
+20
-3
No files found.
hrAppWeb.war/EMPVIEW/REC_APPLICANT.jsp
View file @
2cea5f5b
...
...
@@ -66,6 +66,23 @@
__fixCon
.
value
=
""
;
}
}
$
(
document
).
ready
(
function
(){
//datepicker function
var
myLang
=
'<%=up.get("lang")%>'
;
if
(
myLang
==
"tha"
){
$
.
datepicker
.
setDefaults
(
$
.
datepicker
.
regional
[
'tha'
]);
}
$
(
"input[name=date_start]"
).
hover
(
function
(){
$
(
"input[name=date_start]"
).
datepicker
({
dateFormat
:
"yy-mm-dd"
,
maxDate
:
-
1
,
defaultDate
:
-
1
,
changeMonth
:
true
,
changeYear
:
true
});
});
});
</script>
<section
ng-controller=
"REC_APPLICANT"
>
<div
class=
"container csc-content"
>
...
...
@@ -131,19 +148,19 @@
<div
class=
"row"
>
<div
class=
"form-group"
>
<div
class=
"col-xs-4"
>
<label
class=
"control-label label-right"
swlang
code=
'SW000350'
>
Employee ID
</label>
<label
class=
"control-label label-right"
>
วันที่สมัคร
</label>
</div>
<div
class=
"col-xs-8"
>
<div
class=
"col-xs-3"
>
<div
class=
"input-group"
>
<input
class=
"form-control helpReturn"
ng-model=
"search.employeeid"
name=
"__employeeid"
type=
"text"
/>
<
%
--
<
input
class=
"form-control helpReturn"
ng-model=
"search.employeeid"
name=
"__employeeid"
type=
"text"
/>
<a
class=
"input-group-addon"
href=
"javascript:goHelp('MEMPLOYEEHELP','__employeeid')"
>
<i
class=
"fa fa-search"
></i>
</a>
</a>
--%>
<input
class=
"form-control"
name=
"date_start"
type=
"text"
ng-model=
"search.applicantdate"
value=
""
size=
"10"
maxlength=
"10"
onKeyup =
"formatDate(this)"
onBlur =
"chkInputDate2(this,date_end)"
onKeypress =
"chkIntegerOfDate(this.value)"
>
</div>
</div>
<div
class=
"col-xs-5"
>
<input
class=
"form-control"
readonly
name=
"MEMPLOYEE_FULLNAME"
ng-model=
"helpDesc.MEMPLOYEE_FULLNAME"
type=
"text"
value=
"<%=chk.chkNullString(request.getParameter("
MEMPLOYEE_FULLNAME
"))%
>
"/>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
hrAppWeb.war/EMPVIEW/REC_CANDIDATE.jsp
View file @
2cea5f5b
...
...
@@ -66,6 +66,23 @@
__fixCon
.
value
=
""
;
}
}
$
(
document
).
ready
(
function
(){
//datepicker function
var
myLang
=
'<%=up.get("lang")%>'
;
if
(
myLang
==
"tha"
){
$
.
datepicker
.
setDefaults
(
$
.
datepicker
.
regional
[
'tha'
]);
}
$
(
"input[name=date_start]"
).
hover
(
function
(){
$
(
"input[name=date_start]"
).
datepicker
({
dateFormat
:
"yy-mm-dd"
,
maxDate
:
-
1
,
defaultDate
:
-
1
,
changeMonth
:
true
,
changeYear
:
true
});
});
});
</script>
<section
ng-controller=
"REC_CANDIDATE"
>
<div
class=
"container csc-content"
>
...
...
@@ -136,14 +153,14 @@
<div
class=
"col-xs-8"
>
<div
class=
"col-xs-3"
>
<div
class=
"input-group"
>
<input
class=
"form-control helpReturn"
ng-model=
"search.employeeid"
name=
"__employeeid"
type=
"text"
/>
<
%
--
<
input
class=
"form-control helpReturn"
ng-model=
"search.employeeid"
name=
"__employeeid"
type=
"text"
/>
<a
class=
"input-group-addon"
href=
"javascript:goHelp('MEMPLOYEEHELP','__employeeid')"
>
<i
class=
"fa fa-search"
></i>
</a>
</a>
--%>
<input
class=
"form-control"
name=
"date_start"
type=
"text"
ng-model=
"search.applicantdate"
value=
""
size=
"10"
maxlength=
"10"
onKeyup =
"formatDate(this)"
onBlur =
"chkInputDate2(this,date_end)"
onKeypress =
"chkIntegerOfDate(this.value)"
>
</div>
</div>
<div
class=
"col-xs-5"
>
<input
class=
"form-control"
readonly
name=
"MEMPLOYEE_FULLNAME"
ng-model=
"helpDesc.MEMPLOYEE_FULLNAME"
type=
"text"
value=
"<%=chk.chkNullString(request.getParameter("
MEMPLOYEE_FULLNAME
"))%
>
"/>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
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