1
This commit is contained in:
@@ -360,6 +360,11 @@ namespace Tnb.ProductionMgr
|
||||
_ = await db.Insertable<PrdMaterialReceiptD>(list).ExecuteCommandAsync();
|
||||
});
|
||||
}
|
||||
|
||||
if (result.ErrorMessage == "存在不属于生产bom的投入物料,确认签收吗")
|
||||
{
|
||||
return "存在不属于生产bom的投入物料,确认签收吗";
|
||||
}
|
||||
return !result.IsSuccess
|
||||
? throw Oops.Bah(result.ErrorMessage)
|
||||
: !result2.IsSuccess ? throw Oops.Bah(result2.ErrorMessage) : (dynamic)"签收成功";
|
||||
|
||||
Reference in New Issue
Block a user