Commit 0084366c authored by liboyang's avatar liboyang

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

parent dce66875
......@@ -48,7 +48,7 @@
ng-model="isPrint">
<option value="">--请选择打印状态--</option>
<option value="1">已打印</option>
<option value="-1">未打印</option>
<option value="0">未打印</option>
</select>
</td>
<td >格口:</td>
......
......@@ -86,10 +86,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