|
@@ -1768,14 +1768,14 @@ appFormly.controller('newDashCtrl', ['$rootScope', '$auth', '$scope', '$parse',
|
1768
|
1768
|
$scope.managerIndexInfo = result.data;
|
1769
|
1769
|
});
|
1770
|
1770
|
// 当日工单情况
|
1771
|
|
- api_event_form.fetchZhtjList({
|
1772
|
|
- "startTime": moment(new Date()).format('YYYY-MM-DD'),
|
1773
|
|
- "endTime": moment(new Date()).format('YYYY-MM-DD'),
|
1774
|
|
- "sortData": 'total',
|
1775
|
|
- "sortType": 'desc'
|
1776
|
|
- }).then(function(result) {
|
1777
|
|
- $scope.fetchZhtjList = result.title;
|
1778
|
|
- });
|
|
1771
|
+ // api_event_form.fetchZhtjList({
|
|
1772
|
+ // "startTime": moment(new Date()).format('YYYY-MM-DD'),
|
|
1773
|
+ // "endTime": moment(new Date()).format('YYYY-MM-DD'),
|
|
1774
|
+ // "sortData": 'total',
|
|
1775
|
+ // "sortType": 'desc'
|
|
1776
|
+ // }).then(function(result) {
|
|
1777
|
+ // $scope.fetchZhtjList = result.title;
|
|
1778
|
+ // });
|
1779
|
1779
|
// 当日请求微信web
|
1780
|
1780
|
api_event_form.fetchWebList({
|
1781
|
1781
|
"startTime": moment(new Date()).format('YYYY-MM-DD'),
|