| | |
| | | |
| | | List<AsnOrder> getListByMatnr(Map<String, String> params); |
| | | |
| | | R saveOrderAndItems(AsnOrderAndItemsParams params, Long loginUserId); |
| | | R saveOrderAndItems(AsnOrderAndItemsParams params, Long loginUserId) throws Exception; |
| | | |
| | | R updateOrderItem(AsnOrderAndItemsParams params, Long loginUserId); |
| | | R updateOrderItem(AsnOrderAndItemsParams params, Long loginUserId) throws Exception; |
| | | |
| | | boolean batchUpdate(BatchUpdateParam params, Long loginUserId); |
| | | |
| | | R completeOrder(Long id, Long loginUserId); |
| | | |
| | | R closeOrder(Long id); |
| | | |
| | | } |