Commit 54f56e6b authored by liboyang's avatar liboyang

打印封条

parent 5dea84e4
......@@ -30,10 +30,12 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
};
$scope.paginationConf.totalItems = 50;
$scope.json={
id:'',
policeCardsList:[]
}
$scope.showDetail = function(id){
$scope.json={
id:id
}
$scope.json.id=id;
HttpService.getPoliceCardsList(id,function(data) {
$scope.json.policeCardsList = data;
console.log($scope.json)
......
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