| | |
| | | import com.core.common.R; |
| | | import com.zy.asrs.entity.BasDevp; |
| | | import com.zy.asrs.entity.LocDetl; |
| | | import com.zy.asrs.entity.LocMast; |
| | | import com.zy.asrs.entity.OrderDetl; |
| | | import com.zy.asrs.entity.param.CheckBom; |
| | | import com.zy.asrs.entity.param.CombParam; |
| | |
| | | import com.zy.asrs.entity.param.OffSaleParam; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | public interface MobileService { |
| | | |
| | |
| | | /** |
| | | * 组托 |
| | | */ |
| | | void comb3(CombParam param, Long userId); |
| | | |
| | | /** |
| | | * 检测物料是否有未满托托盘 |
| | | */ |
| | | List<LocMast> checkFullplt(CombParam.CombMat param, Long userId); |
| | | |
| | | /** |
| | | * 组托 |
| | | */ |
| | | void mergeComb(CombParam param, Long userId); |
| | | |
| | | /** |
| | | * 组托 |
| | | */ |
| | | void mergeComb2(CombParam param, Long userId); |
| | | /** |
| | | * pda并板出库 |
| | | */ |
| | | void mergeOut(String locNo,String staNo, Long userId); |
| | | |
| | | /** |
| | | * 校验bom |
| | |
| | | R manDetlIn(JSONObject json); |
| | | |
| | | R manDetlOut(JSONObject json); |
| | | |
| | | void adjustNew(MobileAdjustParam param, Boolean re, Long userId); |
| | | } |