Commit 965242c0 authored by liboyang's avatar liboyang

生成任务单

parent 641a372f
...@@ -220,15 +220,15 @@ angular.module('AvatarCheck.createTaskList', ['ngRoute', 'AvatarCheck.http', 'tm ...@@ -220,15 +220,15 @@ angular.module('AvatarCheck.createTaskList', ['ngRoute', 'AvatarCheck.http', 'tm
groupList:groupList groupList:groupList
} }
console.log(map) console.log(map)
// HttpService.createTask(map,function(data){ HttpService.createTask(map,function(data){
// console.log(data) console.log(data)
// MessageService.showAlert(data.msg) MessageService.showAlert(data.msg)
// console.log($scope.searchCurrent) console.log($scope.searchCurrent)
// $scope.searchCurrent(); $scope.searchCurrent();
// $scope.selected=[]; $scope.selected=[];
// $rootScope.selectCount=[]; $rootScope.selectCount=[];
// $rootScope.closeThis(); $rootScope.closeThis();
// }) })
}else{ }else{
MessageService.showAlert("请选择创建任务单的组") MessageService.showAlert("请选择创建任务单的组")
} }
......
...@@ -27,10 +27,10 @@ ...@@ -27,10 +27,10 @@
</ul> </ul>
</a> </a>
</li> </li>
<li class="pull-right" style="padding-right: 20px;"> <li class="pull-right" style="padding-right: 20px;">
<h5>已选数量:{{cardsTotal}}</h5> <h5>已选数量:{{cardsTotal}}</h5>
<h4>余证数:{{restCount}}</h4> <h4>余证数:{{restCount}}</h4>
</li> </li>
</ul> </ul>
</div> </div>
<div ng-repeat="type in cycleSheetData track by $index" class="table-responsive mailbox-messages" ng-show="currentTab==$index"> <div ng-repeat="type in cycleSheetData track by $index" class="table-responsive mailbox-messages" ng-show="currentTab==$index">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment