1
heshaofeng
2026-01-29 e430d5c3916e44b397923dc90581a343f2681af6
项目代码/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);