| | |
| | | import com.core.common.R; |
| | | import com.zy.asrs.entity.BasDevp; |
| | | import com.zy.asrs.entity.LocDetl; |
| | | import com.zy.asrs.entity.OrderDetl; |
| | | import com.zy.asrs.entity.OrderDetlPakout; |
| | | import com.zy.asrs.entity.param.*; |
| | | import com.zy.asrs.entity.param.CompleteParam; |
| | | |
| | | import java.util.Date; |
| | | |
| | |
| | | R orderOutListOrderPick(String barcode, Long userId); |
| | | |
| | | /** |
| | | *获取并板物料 |
| | | * 获取并板物料 |
| | | */ |
| | | R pickMats(String matnr, String orderNo); |
| | | |
| | |
| | | |
| | | void pakoutByOrder(JSONObject param, Long userId); |
| | | |
| | | void stockOut(OrderDetl orderDetl, BasDevp staNo, LocDetl locDetl, |
| | | void stockOut(OrderDetlPakout orderDetl, BasDevp staNo, LocDetl locDetl, |
| | | Double curOutQty, Integer ioType, Long userId, Date now); |
| | | |
| | | /** |
| | | * WCS申请在库库位更换库位 |
| | | * @param combParam |
| | | * @param l |
| | | * @return |
| | | */ |
| | | R changeLoc(CompleteParam combParam, long l); |
| | | |
| | | |
| | | /** |
| | | * @author Ryan |
| | | * @date 2025/9/22 |
| | | * @description: 获取缓冲区库位信息 |