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
43b88a9f
Commit
43b88a9f
authored
Jan 22, 2021
by
peema_phongam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
defalut value interview
parent
96e1eaff
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
8 deletions
+36
-8
APS_FORM_INTERVIEW_DHAS_DEPT.Controller.js
.../APS_INTERVIEW/APS_FORM_INTERVIEW_DHAS_DEPT.Controller.js
+16
-2
APS_FORM_INTERVIEW_DHAS_RESULT.Controller.js
...PS_INTERVIEW/APS_FORM_INTERVIEW_DHAS_RESULT.Controller.js
+16
-2
Candidate.jsp
hrAppWeb.war/RECRUIT/Candidate.jsp
+4
-4
No files found.
hrAppWeb.war/EMPVIEW/JS/APS_INTERVIEW/APS_FORM_INTERVIEW_DHAS_DEPT.Controller.js
View file @
43b88a9f
...
...
@@ -7,8 +7,22 @@ angular.module('APS_INTERVIEW').controller('APS_FORM_INTERVIEW_DHAS_DEPT', ['$sc
$scope
.
notedit
=
(
$
(
'input[name="notedit"]'
).
val
()
==
'true'
)
$scope
.
lang
=
$
(
'input[name="lang"]'
).
val
()
$scope
.
contextPath
=
''
$scope
.
headdata
=
{}
$scope
.
formdata
=
{}
$scope
.
headdata
=
{
fullname
:
''
,
job
:
''
,
status
:
0
,
committee_fullname
:
''
,
apsdate
:
''
,
jobrouter
:
''
}
$scope
.
formdata
=
{
form
:
''
,
comment
:
''
,
job_other
:
''
,
appropriate
:
''
,
apsdate
:
''
,
status
:
0
,
}
$scope
.
previous
=
[]
let
question
=
new
Question
()
$scope
.
examdata
=
{}
...
...
hrAppWeb.war/EMPVIEW/JS/APS_INTERVIEW/APS_FORM_INTERVIEW_DHAS_RESULT.Controller.js
View file @
43b88a9f
...
...
@@ -7,8 +7,22 @@ angular.module('APS_INTERVIEW').controller('APS_FORM_INTERVIEW_DHAS_RESULT', ['$
$scope
.
notedit
=
(
$
(
'input[name="notedit"]'
).
val
()
==
'true'
)
$scope
.
lang
=
$
(
'input[name="lang"]'
).
val
()
$scope
.
contextPath
=
''
$scope
.
headdata
=
{}
$scope
.
formdata
=
{}
$scope
.
headdata
=
{
fullname
:
''
,
job
:
''
,
status
:
0
,
committee_fullname
:
''
,
apsdate
:
''
,
jobrouter
:
''
}
$scope
.
formdata
=
{
form
:
''
,
comment
:
''
,
job_other
:
''
,
appropriate
:
''
,
apsdate
:
''
,
status
:
0
,
}
$scope
.
previous
=
[]
let
question
=
new
Question
()
$scope
.
examdata
=
{}
...
...
hrAppWeb.war/RECRUIT/Candidate.jsp
View file @
43b88a9f
...
...
@@ -271,10 +271,10 @@
<md-tooltip
md-direction=
"bottom"
><swaplang
code=
"SW013258"
>
Appointment
</swaplang></md-tooltip>
<i
class=
"fa fa-envelope"
></i>
</md-button>
<md-button
class=
"md-icon-button md-raised"
aria-label=
"Evaluate"
ng-click=
"evaluate($event, app)"
>
<md-tooltip
md-direction=
"bottom"
><swaplang
code=
"SW013259"
>
Evaluation
</swaplang></md-tooltip
>
<i
class=
"fa fa-pencil-square-o"
></i
>
</md-button
>
<
%
--
<
md-button
class=
"md-icon-button md-raised"
aria-label=
"Evaluate"
ng-click=
"evaluate($event, app)"
>
--%
>
<
%
--
<
md-tooltip
md-direction=
"bottom"
><swaplang
code=
"SW013259"
>
Evaluation
</swaplang></md-tooltip>
--%
>
<
%
--
<
i
class=
"fa fa-pencil-square-o"
></i>
--%
>
<
%
--
</
md-button
>
--%
>
<md-button
ng-if=
"app.internal == '0'"
class=
"md-icon-button md-raised"
ng-click=
"transferToEmployee(app, $event)"
aria-label=
"Transfer"
>
<md-tooltip
md-direction=
"bottom"
><swaplang
code=
"SW013262"
>
Transfer to Employee
</swaplang></md-tooltip>
<i
class=
"fa fa-exchange"
></i>
...
...
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