lead on a day

This commit is contained in:
venbatechnologies@gmail.com 2018-11-12 16:31:05 +05:30
parent a9a761c17e
commit 87d37ba11b
2 changed files with 6 additions and 0 deletions

View File

@ -621,6 +621,10 @@ $scope.GetstaffwiseDetails = function (date)
$scope.SatffCallDetails=response.data.details;
$scope.callnodata=true;
$scope.calldata=false;
for(var i=0;i<$scope.SatffCallDetails.length;i++)
$scope.SatffCallDetails[i].SL_NO = i+1;
} else {

View File

@ -700,6 +700,7 @@
<table class="table table-hover">
<thead>
<tr>
<th>SlNo</th>
<th>Staff Name</th>
<th>University</th>
<th>Course</th>
@ -711,6 +712,7 @@
</tr>
<tbody>
<tr dir-paginate="p in SatffCallDetails|filter:search:strict|itemsPerPage:10">
<td>{{p.SL_NO}}</td>
<td>{{p.Firstname}}{{p.Lastname}}</td>
<td>{{p.University}}</td>
<td>{{p.Course}}</td>