现场质量问题台账
This commit is contained in:
@@ -2649,7 +2649,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
*/
|
||||
#endregion
|
||||
|
||||
#region 14.NCR管理情况
|
||||
#region 14.现场质量问题台账情况
|
||||
var NcrManagementInspection = reportItem.Where(x => x.ReType == "14").ToList();
|
||||
if (NcrManagementInspection.Count > 0)
|
||||
{
|
||||
|
||||
@@ -1540,8 +1540,8 @@
|
||||
</f:Form>
|
||||
</Items>
|
||||
</f:Panel>--%>
|
||||
<%--14.NCR管理情况--%>
|
||||
<f:Panel ID="Pnl14" IsFluid="true" Title="12.NCR管理情况" runat="server" EnableCollapse="false"
|
||||
<%--14.现场质量问题台账情况--%>
|
||||
<f:Panel ID="Pnl14" IsFluid="true" Title="12.现场质量问题台账情况" runat="server" EnableCollapse="false"
|
||||
ShowHeader="true">
|
||||
<Items>
|
||||
<f:Form ID="Form31" runat="server" ShowBorder="true" BodyPadding="5px" ShowHeader="false" Title="表单">
|
||||
|
||||
@@ -2747,7 +2747,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
//loadPipingInspection(objType);
|
||||
//加载13.特种设备监检情况
|
||||
//loadSpecialInspection(objType);
|
||||
////加载14.NCR管理情况
|
||||
////加载14.现场质量问题台账情况
|
||||
//loadNcrManagementInspection(objType);
|
||||
|
||||
//加载15.质量巡检情况
|
||||
@@ -4799,9 +4799,9 @@ from View_MonthReport_InspectionManagement a with(nolock)
|
||||
*/
|
||||
#endregion
|
||||
|
||||
#region 14.NCR管理情况 gvNcrManagementInspection方法
|
||||
#region 14.现场质量问题台账情况 gvNcrManagementInspection方法
|
||||
/// <summary>
|
||||
/// NCR管理情况
|
||||
/// 现场质量问题台账情况
|
||||
/// </summary>
|
||||
void loadNcrManagementInspection(string objType)
|
||||
{
|
||||
@@ -5809,7 +5809,7 @@ from View_MonthReport_InspectionManagement a with(nolock)
|
||||
savePipingInspection();
|
||||
////保存13.特种设备监检情况
|
||||
//saveSpecialInspection();
|
||||
//保存14.NCR管理情况
|
||||
//保存14.现场质量问题台账情况
|
||||
saveNcrManagementInspection();
|
||||
|
||||
//保存15.质量巡检情况
|
||||
@@ -6805,7 +6805,7 @@ from View_MonthReport_InspectionManagement a with(nolock)
|
||||
*/
|
||||
#endregion
|
||||
|
||||
#region 14.NCR管理情况
|
||||
#region 14.现场质量问题台账情况
|
||||
void saveNcrManagementInspection()
|
||||
{
|
||||
List<Model.Report_CQMS_MonthReportItem> detailLists = new List<Model.Report_CQMS_MonthReportItem>();
|
||||
|
||||
@@ -797,8 +797,8 @@
|
||||
</f:Form>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
<%--14.NCR管理情况--%>
|
||||
<f:Panel ID="Pnl14" IsFluid="true" Title="14.NCR管理情况" runat="server" EnableCollapse="false"
|
||||
<%--14.现场质量问题台账情况--%>
|
||||
<f:Panel ID="Pnl14" IsFluid="true" Title="14.现场质量问题台账情况" runat="server" EnableCollapse="false"
|
||||
ShowHeader="true">
|
||||
<Items>
|
||||
<f:Form ID="Form21" runat="server" ShowBorder="true" BodyPadding="5px" ShowHeader="false" Title="表单">
|
||||
|
||||
@@ -325,7 +325,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
savePipingInspection();
|
||||
//保存13.特种设备监检情况
|
||||
saveSpecialInspection();
|
||||
//保存14.NCR管理情况
|
||||
//保存14.现场质量问题台账情况
|
||||
saveNcrManagementInspection();
|
||||
|
||||
//保存15.质量巡检情况
|
||||
@@ -456,7 +456,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
loadPipingInspection(objType);
|
||||
//加载13.特种设备监检情况
|
||||
loadSpecialInspection(objType);
|
||||
////加载14.NCR管理情况
|
||||
////加载14.现场质量问题台账情况
|
||||
loadNcrManagementInspection(objType);
|
||||
|
||||
//加载15.质量巡检情况
|
||||
@@ -1086,9 +1086,9 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 14.NCR管理情况 gvNcrManagementInspection方法
|
||||
#region 14.现场质量问题台账情况 gvNcrManagementInspection方法
|
||||
/// <summary>
|
||||
/// NCR管理情况
|
||||
/// 现场质量问题台账情况
|
||||
/// </summary>
|
||||
void loadNcrManagementInspection(string objType)
|
||||
{
|
||||
@@ -1984,7 +1984,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 14.NCR管理情况
|
||||
#region 14.现场质量问题台账情况
|
||||
void saveNcrManagementInspection()
|
||||
{
|
||||
List<Model.Report_CQMS_MonthReportItem> detailLists = new List<Model.Report_CQMS_MonthReportItem>();
|
||||
|
||||
@@ -1355,8 +1355,8 @@
|
||||
</f:Form>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
<%--14.NCR管理情况--%>
|
||||
<f:Panel ID="Pnl14" IsFluid="true" Title="14.NCR管理情况" runat="server" EnableCollapse="false"
|
||||
<%--14.现场质量问题台账情况--%>
|
||||
<f:Panel ID="Pnl14" IsFluid="true" Title="14.现场质量问题台账情况" runat="server" EnableCollapse="false"
|
||||
ShowHeader="true">
|
||||
<Items>
|
||||
<f:Form ID="Form31" runat="server" ShowBorder="true" BodyPadding="5px" ShowHeader="false" Title="表单">
|
||||
|
||||
@@ -263,7 +263,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
loadPipingInspection(objType);
|
||||
//加载13.特种设备监检情况
|
||||
loadSpecialInspection(objType);
|
||||
////加载14.NCR管理情况
|
||||
////加载14.现场质量问题台账情况
|
||||
loadNcrManagementInspection();
|
||||
|
||||
//加载15.质量巡检情况
|
||||
@@ -1998,9 +1998,9 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 14.NCR管理情况 gvNcrManagementInspection方法
|
||||
#region 14.现场质量问题台账情况 gvNcrManagementInspection方法
|
||||
/// <summary>
|
||||
/// NCR管理情况
|
||||
/// 现场质量问题台账情况
|
||||
/// </summary>
|
||||
void loadNcrManagementInspection()
|
||||
{
|
||||
@@ -2584,7 +2584,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
savePipingInspection();
|
||||
//保存13.特种设备监检情况
|
||||
saveSpecialInspection();
|
||||
//保存14.NCR管理情况
|
||||
//保存14.现场质量问题台账情况
|
||||
saveNcrManagementInspection();
|
||||
|
||||
//保存15.质量巡检情况
|
||||
@@ -3124,7 +3124,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 14.NCR管理情况
|
||||
#region 14.现场质量问题台账情况
|
||||
void saveNcrManagementInspection()
|
||||
{
|
||||
List<Model.Report_CQMS_MonthReportItem> detailLists = new List<Model.Report_CQMS_MonthReportItem>();
|
||||
|
||||
@@ -2613,7 +2613,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 14.NCR管理情况
|
||||
#region 14.现场质量问题台账情况
|
||||
var NcrManagementInspection = reportItem.Where(x => x.ReType == "14").ToList();
|
||||
if (NcrManagementInspection.Count > 0)
|
||||
{
|
||||
|
||||
@@ -1524,8 +1524,8 @@
|
||||
</f:Form>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
<%--14.NCR管理情况--%>
|
||||
<f:Panel ID="Pnl14" IsFluid="true" Title="14.NCR管理情况" runat="server" EnableCollapse="false"
|
||||
<%--14.现场质量问题台账情况--%>
|
||||
<f:Panel ID="Pnl14" IsFluid="true" Title="14.现场质量问题台账情况" runat="server" EnableCollapse="false"
|
||||
ShowHeader="true">
|
||||
<Items>
|
||||
<f:Form ID="Form31" runat="server" ShowBorder="true" BodyPadding="5px" ShowHeader="false" Title="表单">
|
||||
|
||||
@@ -2717,7 +2717,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
// loadPipingInspection(objType);
|
||||
//加载13.特种设备监检情况
|
||||
// loadSpecialInspection(objType);
|
||||
////加载14.NCR管理情况
|
||||
////加载14.现场质量问题台账情况
|
||||
// loadNcrManagementInspection(objType);
|
||||
|
||||
//加载15.质量巡检情况
|
||||
@@ -4752,9 +4752,9 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 14.NCR管理情况 gvNcrManagementInspection方法
|
||||
#region 14.现场质量问题台账情况 gvNcrManagementInspection方法
|
||||
/// <summary>
|
||||
/// NCR管理情况
|
||||
/// 现场质量问题台账情况
|
||||
/// </summary>
|
||||
void loadNcrManagementInspection(string objType)
|
||||
{
|
||||
@@ -5741,7 +5741,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
savePipingInspection();
|
||||
//保存13.特种设备监检情况
|
||||
saveSpecialInspection();
|
||||
//保存14.NCR管理情况
|
||||
//保存14.现场质量问题台账情况
|
||||
saveNcrManagementInspection();
|
||||
|
||||
//保存15.质量巡检情况
|
||||
@@ -6733,7 +6733,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 14.NCR管理情况
|
||||
#region 14.现场质量问题台账情况
|
||||
void saveNcrManagementInspection()
|
||||
{
|
||||
List<Model.Report_CQMS_MonthReportItem> detailLists = new List<Model.Report_CQMS_MonthReportItem>();
|
||||
|
||||
Reference in New Issue
Block a user