Commit d10906fd authored by liboyang's avatar liboyang

EMS邮政信息查询选择打印状态

parent 0084366c
......@@ -55,10 +55,10 @@ angular.module('AvatarCheck.uploadExcelAndSearch', ['ngRoute', 'AvatarCheck.http
}else{
json.orderNumber='';
}
if ($("#print").val() == 1 || $("#print").val() == -1) {
if ($("#print").val() == 1 || $("#print").val() == 0) {
json.state=$("#print").val();
}else {
json.state='';
json.state=-1;
}
if (angular.isDefined($scope.gkxx)) {
json.latticeMouthInformation = $scope.gkxx
......
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