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
a95c6eed
Commit
a95c6eed
authored
Dec 18, 2020
by
Thitichaipun Wutthisak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TO Majung Prototype ประเมิน Online
parent
c37c42ae
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
APS_FORM_INTERVIEW_DHAS_CHAIRMAN.jsp
hrAppWeb.war/APS_FORM_INTERVIEW_DHAS_CHAIRMAN.jsp
+0
-0
ListCandidate.Controller.js
....war/EMPVIEW/JS/APS_INTERVIEW/ListCandidate.Controller.js
+2
-1
No files found.
hrAppWeb.war/APS_FORM_INTERVIEW_DHAS_CHAIRMAN.jsp
0 → 100644
View file @
a95c6eed
This diff is collapsed.
Click to expand it.
hrAppWeb.war/EMPVIEW/JS/APS_INTERVIEW/ListCandidate.Controller.js
View file @
a95c6eed
...
@@ -164,7 +164,8 @@ angular.module('APS_INTERVIEW').controller('listCandidate', ['$scope', '$http',
...
@@ -164,7 +164,8 @@ angular.module('APS_INTERVIEW').controller('listCandidate', ['$scope', '$http',
if
(
$scope
.
dbName
.
toUpperCase
()
===
(
"STD_NEW"
))
{
if
(
$scope
.
dbName
.
toUpperCase
()
===
(
"STD_NEW"
))
{
pageName
=
"../APS_FORM_INTERVIEW_DHAS.jsp"
;
pageName
=
"../APS_FORM_INTERVIEW_DHAS.jsp"
;
}
else
if
(
$scope
.
dbName
.
toUpperCase
()
===
(
"DHAS"
))
{
}
else
if
(
$scope
.
dbName
.
toUpperCase
()
===
(
"DHAS"
))
{
pageName
=
"../APS_FORM_INTERVIEW_DHAS.jsp"
;
pageName
=
"../APS_FORM_INTERVIEW_DHAS_CHAIRMAN.jsp"
;
//pageName = "../APS_FORM_INTERVIEW_DHAS.jsp";
}
else
if
(
$scope
.
dbName
.
toUpperCase
()
===
(
"ITE"
))
{
}
else
if
(
$scope
.
dbName
.
toUpperCase
()
===
(
"ITE"
))
{
pageName
=
"../APS_FORM_INTERVIEW_ITE.jsp"
;
pageName
=
"../APS_FORM_INTERVIEW_ITE.jsp"
;
}
else
if
(
$scope
.
dbName
.
toUpperCase
()
===
(
"KOKOTEL"
))
{
}
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