WFTaskBrowse.aspx
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:20k
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="WFTaskBrowse.aspx.cs" Inherits="Workflow_WFTaskBrowse" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>无标题页</title>
- <%-- <script type="text/javascript" language="javascript" src="../js/calendar.js"></script>--%>
- <script type="text/javascript" language="javascript" src="../js/default.js"></script>
-
- <SCRIPT language="JavaScript">
-
- function SetLinkUrl(filename,flag)
- {
- // window.open("DaiBan.aspx?strFName="+filename+"&Strbl=true");
- var str=document.all('txt_sEmpName').value;
- //window.open("DaiBan.aspx?strFName="+filename+"&Strbl="+ flag + "&strUName=" + escape(str),"","height="+screen.availHeight+",width="+screen.availWidth+",left=0,top=0");
- window.open("DaiBan.aspx?strFName="+filename+"&Strbl=true&strUName=" + escape(str),"","height="+screen.availHeight+",width="+screen.availWidth+",left=0,top=0");
- }
- function SetLinkUrl2(filename)
- { var str=document.all('txt_sEmpName').value;
- window.open("DaiBan.aspx?strFName="+filename+"&Strbl=true&strUName=" + escape(str),"","height="+screen.availHeight+",width="+screen.availWidth+",left=0,top=0");
- }
- function openHtml(filename)
- {
- window.open("doc/"+filename);
- }
- function openWordReadOnly(fileid)
- {
- var aw = window.screen.availWidth - 10;
- var ah = window.screen.availHeight - 130;
- window.open('word.aspx?ID='+fileid,"","fullscreen=0,toolbar=1,location=1,directories=1,status=0,menubar=1,scrollbars=1,resizable=1,width=" + aw + ",height=" + ah + ",top=0,left=0",true);
- }
- </SCRIPT>
-
-
- </head>
- <body bgcolor="#f7f7f7" class="body1">
- <form id="form1" runat="server" >
-
- <TABLE width="100%" border="0" cellPadding="0" cellSpacing="0">
- <tr>
- <td>
- <TABLE width="100%" border="0" cellPadding="0" cellSpacing="0" >
- <tr>
- <td bgColor="#f7f7f7" width="100%" height="25px">
- <strong>
- <asp:Label ID="LB_title" runat="server"></asp:Label> </strong>
- </td>
- </tr>
- <tr>
- <td style="height: 28px">
- <asp:ImageButton ID="IB_quxiao" ImageUrl="~/Images/p8.jpg" ToolTip="取消" runat="server" OnClick="IB_quxiao_Click" />
- <asp:ImageButton ID="IB_chakan" runat="server" ToolTip="查看" ImageUrl="~/SearchP/Images/cha.gif" OnClick="IB_chakan_Click"/>
-
-
- </td>
- </tr>
- </TABLE>
- <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Pn_Qd">
- <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0" bordercolor="#b0adad" id="TABLE2">
-
- <tr>
- <td background="../Images/top_32.jpg" align="center" colspan="2" height="25">
- 工程管理计划
- </td>
- </tr>
-
- <tr>
- <td align="center" style="height: 26px">
- 项目名称<font color="#ff0033">*</font>:
- </td>
- <td style="height: 26px">
- <asp:TextBox ID="TB_ProjectName" runat="server" Width="500px"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="必填" ControlToValidate="TB_ProjectName" ValidationGroup="SaveButton" Display="Dynamic"></asp:RequiredFieldValidator>
-
- </td>
- </tr>
- </TABLE>
- </asp:Panel>
- <!--基层单位申请-->
- <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Application">
- <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0" bordercolor="#b0adad" id="Application2">
-
- <%--<tr>
- <td background="../Images/top_32.jpg" align="center" colspan="2" height="25">
- 工程管理计划
- </td>
- </tr>
-
- <tr>
- <td align="center" style="height: 26px">
- 项目名称<font color="#ff0033">*</font>:
- </td>
- <td style="height: 26px">
- <asp:TextBox ID="TB_ProjectName" runat="server" Width="500px"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="必填" ControlToValidate="TB_ProjectName" ValidationGroup="SaveButton" Display="Dynamic"></asp:RequiredFieldValidator>
-
- </td>
- </tr>--%>
- <tr>
- <td style="font-size: 10pt" align="right"> 请上传电子文档(.doc文件):
- </td>
- <td align="left"><asp:TextBox ID="LB_JC" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- <asp:Button ID ="BtWord_JC" runat="server" Text="打开文档模板" />
- <asp:Button ID ="BT_View_JC" runat="server" Text="浏览文档" Visible="false" />
- </td>
- </tr>
- <tr>
- <td style="font-size: 10pt" align="right"> 请上传电子文档(.doc文件):
- </td>
- <td align="left"><asp:TextBox ID="TB_JC2" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- <asp:Button ID ="BtWord_JC2" runat="server" Text="打开文档模板" />
- <asp:Button ID ="BT_View_JC2" runat="server" Text="浏览文档" Visible="false" />
- </td>
- </tr>
- <tr>
- <td style="font-size: 10pt" align="right"> 上报人/上报时间:
- </td>
- <td align="left"><asp:TextBox ID="TB_JcTransactor" runat="server" Width="380px" Enabled="false"></asp:TextBox>
- </td>
- </tr>
- </TABLE>
- </asp:Panel>
- <!-- 主管部门项目汇总-->
- <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Pn_ZG">
- <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0" bordercolor="#b0adad" id="Charge2">
- <tr>
- <td background="../Images/top_32.jpg" align="center" height="25" colspan="2"> 主管部门项目汇总
- </td>
- </tr>
- <tr>
- <td style="font-size: 10pt" align="right"> 请上传电子文档(.doc文件):
- </td>
- <td align="left"><asp:TextBox ID="TB_ZG" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- <asp:Button ID ="BT_ZG" runat="server" Text="打开文档模板" />
- <asp:Button ID ="BT_View_ZG" runat="server" Text="浏览文档" Visible="false"/>
- </td>
- </tr>
- <tr >
- <td style="font-size: 10pt" align="right"> 请上传电子文档(.xls文件):
- </td>
- <td align="left"><asp:TextBox ID="TB_ZG2" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- <asp:Button ID ="BT_ZG2" runat="server" Text="打开文档模板" />
- <asp:Button ID ="BT_View_ZG2" runat="server" Text="浏览文档" Visible="false"/>
- </td>
- </tr>
- <tr>
- <td style="font-size: 10pt" align="right"> 上报人/上报时间:
- </td>
- <td align="left"><asp:TextBox ID="TB_ZgTransactor" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- </td>
- </tr>
- </TABLE>
- </asp:Panel>
- <!-- 计企部项目汇总-->
- <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Pn_Jqb_HZ">
- <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0" bordercolor="#b0adad" id="Fg_Charge2">
- <tr>
- <td background="../Images/top_32.jpg" align="center" height="25" colspan="2"> 计企部项目汇总</td>
- </tr>
- <tr>
- <td style="font-size: 10pt" align="right"> 请上传电子文档(.doc文件):
- </td>
- <td align="left"><asp:TextBox ID="TB_Jqb_HZ" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- <asp:Button ID ="BT_Jqb_HZ" runat="server" Text="打开文档模板" />
- <asp:Button ID ="BT_View_Jqb_HZ" runat="server" Text="浏览文档" Visible="false"/>
- </td>
- </tr>
- <tr>
- <td style="font-size: 10pt" align="right"> 请上传电子文档(.xls文件):
- </td>
- <td align="left"><asp:TextBox ID="TB_Jqb_HZ2" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- <asp:Button ID ="BT_Jqb_HZ2" runat="server" Text="打开文档模板" />
- <asp:Button ID ="BT_View_Jqb_HZ2" runat="server" Text="浏览文档" Visible="false"/>
- </td>
- </tr>
- <tr>
- <td style="font-size: 10pt" align="right"> 上报人/上报时间:
- </td>
- <td align="left"><asp:TextBox ID="TB_JqbXTransactor" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- </td>
- </tr>
- </TABLE>
- </asp:Panel>
-
- <!-- 工程管理办公室项目分析-->
- <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Pn_Gcgl_XF">
- <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0" bordercolor="#b0adad" id="Finance2">
- <tr>
- <td background="../Images/top_32.jpg" align="center" height="25" colspan="2"> 工程管理办公室项目分析</td>
- </tr>
- <tr>
- <td style="font-size: 10pt" align="right"> 请上传电子文档(.doc文件):
- </td>
- <td align="left"><asp:TextBox ID="TB_Gcgl_XF" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- <%-- <asp:Button ID ="BT_Gcgl_XF" runat="server" Text="打开文档模板"/> --%>
- <asp:Button ID ="BT_View_Gcgl_XF" runat="server" Text="浏览文档" Visible="false"/>
- </td>
- </tr>
- <tr>
- <td style="font-size: 10pt" align="right"> 请上传电子文档(.xls文件):
- </td>
- <td align="left"><asp:TextBox ID="TB_Gcgl_XF2" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- <%-- <asp:Button ID ="BT_Gcgl_XF2" runat="server" Text="打开文档模板"/> --%>
- <asp:Button ID ="BT_View_Gcgl_XF2" runat="server" Text="浏览文档"/>
- </td>
- </tr>
- <tr>
- <td style="font-size: 10pt" align="right"> 上报人/上报时间:
- </td>
- <td align="left"><asp:TextBox ID="TB_GcglXTransactor" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- </td>
- </tr>
- </TABLE>
- </asp:Panel>
-
- <!-- 分管领导批示(审核)-->
- <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Pn_Fg">
- <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0" bordercolor="#b0adad" id="FG_Charge22">
- <tr>
- <td background="../Images/top_32.jpg" align="center" height="25px">
- 分管领导审定意见
- </td>
- </tr>
- <tr>
- <td align="center">
- <asp:TextBox ID="TB_FgIdea" runat="server" Width="700px" Text="同意" TextMode="MultiLine" Rows="5"></asp:TextBox>
- </td>
- </tr>
- </TABLE>
- </asp:Panel>
-
-
- <!-- 计企部编写工程计划清单-->
- <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Pn_Jqb_BX">
- <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0" bordercolor="#b0adad" id="TABLE1">
- <tr>
- <td background="../Images/top_32.jpg" align="center" height="25" colspan="2"> 计企部编写工程计划清单</td>
- </tr>
- <tr>
- <td style="font-size: 10pt" align="right"> 请上传电子文档(.doc文件):
- </td>
- <td align="left"><asp:TextBox ID="TB_Jqb_BX" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- <asp:Button ID ="BT_Jqb_BX" runat="server" Text="打开文档模板"/>
- <asp:Button ID ="BT_View_Jqb_BX" runat="server" Text="浏览文档" Visible="false"/>
- </td>
- </tr>
- <tr>
- <td style="font-size: 10pt" align="right"> 请上传电子文档(.xls文件):
- </td>
- <td align="left"><asp:TextBox ID="TB_Jqb_BX2" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- <%-- <asp:Button ID ="BT_Jqb_BX2" runat="server" Text="打开文档模板"/> --%>
- <asp:Button ID ="BT_View_Jqb_BX2" runat="server" Text="浏览文档"/>
- </td>
- </tr>
- <tr>
- <td style="font-size: 10pt" align="right"> 上报人/上报时间:
- </td>
- <td align="left"><asp:TextBox ID="TB_JqbBTransactor" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- </td>
- </tr>
- </TABLE>
- </asp:Panel>
- <!-- 工程预算委员会审批-->
- <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Pn_Gc">
- <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0" bordercolor="#b0adad" id="Jqb_FirstAudit2">
- <tr>
- <td background="../Images/top_32.jpg" align="center" height="25px">
- 工程预算委员会审批
- </td>
- </tr>
- <tr>
- <td align="center">
- <asp:TextBox ID="TB_ZjwyhIdea" runat="server" Width="700px" Text="同意" TextMode="MultiLine" Rows="5"></asp:TextBox>
- </td>
- </tr>
- </TABLE>
- </asp:Panel>
- <!-- 总经济师核算-->
- <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Pn_HS">
- <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0" bordercolor="#b0adad" id="TABLE4">
- <tr>
- <td background="../Images/top_32.jpg" align="center" colspan="2" style="height: 25px"> 总经济师核算
- </td>
- </tr>
-
- <tr>
- <td style="font-size: 10pt" align="right"> 请上传电子文档(.doc文件):
- </td>
- <td align="left"><asp:TextBox ID="TB_HS" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- <asp:Button ID ="BT_HS" runat="server" Text="打开文档模板" />
- <asp:Button ID ="BT_View_HS" runat="server" Text="浏览文档" Visible="false" />
- </td>
- </tr>
- <tr>
- <td style="font-size: 10pt" align="right"> 请上传电子文档(.xls文件):
- </td>
- <td align="left"><asp:TextBox ID="TB_HS2" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- <%--<asp:Button ID ="BT_HS2" runat="server" Text="打开文档模板" />--%>
- <asp:Button ID ="BT_View_HS2" runat="server" Text="浏览文档"/>
- </td>
- </tr>
- <tr>
- <td style="font-size: 10pt" align="right"> 上报人/上报时间:
- </td>
- <td align="left"><asp:TextBox ID="TB_HSTransactor" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- </td>
- </tr>
- </TABLE>
- </asp:Panel>
- <!-- 公司领导审批-->
- <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Pn_Gs">
- <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0" bordercolor="#b0adad" id="Zjl_Charge2">
- <tr>
- <td background="../Images/top_32.jpg" align="center" height="25px">
- 公司领导审批
- </td>
- </tr>
- <tr>
- <td align="center">
- <asp:TextBox ID="TB_GsIdea" runat="server" Width="700px" Text="同意" TextMode="MultiLine" Rows="5"></asp:TextBox>
- </td>
- </tr>
-
- </TABLE>
- </asp:Panel>
-
-
- <!-- 计企部正式发文-->
- <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Jqb_FW">
- <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0" bordercolor="#b0adad" id="Jqb_Charge2">
- <tr>
- <td background="../Images/top_32.jpg" align="center" colspan="2" style="height: 25px"> 计企部正式发文
- </td>
- </tr>
-
- <tr>
- <td style="font-size: 10pt" align="right"> 请上传电子文档(.doc文件):
- </td>
- <td align="left"><asp:TextBox ID="TB_Jqb_FW" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- <asp:Button ID ="BT_Jqb_FW" runat="server" Text="打开文档模板" />
- <asp:Button ID ="BT_View_Jqb_FW" runat="server" Text="浏览文档" Visible="false" />
- </td>
- </tr>
- <tr>
- <td style="font-size: 10pt" align="right"> 请上传电子文档(.xls文件):
- </td>
- <td align="left"><asp:TextBox ID="TB_Jqb_FW2" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- <%-- <asp:Button ID ="BT_Jqb_FW2" runat="server" Text="打开文档模板" />--%>
- <asp:Button ID ="BT_View_Jqb_FW2" runat="server" Text="浏览文档"/>
- </td>
- </tr>
- <tr>
- <td style="font-size: 10pt" align="right"> 上报人/上报时间:
- </td>
- <td align="left"><asp:TextBox ID="TB_JqbZTransactor" runat="server" Width="380px" Enabled="false"></asp:TextBox>
-
- </td>
- </tr>
- </TABLE>
- </asp:Panel>
-
-
- <TABLE width="100%" border="0" cellPadding="0" cellSpacing="0" bordercolor="#B0ADAD">
- <tr>
- <td height="5px"> </td>
- </tr>
- <tr>
- <td align="center">
- <asp:ImageButton ID="BT_Confirm" runat="server" ImageUrl="~/Images/queding.gif" ValidationGroup="SaveButton" OnClick="BT_Confirm_Click"/>
-
- </td>
-
- </tr>
- <tr>
- <td height="5"> </td>
- </tr>
- </TABLE>
- <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="PN_Button">
- <TABLE width="100%" border="0" cellPadding="0" cellSpacing="0" bordercolor="#b0adad">
- <tr>
- <td height="5"> </td>
- </tr>
- <tr>
- <td align="center">
- <asp:ImageButton ID="IB_Collect" runat="server" ImageUrl="~/Workflow/image/collect.jpg" Visible="false" ValidationGroup="SaveButton" OnClick="IB_Collect_Click" />
- <%-- <asp:ImageButton ID="IB_Pass_JQ" runat="server" ImageUrl="~/Workflow/image/Pass.jpg" ValidationGroup="SaveButton" Visible="false" OnClientClick="javascript:modelesswin5();" OnClick="IB_Pass_JQ_Click" />--%>
- <asp:ImageButton ID="BT_Pass" runat="server" ImageUrl="~/Workflow/image/Pass.jpg" ValidationGroup="SaveButton" OnClick="BT_Pass_Click" />
- <%-- <asp:Button ID="BT_Pass" runat="server" Text="申核通过" OnClick="BT_Pass_Click" />--%>
- <asp:ImageButton ID="BT_NoPass" runat="server" ImageUrl="~/Images/NoPass.gif" Visible="false" ValidationGroup="SaveButton" OnClick="BT_NoPass_Click"/>
- <%-- <asp:Button ID="BT_Untread" runat="server" Text="退回" OnClick="BT_Untread_Click" />--%>
- <asp:ImageButton ID="BT_Untread" runat="server" ImageUrl="~/Workflow/image/Untread.jpg" ValidationGroup="SaveButton" OnClick="BT_Untread_Click" />
- <%-- <asp:Button ID="BT_Revoke" runat="server" Text="作废" OnClick="BT_Revoke_Click" />--%>
-
- <asp:ImageButton ID="BT_Revoke" runat="server" ImageUrl="~/Workflow/image/Revoke.jpg" ValidationGroup="SaveButton" OnClick="BT_Revoke_Click" />
-
- </td>
-
- </tr>
- <tr>
- <td height="5"> </td>
- </tr>
- </TABLE>
- </asp:Panel>
-
- </td>
-
- </tr>
- </TABLE>
- <input type="hidden" id="txt_sEmpName" name="txt_sEmpName" runat="server">
- <input type="hidden" id="txt_ProjectID" name="txt_ProjectID" runat="server">
- <input type="hidden" id="txt_WFInstanceID" name="txt_WFInstanceID" runat="server">
- <input type="hidden" id="txt_ActivityID" name="txt_ActivityID" runat="server">
- <input type="hidden" id="txt_ActID" name="txt_ActID" runat="server">
-
- <input type="hidden" id="txt_employeid" name="txt_employeid" runat="server">
-
- <input type="hidden" id="txt_MustChooseItem" name="txt_MustChooseItem" runat="server">
- <input type="hidden" id="txt_LDid" name="txt_LDid" runat="server">
- <input type="hidden" id="txt_FName" name="txt_FName" runat="server">
-
- <input type="hidden" id="txt_ZgFname" name="txt_ZgFname" runat="server">
- </form>
- </body>
- </html>