From 3ce6c91e5325d0067596b5a571a4faa74d067289 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期一, 07 七月 2025 16:48:07 +0800
Subject: [PATCH] 修复满箱下线入库相关问题,优化日志和测试接口

---
 api/ErpController.cs |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/api/ErpController.cs b/api/ErpController.cs
index 1e46eb3..78b7ae5 100644
--- a/api/ErpController.cs
+++ b/api/ErpController.cs
@@ -2,7 +2,7 @@
 using Newtonsoft.Json;
 using System.Collections.Generic;
 using System.Web.Http;
-
+using static HH.WCS.Mobox3.DSZSH.api.OtherModel;
 
 namespace HH.WCS.Mobox3.DSZSH.api {
     /// <summary>
@@ -10,8 +10,16 @@
     /// </summary>
     [RoutePrefix("api")]
     public class ErpController : ApiController {
-
-
-
+        /// <summary>
+        /// ERP涓嬪彂鍑哄簱璁″垝鍗�+        /// </summary>
+        /// <param name="model"></param>
+        /// <returns></returns>
+        [HttpPost]
+        [Route("ErpSendOutboundPlan")]
+        public ErpResult ErpSendOutboundPlan(ErpSendOutboundPlanInfo model) {
+            LogHelper.InfoApi("ERP涓嬪彂鍑哄簱璁″垝鍗�, model);
+            return ApiHelper.ErpSendOutboundPlan(model);
+        }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1