预制组件编号不能为空,无损监测委托单排序混乱,散件出库时对于已出散件需要过滤,新增时不再显示。
This commit is contained in:
@@ -195,7 +195,7 @@ namespace BLL
|
||||
var model_mat = BLL.PipelineMatService.GetPipeLineMat(pipeLineMatId);
|
||||
var PipelineId = model_mat.PipelineId;
|
||||
var PipeArea = BLL.PipelineService.GetPipelineByPipelineId(PipelineId).PipeArea;
|
||||
if (PipeArea=="1")
|
||||
if (PipeArea=="1" &&!string.IsNullOrEmpty(model_mat.PrefabricatedComponents))
|
||||
{
|
||||
// var model = GetPipelineComponentByMatId(pipeLineMatId);
|
||||
var model = GetPipelineComponentByCodeandpipelineId(model_mat.PrefabricatedComponents,PipelineId);
|
||||
@@ -223,6 +223,9 @@ namespace BLL
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
/// <summary>
|
||||
/// 添加作业管线
|
||||
|
||||
Reference in New Issue
Block a user