v.2.15
Обновление отчета по персоналу
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
};
|
||||
|
||||
$scope.reportStaff = function (shift) {
|
||||
smartRequest.get('report/staff?shift_id=' + shift.id, function (data) {
|
||||
smartRequest.get('v1/datareport?type=staff&shift_id=' + shift.id, function (data) {
|
||||
$scope.staffs = data.staffs;
|
||||
$scope.start_date = shift.opened;
|
||||
$scope.end_date = shift.closed;
|
||||
|
||||
Reference in New Issue
Block a user