| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ¶è´§å®æåä¼ ERP |
| | | /// </summary> |
| | | /// <param name="orderId"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, HttpGet, Route("FeedbackReceiveOrder")] |
| | | public WebResponseContent FeedbackReceiveOrder(int orderId) |
| | | { |
| | | return Service.FeedbackReceiveOrder(orderId); |
| | | } |
| | | |
| | | /// æ¥è¯¢æ¶è´§åä¿¡æ¯ |
| | | /// </summary> |
| | | /// <returns></returns> |
| | |
| | | { |
| | | return Service.GetReceiveOrders(saveModel); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ¶è´§ |
| | | /// </summary> |
| | | /// <param name="purchaseOrderId"></param> |
| | | /// <param name="lotNo"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, HttpGet, Route("ReceiveAllOrder")] |
| | | public WebResponseContent ReceiveAllOrder(int purchaseOrderId, string lotNo) |
| | | { |
| | | return Service.ReceiveAllOrder(purchaseOrderId, lotNo); |
| | | } |
| | | } |
| | | } |