wangxinhui
2025-11-12 f54b7815d8451f362554e3d2d09b4991ce13d4ff
ÏîÄ¿´úÂë/WMS/WMSServices/WIDESEA_WMSServer/Controllers/ERP/ErpController.cs
@@ -134,13 +134,11 @@
            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);
@@ -155,6 +153,7 @@
        {
            return _invokeERPService.ERPPurchaseUp(eRPPurchaseUpModel);
        }
        /// <summary>
        /// ERP成品销售出库上传信息
        /// </summary>
@@ -164,6 +163,7 @@
        {
            return _invokeERPService.ERPProOutUp(eRPProOutUpModel);
        }
        /// <summary>
        /// ERP上传成品入库信息
        /// </summary>