生产工单分配员工
This commit is contained in:
@@ -233,7 +233,7 @@ namespace Tnb.ProductionMgr
|
||||
{
|
||||
if (!inputMaterials.Contains(item["material_id"]))
|
||||
{
|
||||
throw new Exception("该物料不是生产bom投入物料,不能签收");
|
||||
throw new Exception("该物料不是生产bom投入物料,不能投料");
|
||||
}
|
||||
|
||||
PrdMaterialReceiptD? detail = await db.Queryable<PrdMaterialReceiptD>()
|
||||
|
||||
Reference in New Issue
Block a user