| | |
| | | return _inboundService.InboundOrderService.ReceiveInbound(eRPRoot.Content); |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æ·»å éå®éè´§ä¿¡æ¯ |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("ProDeliveryBack"), AllowAnonymous] |
| | | |
| | | public WebResponseContent ProDeliveryBack([FromBody] ERPRoot<ERPProDeliverBackDTO> eRPRoot) |
| | | { |
| | | return _inboundService.PurchaseOrderService.ReceiveProDeliveryBackOrder(eRPRoot.Content); |
| | |
| | | { |
| | | return _invokeERPService.ERPPurchaseUp(eRPPurchaseUpModel); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// ERPæåéå®åºåºä¸ä¼ ä¿¡æ¯ |
| | | /// </summary> |
| | |
| | | { |
| | | return _invokeERPService.ERPProOutUp(eRPProOutUpModel); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// ERPä¸ä¼ æåå
¥åºä¿¡æ¯ |
| | | /// </summary> |