From 86af6a9840518cad8a2cd98034e8915d4035f4df Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期三, 10 十二月 2025 11:39:07 +0800
Subject: [PATCH] 车间出库-物料数量可输入小数

---
 Wms/WMS.BLL/SysServer/MaterialsServer.cs |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/Wms/WMS.BLL/SysServer/MaterialsServer.cs b/Wms/WMS.BLL/SysServer/MaterialsServer.cs
index d7dd7f6..d586460 100644
--- a/Wms/WMS.BLL/SysServer/MaterialsServer.cs
+++ b/Wms/WMS.BLL/SysServer/MaterialsServer.cs
@@ -158,6 +158,10 @@
             mate.IsControlled = string.IsNullOrWhiteSpace(mate.IsControlled) ? "0" : mate.IsControlled; //鏄惁鍙楁帶
             mate.IsInspect = string.IsNullOrWhiteSpace(mate.IsInspect) ? "0" : mate.IsInspect; //鏄惁鍏嶆
             mate.IsPasteCode = string.IsNullOrWhiteSpace(mate.IsPasteCode) ? "0" : mate.IsPasteCode; //鏄惁鍏嶆
+
+            //鏄惁鎵规绠$悊
+            mate.IsLotManage = string.IsNullOrWhiteSpace(mate.IsLotManage) ? "0" : mate.IsLotManage;
+
             mate.Origin = "WMS"; //鏉ユ簮
             mate.IsDel = "0";
             mate.CreateTime = DateTime.Now;
@@ -238,7 +242,7 @@
         #endregion
 
         #region erp
-        
+
         /// <summary>
         /// 鑾峰彇erp鏁版嵁
         /// </summary>

--
Gitblit v1.8.0