647556386
2026-01-29 986a501770965682cd7e03e6f5c181de47dfb2e0
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutboundOrderController.cs
@@ -64,6 +64,7 @@
            dt_OutboundOrder.IsBatch = model.isBatch;
            dt_OutboundOrder.FactoryArea = model.factoryArea;
            dt_OutboundOrder.CreateType = OrderCreateTypeEnum.UpperSystemPush.ObjToInt();
            dt_OutboundOrder.DepartmentName = model.lineName??"";
            var content =await Service.ReceiveOutboundOrder(dt_OutboundOrder, model.operationType);