| 
									
										
										
										
											2021-04-30 10:28:37 +08:00
										 |  |  |  | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MonthReportEdit.aspx.cs" Inherits="FineUIPro.Web.CQMS.ManageReport.MonthReportEdit" %> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | <html xmlns="http://www.w3.org/1999/xhtml"> | 
					
						
							|  |  |  |  | <head runat="server"> | 
					
						
							|  |  |  |  |     <title>编辑施工质量月报</title> | 
					
						
							|  |  |  |  |     <base target="_self" /> | 
					
						
							|  |  |  |  |     <link href="../../Styles/Style.css" rel="stylesheet" type="text/css" /> | 
					
						
							|  |  |  |  |     <script src="../../Controls/My97DatePicker/WdatePicker.js" type="text/javascript"></script> | 
					
						
							|  |  |  |  |     <script type="text/javascript" language="javascript"> | 
					
						
							|  |  |  |  |         function WindowClose(result) { | 
					
						
							|  |  |  |  |             window.returnValue = result; | 
					
						
							|  |  |  |  |             alert("保存成功!"); | 
					
						
							|  |  |  |  |             window.close(); | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         function keypress() { | 
					
						
							|  |  |  |  |             var keyASCII = event.keyCode; | 
					
						
							|  |  |  |  |             if ((keyASCII >= 48 && keyASCII <= 57) || keyASCII == 46) { | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |             } | 
					
						
							|  |  |  |  |             else { | 
					
						
							|  |  |  |  |                 event.keyCode = 0; | 
					
						
							|  |  |  |  |             } | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         function ShowPrint(reportId) { | 
					
						
							|  |  |  |  |             var iWidth = 900; | 
					
						
							|  |  |  |  |             var iHeight = 720; | 
					
						
							|  |  |  |  |             var iTop = (window.screen.availHeight - 30 - iHeight) / 2; | 
					
						
							|  |  |  |  |             var iLeft = (window.screen.availWidth - 10 - iWidth) / 2; | 
					
						
							|  |  |  |  |             window.open("MonthReportPrint.aspx?reportId=" + reportId, "", "width=" + iWidth + ",height=" + iHeight + ",top=" + iTop + ",left=" + iLeft + ",status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes"); | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |         } | 
					
						
							| 
									
										
										
										
											2021-04-30 10:28:37 +08:00
										 |  |  |  |     </script> | 
					
						
							|  |  |  |  | </head> | 
					
						
							|  |  |  |  | <body> | 
					
						
							|  |  |  |  |     <form id="form1" runat="server"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |         <f:PageManager ID="PageManager1" AjaxAspnetControls="ContentPanel1" runat="server" /> | 
					
						
							| 
									
										
										
										
											2021-04-30 10:28:37 +08:00
										 |  |  |  |         <f:ContentPanel ID="ContentPanel1" IsFluid="true" CssClass="blockpanel" runat="server" BodyPadding="10px" | 
					
						
							|  |  |  |  |             ShowBorder="true" ShowHeader="false" Title="内容面板"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |             <table id="Table1" runat="server" width="100%" cellpadding="0" cellspacing="0" align="center"> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td style="width: 100%; background: '~/Images/lv-1.gif'"> | 
					
						
							|  |  |  |  |                         <table id="tabbtn" runat="server" width="100%" style="background:'~/Images/lv-1.gif'" | 
					
						
							|  |  |  |  |                             cellpadding="0" cellspacing="0"> | 
					
						
							|  |  |  |  |                             <tr> | 
					
						
							|  |  |  |  |                                 <td align="left" valign="middle" style="width: 50%; font-size: 11pt; font-weight: bold"> | 
					
						
							|  |  |  |  |                                     <asp:Image ImageUrl="~/Images/lv-1.gif" ImageAlign="AbsMiddle" ID="image15" runat="server" /> | 
					
						
							|  |  |  |  |                                      编辑施工质量月报 | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                                 <td align="right" valign="middle" style="width: 50%; height: 30px;"> | 
					
						
							|  |  |  |  |                                     <asp:ImageButton ID="btnSave" runat="server" ImageUrl="~/Images/savebutton.gif" OnClick="btnSave_Click" | 
					
						
							|  |  |  |  |                                         ValidationGroup="Save" /><asp:ImageButton ID="btnPrint" runat="server" ImageUrl="~/Images/Print.gif" OnClick="btnPrint_Click" /> | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                             </tr> | 
					
						
							|  |  |  |  |                         </table> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <table id="Table5" runat="server" width="100%" border="1" cellpadding="0" cellspacing="0" | 
					
						
							|  |  |  |  |                             bordercolor="#bcd2e7" bordercolordark="#bcd2e7" bordercolorlight="#bcd2e7"> | 
					
						
							|  |  |  |  |                             <tr> | 
					
						
							|  |  |  |  |                                 <td align="center" style="width: 24%;" rowspan="2"> | 
					
						
							|  |  |  |  |                                     <img alt="" src="../../Images/Logo.jpg" /> | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                                 <td align="center" style="width: 46%; height: 30px; vertical-align: middle; font-size: 12pt;"> | 
					
						
							|  |  |  |  |                                     <asp:Label ID="lblProjectName" runat="server"></asp:Label> | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                                 <td align="left" style="width: 30%; vertical-align: bottom;" onkeypress="keypress()" | 
					
						
							|  |  |  |  |                                     rowspan="2"> | 
					
						
							|  |  |  |  |                                     <asp:Label ID="Label1" runat="server" Text="第("></asp:Label> | 
					
						
							|  |  |  |  |                                     <asp:TextBox ID="txtPeriod" runat="server" Width="30px" CssClass="textboxStyleNone"></asp:TextBox> | 
					
						
							|  |  |  |  |                                     <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtPeriod" | 
					
						
							|  |  |  |  |                                         Display="Dynamic" ErrorMessage=""周期不能为空!"" ForeColor="Red" ValidationGroup="Save">*</asp:RequiredFieldValidator> | 
					
						
							|  |  |  |  |                                     <asp:Label ID="Label2" runat="server" Text=")期"></asp:Label> | 
					
						
							|  |  |  |  |                                     <br /> | 
					
						
							|  |  |  |  |                                     <br /> | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                             </tr> | 
					
						
							|  |  |  |  |                             <tr> | 
					
						
							|  |  |  |  |                                 <td align="center" style="width: 46%; height: 50px; vertical-align: middle; font-size: 20pt; font-weight: bold"> | 
					
						
							|  |  |  |  |                                     <asp:Label ID="lblTital" runat="server" Text="施 工 质 量 月 报"></asp:Label> | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                             </tr> | 
					
						
							|  |  |  |  |                         </table> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <table id="Table2" runat="server" width="100%" cellpadding="0" cellspacing="0" border="1" | 
					
						
							|  |  |  |  |                             bordercolor="#bcd2e7" bordercolordark="#bcd2e7" bordercolorlight="#bcd2e7"> | 
					
						
							|  |  |  |  |                             <tr style="height: 32px"> | 
					
						
							|  |  |  |  |                                 <td align="right" style="width: 10%">时间段  | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                                 <td align="left" style="width: 90%"> | 
					
						
							|  |  |  |  |                                     <asp:TextBox ID="txtStartDate" runat="server" class="Wdate" Style="width: 20%; cursor: hand" | 
					
						
							|  |  |  |  |                                         onfocus="WdatePicker({dateFmt:'yyyy-MM-dd',skin:'whyGreen'})" AutoPostBack="true"   | 
					
						
							|  |  |  |  |                                         OnTextChanged="txtStartDate_TextChanged"></asp:TextBox> | 
					
						
							|  |  |  |  |                                     — | 
					
						
							| 
									
										
										
										
											2021-04-30 10:28:37 +08:00
										 |  |  |  |                             <asp:TextBox ID="txtEndDate" runat="server" class="Wdate" Style="width: 20%; cursor: hand" | 
					
						
							|  |  |  |  |                                 onfocus="WdatePicker({dateFmt:'yyyy-MM-dd',skin:'whyGreen'})" AutoPostBack="true" | 
					
						
							|  |  |  |  |                                 OnTextChanged="txtStartDate_TextChanged"></asp:TextBox> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                             </tr> | 
					
						
							|  |  |  |  |                         </table> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <table id="Table3" runat="server" width="100%" cellpadding="0" cellspacing="0"> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                             <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                                 <td align="left" valign="middle" style="width: 50%; font-size: 12pt; font-weight: bold"> | 
					
						
							|  |  |  |  |                                     <asp:Image ImageUrl="~/Images/lv-1.gif" ImageAlign="AbsMiddle" ID="image1" runat="server" /> | 
					
						
							|  |  |  |  |                                     1、本月主要工作内容 | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                                 <td align="right" valign="middle" style="width: 50%; height: 30px;"> | 
					
						
							|  |  |  |  |                                     <asp:ImageButton ID="btnAddThisWeekAndMonthContent" runat="server" ImageUrl="~/Images/addbutton.gif" | 
					
						
							|  |  |  |  |                                         OnClick="btnAddThisWeekAndMonthContent_Click" /> | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                             </tr> | 
					
						
							|  |  |  |  |                             <tr> | 
					
						
							|  |  |  |  |                                 <td colspan="2"> | 
					
						
							|  |  |  |  |                                     <asp:GridView ID="gvThisWeekOrMonthContent" runat="server" AllowSorting="True" AutoGenerateColumns="False" | 
					
						
							|  |  |  |  |                                         HorizontalAlign="Justify" PageSize="12" Width="100%" OnRowCommand="gvThisWeekOrMonthContent_RowCommand"> | 
					
						
							|  |  |  |  |                                         <Columns> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="序号" FooterStyle-HorizontalAlign="Center" HeaderStyle-Height="20px"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <%# Container.DataItemIndex + 1 %> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <FooterStyle HorizontalAlign="Center"></FooterStyle> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="5%" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="本月主要工作内容"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <asp:TextBox ID="txtContents" runat="server" Text='<%# Bind("Contents") %>' BorderStyle="None" | 
					
						
							|  |  |  |  |                                                         Width="90%" MaxLength="500"></asp:TextBox> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="45%" /> | 
					
						
							|  |  |  |  |                                                 <ItemStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="删除"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <asp:ImageButton ID="btnDel" runat="server" CommandArgument='<%# Bind("ContentId") %>' | 
					
						
							|  |  |  |  |                                                         CommandName="del" ImageUrl="~/Images/DeleteBtn.gif" /> | 
					
						
							|  |  |  |  |                                                     <asp:Label ID="lblContentId" runat="server" Text='<%# Bind("ContentId") %>' Visible="false"></asp:Label> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="5%" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                         </Columns> | 
					
						
							|  |  |  |  |                                         <HeaderStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                                         <PagerStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                                         <RowStyle CssClass="GridRow" /> | 
					
						
							|  |  |  |  |                                     </asp:GridView> | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                             </tr> | 
					
						
							|  |  |  |  |                         </table> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <table id="Table4" runat="server" width="100%" cellpadding="0" cellspacing="0"> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                             <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                                 <td align="left" valign="middle" style="width: 50%; font-size: 12pt; font-weight: bold"> | 
					
						
							|  |  |  |  |                                     <asp:Image ImageUrl="~/Images/lv-1.gif" ImageAlign="AbsMiddle" ID="image2" runat="server" /> | 
					
						
							|  |  |  |  |                                     2、本月质量问题处理情况 | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                             </tr> | 
					
						
							|  |  |  |  |                         </table> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <table id="Table6" runat="server" width="100%" cellpadding="0" cellspacing="0"> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                             <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                                 <td align="left" valign="middle" style="width: 50%; font-size: 12pt; font-weight: bold"> | 
					
						
							|  |  |  |  |                                     <asp:Image ImageUrl="~/Images/lv-1.gif" ImageAlign="AbsMiddle" ID="image3" runat="server" /> | 
					
						
							|  |  |  |  |                                      1)原材料问题 | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                                 <td align="right" valign="middle" style="width: 50%; height: 30px;"> | 
					
						
							|  |  |  |  |                                     <asp:ImageButton ID="btnAddRowMaterialProblem" runat="server" ImageUrl="~/Images/addbutton.gif" | 
					
						
							|  |  |  |  |                                         OnClick="btnAddRowMaterialProblem_Click" /> | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                             </tr> | 
					
						
							|  |  |  |  |                             <tr> | 
					
						
							|  |  |  |  |                                 <td colspan="2"> | 
					
						
							|  |  |  |  |                                     <asp:GridView ID="gvRowMaterialProblem" runat="server" AllowSorting="True" AutoGenerateColumns="False" | 
					
						
							|  |  |  |  |                                         HorizontalAlign="Justify" PageSize="12" Width="100%" OnRowCommand="gvRowMaterialProblem_RowCommand"> | 
					
						
							|  |  |  |  |                                         <Columns> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="序号" FooterStyle-HorizontalAlign="Center" HeaderStyle-Height="20px"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <%# Container.DataItemIndex + 1 %> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <FooterStyle HorizontalAlign="Center"></FooterStyle> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="5%" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="供应商"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <asp:TextBox ID="txtUnit" runat="server" Text='<%# Bind("UnitId") %>' | 
					
						
							|  |  |  |  |                                                         BorderStyle="None" Width="90%" MaxLength="50"></asp:TextBox> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="25%" /> | 
					
						
							|  |  |  |  |                                                 <ItemStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="问题描述"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <asp:TextBox ID="txtProblemDesrioption" runat="server" Text='<%# Bind("ProblemDesrioption") %>' | 
					
						
							|  |  |  |  |                                                         BorderStyle="None" Width="90%" MaxLength="200"></asp:TextBox> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="20%" /> | 
					
						
							|  |  |  |  |                                                 <ItemStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="处理措施"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <asp:TextBox ID="txtTreatmentMeasures" runat="server" Text='<%# Bind("TreatmentMeasures") %>' | 
					
						
							|  |  |  |  |                                                         BorderStyle="None" Width="90%" MaxLength="200"></asp:TextBox> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="20%" /> | 
					
						
							|  |  |  |  |                                                 <ItemStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="处理结果"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <asp:TextBox ID="txtProcessingResults" runat="server" Text='<%# Bind("ProcessingResults") %>' | 
					
						
							|  |  |  |  |                                                         BorderStyle="None" Width="90%" MaxLength="100"></asp:TextBox> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="10%" /> | 
					
						
							|  |  |  |  |                                                 <ItemStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="备注"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <asp:TextBox ID="txtRemark" runat="server" Text='<%# Bind("Remark") %>' BorderStyle="None" | 
					
						
							|  |  |  |  |                                                         Width="90%" MaxLength="500"></asp:TextBox> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="15%" /> | 
					
						
							|  |  |  |  |                                                 <ItemStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="删除"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <asp:ImageButton ID="btnDel" runat="server" CommandArgument='<%# Bind("RowMaterialProblemId") %>' | 
					
						
							|  |  |  |  |                                                         CommandName="del" ImageUrl="~/Images/DeleteBtn.gif" /> | 
					
						
							|  |  |  |  |                                                     <asp:Label ID="lblRowMaterialProblemId" runat="server" Text='<%#Bind("RowMaterialProblemId") %>' | 
					
						
							|  |  |  |  |                                                         Visible="false"></asp:Label> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="5%" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                         </Columns> | 
					
						
							|  |  |  |  |                                         <HeaderStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                                         <PagerStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                                         <RowStyle CssClass="GridRow" /> | 
					
						
							|  |  |  |  |                                     </asp:GridView> | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                             </tr> | 
					
						
							|  |  |  |  |                         </table> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <table id="Table7" runat="server" width="100%" cellpadding="0" cellspacing="0"> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                             <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                                 <td align="left" valign="middle" style="width: 50%; font-size: 12pt; font-weight: bold"> | 
					
						
							|  |  |  |  |                                     <asp:Image ImageUrl="~/Images/lv-1.gif" ImageAlign="AbsMiddle" ID="image4" runat="server" /> | 
					
						
							|  |  |  |  |                                      2)施工过程问题 | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                                 <td align="right" valign="middle" style="width: 50%; height: 30px;"> | 
					
						
							|  |  |  |  |                                     <asp:ImageButton ID="btnAddConstructionProblems" runat="server" ImageUrl="~/Images/addbutton.gif" | 
					
						
							|  |  |  |  |                                         OnClick="btnAddConstructionProblems_Click" /> | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                             </tr> | 
					
						
							|  |  |  |  |                             <tr> | 
					
						
							|  |  |  |  |                                 <td colspan="2"> | 
					
						
							|  |  |  |  |                                     <asp:GridView ID="gvConstructionProblems" runat="server" AllowSorting="True" AutoGenerateColumns="False" | 
					
						
							|  |  |  |  |                                         HorizontalAlign="Justify" PageSize="12" Width="100%" OnRowCommand="gvConstructionProblems_RowCommand" | 
					
						
							|  |  |  |  |                                         OnRowDataBound="gvConstructionProblems_RowDataBound"> | 
					
						
							|  |  |  |  |                                         <Columns> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="序号" FooterStyle-HorizontalAlign="Center" HeaderStyle-Height="20px"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <%# Container.DataItemIndex + 1 %> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <FooterStyle HorizontalAlign="Center"></FooterStyle> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="5%" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="施工分包商"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <asp:DropDownList ID="drpUnitId" runat="server" Height="22px" Width="98%" BorderStyle="None"> | 
					
						
							|  |  |  |  |                                                     </asp:DropDownList> | 
					
						
							|  |  |  |  |                                                     <asp:HiddenField ID="hdUnitId" runat="server" Value='<%#Bind("UnitId") %>' /> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="25%" /> | 
					
						
							|  |  |  |  |                                                 <ItemStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="问题描述"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <asp:TextBox ID="txtProblemDesrioption" runat="server" Text='<%# Bind("ProblemDesrioption") %>' | 
					
						
							|  |  |  |  |                                                         BorderStyle="None" Width="90%" MaxLength="200"></asp:TextBox> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="20%" /> | 
					
						
							|  |  |  |  |                                                 <ItemStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="处理措施"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <asp:TextBox ID="txtTreatmentMeasures" runat="server" Text='<%# Bind("TreatmentMeasures") %>' | 
					
						
							|  |  |  |  |                                                         BorderStyle="None" Width="90%" MaxLength="200"></asp:TextBox> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="20%" /> | 
					
						
							|  |  |  |  |                                                 <ItemStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="处理结果"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <asp:TextBox ID="txtProcessingResults" runat="server" Text='<%# Bind("ProcessingResults") %>' | 
					
						
							|  |  |  |  |                                                         BorderStyle="None" Width="90%" MaxLength="100"></asp:TextBox> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="10%" /> | 
					
						
							|  |  |  |  |                                                 <ItemStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="备注"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <asp:TextBox ID="txtRemark" runat="server" Text='<%# Bind("Remark") %>' BorderStyle="None" | 
					
						
							|  |  |  |  |                                                         Width="90%" MaxLength="500"></asp:TextBox> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="15%" /> | 
					
						
							|  |  |  |  |                                                 <ItemStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="删除"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <asp:ImageButton ID="btnDel" runat="server" CommandArgument='<%# Bind("ConstructionProblemsId") %>' | 
					
						
							|  |  |  |  |                                                         CommandName="del" ImageUrl="~/Images/DeleteBtn.gif" /> | 
					
						
							|  |  |  |  |                                                     <asp:Label ID="lblConstructionProblemsId" runat="server" Text='<%# Bind("ConstructionProblemsId") %>' | 
					
						
							|  |  |  |  |                                                         Visible="false"></asp:Label> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="5%" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                         </Columns> | 
					
						
							|  |  |  |  |                                         <HeaderStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                                         <PagerStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                                         <RowStyle CssClass="GridRow" /> | 
					
						
							|  |  |  |  |                                     </asp:GridView> | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                             </tr> | 
					
						
							|  |  |  |  |                         </table> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <table id="Table8" runat="server" width="100%" cellpadding="0" cellspacing="0"> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                             <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                                 <td align="left" valign="middle" style="width: 50%; font-size: 12pt; font-weight: bold"> | 
					
						
							|  |  |  |  |                                     <asp:Image ImageUrl="~/Images/lv-1.gif" ImageAlign="AbsMiddle" ID="image5" runat="server" /> | 
					
						
							|  |  |  |  |                                     3、本月质量控制 | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                             </tr> | 
					
						
							|  |  |  |  |                         </table> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <table id="Table9" runat="server" width="100%" cellpadding="0" cellspacing="0"> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                             <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                                 <td align="left" valign="middle" style="font-size: 12pt; font-weight: bold"> | 
					
						
							|  |  |  |  |                                     <asp:Image ImageUrl="~/Images/lv-1.gif" ImageAlign="AbsMiddle" ID="image6" runat="server" /> | 
					
						
							|  |  |  |  |                                      1)综合管理 | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                             </tr> | 
					
						
							|  |  |  |  |                             <tr> | 
					
						
							|  |  |  |  |                                 <td align="left" valign="middle" style="height: 50px;"> | 
					
						
							|  |  |  |  |                                     <table width="100%"> | 
					
						
							|  |  |  |  |                                         <tr> | 
					
						
							|  |  |  |  |                                             <td style="height: 32px;">    设备共计(<asp:TextBox ID="txt1" runat="server" Width="80px" | 
					
						
							|  |  |  |  |                                                 OnTextChanged="txt1_TextChanged" AutoPostBack="true" CssClass="textboxStyleNone"></asp:TextBox>)台,本月报验(<asp:TextBox ID="txt2" runat="server" Width="80px" | 
					
						
							|  |  |  |  |                                                     CssClass="textboxStyleNone" ReadOnly="true"></asp:TextBox>)台,累计报验(<asp:TextBox ID="txt3" | 
					
						
							|  |  |  |  |                                                         runat="server" Width="80px" CssClass="textboxStyleNone" ReadOnly="true"></asp:TextBox>)台,完成比率(<asp:TextBox | 
					
						
							|  |  |  |  |                                                             ID="txt4" runat="server" Width="100px" | 
					
						
							|  |  |  |  |                                                             CssClass="textboxStyleNone" ReadOnly="true"></asp:TextBox>); | 
					
						
							|  |  |  |  |                                             </td> | 
					
						
							|  |  |  |  |                                         </tr> | 
					
						
							|  |  |  |  |                                         <tr> | 
					
						
							|  |  |  |  |                                             <td style="height: 32px;">    五环本月材料报验(<asp:TextBox ID="txt5" runat="server" Width="40px" | 
					
						
							|  |  |  |  |                                                 CssClass="textboxStyleNone" ReadOnly="true"></asp:TextBox>)批,累计(<asp:TextBox ID="txt6" | 
					
						
							|  |  |  |  |                                                     runat="server" Width="40px" CssClass="textboxStyleNone" ReadOnly="true"></asp:TextBox>)批; | 
					
						
							|  |  |  |  |                                             </td> | 
					
						
							|  |  |  |  |                                         </tr> | 
					
						
							|  |  |  |  |                                         <tr> | 
					
						
							|  |  |  |  |                                             <td style="height: 32px;">    分包商本月材料报验(<asp:TextBox ID="txt7" runat="server" Width="40px" | 
					
						
							|  |  |  |  |                                                 CssClass="textboxStyleNone" ReadOnly="true"></asp:TextBox>)批,累计(<asp:TextBox ID="txt8" | 
					
						
							|  |  |  |  |                                                     runat="server" Width="40px" CssClass="textboxStyleNone" ReadOnly="true"></asp:TextBox>)批。 | 
					
						
							|  |  |  |  |                                             </td> | 
					
						
							|  |  |  |  |                                         </tr> | 
					
						
							|  |  |  |  |                                         <tr> | 
					
						
							|  |  |  |  |                                             <td>    其它:<asp:TextBox ID="txt9" runat="server" TextMode="MultiLine" Rows="6" Width="90%"></asp:TextBox> | 
					
						
							|  |  |  |  |                                             </td> | 
					
						
							|  |  |  |  |                                         </tr> | 
					
						
							|  |  |  |  |                                     </table> | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                             </tr> | 
					
						
							|  |  |  |  |                         </table> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                 <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                     <td align="left" valign="middle" style="font-size: 12pt; font-weight: bold"> | 
					
						
							|  |  |  |  |                         <asp:Image ImageUrl="~/Images/lv-1.gif" ImageAlign="AbsMiddle" ID="image7" runat="server" /> | 
					
						
							|  |  |  |  |                          2)检验批统计 | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                 <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                     <td align="left" valign="middle" style="font-size: 12pt; font-weight: bold; height: 32px;"> 土建: | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <asp:GridView ID="gvTJ" runat="server" AllowPaging="false" AllowSorting="True" AutoGenerateColumns="True" | 
					
						
							|  |  |  |  |                             HorizontalAlign="Justify" Width="100%" OnRowCreated="gvTJ_RowCreated"> | 
					
						
							|  |  |  |  |                             <AlternatingRowStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <HeaderStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <PagerStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                             <RowStyle CssClass="GridRow" /> | 
					
						
							|  |  |  |  |                         </asp:GridView> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                 <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                     <td align="left" valign="middle" style="font-size: 12pt; font-weight: bold; height: 32px;"> 设备: | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <asp:GridView ID="gvSB" runat="server" AllowPaging="false" AllowSorting="True" AutoGenerateColumns="True" | 
					
						
							|  |  |  |  |                             HorizontalAlign="Justify" Width="100%" OnRowCreated="gvSB_RowCreated"> | 
					
						
							|  |  |  |  |                             <AlternatingRowStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <HeaderStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <PagerStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                             <RowStyle CssClass="GridRow" /> | 
					
						
							|  |  |  |  |                         </asp:GridView> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                 <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                     <td align="left" valign="middle" style="font-size: 12pt; font-weight: bold; height: 32px;"> 管道: | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <asp:GridView ID="gvGD" runat="server" AllowPaging="false" AllowSorting="True" AutoGenerateColumns="True" | 
					
						
							|  |  |  |  |                             HorizontalAlign="Justify" Width="100%" OnRowCreated="gvGD_RowCreated"> | 
					
						
							|  |  |  |  |                             <AlternatingRowStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <HeaderStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <PagerStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                             <RowStyle CssClass="GridRow" /> | 
					
						
							|  |  |  |  |                         </asp:GridView> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                 <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                     <td align="left" valign="middle" style="font-size: 12pt; font-weight: bold; height: 32px;"> 电气: | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <asp:GridView ID="gvDQ" runat="server" AllowPaging="false" AllowSorting="True" AutoGenerateColumns="True" | 
					
						
							|  |  |  |  |                             HorizontalAlign="Justify" Width="100%" OnRowCreated="gvDQ_RowCreated"> | 
					
						
							|  |  |  |  |                             <AlternatingRowStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <HeaderStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <PagerStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                             <RowStyle CssClass="GridRow" /> | 
					
						
							|  |  |  |  |                         </asp:GridView> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                 <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                     <td align="left" valign="middle" style="font-size: 12pt; font-weight: bold; height: 32px;"> 仪表: | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <asp:GridView ID="gvYB" runat="server" AllowPaging="false" AllowSorting="True" AutoGenerateColumns="True" | 
					
						
							|  |  |  |  |                             HorizontalAlign="Justify" Width="100%" OnRowCreated="gvYB_RowCreated"> | 
					
						
							|  |  |  |  |                             <AlternatingRowStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <HeaderStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <PagerStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                             <RowStyle CssClass="GridRow" /> | 
					
						
							|  |  |  |  |                         </asp:GridView> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                 <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                     <td align="left" valign="middle" style="font-size: 12pt; font-weight: bold; height: 32px;"> 防腐: | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <asp:GridView ID="gvFF" runat="server" AllowPaging="false" AllowSorting="True" AutoGenerateColumns="True" | 
					
						
							|  |  |  |  |                             HorizontalAlign="Justify" Width="100%" OnRowCreated="gvFF_RowCreated"> | 
					
						
							|  |  |  |  |                             <AlternatingRowStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <HeaderStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <PagerStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                             <RowStyle CssClass="GridRow" /> | 
					
						
							|  |  |  |  |                         </asp:GridView> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                 <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                     <td align="left" valign="middle" style="font-size: 12pt; font-weight: bold; height: 32px;"> 消防: | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <asp:GridView ID="gvXF" runat="server" AllowPaging="false" AllowSorting="True" AutoGenerateColumns="True" | 
					
						
							|  |  |  |  |                             HorizontalAlign="Justify" Width="100%" OnRowCreated="gvXF_RowCreated"> | 
					
						
							|  |  |  |  |                             <AlternatingRowStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <HeaderStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <PagerStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                             <RowStyle CssClass="GridRow" /> | 
					
						
							|  |  |  |  |                         </asp:GridView> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                 <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                     <td align="left" valign="middle" style="font-size: 12pt; font-weight: bold"> | 
					
						
							|  |  |  |  |                         <asp:Image ImageUrl="~/Images/lv-1.gif" ImageAlign="AbsMiddle" ID="image8" runat="server" /> | 
					
						
							|  |  |  |  |                          3)无损检测统计 | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <asp:GridView ID="gvHJGLStatisc" runat="server" AllowPaging="false" AllowSorting="True" | 
					
						
							|  |  |  |  |                             AutoGenerateColumns="True" HorizontalAlign="Justify" Width="100%" OnRowCreated="gvHJGLStatisc_RowCreated"> | 
					
						
							|  |  |  |  |                             <AlternatingRowStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <HeaderStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <PagerStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                             <RowStyle CssClass="GridRow" /> | 
					
						
							|  |  |  |  |                         </asp:GridView> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                 <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                     <td align="left" valign="middle" style="font-size: 12pt; font-weight: bold"> | 
					
						
							|  |  |  |  |                         <asp:Image ImageUrl="~/Images/lv-1.gif" ImageAlign="AbsMiddle" ID="image9" runat="server" /> | 
					
						
							|  |  |  |  |                          4)NCR统计 | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                         | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                         <asp:GridView ID="gvNCRStatisc" runat="server" AllowPaging="false" AllowSorting="True" | 
					
						
							|  |  |  |  |                             AutoGenerateColumns="True" HorizontalAlign="Justify" Width="100%" OnRowCreated="gvNCRStatisc_RowCreated"> | 
					
						
							|  |  |  |  |                             <AlternatingRowStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <HeaderStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <PagerStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                             <RowStyle CssClass="GridRow" /> | 
					
						
							|  |  |  |  |                         </asp:GridView> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |             <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                     <td align="left" valign="middle" style="font-size: 12pt; font-weight: bold"> | 
					
						
							|  |  |  |  |                         <asp:Image ImageUrl="~/Images/lv-1.gif" ImageAlign="AbsMiddle" ID="image10" runat="server" /> | 
					
						
							|  |  |  |  |                          5)设计变更统计 | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <asp:GridView ID="gvCheckStatisc" runat="server" AllowPaging="false" AllowSorting="True" | 
					
						
							|  |  |  |  |                             AutoGenerateColumns="True" HorizontalAlign="Justify" Width="100%" OnRowCreated="gvCheckStatisc_RowCreated"> | 
					
						
							|  |  |  |  |                             <AlternatingRowStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <HeaderStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <PagerStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                             <RowStyle CssClass="GridRow" /> | 
					
						
							|  |  |  |  |                         </asp:GridView> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                 <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                     <td align="left" valign="middle" style="font-size: 12pt; font-weight: bold"> | 
					
						
							|  |  |  |  |                         <asp:Image ImageUrl="~/Images/lv-1.gif" ImageAlign="AbsMiddle" ID="image11" runat="server" /> | 
					
						
							|  |  |  |  |                          6)合格焊工统计 | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <asp:GridView ID="gvPassWelder" runat="server" AllowPaging="false" AllowSorting="True" | 
					
						
							|  |  |  |  |                             AutoGenerateColumns="True" HorizontalAlign="Justify" Width="100%" OnRowCreated="gvPassWelder_RowCreated"> | 
					
						
							|  |  |  |  |                             <AlternatingRowStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <HeaderStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <PagerStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                             <RowStyle CssClass="GridRow" /> | 
					
						
							|  |  |  |  |                         </asp:GridView> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                 <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                     <td align="left" valign="middle" style="font-size: 12pt; font-weight: bold"> | 
					
						
							|  |  |  |  |                         <asp:Image ImageUrl="~/Images/lv-1.gif" ImageAlign="AbsMiddle" ID="image13" runat="server" /> | 
					
						
							|  |  |  |  |                          7)施工方案统计 | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <asp:GridView ID="gvConstructionStatistics" runat="server" AllowPaging="false" AllowSorting="True" | 
					
						
							|  |  |  |  |                                       AutoGenerateColumns="True" HorizontalAlign="Justify" Width="100%" OnRowCreated="gvConstructionStatistics_RowCreated"> | 
					
						
							|  |  |  |  |                             <AlternatingRowStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <HeaderStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                             <PagerStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                             <RowStyle CssClass="GridRow" /> | 
					
						
							|  |  |  |  |                         </asp:GridView> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |                 <tr> | 
					
						
							|  |  |  |  |                     <td> | 
					
						
							|  |  |  |  |                         <table id="Table10" runat="server" width="100%" cellpadding="0" cellspacing="0"> | 
					
						
							| 
									
										
										
										
											2023-10-08 15:32:21 +08:00
										 |  |  |  |                             <tr style="background: url('../../Images/bg-1.gif')"> | 
					
						
							| 
									
										
										
										
											2023-09-27 09:10:09 +08:00
										 |  |  |  |                                 <td align="left" valign="middle" style="width: 50%; font-size: 12pt; font-weight: bold"> | 
					
						
							|  |  |  |  |                                     <asp:Image ImageUrl="~/Images/lv-1.gif" ImageAlign="AbsMiddle" ID="image12" runat="server" /> | 
					
						
							|  |  |  |  |                                     4、下月质量控制重点 | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                                 <td align="right" valign="middle" style="width: 50%; height: 30px;"> | 
					
						
							|  |  |  |  |                                     <asp:ImageButton ID="btnNextQualityControl" runat="server" ImageUrl="~/Images/addbutton.gif" | 
					
						
							|  |  |  |  |                                         OnClick="btnNextQualityControl_Click" /> | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                             </tr> | 
					
						
							|  |  |  |  |                             <tr> | 
					
						
							|  |  |  |  |                                 <td colspan="2"> | 
					
						
							|  |  |  |  |                                     <asp:GridView ID="gvNextQualityControl" runat="server" AllowSorting="True" AutoGenerateColumns="False" | 
					
						
							|  |  |  |  |                                         HorizontalAlign="Justify" PageSize="12" Width="100%" OnRowCommand="gvNextQualityControl_RowCommand"> | 
					
						
							|  |  |  |  |                                         <Columns> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="序号" FooterStyle-HorizontalAlign="Center" HeaderStyle-Height="20px"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <%# Container.DataItemIndex + 1 %> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <FooterStyle HorizontalAlign="Center"></FooterStyle> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="5%" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="下月质量控制重点"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <asp:TextBox ID="txtNextQualityControlContent" runat="server" Text='<%# Bind("NextQualityControlContent") %>' | 
					
						
							|  |  |  |  |                                                         BorderStyle="None" Width="90%" MaxLength="500"></asp:TextBox> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="45%" /> | 
					
						
							|  |  |  |  |                                                 <ItemStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                             <asp:TemplateField HeaderText="删除"> | 
					
						
							|  |  |  |  |                                                 <ItemTemplate> | 
					
						
							|  |  |  |  |                                                     <asp:ImageButton ID="btnDel" runat="server" CommandArgument='<%# Bind("NextQualityControlId") %>' | 
					
						
							|  |  |  |  |                                                         CommandName="del" ImageUrl="~/Images/DeleteBtn.gif" /> | 
					
						
							|  |  |  |  |                                                     <asp:Label ID="lblNextQualityControlId" runat="server" Text='<%# Bind("NextQualityControlId") %>' | 
					
						
							|  |  |  |  |                                                         Visible="false"></asp:Label> | 
					
						
							|  |  |  |  |                                                 </ItemTemplate> | 
					
						
							|  |  |  |  |                                                 <HeaderStyle Width="5%" /> | 
					
						
							|  |  |  |  |                                             </asp:TemplateField> | 
					
						
							|  |  |  |  |                                         </Columns> | 
					
						
							|  |  |  |  |                                         <HeaderStyle CssClass="GridBgColr" /> | 
					
						
							|  |  |  |  |                                         <PagerStyle HorizontalAlign="Left" /> | 
					
						
							|  |  |  |  |                                         <RowStyle CssClass="GridRow" /> | 
					
						
							|  |  |  |  |                                     </asp:GridView> | 
					
						
							|  |  |  |  |                                 </td> | 
					
						
							|  |  |  |  |                             </tr> | 
					
						
							|  |  |  |  |                         </table> | 
					
						
							|  |  |  |  |                     </td> | 
					
						
							|  |  |  |  |                 </tr> | 
					
						
							|  |  |  |  |             </table> | 
					
						
							|  |  |  |  |         </f:ContentPanel> | 
					
						
							|  |  |  |  |         <asp:ValidationSummary ID="ValidationSummary1" Style="z-index: 101; position: absolute; top: 8px; right: 824px;" | 
					
						
							|  |  |  |  |             runat="server" ValidationGroup="Save" HeaderText="请注意!" | 
					
						
							|  |  |  |  |             ShowSummary="False" ShowMessageBox="True"></asp:ValidationSummary> | 
					
						
							| 
									
										
										
										
											2021-04-30 10:28:37 +08:00
										 |  |  |  |     </form> | 
					
						
							|  |  |  |  | </body> | 
					
						
							|  |  |  |  | </html> |