| | |
| | | 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 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); |
| | | |
| | | /** |