From 509d63b6e8ec07c63b0c807470fa48984949d968 Mon Sep 17 00:00:00 2001 From: Demo <Demo@DESKTOP-CPA90BF> Date: 星期四, 07 三月 2024 11:19:17 +0800 Subject: [PATCH] 修改下发出库按钮重复点击标识未更新,取消分配判断批次是否删除 --- Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs b/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs index f959f68..3b8cc04 100644 --- a/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs +++ b/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs @@ -2724,6 +2724,11 @@ d.Status = "0"; d.UpdateUser = userId; d.UpdateTime = DateTime.Now; + + if (notice.Type == "1" || notice.Type == "5" || notice.Type == "6" || notice.Type == "7" || notice.Type == "8")//1锛氶鏂欏嚭搴撱�� + { + d.LotNo = ""; + } } notice.Status = "0"; notice.UpdateUser = userId; -- Gitblit v1.8.0