暂时去掉签收检验
This commit is contained in:
@@ -331,10 +331,10 @@ namespace Tnb.ProductionMgr
|
|||||||
{
|
{
|
||||||
foreach (Dictionary<string, object> item in input.details)
|
foreach (Dictionary<string, object> item in input.details)
|
||||||
{
|
{
|
||||||
if (!inputMaterials.Contains(item["material_id"]))
|
// if (!inputMaterials.Contains(item["material_id"]))
|
||||||
{
|
// {
|
||||||
throw new Exception("该物料不是生产bom投入物料,不能签收");
|
// throw new Exception("该物料不是生产bom投入物料,不能签收");
|
||||||
}
|
// }
|
||||||
|
|
||||||
list.Add(new PrdMaterialReceiptD
|
list.Add(new PrdMaterialReceiptD
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user