Commit a131b559 authored by liboyang's avatar liboyang

新增页面

parent 34250ac7
...@@ -198,7 +198,9 @@ angular.module('AvatarCheck', [ ...@@ -198,7 +198,9 @@ angular.module('AvatarCheck', [
$location.path("/createTaskList"); $location.path("/createTaskList");
} }
$scope.addQuickCard = function(){
}
}).filter('myDateFilter', function() { //可以注入依赖 }).filter('myDateFilter', function() { //可以注入依赖
......
...@@ -38,7 +38,7 @@ angular.module('AvatarCheck.addRest', ['ngRoute', 'AvatarCheck.http']) ...@@ -38,7 +38,7 @@ angular.module('AvatarCheck.addRest', ['ngRoute', 'AvatarCheck.http'])
cache: false, cache: false,
closeByDocument:false, closeByDocument:false,
controller: ['$scope', 'HttpService','MessageService',function ($scope,HttpService,MessageService) { controller: ['$scope', 'HttpService','MessageService',function ($scope,HttpService,MessageService) {
HttpService.getPersonInfo(json,function(data){ HttpService.getPersonInfo(array,function(data){
$scope.personInfo = data; $scope.personInfo = data;
console.log($scope.personInfo) console.log($scope.personInfo)
}) })
......
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
</table> </table>
</div> </div>
<div style="text-align:right;padding: 10px;padding-top: 0;"> <div style="text-align:right;padding: 10px;padding-top: 0;">
<button class="btn btn-info" ng-click="">添加快证</button> <button class="btn btn-info" ng-click="addQuickCard()">添加快证</button>
<button class="btn btn-danger">退证</button> <button class="btn btn-danger">退证</button>
</div> </div>
</div> </div>
......
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