暂时去掉签收检验

This commit is contained in:
2024-09-14 17:02:50 +08:00
parent d2848af4eb
commit 5689b57b79

View File

@@ -331,10 +331,10 @@ namespace Tnb.ProductionMgr
{
foreach (Dictionary<string, object> 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
{