| | |
| | | import com.zy.asrs.service.BasWrkIotypeService; |
| | | import com.zy.asrs.service.BasWrkStatusService; |
| | | import com.zy.asrs.service.LocMastService; |
| | | import com.zy.asrs.utils.LocAliasUtils; |
| | | import com.zy.system.entity.User; |
| | | import com.zy.system.service.UserService; |
| | | import lombok.Data; |
| | |
| | | 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 getSourceLocNo$() { |
| | | LocMastService service = SpringUtils.getBean(LocMastService.class); |
| | | LocMast locMast = service.selectById(this.sourceLocNo); |
| | | if (!Cools.isEmpty(locMast)) { |
| | | return String.valueOf(locMast.getLocNo()); |
| | | return LocAliasUtils.displayLocNo(locMast); |
| | | } |
| | | return null; |
| | | return this.sourceLocNo; |
| | | } |
| | | |
| | | public String getIoTime$() { |