lead on a day
This commit is contained in:
parent
a9a761c17e
commit
87d37ba11b
@ -622,6 +622,10 @@ $scope.GetstaffwiseDetails = function (date)
|
|||||||
$scope.callnodata=true;
|
$scope.callnodata=true;
|
||||||
$scope.calldata=false;
|
$scope.calldata=false;
|
||||||
|
|
||||||
|
for(var i=0;i<$scope.SatffCallDetails.length;i++)
|
||||||
|
$scope.SatffCallDetails[i].SL_NO = i+1;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// swal("Failed!", "No details Availble", "warning");
|
// swal("Failed!", "No details Availble", "warning");
|
||||||
|
|||||||
@ -700,6 +700,7 @@
|
|||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
<th>SlNo</th>
|
||||||
<th>Staff Name</th>
|
<th>Staff Name</th>
|
||||||
<th>University</th>
|
<th>University</th>
|
||||||
<th>Course</th>
|
<th>Course</th>
|
||||||
@ -711,6 +712,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr dir-paginate="p in SatffCallDetails|filter:search:strict|itemsPerPage:10">
|
<tr dir-paginate="p in SatffCallDetails|filter:search:strict|itemsPerPage:10">
|
||||||
|
<td>{{p.SL_NO}}</td>
|
||||||
<td>{{p.Firstname}}{{p.Lastname}}</td>
|
<td>{{p.Firstname}}{{p.Lastname}}</td>
|
||||||
<td>{{p.University}}</td>
|
<td>{{p.University}}</td>
|
||||||
<td>{{p.Course}}</td>
|
<td>{{p.Course}}</td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user