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/ItemQuery.cs | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/Tiger.Business.WMS/Transaction/ItemQuery.cs b/Tiger.Business.WMS/Transaction/ItemQuery.cs index 4102926..7a99260 100644 --- a/Tiger.Business.WMS/Transaction/ItemQuery.cs +++ b/Tiger.Business.WMS/Transaction/ItemQuery.cs @@ -18,7 +18,7 @@ namespace Tiger.Business.WMS.Transaction { /// <summary> - /// 鐢熶骇棰嗘枡浜嬪姟 + /// 搴撳瓨鏌ヨ浜嬪姟 /// </summary> public class ItemQuery : WMSTransactionBase, IItemQuery { @@ -172,11 +172,6 @@ { needSaveHistoryLog = true; CloseLight().Wait(); - if (!(req?.BILLCODE ?? "").IsNullOrEmpty()) - { - Biz.Db.Deleteable<WMS_ITEM_POOL>().Where(x => x.TRANS_NO == req.BILLCODE).ExecuteCommand(); - } - Biz.Db.Deleteable<WMS_ITEM_POOL>().Where(q => CurPoolList.Select(q => q.SN).Contains(q.SN)).ExecuteCommand(); //淇濆瓨鎿嶄綔鏃ュ織 this.IsFinished = true; -- Gitblit v1.9.3