| | |
| | | import com.zy.asrs.entity.*; |
| | | import com.zy.asrs.entity.param.EmptyPlateOutParam; |
| | | import com.zy.asrs.entity.param.FullStoreParam; |
| | | import com.zy.asrs.entity.param.StockOutParam; |
| | | import com.zy.asrs.service.*; |
| | | import com.zy.common.model.StartupDto; |
| | | import com.zy.common.service.CommonService; |
| | |
| | | throw new CoolException(dto.getLocNo()+"目标库位已被占用"); |
| | | } |
| | | return dto.getLocNo(); |
| | | } |
| | | |
| | | @Override |
| | | public String startupFullTakeStore(StockOutParam param, Long userId) { |
| | | // todo |
| | | |
| | | return null; |
| | | } |
| | | |
| | | @Override |
| | |
| | | } |
| | | // 修改源库位状态 |
| | | if (sourceLoc.getLocType().equals("D") || sourceLoc.getLocType().equals("F")) { |
| | | sourceLoc.setLocType("R"); // F.出库预约 |
| | | sourceLoc.setLocType("R"); // R.出库预约 |
| | | sourceLoc.setModiUser(userId); |
| | | sourceLoc.setModiTime(new Date()); |
| | | if (!locMastService.updateById(sourceLoc)){ |