Commit d84ca450 authored by liboyang's avatar liboyang

打印标签

parent 7ae87fa7
......@@ -119,9 +119,6 @@
<button class="btn btn-info pull-right" style="margin-right: 20px;" ng-click="PreviewMytableRotate()">打印标签</button>
</div>
</div>
<h4 class="col-md-7" ng-if="json.policeCardsList.length==0">
暂无数据
</h4>
</div>
</div>
</div>
......
......@@ -54,6 +54,7 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
HttpService.selectTagPrintData($scope.idCard,function(data){
console.log(data)
if(data){
$scope.json.policeCardsList=[];
getPoliceListDataNotChecked();
}else{
MessageService.showAlert("生成交接单失败")
......@@ -67,7 +68,6 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
HttpService.updateReceiptList(id,function(data) {
if(data){
getPoliceListDataNotChecked();
json.policeCardsList=[];
}else {
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