Commit 965242c0 authored by liboyang's avatar liboyang

生成任务单

parent 641a372f
......@@ -220,15 +220,15 @@ angular.module('AvatarCheck.createTaskList', ['ngRoute', 'AvatarCheck.http', 'tm
groupList:groupList
}
console.log(map)
// HttpService.createTask(map,function(data){
// console.log(data)
// MessageService.showAlert(data.msg)
// console.log($scope.searchCurrent)
// $scope.searchCurrent();
// $scope.selected=[];
// $rootScope.selectCount=[];
// $rootScope.closeThis();
// })
HttpService.createTask(map,function(data){
console.log(data)
MessageService.showAlert(data.msg)
console.log($scope.searchCurrent)
$scope.searchCurrent();
$scope.selected=[];
$rootScope.selectCount=[];
$rootScope.closeThis();
})
}else{
MessageService.showAlert("请选择创建任务单的组")
}
......
......@@ -27,10 +27,10 @@
</ul>
</a>
</li>
<li class="pull-right" style="padding-right: 20px;">
<li class="pull-right" style="padding-right: 20px;">
<h5>已选数量:{{cardsTotal}}</h5>
<h4>余证数:{{restCount}}</h4>
</li>
</li>
</ul>
</div>
<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