Tiger.Business.WMS/Transaction/Old/CustSupplyCheckingNew.cs
@@ -150,7 +150,7 @@ return action; } //判断条码是否为最少包装 if (!new[] { Barcode.Types.Small, Barcode.Types.Other }.Contains(curInv.Barcode.Type)) if (!new[] { Barcode.Types.MiniPackage, Barcode.Types.Other }.Contains(curInv.Barcode.Type)) { action.IsSuccessed = false; action.LocaleMsg = Biz.L("WMS.CustSupChk.ScanItem.TypeError", curInv.SN);