525 lines
		
	
	
		
			43 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			525 lines
		
	
	
		
			43 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| <%@ Page Language="C#" MasterPageFile="../masterPage.master" AutoEventWireup="true"
 | |
|     CodeFile="ProjectCenter.aspx.cs" Inherits="ProjectCenter" %>
 | |
| 
 | |
| <%@ MasterType VirtualPath="~/masterPage.master" %>
 | |
| <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
 | |
| <%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
 | |
|     Namespace="System.Web.UI" TagPrefix="asp" %>
 | |
| <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
 | |
|     <table width="100%" class="Table_NoBorder">
 | |
|         <tr>
 | |
|             <td>
 | |
|               <table width="90%" class="Table_NoBorder">
 | |
|                     <tr>
 | |
|                         <td colspan="13" align="center">
 | |
|                             <cc1:NumericUpDownExtender ID="NumericUpDownExtender1" runat="server" Width="80"
 | |
|                                 TargetControlID="btnYear">
 | |
|                             </cc1:NumericUpDownExtender>
 | |
|                              
 | |
|                         </td>
 | |
|                     </tr>
 | |
|                     <tr>
 | |
|                         <td   nowrap>
 | |
|                             
 | |
|                                 <asp:TextBox id="btnYear"
 | |
|                                     runat="server" AutoPostBack="True" OnTextChanged="TxtBtnYear_TextChanged" Width="1px"></asp:TextBox>
 | |
|                         </td>
 | |
|                         <td>
 | |
|                             <asp:RadioButtonList ID="rdblstMonth" runat="server" RepeatDirection="Horizontal"
 | |
|                                 Width="709px" OnSelectedIndexChanged="rdblstMonth_SelectedIndexChanged" AutoPostBack="True">
 | |
|                                 <asp:ListItem Value="0">È«Äê</asp:ListItem>
 | |
|                                 <asp:ListItem Value="1" Selected="True">1ÔÂ</asp:ListItem>
 | |
|                                 <asp:ListItem Value="2">2ÔÂ</asp:ListItem>
 | |
|                                 <asp:ListItem Value="3">3ÔÂ</asp:ListItem>
 | |
|                                 <asp:ListItem Value="4">4ÔÂ</asp:ListItem>
 | |
|                                 <asp:ListItem Value="5">5ÔÂ</asp:ListItem>
 | |
|                                 <asp:ListItem Value="6">6ÔÂ</asp:ListItem>
 | |
|                                 <asp:ListItem Value="7">7ÔÂ</asp:ListItem>
 | |
|                                 <asp:ListItem Value="8">8ÔÂ</asp:ListItem>
 | |
|                                 <asp:ListItem Value="9">9ÔÂ</asp:ListItem>
 | |
|                                 <asp:ListItem Value="10">10ÔÂ</asp:ListItem>
 | |
|                                 <asp:ListItem Value="11">11ÔÂ</asp:ListItem>
 | |
|                                 <asp:ListItem Value="12">12ÔÂ</asp:ListItem>
 | |
|                             </asp:RadioButtonList></td>
 | |
|                     </tr>
 | |
|                 </table>
 | |
|             </td>
 | |
|         </tr>
 | |
|         <tr>
 | |
|             <td>
 | |
|                 <table width="100%" class="Table_Border">
 | |
|                     <tr>
 | |
|                         <td>
 | |
|                             <table border="0">
 | |
|                                 <tr>
 | |
|                                     <td valign="top">
 | |
|                                         <asp:TreeView id="TreeDeptEmp" runat="server" ShowLines="True" ImageSet="Arrows"
 | |
|                                             OnSelectedNodeChanged="TreeDeptEmp_SelectedNodeChanged">
 | |
|                                             <selectednodestyle backcolor="Azure" bordercolor="Transparent" />
 | |
|                                             <nodes>
 | |
|                                     <asp:TreeNode Text="WMS" Selected="True" Value="0" Expanded="True" SelectAction="None"></asp:TreeNode>
 | |
|                                   </nodes>
 | |
|                                         </asp:TreeView></td>
 | |
|                                         <td width="1" class="VLine" ></td>
 | |
|                                     <td valign="top">
 | |
|                                         <table border="0" width="100%">
 | |
|                                             <tr>
 | |
|                                                 <td>
 | |
|                                                     <table class="Table_NoBorder" border="0"  width="100%">
 | |
|                                                         <tr>
 | |
|                                                             <td>
 | |
|                                                                 <asp:Label ID="Label121" runat="server" CssClass="Label" Text="ÏîÄ¿Ãû³Æ¹ýÂË"></asp:Label>
 | |
|                                                             </td>
 | |
