代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -104,7 +104,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
||||
List<Model.WBS_UnitWork> unitWork2 = null;
|
||||
|
||||
unitWork2 = (from x in unitWorkList where x.ProjectType == "2" select x).ToList();
|
||||
|
||||
|
||||
if (unitWork2.Count() > 0)
|
||||
{
|
||||
|
||||
@@ -164,8 +164,8 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
||||
else
|
||||
{
|
||||
if (!string.IsNullOrEmpty(this.tvControlItem.SelectedNodeID))
|
||||
{
|
||||
|
||||
{
|
||||
|
||||
this.BindGrid(this.tvControlItem.SelectedNodeID);
|
||||
|
||||
}
|
||||
@@ -184,16 +184,16 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
||||
{
|
||||
DataRowView row = e.DataItem as DataRowView;
|
||||
string id = e.RowID;
|
||||
if (Funs.DB.HJGL_PackagingManageDetail.Any(x=>x.TwOutputDetailId==id))
|
||||
if (Funs.DB.HJGL_PackagingManageDetail.Any(x => x.TwOutputDetailId == id))
|
||||
{
|
||||
e.RowSelectable = false;
|
||||
e.RowSelectable = false;
|
||||
}
|
||||
;
|
||||
}
|
||||
private void BindGrid(string outputMasterId)
|
||||
{
|
||||
////var Prelist = HJGL_PipelineComponentService.GetPipelinePrefabricatedComponent(unitworkid, pipelineId);
|
||||
|
||||
|
||||
////var inoutplandetail = (from x in Funs.DB.HJGL_PackagingManageDetail
|
||||
//// where x.PipelineId == pipelineId
|
||||
//// && (x.PipelineComponentId == null || x.PipelineComponentId == "")
|
||||
|
||||
Reference in New Issue
Block a user