Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mytime
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Narendar Vakiti
mytime
Commits
37015667
Commit
37015667
authored
Jul 20, 2018
by
vsunke-nisum-com
Committed by
tdutta-nisum-com
Jul 20, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MT-93 added AssignRolesController.js (#34)
parent
7e5b43a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
AssignRolesController.js
src/main/webapp/WEB-INF/controllers/AssignRolesController.js
+3
-3
No files found.
src/main/webapp/WEB-INF/controllers/AssignRolesController.js
View file @
37015667
...
...
@@ -22,7 +22,7 @@ myApp.controller("assignRoleController",function($scope, myFactory, $mdDialog, $
enableFiltering
:
true
,
columnDefs
:
[
{
field
:
'employeeId'
,
displayName
:
'Employee ID'
,
enableColumnMenu
:
true
,
enableSorting
:
true
,
enableFiltering
:
true
,
width
:
120
,
cellClass
:
'grid-align'
},
{
field
:
'employeeName'
,
displayName
:
'Name'
,
enableColumnMenu
:
false
,
enableSorting
:
fals
e
,
enableFiltering
:
true
,
cellClass
:
'grid-align'
},
{
field
:
'employeeName'
,
displayName
:
'Name'
,
enableColumnMenu
:
true
,
enableSorting
:
tru
e
,
enableFiltering
:
true
,
cellClass
:
'grid-align'
},
{
field
:
'mobileNumber'
,
displayName
:
'Mobile'
,
enableColumnMenu
:
false
,
enableSorting
:
false
,
enableFiltering
:
false
,
cellClass
:
'grid-align'
},
{
field
:
'emailId'
,
displayName
:
'Email'
,
enableColumnMenu
:
false
,
enableSorting
:
false
,
enableFiltering
:
true
,
cellClass
:
'grid-align'
},
{
field
:
'baseTechnology'
,
displayName
:
'Skill'
,
enableColumnMenu
:
false
,
enableSorting
:
false
,
enableFiltering
:
true
,
cellClass
:
'grid-align'
},
...
...
@@ -39,7 +39,7 @@ myApp.controller("assignRoleController",function($scope, myFactory, $mdDialog, $
enableFiltering
:
true
,
columnDefs
:
[
{
field
:
'employeeId'
,
displayName
:
'Employee ID'
,
enableColumnMenu
:
true
,
enableSorting
:
true
,
enableFiltering
:
true
,
width
:
120
},
{
field
:
'employeeName'
,
displayName
:
'Name'
,
enableColumnMenu
:
false
,
enableSorting
:
fals
e
,
enableFiltering
:
true
},
{
field
:
'employeeName'
,
displayName
:
'Name'
,
enableColumnMenu
:
true
,
enableSorting
:
tru
e
,
enableFiltering
:
true
},
{
field
:
'emailId'
,
displayName
:
'Email'
,
enableColumnMenu
:
false
,
enableSorting
:
false
,
enableFiltering
:
true
},
{
field
:
'baseTechnology'
,
displayName
:
'Skill'
,
enableColumnMenu
:
false
,
enableSorting
:
false
,
enableFiltering
:
true
},
{
field
:
'designation'
,
displayName
:
'Designation'
,
enableColumnMenu
:
false
,
enableSorting
:
true
,
enableFiltering
:
true
},
...
...
@@ -359,7 +359,7 @@ myApp.controller("assignRoleController",function($scope, myFactory, $mdDialog, $
document
.
getElementById
(
'empRole'
).
focus
();
}
else
{
$scope
.
alertMsg
=
""
;
console
.
log
(
$scope
.
empName
,
"VENU"
);
var
record
=
{
"employeeId"
:
$scope
.
empId
,
"employeeName"
:
$scope
.
empName
,
"gender"
:
$scope
.
gender
,
"emailId"
:
$scope
.
empEmail
,
"role"
:
$scope
.
empRole
,
"empLocation"
:
$scope
.
empLocation
,
"designation"
:
$scope
.
designation
,
"functionalGroup"
:
$scope
.
functionalGroup
,
"empStatus"
:
$scope
.
empStatus
,
"employmentType"
:
$scope
.
employmentType
,
"domain"
:
$scope
.
domain
,
"dateOfJoining"
:
$scope
.
dateOfJoining
,
...
...
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