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.IBusiness.WMS/Transaction/IOut_BIZ_WMS_PREP.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Tiger.IBusiness.WMS/Transaction/IOut_BIZ_WMS_PREP.cs b/Tiger.IBusiness.WMS/Transaction/IOut_BIZ_WMS_PREP.cs index 55a42fc..a881564 100644 --- a/Tiger.IBusiness.WMS/Transaction/IOut_BIZ_WMS_PREP.cs +++ b/Tiger.IBusiness.WMS/Transaction/IOut_BIZ_WMS_PREP.cs @@ -32,6 +32,13 @@ /// <returns></returns> public Task<ApiAction<BIZ_WMS_PREP_DTL>> GetCurPrepItem(); + /// <summary> + /// 鍒涘缓鍙戞枡鎵规浠ュ畬鎴愭湰娆″彂鏂欙紝璋冪敤鍙戞枡鍗曟嵁鐨凟RP鎺ュ彛 + /// </summary> + /// <param name="input"></param> + /// <returns></returns> + public Task<ApiAction> GenerateDlvyBatch(BaseInput input); + public bool Close(bool needSaveHistoryLog = false); } } -- Gitblit v1.9.3