|                                                             <td>
 | |
|                                                                 <asp:TextBox ID="txtQryProjectName" runat="server" CssClass="TextBox" MaxLength="50"
 | |
|                                                                     Width="245px"></asp:TextBox>
 | |
|                                                             </td>
 | |
|                                                             <td>
 | |
|                                                                 <asp:Label ID="Label122" runat="server" CssClass="Label" Text="·ÖÅä״̬ѡÔñ" visible=false></asp:Label>
 | |
|                                                             </td>
 | |
|                                                             <td nowrap>
 | |
|                                                                 <asp:RadioButtonList id="rdlstAssignQry" runat="server" RepeatDirection="Horizontal" visible=false>
 | |
|                                                                     <asp:ListItem Value="0" selected="True">È«²¿</asp:ListItem>
 | |
|                                                                     <asp:ListItem Value="1">ÒÑ·ÖÅä</asp:ListItem>
 | |
|                                                                     <asp:ListItem Value="-1">δ·ÖÅä</asp:ListItem>
 | |
|                                                                 </asp:RadioButtonList>
 | |
|                                                             </td>
 | |
|                                                             <td>
 | |
|                                                                 <asp:Button ID="btnQuery" runat="server" CssClass="Button" Text="²éѯ" OnClick="btnQuery_Click" />
 | |
|                                                             </td>
 | |
|                                                         </tr>
 | |
|                                                         <tr>
 | |
|                                                             <td colspan="5">
 | |
|                                                                 <asp:GridView id="GridView1" CssClass="DataGrid" PageSize="20" PagerStyle-HorizontalAlign="Right"
 | |
|                                                                     runat="server" AutoGenerateColumns="False" DataKeyNames="pk_projDetail" OnRowDeleting="GridView1_EditProject"
 | |
|                                                                     AllowPaging="True" OnPageIndexChanging="GridView1_PageIndexChanging" OnRowDataBound="GridView1_RowDataBound"
 | |
|                                                                     OnSorting="GridView1_Sorting" OnSelectedIndexChanged="GridView1_SelectedIndexChanged"
 | |
|                                                                     Width="100%" ShowFooter="True" EmptyDataText='ûÓÐÊý¾Ý¡£'>
 | |
|                                                                     <selectedrowstyle cssclass="SelectedItemStyle"></selectedrowstyle>
 | |
|                                                                     <headerstyle cssclass="HeaderStyle" horizontalalign="Left"></headerstyle>
 | |
|                                                                     <rowstyle cssclass="ItemStyle" horizontalalign="left"></rowstyle>
 | |
|                                                                     <alternatingrowstyle cssclass="AlternatingItemStyle"></alternatingrowstyle>
 | |
|                                                                     <columns>
 | |
| 				<asp:BoundField   DataField="pk_projDetail" HeaderText="pdid" Visible="false" >  </asp:BoundField>
 | |
| 		                                                      
 | |
| 				<asp:BoundField DataField="PJ_NAME" HeaderText="ÏîÄ¿Ãû³Æ" SortExpression="PJ_NAME">
 | |
|                     <ItemStyle    Wrap="False" />
 | |
|                     <HeaderStyle Wrap="False" HorizontalAlign="Center"/>                </asp:BoundField>
 | |
| 				<asp:BoundField DataField="EM_NAME" HeaderText="ÔðÈÎÈË" SortExpression="EM_NAME"     >
 | |
|                     <ItemStyle    Wrap="False" />
 | |
|                     <HeaderStyle Wrap="False" HorizontalAlign="Center"/>                </asp:BoundField><asp:BoundField DataField="dep_name" HeaderText="²¿ÃÅ"  ItemStyle-HorizontalAlign ="Left" SortExpression="dep_name"  >
 | |
|                     <ItemStyle    Wrap="False" />
 | |
|                     <HeaderStyle Wrap="False" HorizontalAlign="Center"/>
 | |
|                 </asp:BoundField>
 | |
| 				 
 | |
| 				<asp:BoundField DataField="pd_month" HeaderText="Ô·Ý" SortExpression="pj_planStartDate"  DataFormatString="{0:yyyy-MM-dd}" HtmlEncode="False">
 | |
|                     <ItemStyle   Wrap="False" />
 | |
|                     <HeaderStyle Wrap="False" HorizontalAlign="Center"/>                </asp:BoundField>
 | |
| 				 
 | |
| 				<asp:BoundField DataField="PJ_PERCENT" HeaderText="ÏîÄ¿È¨ÖØ" SortExpression="PJ_PERCENT">
 | |
|                     <ItemStyle Wrap="False" HorizontalAlign="Center"/>
 | |
