修改质量月报汇总
This commit is contained in:
@@ -137,8 +137,10 @@ namespace FineUIPro.Web.CQMS.Check
|
||||
{
|
||||
string rowID = Grid1.DataKeys[rowIndex][0].ToString();
|
||||
var CheckMonth = BLL.MonthSpotCheckDetailService.GetMonthSpotCheckDetailsByCheckMonthId(rowID);
|
||||
Model.Check_CheckMonth checkMonth = CheckMonthService.GetCheckMonth(rowID);
|
||||
if (CheckMonth != null)
|
||||
{
|
||||
BLL.CQMSDataCollectService.DeleteCQMSDataCollectItem(checkMonth);
|
||||
BLL.MonthRectifyService.DeleteMonthRectifysByCheckMonthId(rowID);
|
||||
BLL.MonthNDTCheckService.DeleteMonthNDTChecksByCheckMonthId(rowID);
|
||||
BLL.MonthWelderService.DeleteMonthWeldersByCheckMonthId(rowID);
|
||||
@@ -146,7 +148,6 @@ namespace FineUIPro.Web.CQMS.Check
|
||||
BLL.SpecialEquipmentDetailService.DeleteSpecialEquipmentDetailsByCheckMonthId(rowID);
|
||||
BLL.MonthDesignService.DeleteMonthDesignsByCheckMonthId(rowID);
|
||||
}
|
||||
|
||||
BLL.CheckMonthService.DeleteCheckMonth(rowID);
|
||||
|
||||
}
|
||||
|
||||
@@ -249,7 +249,7 @@
|
||||
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">
|
||||
<Items>
|
||||
<f:TextBox ID="txtMonthOk" runat="server" Label="本月质量验收一次合格率" Width="400px" LabelWidth="190px"></f:TextBox>
|
||||
<f:TextBox ID="txtAllOk" runat="server" Label="本月质量验收一次合格率" Width="400px" LabelWidth="190px"></f:TextBox>
|
||||
<f:TextBox ID="txtAllOk" runat="server" Label="累计质量验收一次合格率" Width="400px" LabelWidth="190px"></f:TextBox>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
</Toolbars>
|
||||
@@ -441,7 +441,7 @@
|
||||
|
||||
<Items>
|
||||
<f:TextBox ID="txtMonthDataOk" runat="server" Label="本月质量记录同步率" Width="600px" LabelWidth="160px"></f:TextBox>
|
||||
<f:TextBox ID="txtAllDataOk" runat="server" Label="本月质量记录同步率" Width="600px" LabelWidth="160px"></f:TextBox>
|
||||
<f:TextBox ID="txtAllDataOk" runat="server" Label="累计质量记录同步率" Width="600px" LabelWidth="160px"></f:TextBox>
|
||||
<f:TextArea ID="txtConstructionData" ShowRedStar="true" Required="true" runat="server" Width="1230px" MaxLength="3000"></f:TextArea>
|
||||
</Items>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user