From c6342a8eb6d2c40e9a21deab63b5babb3def3025 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期日, 13 四月 2025 17:14:50 +0800 Subject: [PATCH] 物料扩展表增加字段 上架需要按物料的默认储位进行限制,不允许上架到其他储位 没有默认储位则不限制,需要记录并调用接口反写到U9 --- Tiger.Business.WMS/Transaction/WmsCount.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tiger.Business.WMS/Transaction/WmsCount.cs b/Tiger.Business.WMS/Transaction/WmsCount.cs index c99865e..1bfac82 100644 --- a/Tiger.Business.WMS/Transaction/WmsCount.cs +++ b/Tiger.Business.WMS/Transaction/WmsCount.cs @@ -16,7 +16,7 @@ namespace Tiger.Business.WMS.Transaction { /// <summary> - /// 鐩樼偣璋冨害浜嬪姟 + /// 浠撳簱鐩樼偣浜嬪姟 /// </summary> public class WmsCount : WMSTransactionBase, IWmsCount { @@ -546,7 +546,7 @@ public override bool Close(bool needSaveHistoryLog = false) { //妫�鏌ョ洏鐐瑰崟鏄惁鍏抽棴 - Biz.Db.Ado.UseStoredProcedure().ExecuteCommand("pkg_count_status", new SugarParameter("CountNo", count.COUNT_NO)); + Biz.Db.Ado.UseStoredProcedure().ExecuteCommand("sp_count_status", new SugarParameter("CountNo", count.COUNT_NO)); //needSaveHistoryLog = true; CloseLight(new CountLightEntity() { ShelfCode = "" }).Wait(); //淇濆瓨鎿嶄綔鏃ュ織 -- Gitblit v1.9.3