|                     <HeaderStyle Wrap="False" HorizontalAlign="Center"/>                </asp:BoundField>
 | |
| 				<asp:BoundField DataField="pd_percent" HeaderText="ÏîÄ¿½ø¶È" SortExpression="PJ_PROGRESS" >
 | |
|                     <ItemStyle Wrap="False" HorizontalAlign="Center"/>
 | |
|                     <HeaderStyle Wrap="False" HorizontalAlign="Center"/>                </asp:BoundField>
 | |
| 				<asp:BoundField DataField="pj_finishDate" HeaderText="ʵ¼ÊÍê³Éʱ¼ä" SortExpression="pj_finishDate"  DataFormatString="{0:yyyy-MM-dd}" HtmlEncode="False">
 | |
|                     <ItemStyle Wrap="False" HorizontalAlign="Center"/>
 | |
|                     <HeaderStyle Wrap="False" HorizontalAlign="Center"/>                </asp:BoundField>
 | |
|                   
 | |
| 			 <asp:BoundField DataField="pj_status" HeaderText="ÏîĿ״̬" SortExpression="pj_status"   > <ItemStyle Wrap="False" HorizontalAlign="Center"/>
 | |
|                     <HeaderStyle Wrap="False" HorizontalAlign="Center"/></asp:BoundField>
 | |
| 			 	 <asp:BoundField DataField="pd_status" HeaderText="Ô¶È״̬" SortExpression="pd_status"   > <ItemStyle Wrap="False" HorizontalAlign="Center"/>
 | |
|                     <HeaderStyle Wrap="False" HorizontalAlign="Center"/></asp:BoundField>
 | |
| 			  <asp:BoundField DataField="pj_score" HeaderText="ÏîÄ¿µÃ·Ö" SortExpression="pd_status"   > <ItemStyle Wrap="False" HorizontalAlign="Center"/>
 | |
|                     <HeaderStyle Wrap="False" HorizontalAlign="Center"/></asp:BoundField>
 | |
| 			 
 | |
| 				<asp:CommandField HeaderText="²é¿´" ShowDeleteButton="True" DeleteText="<img src=../Images/detail.gif border=0  title= ÏîÄ¿ÐÅÏ¢ >" 
 | |
| 				¡¡ShowHeader="True" ShowSelectButton="True" SelectText="<img src=../Images/edit.gif border=0 title=½ø¶ÈÐÅÏ¢  >">
 | |
|                     <HeaderStyle HorizontalAlign="Center"   />
 | |
|                     <ItemStyle HorizontalAlign="Center"   Wrap="False"  />                </asp:CommandField>
 | |
| 			</columns>
 | |
|                                                                     <pagerstyle horizontalalign="Right" />
 | |
|                                                                 </asp:GridView> <asp:Button ID="Button1" runat="server" CssClass="Button" OnClick="Excel_Click" Text="µ¼³öExcel" />
 | |
|                                                                 
 | |
|                                                                      
 | |
|                                                             </td>
 | |
|                                                         </tr>
 | |
|                                                     </table>
 | |
|                                                 </td>
 | |
|                                             </tr>
 | |
|                                         </table>
 | |
|                                         
 | |
|                                     <table>
 | |
|                                        <tr>
 | |
|                         <td colspan="3" align="center">
 | |
|                             <!------ THE ADD /DELETE AREA ------>
 | |
|                             <!------ THE ADD /DELETE AREA ------>
 | |
|                             <table width="100%" class="Table_NoBorder">
 | |
|                                 <tr>
 | |
|                                     <td>
 | |
|                                         <asp:Panel ID="ProjectDetail" runat="server" Visible="false" align="left" width="100%">
 | |
|                                             <table width="90%" class="Table_NoBorder">
 | |
|                                                 <tr>
 | |
|                                                     <td>
 | |
|                                                         <table width="100%" class="Table_NoBorder">
 | |
|                                                             <tr>
 | |
|                                                                 <td nowrap>
 | |
|                                                                     <asp:Label ID="Label12" runat="server" CssClass="Label" Text="ÏîÄ¿Ãû³Æ"></asp:Label> 
 | |
|                                                                 </td>
 | |
|                                                                 <td colspan="3" align="left">
 | |
|                                                                     <asp:TextBox ID="txtProjectName" runat="server" CssClass="TextBox_Long" MaxLength="50"
 | |
|                                                                         Width="474px"></asp:TextBox>
 | |
|                                                                     <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtProjectName"
 | |
|                                                                         ErrorMessage="*">£ª</asp:RequiredFieldValidator></td>
 | |
|                                                             </tr>
 | |
|                                                             <tr>
 | |
