| | |
| | | import java.util.Date; |
| | | |
| | | import com.vincent.rsf.server.manager.service.BatchRegularService; |
| | | import com.vincent.rsf.server.manager.service.CompanysService; |
| | | import com.vincent.rsf.server.manager.service.MatnrGroupService; |
| | | import com.vincent.rsf.server.manager.service.ShipperService; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | |
| | | // ); |
| | | |
| | | public String getShipperId$(){ |
| | | ShipperService service = SpringUtils.getBean(ShipperService.class); |
| | | Shipper shipper = service.getById(this.shipperId); |
| | | if (!Cools.isEmpty(shipper)){ |
| | | return String.valueOf(shipper.getName()); |
| | | CompanysService service = SpringUtils.getBean(CompanysService.class); |
| | | Companys companys = service.getById(this.shipperId); |
| | | if (!Cools.isEmpty(companys)){ |
| | | return String.valueOf(companys.getName()); |
| | | } |
| | | return null; |
| | | } |
| | |
| | | return null; |
| | | } |
| | | |
| | | public String getRglarId(){ |
| | | public String getRglarId$(){ |
| | | BatchRegularService service = SpringUtils.getBean(BatchRegularService.class); |
| | | BatchRegular batchRegular = service.getById(this.rglarId); |
| | | if (!Cools.isEmpty(batchRegular)){ |