Commit dcfc6577 authored by wuzhilong's avatar wuzhilong

封签打印:当封签以生成不去查询详情

parent e7a77ff0
......@@ -135,14 +135,12 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
}
}
}else if(data.state===2){
MessageService.showAlert(data.msg+"复核人:"+data.checkName+" 复核时间:"+data.checkDate)
getPoliceListDataNotChecked();
getDetailListById(data.id);
MessageService.showAlert(data.msg);
}else{
MessageService.showAlert("无该证件的制证记录");
$scope.json.isShow=false;
getPoliceListDataNotChecked();
getDetailListById(data.id);
// getDetailListById(data.id);
}
})
}
......
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