20250122 质量月报
This commit is contained in:
parent
a19c606404
commit
64efd16704
|
@ -2969,7 +2969,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_CqmsTarget newDetail = new Model.Report_CqmsTarget
|
Model.Report_CqmsTarget newDetail = new Model.Report_CqmsTarget
|
||||||
{
|
{
|
||||||
//Id = values.Value<string>("Id"),
|
Id = SQLHelper.GetNewID(typeof(Model.Report_CqmsTarget)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ProStage = values.Value<string>("ProStage"),
|
ProStage = values.Value<string>("ProStage"),
|
||||||
ProDescribe = values.Value<string>("ProDescribe"),
|
ProDescribe = values.Value<string>("ProDescribe"),
|
||||||
|
@ -2978,10 +2978,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
Remarks = values.Value<string>("Remarks"),
|
Remarks = values.Value<string>("Remarks"),
|
||||||
SortId = rowIndex + 1
|
SortId = rowIndex + 1
|
||||||
};
|
};
|
||||||
if (Grid1.Rows[rowIndex].DataKeys.Length > 0)
|
//if (Grid1.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = Grid1.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = Grid1.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3004,7 +3004,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_Construction_Plan newDetail = new Model.Report_Construction_Plan
|
Model.Report_Construction_Plan newDetail = new Model.Report_Construction_Plan
|
||||||
{
|
{
|
||||||
//Id = values.Value<string>("Id"),
|
Id = SQLHelper.GetNewID(typeof(Model.Report_Construction_Plan)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "5",
|
ReType = "5",
|
||||||
UnitOrMajor = values.Value<string>("UnitOrMajor"),
|
UnitOrMajor = values.Value<string>("UnitOrMajor"),
|
||||||
|
@ -3012,10 +3012,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
Quantity2 = values.Value<int>("Quantity2"),
|
Quantity2 = values.Value<int>("Quantity2"),
|
||||||
Remarks = values.Value<string>("Remarks"),
|
Remarks = values.Value<string>("Remarks"),
|
||||||
};
|
};
|
||||||
if (Grid9.Rows[rowIndex].DataKeys.Length > 0)
|
//if (Grid9.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = Grid9.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = Grid9.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3040,7 +3040,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_Construction_Plan newDetail = new Model.Report_Construction_Plan
|
Model.Report_Construction_Plan newDetail = new Model.Report_Construction_Plan
|
||||||
{
|
{
|
||||||
//Id = values.Value<string>("Id"),
|
Id = SQLHelper.GetNewID(typeof(Model.Report_Construction_Plan)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "0",
|
ReType = "0",
|
||||||
UnitOrMajor = values.Value<string>("UnitOrMajor"),
|
UnitOrMajor = values.Value<string>("UnitOrMajor"),
|
||||||
|
@ -3048,10 +3048,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
Quantity2 = values.Value<int>("Quantity2"),
|
Quantity2 = values.Value<int>("Quantity2"),
|
||||||
Remarks = values.Value<string>("Remarks")
|
Remarks = values.Value<string>("Remarks")
|
||||||
};
|
};
|
||||||
if (Grid2.Rows[rowIndex].DataKeys.Length > 0)
|
//if (Grid2.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = Grid2.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = Grid2.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3074,7 +3074,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_Construction_Plan newDetail = new Model.Report_Construction_Plan
|
Model.Report_Construction_Plan newDetail = new Model.Report_Construction_Plan
|
||||||
{
|
{
|
||||||
//Id = values.Value<string>("Id"),
|
Id = SQLHelper.GetNewID(typeof(Model.Report_Construction_Plan)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "1",
|
ReType = "1",
|
||||||
UnitOrMajor = values.Value<string>("UnitOrMajor"),
|
UnitOrMajor = values.Value<string>("UnitOrMajor"),
|
||||||
|
@ -3083,10 +3083,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
Quantity3 = values.Value<int>("Quantity3"),
|
Quantity3 = values.Value<int>("Quantity3"),
|
||||||
Remarks = values.Value<string>("Remarks")
|
Remarks = values.Value<string>("Remarks")
|
||||||
};
|
};
|
||||||
if (Grid3.Rows[rowIndex].DataKeys.Length > 0)
|
//if (Grid3.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = Grid3.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = Grid3.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3109,7 +3109,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_Construction_Plan newDetail = new Model.Report_Construction_Plan
|
Model.Report_Construction_Plan newDetail = new Model.Report_Construction_Plan
|
||||||
{
|
{
|
||||||
//Id = values.Value<string>("Id"),
|
Id = SQLHelper.GetNewID(typeof(Model.Report_Construction_Plan)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "2",
|
ReType = "2",
|
||||||
UnitOrMajor = values.Value<string>("UnitOrMajor"),
|
UnitOrMajor = values.Value<string>("UnitOrMajor"),
|
||||||
|
@ -3117,10 +3117,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
Quantity2 = values.Value<int>("Quantity2"),
|
Quantity2 = values.Value<int>("Quantity2"),
|
||||||
Remarks = values.Value<string>("Remarks")
|
Remarks = values.Value<string>("Remarks")
|
||||||
};
|
};
|
||||||
if (Grid4.Rows[rowIndex].DataKeys.Length > 0)
|
//if (Grid4.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = Grid4.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = Grid4.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3145,7 +3145,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_Construction_Plan newDetail = new Model.Report_Construction_Plan
|
Model.Report_Construction_Plan newDetail = new Model.Report_Construction_Plan
|
||||||
{
|
{
|
||||||
//Id = values.Value<string>("Id"),
|
Id = SQLHelper.GetNewID(typeof(Model.Report_Construction_Plan)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "3",
|
ReType = "3",
|
||||||
UnitOrMajor = values.Value<string>("UnitOrMajor"),
|
UnitOrMajor = values.Value<string>("UnitOrMajor"),
|
||||||
|
@ -3153,10 +3153,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
Quantity2 = values.Value<int>("Quantity2"),
|
Quantity2 = values.Value<int>("Quantity2"),
|
||||||
Remarks = values.Value<string>("Remarks")
|
Remarks = values.Value<string>("Remarks")
|
||||||
};
|
};
|
||||||
if (Grid5.Rows[rowIndex].DataKeys.Length > 0)
|
//if (Grid5.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = Grid5.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = Grid5.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3181,7 +3181,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_Construction_Plan newDetail = new Model.Report_Construction_Plan
|
Model.Report_Construction_Plan newDetail = new Model.Report_Construction_Plan
|
||||||
{
|
{
|
||||||
//Id = values.Value<string>("Id"),
|
Id = SQLHelper.GetNewID(typeof(Model.Report_Construction_Plan)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "4",
|
ReType = "4",
|
||||||
UnitOrMajor = values.Value<string>("UnitOrMajor"),
|
UnitOrMajor = values.Value<string>("UnitOrMajor"),
|
||||||
|
@ -3189,10 +3189,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
Quantity2 = values.Value<int>("Quantity2"),
|
Quantity2 = values.Value<int>("Quantity2"),
|
||||||
Remarks = values.Value<string>("Remarks")
|
Remarks = values.Value<string>("Remarks")
|
||||||
};
|
};
|
||||||
if (Grid6.Rows[rowIndex].DataKeys.Length > 0)
|
//if (Grid6.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = Grid6.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = Grid6.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3217,7 +3217,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_Construction_Plan newDetail = new Model.Report_Construction_Plan
|
Model.Report_Construction_Plan newDetail = new Model.Report_Construction_Plan
|
||||||
{
|
{
|
||||||
//Id = values.Value<string>("Id"),
|
Id = SQLHelper.GetNewID(typeof(Model.Report_Construction_Plan)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "6",
|
ReType = "6",
|
||||||
UnitOrMajor = values.Value<string>("UnitOrMajor"),
|
UnitOrMajor = values.Value<string>("UnitOrMajor"),
|
||||||
|
@ -3226,10 +3226,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
QuaRate = values.Value<string>("QuaRate"),
|
QuaRate = values.Value<string>("QuaRate"),
|
||||||
Remarks = values.Value<string>("Remarks")
|
Remarks = values.Value<string>("Remarks")
|
||||||
};
|
};
|
||||||
if (Grid11.Rows[rowIndex].DataKeys.Length > 0)
|
//if (Grid11.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = Grid11.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = Grid11.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3315,6 +3315,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
||||||
{
|
{
|
||||||
|
Id = SQLHelper.GetNewID(typeof(Model.Report_CQMS_MonthReportItem)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "9",
|
ReType = "9",
|
||||||
ContentName = values.Value<string>("ContentName"),
|
ContentName = values.Value<string>("ContentName"),
|
||||||
|
@ -3323,10 +3324,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
//RectificationRate = values.Value<string>("RectificationRate"),
|
//RectificationRate = values.Value<string>("RectificationRate"),
|
||||||
Remarks = values.Value<string>("Remarks")
|
Remarks = values.Value<string>("Remarks")
|
||||||
};
|
};
|
||||||
if (gvMeasuringInspection.Rows[rowIndex].DataKeys.Length > 0)
|
//if (gvMeasuringInspection.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = gvMeasuringInspection.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = gvMeasuringInspection.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3348,23 +3349,21 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
||||||
{
|
{
|
||||||
|
Id = SQLHelper.GetNewID(typeof(Model.Report_CQMS_MonthReportItem)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "10-1",
|
ReType = "10-1",
|
||||||
ContentName = values.Value<string>("WorkName"),
|
ContentName = values.Value<string>("WorkName"),
|
||||||
|
|
||||||
MonthsCount = values.Value<int>("CheckNum"), //当前检查点数
|
MonthsCount = values.Value<int>("CheckNum"), //当前检查点数
|
||||||
MonthsBackCount = values.Value<int>("TotalCheckNum"),//累计点数
|
MonthsBackCount = values.Value<int>("TotalCheckNum"),//累计点数
|
||||||
|
|
||||||
ProjectCount = values.Value<int>("OKNum"),//当前合格点数
|
ProjectCount = values.Value<int>("OKNum"),//当前合格点数
|
||||||
TotalNoBackCount = values.Value<int>("TotalOKNum"),//累计合格点数
|
TotalNoBackCount = values.Value<int>("TotalOKNum"),//累计合格点数
|
||||||
|
|
||||||
RectificationRate = values.Value<string>("OneOKRate"),//本月合格点数
|
RectificationRate = values.Value<string>("OneOKRate"),//本月合格点数
|
||||||
Remarks = values.Value<string>("TotalOneOKRate"),//本月累计合格点数
|
Remarks = values.Value<string>("TotalOneOKRate"),//本月累计合格点数
|
||||||
};
|
};
|
||||||
if (gvTj.Rows[rowIndex].DataKeys.Length > 0)
|
//if (gvTj.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = gvTj.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = gvTj.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3383,6 +3382,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
||||||
{
|
{
|
||||||
|
Id = SQLHelper.GetNewID(typeof(Model.Report_CQMS_MonthReportItem)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "10-2",
|
ReType = "10-2",
|
||||||
ContentName = values.Value<string>("WorkName"),
|
ContentName = values.Value<string>("WorkName"),
|
||||||
|
@ -3395,10 +3395,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
RectificationRate = values.Value<string>("OneOKRate"),//本月合格点数
|
RectificationRate = values.Value<string>("OneOKRate"),//本月合格点数
|
||||||
Remarks = values.Value<string>("TotalOneOKRate"),//本月累计合格点数
|
Remarks = values.Value<string>("TotalOneOKRate"),//本月累计合格点数
|
||||||
};
|
};
|
||||||
if (GvSb.Rows[rowIndex].DataKeys.Length > 0)
|
//if (GvSb.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = GvSb.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = GvSb.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3417,6 +3417,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
||||||
{
|
{
|
||||||
|
Id = SQLHelper.GetNewID(typeof(Model.Report_CQMS_MonthReportItem)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "10-3",
|
ReType = "10-3",
|
||||||
ContentName = values.Value<string>("WorkName"),
|
ContentName = values.Value<string>("WorkName"),
|
||||||
|
@ -3429,10 +3430,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
RectificationRate = values.Value<string>("OneOKRate"),//本月合格点数
|
RectificationRate = values.Value<string>("OneOKRate"),//本月合格点数
|
||||||
Remarks = values.Value<string>("TotalOneOKRate"),//本月累计合格点数
|
Remarks = values.Value<string>("TotalOneOKRate"),//本月累计合格点数
|
||||||
};
|
};
|
||||||
if (GvGD.Rows[rowIndex].DataKeys.Length > 0)
|
//if (GvGD.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = GvGD.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = GvGD.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3452,6 +3453,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
||||||
{
|
{
|
||||||
|
Id = SQLHelper.GetNewID(typeof(Model.Report_CQMS_MonthReportItem)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "10-4",
|
ReType = "10-4",
|
||||||
ContentName = values.Value<string>("WorkName"),
|
ContentName = values.Value<string>("WorkName"),
|
||||||
|
@ -3464,10 +3466,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
RectificationRate = values.Value<string>("OneOKRate"),//本月合格点数
|
RectificationRate = values.Value<string>("OneOKRate"),//本月合格点数
|
||||||
Remarks = values.Value<string>("TotalOneOKRate"),//本月累计合格点数
|
Remarks = values.Value<string>("TotalOneOKRate"),//本月累计合格点数
|
||||||
};
|
};
|
||||||
if (GvDq.Rows[rowIndex].DataKeys.Length > 0)
|
//if (GvDq.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = GvDq.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = GvDq.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3486,6 +3488,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
||||||
{
|
{
|
||||||
|
Id = SQLHelper.GetNewID(typeof(Model.Report_CQMS_MonthReportItem)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "10-5",
|
ReType = "10-5",
|
||||||
ContentName = values.Value<string>("WorkName"),
|
ContentName = values.Value<string>("WorkName"),
|
||||||
|
@ -3498,10 +3501,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
RectificationRate = values.Value<string>("OneOKRate"),//本月合格点数
|
RectificationRate = values.Value<string>("OneOKRate"),//本月合格点数
|
||||||
Remarks = values.Value<string>("TotalOneOKRate"),//本月累计合格点数
|
Remarks = values.Value<string>("TotalOneOKRate"),//本月累计合格点数
|
||||||
};
|
};
|
||||||
if (GvYb.Rows[rowIndex].DataKeys.Length > 0)
|
//if (GvYb.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = GvYb.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = GvYb.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3520,6 +3523,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
||||||
{
|
{
|
||||||
|
Id = SQLHelper.GetNewID(typeof(Model.Report_CQMS_MonthReportItem)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "10-6",
|
ReType = "10-6",
|
||||||
ContentName = values.Value<string>("WorkName"),
|
ContentName = values.Value<string>("WorkName"),
|
||||||
|
@ -3532,10 +3536,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
RectificationRate = values.Value<string>("OneOKRate"),//本月合格点数
|
RectificationRate = values.Value<string>("OneOKRate"),//本月合格点数
|
||||||
Remarks = values.Value<string>("TotalOneOKRate"),//本月累计合格点数
|
Remarks = values.Value<string>("TotalOneOKRate"),//本月累计合格点数
|
||||||
};
|
};
|
||||||
if (GvFf.Rows[rowIndex].DataKeys.Length > 0)
|
//if (GvFf.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = GvFf.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = GvFf.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3554,6 +3558,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
||||||
{
|
{
|
||||||
|
Id = SQLHelper.GetNewID(typeof(Model.Report_CQMS_MonthReportItem)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "10-7",
|
ReType = "10-7",
|
||||||
ContentName = values.Value<string>("WorkName"),
|
ContentName = values.Value<string>("WorkName"),
|
||||||
|
@ -3566,10 +3571,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
RectificationRate = values.Value<string>("OneOKRate"),//本月合格点数
|
RectificationRate = values.Value<string>("OneOKRate"),//本月合格点数
|
||||||
Remarks = values.Value<string>("TotalOneOKRate"),//本月累计合格点数
|
Remarks = values.Value<string>("TotalOneOKRate"),//本月累计合格点数
|
||||||
};
|
};
|
||||||
if (GvXf.Rows[rowIndex].DataKeys.Length > 0)
|
//if (GvXf.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = GvXf.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = GvXf.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3588,6 +3593,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
||||||
{
|
{
|
||||||
|
Id = SQLHelper.GetNewID(typeof(Model.Report_CQMS_MonthReportItem)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "10",
|
ReType = "10",
|
||||||
ContentName = values.Value<string>("WorkName"),
|
ContentName = values.Value<string>("WorkName"),
|
||||||
|
@ -3602,10 +3608,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
Remarks = values.Value<string>("Remarks"),//本月累计合格点数
|
Remarks = values.Value<string>("Remarks"),//本月累计合格点数
|
||||||
|
|
||||||
};
|
};
|
||||||
if (gvInspectionDataInspection.Rows[rowIndex].DataKeys.Length > 0)
|
////if (gvInspectionDataInspection.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
////{
|
||||||
newDetail.Id = gvInspectionDataInspection.Rows[rowIndex].DataKeys[0].ToString();
|
//// newDetail.Id = gvInspectionDataInspection.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
////}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3628,6 +3634,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
||||||
{
|
{
|
||||||
|
Id = SQLHelper.GetNewID(typeof(Model.Report_CQMS_MonthReportItem)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "11",
|
ReType = "11",
|
||||||
TotalNoBackCount = values.Value<int>("TotalNoBackCount"),
|
TotalNoBackCount = values.Value<int>("TotalNoBackCount"),
|
||||||
|
@ -3637,10 +3644,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
//RectificationRate = values.Value<string>("RectificationRate"),
|
//RectificationRate = values.Value<string>("RectificationRate"),
|
||||||
Remarks = values.Value<string>("Remarks"),
|
Remarks = values.Value<string>("Remarks"),
|
||||||
};
|
};
|
||||||
if (gvPressureInspection.Rows[rowIndex].DataKeys.Length > 0)
|
//if (gvPressureInspection.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = gvPressureInspection.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = gvPressureInspection.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3663,6 +3670,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
||||||
{
|
{
|
||||||
|
Id = SQLHelper.GetNewID(typeof(Model.Report_CQMS_MonthReportItem)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "12",
|
ReType = "12",
|
||||||
TotalNoBackCount = values.Value<int>("TotalNoBackCount"),
|
TotalNoBackCount = values.Value<int>("TotalNoBackCount"),
|
||||||
|
@ -3672,10 +3680,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
//RectificationRate = values.Value<string>("RectificationRate"),
|
//RectificationRate = values.Value<string>("RectificationRate"),
|
||||||
Remarks = values.Value<string>("Remarks"),
|
Remarks = values.Value<string>("Remarks"),
|
||||||
};
|
};
|
||||||
if (gvPipingInspection.Rows[rowIndex].DataKeys.Length > 0)
|
//if (gvPipingInspection.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = gvPipingInspection.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = gvPipingInspection.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3698,6 +3706,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
||||||
{
|
{
|
||||||
|
Id = SQLHelper.GetNewID(typeof(Model.Report_CQMS_MonthReportItem)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "13",
|
ReType = "13",
|
||||||
TotalNoBackCount = values.Value<int>("TotalNoBackCount"),
|
TotalNoBackCount = values.Value<int>("TotalNoBackCount"),
|
||||||
|
@ -3707,10 +3716,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
//RectificationRate = values.Value<string>("RectificationRate"),
|
//RectificationRate = values.Value<string>("RectificationRate"),
|
||||||
Remarks = values.Value<string>("Remarks"),
|
Remarks = values.Value<string>("Remarks"),
|
||||||
};
|
};
|
||||||
if (gvSpecialInspection.Rows[rowIndex].DataKeys.Length > 0)
|
//if (gvSpecialInspection.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = gvSpecialInspection.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = gvSpecialInspection.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3733,6 +3742,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
||||||
{
|
{
|
||||||
|
Id = SQLHelper.GetNewID(typeof(Model.Report_CQMS_MonthReportItem)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "14",
|
ReType = "14",
|
||||||
ContentName = values.Value<string>("WorkName"),
|
ContentName = values.Value<string>("WorkName"),
|
||||||
|
@ -3741,10 +3751,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
TotalNoBackCount = values.Value<int>("CheckNum"),
|
TotalNoBackCount = values.Value<int>("CheckNum"),
|
||||||
RectificationRate = values.Value<string>("OKRate"),
|
RectificationRate = values.Value<string>("OKRate"),
|
||||||
};
|
};
|
||||||
if (gvNcrManagementInspection.Rows[rowIndex].DataKeys.Length > 0)
|
//if (gvNcrManagementInspection.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = gvNcrManagementInspection.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = gvNcrManagementInspection.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3769,6 +3779,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
||||||
{
|
{
|
||||||
|
Id = SQLHelper.GetNewID(typeof(Model.Report_CQMS_MonthReportItem)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "1",
|
ReType = "1",
|
||||||
ContentName = values.Value<string>("ContentName"),
|
ContentName = values.Value<string>("ContentName"),
|
||||||
|
@ -3777,10 +3788,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
RectificationRate = values.Value<string>("RectificationRate"),
|
RectificationRate = values.Value<string>("RectificationRate"),
|
||||||
Remarks = values.Value<string>("Remarks")
|
Remarks = values.Value<string>("Remarks")
|
||||||
};
|
};
|
||||||
if (gvQualityInspection.Rows[rowIndex].DataKeys.Length > 0)
|
//if (gvQualityInspection.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = gvQualityInspection.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = gvQualityInspection.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3805,6 +3816,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
||||||
{
|
{
|
||||||
|
Id = SQLHelper.GetNewID(typeof(Model.Report_CQMS_MonthReportItem)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "2",
|
ReType = "2",
|
||||||
ContentName = values.Value<string>("ContentName"),
|
ContentName = values.Value<string>("ContentName"),
|
||||||
|
@ -3812,10 +3824,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
ProjectCount = values.Value<int>("ProjectCount"),
|
ProjectCount = values.Value<int>("ProjectCount"),
|
||||||
Remarks = values.Value<string>("Remarks")
|
Remarks = values.Value<string>("Remarks")
|
||||||
};
|
};
|
||||||
if (gvSpecialCheck.Rows[rowIndex].DataKeys.Length > 0)
|
//if (gvSpecialCheck.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = gvSpecialCheck.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = gvSpecialCheck.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3840,6 +3852,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
Model.Report_CQMS_MonthReportItem newDetail = new Model.Report_CQMS_MonthReportItem
|
||||||
{
|
{
|
||||||
|
Id = SQLHelper.GetNewID(typeof(Model.Report_CQMS_MonthReportItem)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
ReType = "3",
|
ReType = "3",
|
||||||
ContentName = values.Value<string>("ContentName"),
|
ContentName = values.Value<string>("ContentName"),
|
||||||
|
@ -3848,10 +3861,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
MonthsBackCount = Funs.GetNewInt(values.Value<int>("MonthsBackCount").ToString()),
|
MonthsBackCount = Funs.GetNewInt(values.Value<int>("MonthsBackCount").ToString()),
|
||||||
TotalNoBackCount = Funs.GetNewInt(values.Value<int>("TotalNoBackCount").ToString())
|
TotalNoBackCount = Funs.GetNewInt(values.Value<int>("TotalNoBackCount").ToString())
|
||||||
};
|
};
|
||||||
if (gvFileReport.Rows[rowIndex].DataKeys.Length > 0)
|
//if (gvFileReport.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.Id = gvFileReport.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.Id = gvFileReport.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3876,6 +3889,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_RowMaterialProblem newDetail = new Model.Report_RowMaterialProblem
|
Model.Report_RowMaterialProblem newDetail = new Model.Report_RowMaterialProblem
|
||||||
{
|
{
|
||||||
|
RowMaterialProblemId = SQLHelper.GetNewID(typeof(Model.Report_RowMaterialProblem)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
UnitId = values.Value<string>("UnitId"),
|
UnitId = values.Value<string>("UnitId"),
|
||||||
ProblemDesrioption = values.Value<string>("ProblemDesrioption"),
|
ProblemDesrioption = values.Value<string>("ProblemDesrioption"),
|
||||||
|
@ -3883,10 +3897,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
ProcessingResults = values.Value<string>("ProcessingResults"),
|
ProcessingResults = values.Value<string>("ProcessingResults"),
|
||||||
Remark = values.Value<string>("Remark")
|
Remark = values.Value<string>("Remark")
|
||||||
};
|
};
|
||||||
if (gvRowMaterialProblem.Rows[rowIndex].DataKeys.Length > 0)
|
//if (gvRowMaterialProblem.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.RowMaterialProblemId = gvRowMaterialProblem.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.RowMaterialProblemId = gvRowMaterialProblem.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3909,6 +3923,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_ConstructionProblems newDetail = new Model.Report_ConstructionProblems
|
Model.Report_ConstructionProblems newDetail = new Model.Report_ConstructionProblems
|
||||||
{
|
{
|
||||||
|
ConstructionProblemsId = SQLHelper.GetNewID(typeof(Model.Report_ConstructionProblems)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
UnitId = values.Value<string>("UnitId"),
|
UnitId = values.Value<string>("UnitId"),
|
||||||
ProblemDesrioption = values.Value<string>("ProblemDesrioption"),
|
ProblemDesrioption = values.Value<string>("ProblemDesrioption"),
|
||||||
|
@ -3916,10 +3931,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
ProcessingResults = values.Value<string>("ProcessingResults"),
|
ProcessingResults = values.Value<string>("ProcessingResults"),
|
||||||
Remark = values.Value<string>("Remark")
|
Remark = values.Value<string>("Remark")
|
||||||
};
|
};
|
||||||
if (gvConstructionProblems.Rows[rowIndex].DataKeys.Length > 0)
|
//if (gvConstructionProblems.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.ConstructionProblemsId = gvConstructionProblems.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.ConstructionProblemsId = gvConstructionProblems.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
@ -3945,13 +3960,14 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
int rowIndex = teamGroupRow.Value<int>("index");
|
int rowIndex = teamGroupRow.Value<int>("index");
|
||||||
Model.Report_NextQualityControl newDetail = new Model.Report_NextQualityControl
|
Model.Report_NextQualityControl newDetail = new Model.Report_NextQualityControl
|
||||||
{
|
{
|
||||||
|
NextQualityControlId = SQLHelper.GetNewID(typeof(Model.Report_NextQualityControl)),
|
||||||
ReportId = ReportId,
|
ReportId = ReportId,
|
||||||
NextQualityControlContent = values.Value<string>("NextQualityControlContent")
|
NextQualityControlContent = values.Value<string>("NextQualityControlContent")
|
||||||
};
|
};
|
||||||
if (gvNextQualityControl.Rows[rowIndex].DataKeys.Length > 0)
|
//if (gvNextQualityControl.Rows[rowIndex].DataKeys.Length > 0)
|
||||||
{
|
//{
|
||||||
newDetail.NextQualityControlId = gvNextQualityControl.Rows[rowIndex].DataKeys[0].ToString();
|
// newDetail.NextQualityControlId = gvNextQualityControl.Rows[rowIndex].DataKeys[0].ToString();
|
||||||
}
|
//}
|
||||||
detailLists.Add(newDetail);
|
detailLists.Add(newDetail);
|
||||||
}
|
}
|
||||||
if (detailLists.Count > 0)
|
if (detailLists.Count > 0)
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
<add verb="GET" path="res.axd" type="FineUIPro.ResourceHandler, FineUIPro" validate="false"/>
|
<add verb="GET" path="res.axd" type="FineUIPro.ResourceHandler, FineUIPro" validate="false"/>
|
||||||
<add path="ChartImg.axd" verb="GET,POST,HEAD" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
|
<add path="ChartImg.axd" verb="GET,POST,HEAD" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
|
||||||
</httpHandlers>
|
</httpHandlers>
|
||||||
<compilation debug="true" targetFramework="4.6.1"/>
|
<compilation debug="false" targetFramework="4.6.1"/>
|
||||||
<httpRuntime requestValidationMode="2.0" maxRequestLength="2147483647" executionTimeout="36000"/>
|
<httpRuntime requestValidationMode="2.0" maxRequestLength="2147483647" executionTimeout="36000"/>
|
||||||
<authentication mode="Forms">
|
<authentication mode="Forms">
|
||||||
<forms loginUrl="Login.aspx" name="PUBLISHERCOOKIE" protection="All" timeout="1440" path="/"/>
|
<forms loginUrl="Login.aspx" name="PUBLISHERCOOKIE" protection="All" timeout="1440" path="/"/>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
||||||
<UseIISExpress>true</UseIISExpress>
|
<UseIISExpress>true</UseIISExpress>
|
||||||
<Use64BitIISExpress />
|
<Use64BitIISExpress />
|
||||||
<IISExpressSSLPort />
|
<IISExpressSSLPort />
|
||||||
|
|
Loading…
Reference in New Issue