Commit 17a7d499 authored by liboyang's avatar liboyang

已选择数量

parent 6df23e31
...@@ -54,7 +54,6 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin ...@@ -54,7 +54,6 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
HttpService.selectTagPrintData($scope.idCard,function(data){ HttpService.selectTagPrintData($scope.idCard,function(data){
console.log(data) console.log(data)
if(data){ if(data){
$scope.json.policeCardsList=[];
getPoliceListDataNotChecked(); getPoliceListDataNotChecked();
}else{ }else{
MessageService.showAlert("生成交接单失败") MessageService.showAlert("生成交接单失败")
...@@ -68,6 +67,7 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin ...@@ -68,6 +67,7 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
HttpService.updateReceiptList(id,function(data) { HttpService.updateReceiptList(id,function(data) {
if(data){ if(data){
getPoliceListDataNotChecked(); getPoliceListDataNotChecked();
$scope.json.policeCardsList=[];
}else { }else {
MessageService.showAlert("复核失败") MessageService.showAlert("复核失败")
} }
......
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