Commit 50021e60 authored by wuzhilong's avatar wuzhilong

更新封签打印出签策略

parent c2076f5e
...@@ -139,7 +139,7 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin ...@@ -139,7 +139,7 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
}else{ }else{
MessageService.showAlert("无该证件的制证记录"); MessageService.showAlert("无该证件的制证记录");
$scope.json.isShow=false; $scope.json.isShow=false;
getPoliceListDataNotChecked(); // getPoliceListDataNotChecked();
// getDetailListById(data.id); // getDetailListById(data.id);
} }
}) })
...@@ -156,6 +156,7 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin ...@@ -156,6 +156,7 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
} }
if(count===$scope.json.policeCardsList.length){ if(count===$scope.json.policeCardsList.length){
MessageService.showAlert("身份证号:"+idcard+" 在本组中不存在"); MessageService.showAlert("身份证号:"+idcard+" 在本组中不存在");
break;
} }
// if(bgCount==2&&$scope.json.policeCardsList.length>=2){ // if(bgCount==2&&$scope.json.policeCardsList.length>=2){
// $scope.PreviewMytableRotate(); // $scope.PreviewMytableRotate();
......
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