From beca28ecb3a730ffb33c21e0c55c729774725faf Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期五, 25 四月 2025 16:51:28 +0800 Subject: [PATCH] 优化备料单发料逻辑 --- Tiger.Business.WMS/Transaction/WMSTransactionBase.cs | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Tiger.Business.WMS/Transaction/WMSTransactionBase.cs b/Tiger.Business.WMS/Transaction/WMSTransactionBase.cs index f2c6c0b..bb96163 100644 --- a/Tiger.Business.WMS/Transaction/WMSTransactionBase.cs +++ b/Tiger.Business.WMS/Transaction/WMSTransactionBase.cs @@ -64,6 +64,10 @@ /// </summary> public string ProcessingSn { get; set; } /// <summary> + /// 鎵ц涓崟鎹槑缁� + /// </summary> + public string ProcessingOrderDetail { get; set; } + /// <summary> /// 閲嶇疆浜嬪姟鎿嶄綔 /// </summary> /// <returns></returns> @@ -71,7 +75,7 @@ { var action = new ApiAction(); - ResetScan(); + ResetTrans(); action.IsSuccessed = true; //action.LocaleMsg = new($"鎿嶄綔宸查噸缃紝璇烽噸鏂版壂鎻�"); action.LocaleMsg = new("WMS.Transaction.Reset"); @@ -79,9 +83,9 @@ return action; } /// <summary> - /// 閲嶇疆褰撳墠鎿嶄綔锛屾湁闇�瑕佸垯閲嶅啓姝ゆ柟娉� + /// 閲嶇疆浜嬪姟鏁版嵁锛屾湁闇�瑕佸垯閲嶅啓姝ゆ柟娉� /// </summary> - public virtual void ResetScan() + public virtual void ResetTrans() { ProcessingSn = null; } -- Gitblit v1.9.3