|                                                                 <td>
 | |
|                                                                     <asp:Label ID="Label13" runat="server" CssClass="Label" Text="¿ªÊ¼Ê±¼ä"></asp:Label></td>
 | |
|                                                                 <td align="left">
 | |
|                                                                     <asp:DropDownList ID="drpdProjlisFromYear" CssClass="DropDownList" runat="server"
 | |
|                                                                         Width="52px">
 | |
|                                                                         <asp:ListItem Selected="True">2009</asp:ListItem>
 | |
|                                                                         <asp:ListItem Value="2010">2010</asp:ListItem>
 | |
|                                                                         <asp:ListItem>2011</asp:ListItem>
 | |
|                                                                     </asp:DropDownList>
 | |
|                                                                     Äê
 | |
|                                                                     <asp:DropDownList ID="drplstProjFromMonth" CssClass="DropDownList" runat="server"
 | |
|                                                                         Width="32px">
 | |
|                                                                         <asp:ListItem Value="1">1</asp:ListItem>
 | |
|                                                                         <asp:ListItem>2</asp:ListItem>
 | |
|                                                                         <asp:ListItem>3</asp:ListItem>
 | |
|                                                                         <asp:ListItem Value="4">4</asp:ListItem>
 | |
|                                                                         <asp:ListItem>5</asp:ListItem>
 | |
|                                                                         <asp:ListItem>6</asp:ListItem>
 | |
|                                                                         <asp:ListItem>7</asp:ListItem>
 | |
|                                                                         <asp:ListItem>8</asp:ListItem>
 | |
|                                                                         <asp:ListItem>9</asp:ListItem>
 | |
|                                                                         <asp:ListItem>10</asp:ListItem>
 | |
|                                                                         <asp:ListItem>11</asp:ListItem>
 | |
|                                                                         <asp:ListItem>12</asp:ListItem>
 | |
|                                                                     </asp:DropDownList>ÔÂ</td>
 | |
|                                                                 <td>
 | |
|                                                                     <asp:Label ID="Label16" runat="server" CssClass="Label" Text="½áÊøÊ±¼ä"></asp:Label></td>
 | |
|                                                                 <td align="left">
 | |
|                                                                     <asp:DropDownList ID="drplstProjectToYear" CssClass="DropDownList" runat="server"
 | |
|                                                                         Width="52px">
 | |
|                                                                         <asp:ListItem Selected="True">2009</asp:ListItem>
 | |
|                                                                         <asp:ListItem Value="2010">2010</asp:ListItem>
 | |
|                                                                         <asp:ListItem>2011</asp:ListItem>
 | |
|                                                                     </asp:DropDownList>
 | |
|                                                                     Äê
 | |
|                                                                     <asp:DropDownList ID="drlstProjToMonth" CssClass="DropDownList" runat="server" Width="32px">
 | |
|                                                                         <asp:ListItem Value="1">1</asp:ListItem>
 | |
|                                                                         <asp:ListItem>2</asp:ListItem>
 | |
|                                                                         <asp:ListItem>3</asp:ListItem>
 | |
|                                                                         <asp:ListItem Value="4">4</asp:ListItem>
 | |
|                                                                         <asp:ListItem>5</asp:ListItem>
 | |
|                                                                         <asp:ListItem>6</asp:ListItem>
 | |
|                                                                         <asp:ListItem>7</asp:ListItem>
 | |
|                                                                         <asp:ListItem>8</asp:ListItem>
 | |
|                                                                         <asp:ListItem>9</asp:ListItem>
 | |
|                                                                         <asp:ListItem>10</asp:ListItem>
 | |
|                                                                         <asp:ListItem>11</asp:ListItem>
 | |
|                                                                         <asp:ListItem>12</asp:ListItem>
 | |
|                                                                     </asp:DropDownList>ÔÂ</td>
 | |
|                                                             </tr>
 | |
|                                                             <tr>
 | |
|                                                                 <td>
 | |
|                                                                     <asp:Label ID="Label9" runat="server" CssClass="Label" Text="ÏîÄ¿½ø¶È"></asp:Label></td>
 | |
|                                                                 <td align="left">
 | |
|                                                                     <asp:TextBox ID="txtProjProgress" runat="server" CssClass="TextBox" MaxLength="25"
 | |
|                                                                         ReadOnly="True">0</asp:TextBox>
 | |
|                                                                     % 
 | |
|                                                                 </td>
 | |
|                                                                 <td>
 | |
|                                                                     <asp:Label ID="Label10" runat="server" CssClass="Label" Text="ʵ¼Ê½áÊøÊ±¼ä"></asp:Label></td>
 | |
