From 9a1125cc4d934a701e2505e367732a40e14c48b0 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 02 一月 2025 10:47:28 +0800 Subject: [PATCH] 生成箱号批次不能为空 --- Tiger.Business.WMS/Transaction/Out_Default.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Tiger.Business.WMS/Transaction/Out_Default.cs b/Tiger.Business.WMS/Transaction/Out_Default.cs index bd176e8..ad368c4 100644 --- a/Tiger.Business.WMS/Transaction/Out_Default.cs +++ b/Tiger.Business.WMS/Transaction/Out_Default.cs @@ -168,6 +168,7 @@ { action.IsSuccessed = false; action.LocaleMsg = downResult.LocaleMsg; + CurInvItem = null; return action; } TakeDownInfo downInfo = downResult.Data; @@ -207,6 +208,7 @@ }; //action.LocaleMsg = Biz.L($"鎵弿鏉$爜[{0}]浠庡偍浣峓{1}]涓嬫灦鎴愬姛"); action.LocaleMsg = Biz.L("WMS.Default.ScanItem.TakeDownSucceeded", CurInvItem.SN, CurInvItem.Location?.LOCATION_CODE); + CurInvItem = null; } catch (Exception ex) { -- Gitblit v1.9.3