|
|
@@ -3043,7 +3043,8 @@ namespace Business.ResourceExamineManagement
|
|
|
}
|
|
|
}
|
|
|
await _businessDbContext.BulkUpdateAsync(morders);
|
|
|
- if (workords.Length > 0)
|
|
|
+ //按卫亮要求。屏蔽自动下达
|
|
|
+ /*if (workords.Length > 0)
|
|
|
{
|
|
|
workords = workords.Substring(1, workords.Length - 1);
|
|
|
//如果生成领料单,需清理掉当前工单的占用,然后根据领料单的数据,来生成工单的占用
|
|
|
@@ -3058,7 +3059,7 @@ namespace Business.ResourceExamineManagement
|
|
|
{
|
|
|
_periodSequenceDet.Insert(insertList);
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
return "ok";
|
|
|
}
|
|
|
else {
|