|                                                                 <td align="left">
 | |
|                                                                     <asp:TextBox ID="txtPrjActualEndDate" runat="server" CssClass="TextBox" MaxLength="25"
 | |
|                                                                         ReadOnly="True">
 | |
|                                                                     </asp:TextBox>
 | |
|                                                                 </td>
 | |
|                                                             </tr>
 | |
|                                                             <tr>
 | |
|                                                                 <td>
 | |
|                                                                     <asp:Label ID="Label17" runat="server" CssClass="Label" Text="ÔðÈÎÈË"></asp:Label></td>
 | |
|                                                                 <td align="left">
 | |
|                                                                     <asp:TextBox ID="txtProjMaster" runat="server" CssClass="TextBox" MaxLength="25"
 | |
|                                                                         ReadOnly="true">
 | |
|                                                                     </asp:TextBox>
 | |
|                                                                 </td>
 | |
|                                                                 <td>
 | |
|                                                                     <asp:Label ID="Label14" runat="server" CssClass="Label" Text="ËùÊô²¿ÃÅ"></asp:Label>
 | |
|                                                                 </td>
 | |
|                                                                 <td align="left">
 | |
|                                                                     <asp:DropDownList ID="drplstProjDept" CssClass="DropDownList" runat="server">
 | |
|                                                                     </asp:DropDownList></td>
 | |
|                                                             </tr>
 | |
|                                                             <tr>
 | |
|                                                                 <td>
 | |
|                                                                     <asp:Label ID="lbproperty" runat="server" CssClass="Label" Text="ÏîÄ¿ÐÔÖÊ"></asp:Label>
 | |
|                                                                 </td>
 | |
|                                                                 <td align="left">
 | |
|                                                                     <asp:DropDownList ID="drplstProjType" CssClass="DropDownList" runat="server">
 | |
|                                                                         <asp:ListItem>ÖØµãÏîÄ¿</asp:ListItem>
 | |
|                                                                         <asp:ListItem>Ò»°ãÏîÄ¿</asp:ListItem>
 | |
|                                                                         <asp:ListItem>ÆäËûÐÔÖÊ</asp:ListItem>
 | |
|                                                                     </asp:DropDownList></td>
 | |
|                                                                 <td>
 | |
|                                                                     <asp:Label ID="Label15" runat="server" CssClass="Label" Text="ÏîÄ¿È¨ÖØ"></asp:Label>
 | |
|                                                                 </td>
 | |
|                                                                 <td align="left">
 | |
|                                                                     <asp:TextBox ID="txtProjPercent" runat="server" CssClass="TextBox" MaxLength="50"
 | |
|                                                                         Width="26px">
 | |
|                                                                     </asp:TextBox>
 | |
|                                                                     %</td>
 | |
|                                                             </tr>
 | |
|                                                             <tr>
 | |
|                                                                 <td style="height: 45px">
 | |
|                                                                     <asp:Label ID="Label18" runat="server" CssClass="Label" Text="ÏîÄ¿ÃèÊö"></asp:Label></td>
 | |
|                                                                 <td colspan="3" style="height: 45px" align="left">
 | |
|                                                                     <asp:TextBox ID="txtPrjDesc" runat="server" CssClass="TextBox" MaxLength="500" Height="68px"
 | |
|                                                                         TextMode="MultiLine" Width="542px">
 | |
|                                                                     </asp:TextBox>
 | |
|                                                                 </td>
 | |
|                                                             </tr>
 | |
|                                                             <tr>
 | |
|                                                                 <td nowrap>
 | |
|                                                                     <asp:Label ID="lbprjmem4Delete" runat="server" CssClass="Label" Text="ɾ³ýÏîĿ˵Ã÷" Visible="False">
 | |
|                                                                     </asp:Label></td>
 | |
|                                                                 <td colspan="3" align="left">
 | |
|                                                                     <asp:TextBox ID="txtProjMem4delete" runat="server" CssClass="TextBox" MaxLength="500"
 | |
|                                                                         Height="68px" TextMode="MultiLine" Width="542px" Visible="false">
 | |
|                                                                     </asp:TextBox>
 | |
|                                                                 </td>
 | |
|                                                             </tr>
 | |
|                                                             <tr>
 | |
|                                                                 <td class="ALine" colspan="4">
 | |
|                                                                 </td>
 | |
|                                                             </tr>
 | |
|                                                         </table>
 | |
|                                                         <div id="divEditProject" runat="server" align="Center">
 | |
|                                                             <asp:Button ID="btnSaveNewProj" runat="server" CssClass="Button" Text="±£´æÊý¾Ý" OnClick="btnProjSubmit_Click" />
 | |
