- <%@ Page Language="C#" ValidateRequest="false" AutoEventWireup="true" CodeFile="WorkView.aspx.cs" Inherits="Work_WorkView" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link href="../css/main.css" type="text/css" rel="stylesheet">
- </head>
- <script>
- function GetMyValue(contrlname,myvalue)
- {
- if(typeof(myvalue)=="undefined")
- {}
- else
- {
- document.getElementById(contrlname).value+=myvalue+',';
- }
- }
- function clr(contrlname)
- {
- document.getElementById(contrlname).value='';
- }
- function SetWinHeight(obj)
- {
- var win=obj;
- if (document.getElementById)
- {
- if (win && !window.opera)
- {
- if (win.contentDocument && win.contentDocument.body.offsetHeight)
- win.height = win.contentDocument.body.offsetHeight;
- else if(win.Document && win.Document.body.scrollHeight)
- win.height = win.Document.body.scrollHeight;
- }
- }
- }
- </script>
- <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
- <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
- <form runat="server" id="fm1">
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="100%" align="center"
- border="0">
- <tr>
- <th colspan="3" style="height: 25px">
- 工作浏览</th>
- </tr>
- <tr>
- <td class="usertablerow2" align="center" style="height: 32px; width: 100%;" colspan="2">
- <table align="center" bgcolor="#FFFFFF" border="0" cellpadding="2" cellspacing="1"
- class="small" width="100%">
- <tr>
- <td class="usertablerow2" colspan="2">
- <iframe id="WorkFlowForm_HTML" name="WorkFlowForm_HTML" style="float: left; margin: 0px 0 0 0; border-right-style: none; border-left-style: none; background-color: transparent; border-bottom-style: none;" src="RunFormContent.aspx?run_id=<%=RunID%>&step_id=<%=StepID%>" width="100%"
- type="text/x-scriptlet" scrolling="no" frameborder="0" onload="Javascript:SetWinHeight(this)"></iframe>
- <input type="hidden" id="PenCONTENT" name="PenCONTENT" runat="server" value=""/> <input type="hidden" id="CONTENT" name="CONTENT" runat="server" value=""/></td>
- </tr>
- <tr>
- <th colspan="3" style="height: 25px">
- 其他人签署意见</th>
- </tr>
- <tr>
- </table>
- <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CssClass="usertableborder"
- OnRowDataBound="GridView1_RowDataBound" PageSize="20" Width="100%" HorizontalAlign="Center">
- <Columns>
- <asp:TemplateField HeaderText="序号">
- <HeaderStyle/>
- <ItemTemplate>
- <%#ShunXuHao()%>
- </ItemTemplate>
- <ItemStyle HorizontalAlign="Center" />
- </asp:TemplateField>
- <asp:TemplateField HeaderText="步骤名">
- <HeaderStyle/>
- <ItemTemplate>
- <%#MingCheng()%>
- </ItemTemplate>
- <ItemStyle HorizontalAlign="Center" />
- </asp:TemplateField>
- <asp:BoundField DataField="QSYJ"
- HeaderText="意见" HtmlEncode="False">
- <ItemStyle HorizontalAlign="Center" />
- </asp:BoundField>
- <asp:BoundField DataField="FJDZ" DataFormatString="<a href="UpLoadFiles/{0}" target="_Blank">下载</a>"
- HeaderText="附件" HtmlEncode="False">
- <ItemStyle HorizontalAlign="Center" />
- </asp:BoundField>
- <asp:BoundField DataField="ID" DataFormatString="<a href="PenView.aspx?markid={0}" target="_Blank">查看笔迹</a>"
- HeaderText="签名" HtmlEncode="False">
- <ItemStyle HorizontalAlign="Center" />
- </asp:BoundField>
- <asp:BoundField DataField="QSYJR" HeaderText="签署意见人">
- <ItemStyle HorizontalAlign="Center" />
- </asp:BoundField>
- </Columns>
- <RowStyle CssClass="usertablerow2" />
- <AlternatingRowStyle CssClass="usertablerow1" />
- </asp:GridView>
- </td>
- </tr>
- <tr>
- <td align="center" class="usertablerow1" colspan="2" style="width: 709px">
-
- <input type="Button" Class="ptsbutton" value="返回" OnClick="javascript:history.go(-1);" /><div id="Div2">
- </div> </td>
- </tr>
- </table>
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="2">
- 使用方法</th>
- </tr>
- <tr>
- <td class="usertablerow1" align="right" width="11%">
- <strong>特殊说明</strong></td>
- <td class="usertablerow1" width="89%">
- <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
- </tr>
- </table>
- </form>
- </body>
- </html>