From 157abc191c34e57c1b958ae74fc3de6518ca8a30 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期五, 28 二月 2025 11:06:36 +0800
Subject: [PATCH] 修改客户需求
---
Wms/WMS.BLL/SysServer/StorageRoadwayServer.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Wms/WMS.BLL/SysServer/StorageRoadwayServer.cs b/Wms/WMS.BLL/SysServer/StorageRoadwayServer.cs
index ac496ef..04f9b03 100644
--- a/Wms/WMS.BLL/SysServer/StorageRoadwayServer.cs
+++ b/Wms/WMS.BLL/SysServer/StorageRoadwayServer.cs
@@ -53,6 +53,7 @@
Id = m.Id,
RoadwayNo = m.RoadwayNo,
RoadwayName = m.RoadwayName,
+ WareHouseNo = m.WareHouseNo,
WareHouseName = m.WareHouseInfo == null ? "" : m.WareHouseInfo.WareHouseName,
AreaNo = m.AreaNo,
Priority = m.Priority,
@@ -225,6 +226,9 @@
case "4":
str = "绌烘墭鍖�";
break;
+ case "5":
+ str = "鑰楁潗鍖�";
+ break;
}
return str;
}
--
Gitblit v1.8.0