From a8eaf0a6432009e06b471bc965015e8ef2835b1d Mon Sep 17 00:00:00 2001
From: IPC-610 <IPC-610@DESKTOP-6LEOOS3>
Date: 星期六, 28 九月 2024 13:28:55 +0800
Subject: [PATCH] 修改申请空托出库方法
---
Wms/WMS.BLL/DataServer/StockInfoServer.cs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/Wms/WMS.BLL/DataServer/StockInfoServer.cs b/Wms/WMS.BLL/DataServer/StockInfoServer.cs
index d2c0604..29ce25d 100644
--- a/Wms/WMS.BLL/DataServer/StockInfoServer.cs
+++ b/Wms/WMS.BLL/DataServer/StockInfoServer.cs
@@ -343,7 +343,6 @@
Qty = item.Qty,
SecurityQty = item.SecurityQty,
Situation = item.Qty < item.SecurityQty ? "1" : "0",
- FoldedQty = item.FoldedQty,
IsDel = "0",
CreateTime = DateTime.Now,
CreateUser = 0,
--
Gitblit v1.8.0