|                                                             <!-- input type="button" id="btnResetNewPrj" onclick="reset()"   class="Button" visible="false"
 | |
|                                                             value="È¡ÏûÐÞ¸Ä" name="ButtonCancel" / -->
 | |
|                                                              
 | |
|                                                         </div>
 | |
|                                                     </td>
 | |
|                                                 </tr>
 | |
|                                             </table>
 | |
|                                         </asp:Panel>
 | |
|                                     </td>
 | |
|                                 </tr>
 | |
|                                 <tr>
 | |
|                                     <td>
 | |
|                                         <asp:Panel ID="ProjectMonthDetail" runat="server" Width="100%" Visible="false" align="left">
 | |
|                                             <table width="80%" class="Table_NoBorder">
 | |
|                                                 <tr>
 | |
|                                                     <td>
 | |
|                                                         <asp:Label ID="Label2" runat="server" CssClass="Label" Text="ÏîÄ¿Ãû³Æ"></asp:Label></td>
 | |
|                                                     <td align="left">
 | |
|                                                         <asp:TextBox ID="txtPdName" runat="server" CssClass="TextBox" MaxLength="25">
 | |
|                                                         </asp:TextBox>
 | |
|                                                     </td>
 | |
|                                                     <td>
 | |
|                                                         <asp:Label ID="Label21" runat="server" CssClass="Label" Text="ÏîÄ¿½ø¶È"></asp:Label></td>
 | |
|                                                     <td align="left">
 | |
|                                                         <asp:TextBox ID="txtPrjProgress" CssClass="TextBox" runat="server" MaxLength="25">
 | |
|                                                         </asp:TextBox>
 | |
|                                                     </td>
 | |
|                                                 </tr>
 | |
|                                                 <tr>
 | |
|                                                     <td>
 | |
|                                                         <asp:Label ID="Label19" runat="server" CssClass="Label" Text="¿ªÊ¼Ê±¼ä"></asp:Label></td>
 | |
|                                                     <td align="left">
 | |
|                                                         <asp:TextBox ID="txtPdStartDate" CssClass="TextBox" runat="server" MaxLength="25">
 | |
|                                                         </asp:TextBox></td>
 | |
|                                                     <td>
 | |
|                                                         <asp:Label ID="Label4" runat="server" CssClass="Label" Text="½áÊøÊ±¼ä"></asp:Label></td>
 | |
|                                                     <td align="left">
 | |
|                                                         <asp:TextBox ID="txtPdEndDate" runat="server" CssClass="TextBox" MaxLength="25">
 | |
|                                                         </asp:TextBox></td>
 | |
|                                                 </tr>
 | |
|                                                 <tr>
 | |
|                                                     <td>
 | |
|                                                         <asp:Label ID="Label1" runat="server" CssClass="Label" Text="ʵ¼Ê½áÊøÊ±¼ä"></asp:Label></td>
 | |
|                                                     <td align="left">
 | |
|                                                         <asp:TextBox ID="txtPdActualEndDate" runat="server" CssClass="TextBox" MaxLength="25">
 | |
|                                                         </asp:TextBox></td>
 | |
|                                                     <td>
 | |
|                                                          
 | |
|                                                     </td>
 | |
|                                                     <td>
 | |
|                                                          
 | |
|                                                     </td>
 | |
|                                                 </tr>
 | |
|                                                 <tr>
 | |
|                                                     <td colspan="4" class="ALine">
 | |
|                                                     </td>
 | |
|                                                 </tr>
 | |
|                                                 <tr>
 | |
|                                                     <td>
 | |
|                                                         <asp:Label ID="Label11" runat="server" CssClass="Label" Text="±¾Ô¼ƻ®Ä¿±ê"></asp:Label></td>
 | |
|                                                     <td align="left">
 | |
|                                                         <asp:TextBox ID="txtPdPlanTarget" runat="server" CssClass="TextBox" MaxLength="25">
 | |
|                                                         </asp:TextBox></td>
 | |
|                                                     <td nowrap>
 | |
|                                                         <asp:Label ID="Label20" runat="server" CssClass="Label" Text="±¾ÔÂʵ¼ÊÍê³É"></asp:Label></td>
 | |
|                                                     <td align="left">
 | |
|                                                         <asp:TextBox ID="txtPdFinishTarget" runat="server" CssClass="TextBox" MaxLength="25">
 | |
|                                                         </asp:TextBox></td>
 | |
|                                                 </tr>
 | |
|                                                 <tr>
 | |
|                                                     <td>
 | |
|                                                         <asp:Label ID="Label3" runat="server" CssClass="Label" Text="Íê³É°Ù·Ö±È"></asp:Label></td>
 | |
