From 454bd635d7e37aec7c48bb627129b519b4853ce6 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 09 一月 2025 16:20:36 +0800 Subject: [PATCH] U9C条码实体更新 --- 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