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
6fd04933
Commit
6fd04933
authored
Dec 29, 2020
by
peema_phongam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
viewAps judge param
parent
3749511a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
CommitteeSetupForm.jsp
hrAppWeb.war/RECRUIT/CommitteeSetupForm.jsp
+2
-1
CommitteeSetup.Controller.js
...ar/RECRUIT/js/CommitteeSetup/CommitteeSetup.Controller.js
+3
-2
No files found.
hrAppWeb.war/RECRUIT/CommitteeSetupForm.jsp
View file @
6fd04933
...
...
@@ -84,6 +84,7 @@
<input
type=
"hidden"
name=
"applicantid"
value=
'<%=applicantid%>'
>
<input
type=
"hidden"
name=
"committeeid"
>
<input
type=
"hidden"
name=
"jobid"
>
<input
type=
"hidden"
name=
"judge"
>
<input
type=
"hidden"
name=
"notedit"
value=
'true'
>
<input
type=
"hidden"
name=
"parentPage"
value=
'<%=parentPage%>'
>
...
...
@@ -173,7 +174,7 @@
</md-button>
</td>
<td>
<a
ng-hide=
"chkPage()"
ng-click=
'viewApsForm(committee.employeeid, committee.seq)'
>
<a
ng-hide=
"chkPage()"
ng-click=
'viewApsForm(committee.employeeid, committee.seq
, committee.judge
)'
>
{{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 @
6fd04933
...
...
@@ -275,20 +275,21 @@ angular.module('RECRUIT').controller('CommitteeSetup', function ($scope, $mdDial
}
$scope
.
viewApsForm
=
(
committeeid
,
state
)
=>
{
$scope
.
viewApsForm
=
(
committeeid
,
state
,
judge
)
=>
{
let
pageName
=
''
let
jobid
=
$scope
.
clsFormApplicant
.
formApplicant
.
jobid
$
(
'input[name="committeeid"]'
).
val
(
committeeid
);
$
(
'input[name="jobid"]'
).
val
(
jobid
);
$
(
'input[name="judge"]'
).
val
(
judge
);
$
(
'form[name="cscform"]'
).
attr
(
'target'
,
'myform'
);
if
(
$scope
.
dbName
.
toUpperCase
()
===
(
"STD_NEW"
))
{
pageName
=
"../APS_FORM_INTERVIEW_DHAS.jsp"
;
}
else
if
(
$scope
.
dbName
.
toUpperCase
()
===
(
"DHAS"
))
{
if
(
$scope
.
committee
.
length
==
state
)
{
if
(
judge
==
'1'
)
{
pageName
=
"../APS_FORM_INTERVIEW_DHAS_RESULT.jsp"
;
}
else
{
pageName
=
"../APS_FORM_INTERVIEW_DHAS_DEPT.jsp"
...
...
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