DefaultSheet.aspx
资源名称:H3_OA.rar [点击查看]
上传用户:li2971742
上传日期:2021-11-18
资源大小:39096k
文件大小:3k
源码类别:
OA系统
开发平台:
C#
- <%@ Page language="c#" Inherits="OThinker.H3.Portal.DefaultSheet" CodeFile="DefaultSheet.aspx.cs" EnableEventValidation="false" %>
- <%@ Register TagPrefix="sheetcontrols" Namespace="OThinker.H3.WorkSheet" Assembly="OThinker.H3.WorkSheet" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>表单</title>
- <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
- <meta name="CODE_LANGUAGE" Content="C#">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- <link rel="stylesheet" type="text/css" href="css/style.CSS">
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- </HEAD>
- <body leftmargin="0" topmargin="0">
- <form id="Form1" method="post" runat="server">
- <table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#cccccc">
- <tr>
- <td bgcolor="#ffffff">
- <table cellpadding="4" cellspacing="1" border="0" width="100%">
- <tr bgcolor="#f2f2f2">
- <td width="20%">
- <asp:Label id="Label1" runat="server">·发起人</asp:Label></td>
- <td width="30%">
- <SheetControls:SheetLabel id="Originator" runat="server" DataField="Originator.FullName"></SheetControls:SheetLabel></td>
- <td width="20%">
- <asp:Label id="Label3" runat="server">·发起时间</asp:Label></td>
- <td width="30%">
- <sheetcontrols:SheetLabel id="OriginateDate" runat="server" DataField="OriginateDate"></sheetcontrols:SheetLabel></td>
- </tr>
- <TR bgcolor="#f2f2f2">
- <TD width="20%"><FONT face="宋体">·所属组织单元</FONT></TD>
- <TD width="30%">
- <sheetcontrols:SheetLabel id="Department" runat="server" DataField="Originator.DepartmentName"></sheetcontrols:SheetLabel></TD>
- <TD width="20%">
- <span style="font-family: 宋体">·流水号</span></TD>
- <TD width="30%">
- <sheetcontrols:SheetSequenceID ID="SheetSequenceID1" runat="server"></sheetcontrols:SheetSequenceID>
- </TD>
- </TR>
- <tr bgcolor="#f2f2f2">
- <td width="20%">
- <span style="font-family: 宋体">·流程名称</span></td>
- <td width="30%">
- <sheetcontrols:SheetInstanceNameEditor ID="SheetInstanceNameEditor1" runat="server"></sheetcontrols:SheetInstanceNameEditor></td>
- <td width="20%">
- <span style="font-family: 宋体">·流程优先级</span></td>
- <td width="30%">
- <sheetcontrols:SheetInstancePrioritySelector ID="SheetInstancePrioritySelector"
- runat="server"></sheetcontrols:SheetInstancePrioritySelector></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td bgcolor="#f2f2f2">
- <asp:Panel id="SheetPanel" runat="server">
- <asp:Table id="SheetTable" runat="server"></asp:Table>
- </asp:Panel>
- </td>
- </tr>
- </table>
- </form>
- </body>
- </HTML>