服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-12 fadb9f2e2f89ebaa7dacf760146899eb6dd24ea8
Tiger.Business.WMS/Transaction/In_Default.cs
@@ -427,8 +427,8 @@
            //action.LocaleMsg = Biz.L($"扫描条码[{0}]上架到储位[{1}]成功");
            action.LocaleMsg = Biz.L("WMS.Default.ScanItem.PutOnSucceeded", CurInvItem.SN, CurInvItem.Location.LOCATION_CODE);
            //重置工序
            ResetScan();
            //重置扫码信息
            ResetScanInfo();
            return action;
        }
@@ -440,9 +440,17 @@
        public override void ResetScan()
        {
            base.ResetScan();
            ResetScanInfo();
            CurScanShelf = null;
        }
        /// <summary>
        /// 重置扫码信息
        /// </summary>
        public void ResetScanInfo()
        {
            Command = null;
            CurInvItem = null;
            CurScanShelf = null;
        }
        public override bool Close(bool needSaveHistoryLog = false)