|                                                     <td align="left">
 | |
|                                                         <asp:TextBox ID="txtPdPercent" runat="server">
 | |
|                                                         </asp:TextBox>
 | |
|                                                         %
 | |
|                                                     </td>
 | |
|                                                     <td align="left" colspan="2">
 | |
|                                                          
 | |
|                                                     </td>
 | |
|                                                 </tr>
 | |
|                                                 <tr>
 | |
|                                                     <td nowrap>
 | |
|                                                         <asp:Label ID="lbpdMem" runat="server" CssClass="Label" Text="Ö´ÐÐÇé¿ö˵Ã÷"></asp:Label></td>
 | |
|                                                     <td colspan="3" align="left">
 | |
|                                                         <asp:TextBox ID="txtPdMem" runat="server" CssClass="TextBox" Height="159px" MaxLength="500"
 | |
|                                                             TextMode="MultiLine" Width="614px">
 | |
|                                                         </asp:TextBox></td>
 | |
|                                                 </tr>
 | |
|                                                 
 | |
|                                                 <tr>
 | |
|                                                     <td>
 | |
|                                                         <asp:Label ID="Label7" runat="server" CssClass="Label" Text="Ïà¹Ø¸½¼þ"></asp:Label> </td>
 | |
|                                                     <td colspan="3" align="left">
 | |
|                                                         <asp:GridView id="GVFiles" CssClass="DataGrid" PagerStyle-HorizontalAlign="Right"
 | |
|                                                             runat="server" DataKeyNames="ID" AllowPaging="True" OnSelectedIndexChanged="GVFiles_SelectedIndexChanged"
 | |
|                                                             Width="70%" ShowFooter="True" AutoGenerateColumns="False">
 | |
|                                                             <columns>
 | |
|                                                             <asp:BoundField ReadOnly="True" DataField="ID" SortExpression="ID" HeaderText="Îļþid" Visible="false"></asp:BoundField>
 | |
|                                                             <asp:BoundField DataField="File_Desc" SortExpression="File_Desc" HeaderText="Îļþ˵Ã÷"></asp:BoundField>
 | |
|                                                             <asp:BoundField DataField="create_time" SortExpression="create_time" HeaderText="ÉÏ´«Ê±¼ä"></asp:BoundField>
 | |
|                                                             <asp:BoundField DataField="dr" Visible="False" SortExpression="dr" HeaderText="¿ÉÓÃ"></asp:BoundField>
 | |
|                                                             <asp:CommandField SelectText="<img src=../Images/detail.gif border=0 title=²é¿´  >" ShowDeleteButton="False" ShowHeader="True" DeleteText="<img src=../Images/Delete.gif border=0 title=ɾ³ý onclick='return delete_click()'>" ShowSelectButton="True" HeaderText="²é¿´">
 | |
|                                                             <HeaderStyle Width="15%" HorizontalAlign="Center"></HeaderStyle>
 | |
| 
 | |
|                                                             <ItemStyle Width="15%" HorizontalAlign="Center"></ItemStyle>
 | |
|                                                             </asp:CommandField>
 | |
|                                                             </columns>
 | |
|                                                             <rowstyle cssclass="ItemStyle" horizontalalign="Center"></rowstyle>
 | |
|                                                             <emptydatatemplate> ûÓÐÊý¾Ý</emptydatatemplate>
 | |
|                                                             <selectedrowstyle cssclass="SelectedItemStyle"></selectedrowstyle>
 | |
|                                                             <pagerstyle horizontalalign="Right" />
 | |
|                                                             <headerstyle cssclass="HeaderStyle" horizontalalign="Center"></headerstyle>
 | |
|                                                             <alternatingrowstyle cssclass="AlternatingItemStyle"></alternatingrowstyle>
 | |
|                                                         </asp:GridView></td>
 | |
|                                                 </tr>
 | |
|                                                 <tr>
 | |
|                                                     <td colspan="4" class="ALine">
 | |
|                                                     </td>
 | |
|                                                 </tr>
 | |
|                                                 <tr>
 | |
|                                                     <td colspan="4" align="center">
 | |
|                                                         <div runat="server" id="projMonthDetailEdit">
 | |
|                                                             <asp:Button ID="btnSubmit" runat="server" CssClass="Button" Text="±£´æÊý¾Ý" OnClick="btnSubmit_Click" />
 | |
|                                                             <asp:Button ID="btnpd2approve" runat="server" CssClass="Button" Text="Ô¶ÈÌá½»" OnClick="btnpd2approve_Click" /></div>
 | |
|                                                     </td>
 | |
