From 51bd4ac4f323fab99ff9ac20763ca15af0e53a57 Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期四, 22 一月 2026 21:51:15 +0800
Subject: [PATCH] 1

---
 项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_AllocateService/AllocateService.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_AllocateService/AllocateService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_AllocateService/AllocateService.cs"
index 1f0a7d0..2dca956 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_AllocateService/AllocateService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_AllocateService/AllocateService.cs"
@@ -526,11 +526,13 @@
                     item.OrderStatus = _InboundOrder.OrderStatus;
                     item.OrderType = _InboundOrder.OrderType;
                     item.Modifier = _InboundOrder.Operator;
+                    item.ReturnToMESStatus = _InboundOrder.ReturnToMESStatus;
                 }else if (OutboundOrder!=null)
                 {
                     item.OrderStatus = OutboundOrder.OrderStatus;
                     item.OrderType = OutboundOrder.OrderType;
                     item.Modifier = OutboundOrder.Operator;
+                    item.ReturnToMESStatus = OutboundOrder.ReturnToMESStatus;
                 }
             }
             return new PageGridData<Dt_AllocateOrder>(totalCount, data);

--
Gitblit v1.9.3