From a754e362987bd0e0de55a23b22824ad4a3a166bb Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期四, 16 十月 2025 16:44:24 +0800
Subject: [PATCH] 后端
---
新建文件夹/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs"
index 999e7c8..3454eb6 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_SquareCabinServices/DeliveryOrderServices.cs"
@@ -277,7 +277,7 @@
Batch_num = inv.BatchNo,
Exp_date = inv.ValidityPeriod,
OotDetailStatus = "鏂板缓",
- Status = 1, // 鉁� 绔嬪簱
+ Status = 0, //绔嬪簱
Reservoirarea = inv.LocationCode
};
entityOrder.Details.Add(detail);
@@ -386,7 +386,7 @@
Batch_num = inv.BatchNo,
Exp_date = inv.ValidityPeriod,
OotDetailStatus = "鏂板缓",
- Status = 0, // 鉁� 绔嬪簱锛堣ˉ鏁寸锛�
+ Status = 0, //绔嬪簱锛堣ˉ鏁寸锛�
Reservoirarea = inv.LocationCode
};
entityOrder.Details.Add(detail);
@@ -702,7 +702,6 @@
.ToList();
var inventoryDict = inventoryList.ToDictionary(i => i.Goods_no, i => i);
-
string url = "http://172.16.1.2:9357/file-admin/api/out/ediOut";
bool allSuccess = true;
--
Gitblit v1.9.3