| | |
| | | import com.zy.asrs.service.BasQualityTestingService; |
| | | import com.zy.asrs.service.LocMastService; |
| | | import com.zy.asrs.service.LocOwnerService; |
| | | import com.zy.asrs.utils.LocAliasUtils; |
| | | import com.zy.common.utils.Synchro; |
| | | import com.zy.system.entity.User; |
| | | import com.zy.system.service.UserService; |
| | |
| | | @ApiModelProperty(value= "备注") |
| | | private String memo; |
| | | |
| | | @ApiModelProperty(value= "入库抓拍照片") |
| | | private String pic; |
| | | |
| | | /** |
| | | * 集装箱号 |
| | | */ |
| | |
| | | private Integer frozen; |
| | | |
| | | public String getLocNo$(){ |
| | | return getLocAlias(); |
| | | } |
| | | |
| | | public String getLocAlias(){ |
| | | LocMastService service = SpringUtils.getBean(LocMastService.class); |
| | | LocMast locMast = service.selectById(this.locNo); |
| | | if (!Cools.isEmpty(locMast)){ |
| | | return String.valueOf(locMast.getLocNo()); |
| | | return LocAliasUtils.displayLocNo(locMast); |
| | | } |
| | | return null; |
| | | return this.locNo; |
| | | } |
| | | public String getOwner$(){ |
| | | LocOwnerService service = SpringUtils.getBean(LocOwnerService.class); |