|                                                 </tr>
 | |
|                                             </table>
 | |
|                                         </asp:Panel>
 | |
|                                         <asp:Panel ID="panelApprovelist" runat="server" Width="100%" Visible="false">
 | |
|                                             <div style="width: 98%;" align="left">
 | |
|                                                 <table width="80%" class="Table_Border" border="0" cellpadding="2" cellspacing="2">
 | |
|                                                     <asp:Repeater id="RepeaterApproveList" runat="server">
 | |
|                                                         <itemtemplate>  
 | |
|                                                                                                      <tr class="HeaderStyle">
 | |
|                                                                                                     <td>ÉóÅú½á¹û</td>
 | |
|                                                                                                     <td>ÉóÅúÈË</td>
 | |
|                                                                                                     
 | |
|                                                                                                    
 | |
|                                                                                                     <td>ʱ¼ä</td>
 | |
|                                                                                                   </tr> 
 | |
|                                                                                                   <tr>
 | |
|                                                                                                     <td><%# FormatShowContent((bool)DataBinder.Eval(Container.DataItem,"PA_PASS")) %></td>
 | |
|                                                                                                     <td><%# DataBinder.Eval(Container.DataItem,"EM_NAME") %></td>
 | |
|                                                                                                     
 | |
|                                                                                                  
 | |
|                                                                                                     <td><%# DataBinder.Eval(Container.DataItem,"CREATE_TIME") %></td>
 | |
|                                                                                                   </tr>
 | |
|                                                                                                  
 | |
|                                                                                                   <tr>
 | |
|                                                                                                     <td class="HeaderStyle">ÉóÅú±¸×¢</td>
 | |
|                                                                                                   <td colspan="4"><pre> <%# DataBinder.Eval(Container.DataItem,"PA_MEM") %></pre></td>
 | |
|                                                                                                   </tr> 
 | |
|                                                                                                    <tr>
 | |
|                                                                                                   <td colspan="5" class="ALine">                                                                                                  </td>
 | |
|                                                                                                   </tr>
 | |
|                                                                                         </itemtemplate>
 | |
|                                                     </asp:Repeater>
 | |
|                                                 </table>
 | |
|                                             </div>
 | |
|                                         </asp:Panel>
 | |
|                                     </td>
 | |
|                                 </tr>
 | |
|                             </table>
 | |
|                         </td>
 | |
|                     </tr>
 | |
|                                     </table>
 | |
|                                         
 | |
|                                     </td>
 | |
|                                 </tr>
 | |
|                             </table>
 | |
|                         </td>
 | |
|                         <td>
 | |
|                         </td>
 | |
|                     </tr>
 | |
|                     <tr>
 | |
|                         <td colspan="2" align="left" valign="top">
 | |
|                             <!------ THE DATA GRID AREA ------>
 | |
|                         </td>
 | |
|                     </tr>
 | |
|                     <tr>
 | |
|                         <td colspan="3" class="ALine">
 | |
|                         </td>
 | |
|                     </tr>
 | |
|                     <tr>
 | |
|                         <td colspan="3"  >
 | |
|                             <table  >
 | |
|                                 <tr>
 | |
|                                     <td>
 | |
|                                         <asp:Label ID="Label51" runat="server" CssClass="Label" Text="ÉÏ´«ÏîÄ¿"></asp:Label></td>
 | |
|                                     <td align="left">
 | |
|                                         <asp:FileUpload ID="fileUpload1" runat="server" /></td>
 | |
|                                     <td>
 | |
|                                          <asp:Button ID="btnFileUpload1" runat="server" CssClass="Button" Text="ÉÏ´«"
 | |
|                                             OnClick="btnFileUpload1_Click" /></td>
 | |
|                                     <td>
 | |
|                                          
 | |
|                                     </td>
 | |
|                                 </tr>
 | |
|                                 <tr>
 | |
|                                     <td>
 | |
|                                     </td>
 | |
|                                     <td align="left">
 | |
|                                         <asp:Label ID="lbuploadmessage" runat="server" CssClass="Label"></asp:Label></td>
 | |
|                                     <td align="left">
 | |
|                                     </td>
 | |
|                                     <td>
 | |
|                                          
 | |
|                                     </td>
 | |
|                                 </tr>
 | |
|                             </table>
 | |
|                         </td>
 | |
|                     </tr>
 | |
|                     <tr>
 | |
|                         <td colspan="3" class="ALine">
 | |
|                         </td>
 | |
|                     </tr>
 | |
|                  
 | |
|                 </table>
 | |
|             </td>
 | |
|         </tr>
 | |
|     </table>
 | |
| </asp:Content>
 |