| | |
| | | |
| | | import com.zy.asrs.framework.exception.CoolException; |
| | | import com.zy.asrs.wms.asrs.controller.req.OutReq; |
| | | import com.zy.asrs.wms.asrs.entity.Loc; |
| | | import com.zy.asrs.wms.asrs.entity.LocDetl; |
| | | import com.zy.asrs.wms.asrs.entity.Task; |
| | | import com.zy.asrs.wms.asrs.entity.TaskDetl; |
| | | import com.zy.asrs.wms.asrs.entity.*; |
| | | import com.zy.asrs.wms.asrs.entity.param.FieldParam; |
| | | import com.zy.asrs.wms.asrs.service.*; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | @Autowired |
| | | private LocService locService; |
| | | |
| | | |
| | | @Autowired |
| | | private LocDetlService locDetlService; |
| | | |
| | | |
| | | @Autowired |
| | | private WorkService workService; |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | |
| | | param.add(fieldParam); |
| | | }); |
| | | //TODO 这里加上出库规则 |
| | | |
| | | List<LocDetl> stock = locDetlService.getSuitableMat(param, null); |
| | | return stock; |
| | | } |