1
啊鑫
2024-12-31 e2988c27cb7e250d8834e3097b4821c7dbff6b64
service/Warehouse/MesInvItemInCDetailsManager.cs
@@ -32,7 +32,7 @@
        if (itemBarcodeDetails == null)
            throw new Exception("条码不存在,请核对!");
        if (!itemBarcodeDetails.ComeFlg.Value)
        if (itemBarcodeDetails.ComeFlg == 0)
            throw new Exception("此条码不属于到货条码,无法用采购入库!");
        var inventory = Db.Queryable<MesInvItemArn>()