| | |
| | | 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 com.vincent.rsf.server.system.entity.SerialRule; |
| | | import com.vincent.rsf.server.system.service.SerialRuleService; |
| | | import lombok.experimental.Accessors; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | import java.text.SimpleDateFormat; |
| | |
| | | } |
| | | |
| | | public String getRglarId$(){ |
| | | BatchRegularService service = SpringUtils.getBean(BatchRegularService.class); |
| | | BatchRegular batchRegular = service.getById(this.rglarId); |
| | | SerialRuleService service = SpringUtils.getBean(SerialRuleService.class); |
| | | SerialRule batchRegular = service.getById(this.rglarId); |
| | | if (!Cools.isEmpty(batchRegular)){ |
| | | return String.valueOf(batchRegular.getCode()); |
| | | } |