647556386
2026-01-27 1378fc4cd7abc24ed3a982e09437c2c8a74e9f2f
项目代码/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);