diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs index 748e640c..7c3e9502 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs @@ -331,10 +331,10 @@ namespace Tnb.ProductionMgr { foreach (Dictionary item in input.details) { - if (!inputMaterials.Contains(item["material_id"])) - { - throw new Exception("该物料不是生产bom投入物料,不能签收"); - } + // if (!inputMaterials.Contains(item["material_id"])) + // { + // throw new Exception("该物料不是生产bom投入物料,不能签收"); + // } list.Add(new PrdMaterialReceiptD {