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
1de24e17
Commit
1de24e17
authored
Dec 23, 2020
by
peema_phongam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
viewaps rec
parent
193ff643
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
Candidate.jsp
hrAppWeb.war/RECRUIT/Candidate.jsp
+3
-3
CommitteeSetupForm.jsp
hrAppWeb.war/RECRUIT/CommitteeSetupForm.jsp
+1
-1
CommitteeSetup.Controller.js
...ar/RECRUIT/js/CommitteeSetup/CommitteeSetup.Controller.js
+7
-2
No files found.
hrAppWeb.war/RECRUIT/Candidate.jsp
View file @
1de24e17
...
...
@@ -224,9 +224,9 @@
<span
ng-if=
"app.blacklist.active"
><swaplang
code=
"SW013837"
>
Status
</swaplang>
:
<label
class=
"label label-danger"
>
{{app.blacklist.detail}}
</label></span>
<span
ng-if=
"app.appointment"
><swaplang
code=
"SW003415"
>
Appointment
</swaplang>
:
<label
class=
"label label-success"
><swaplang
code=
"SW013202"
>
Have an appointment
</swaplang></label></span>
<span
ng-if=
"!app.appointment"
><swaplang
code=
"SW003415"
>
Appointment
</swaplang>
:
<label
class=
"label label-warning"
><swaplang
code=
"SW013203"
>
No appointments
</swaplang></label></span>
<span
ng-if=
"(app.committee.length === app.evaluate.length) && app.needEvaluate"
><swaplang
code=
"SW012548"
>
Appraisal
</swaplang>
:
<label
class=
"label label-success"
><swaplang
code=
"SW000067"
>
Complete
</swaplang>
({{app.evaluate.length}} / {{app.committee.length}})
</label></span
>
<span
ng-if=
"!app.needEvaluate"
><swaplang
code=
"SW012548"
>
Appraisal
</swaplang>
:
<label
class=
"label label-success"
><swaplang
code=
"SW000067"
>
Complete
</swaplang>
( No Evaluate )
</label></span
>
<span
ng-if=
"!(app.committee.length === app.evaluate.length) && app.needEvaluate"
><swaplang
code=
"SW012548"
>
Appraisal
</swaplang>
:
<label
class=
"label label-warning"
><swaplang
code=
"SW013204"
>
Unfinished
</swaplang>
({{app.evaluate.length}} / {{app.committee.length}})
</label></span
>
<
%
--
<
span
ng-if=
"(app.committee.length === app.evaluate.length) && app.needEvaluate"
><swaplang
code=
"SW012548"
>
Appraisal
</swaplang>
:
<label
class=
"label label-success"
><swaplang
code=
"SW000067"
>
Complete
</swaplang>
({{app.evaluate.length}} / {{app.committee.length}})
</label></span>
--%
>
<
%
--
<
span
ng-if=
"!app.needEvaluate"
><swaplang
code=
"SW012548"
>
Appraisal
</swaplang>
:
<label
class=
"label label-success"
><swaplang
code=
"SW000067"
>
Complete
</swaplang>
( No Evaluate )
</label></span>
--%
>
<
%
--
<
span
ng-if=
"!(app.committee.length === app.evaluate.length) && app.needEvaluate"
><swaplang
code=
"SW012548"
>
Appraisal
</swaplang>
:
<label
class=
"label label-warning"
><swaplang
code=
"SW013204"
>
Unfinished
</swaplang>
({{app.evaluate.length}} / {{app.committee.length}})
</label></span>
--%
>
<span>
<swaplang
code=
"SW006670"
>
Candidate Status
</swaplang>
:
<select
ng-change=
"change_mstatus(this.app.status,app.candidateid)"
ng-model=
"app.status"
style=
"background-color:lightgrey ; font-size: 80%"
>
...
...
hrAppWeb.war/RECRUIT/CommitteeSetupForm.jsp
View file @
1de24e17
...
...
@@ -172,7 +172,7 @@
</md-button>
</td>
<td>
<a
ng-hide=
"chkPage()"
ng-click=
'viewApsForm(committee.employeeid)'
>
<a
ng-hide=
"chkPage()"
ng-click=
'viewApsForm(committee.employeeid
, committee.seq
)'
>
{{committee.employeeid}}
<md-tooltip
md-direction=
"bottom"
><swaplang
code=
"SW012131"
>
Interview Results
</swaplang></md-tooltip>
</a>
...
...
hrAppWeb.war/RECRUIT/js/CommitteeSetup/CommitteeSetup.Controller.js
View file @
1de24e17
...
...
@@ -241,7 +241,7 @@ angular.module('RECRUIT').controller('CommitteeSetup', function ($scope, $mdDial
}
}
$scope
.
viewApsForm
=
(
committeeid
)
=>
{
$scope
.
viewApsForm
=
(
committeeid
,
state
)
=>
{
let
pageName
=
''
let
jobid
=
$scope
.
clsFormApplicant
.
formApplicant
.
jobid
...
...
@@ -254,7 +254,12 @@ angular.module('RECRUIT').controller('CommitteeSetup', function ($scope, $mdDial
if
(
$scope
.
dbName
.
toUpperCase
()
===
(
"STD_NEW"
))
{
pageName
=
"../APS_FORM_INTERVIEW_DHAS.jsp"
;
}
else
if
(
$scope
.
dbName
.
toUpperCase
()
===
(
"DHAS"
))
{
pageName
=
"../APS_FORM_INTERVIEW_DHAS.jsp"
;
if
(
$scope
.
committee
.
length
==
state
)
{
pageName
=
"../APS_FORM_INTERVIEW_DHAS_RESULT.jsp"
;
}
else
{
pageName
=
"../APS_FORM_INTERVIEW_DHAS_DEPT.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