144 lines
5.5 KiB
Plaintext
144 lines
5.5 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="NWorkFlowNodeView.aspx.cs" Inherits="NWorkFlow_NWorkFlowNodeView" %>
|
|
<html>
|
|
<head>
|
|
<title><%=System.Configuration.ConfigurationManager.AppSettings["SYSTitle"]%></title>
|
|
<LINK href="../Style/Style.css" type="text/css" rel="STYLESHEET">
|
|
<script language="javascript">
|
|
function PrintTable()
|
|
{
|
|
document.getElementById("PrintHide") .style.visibility="hidden"
|
|
print();
|
|
document.getElementById("PrintHide") .style.visibility="visible"
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
<table id="PrintHide" style="width: 100%" border="0" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td valign="middle" style="border-bottom: #006633 1px dashed; height: 30px;"> <img src="../images/BanKuaiJianTou.gif" />
|
|
<a class="hei" href="../Main/MyDesk.aspx">桌面</a> >> 节点定义 >> 查看信息
|
|
</td>
|
|
<td align="right" valign="middle" style="border-bottom: #006633 1px dashed; height: 30px;">
|
|
<img class="HerCss" onclick="PrintTable()" src="../images/Button/BtnPrint.jpg" />
|
|
<img src="../images/Button/JianGe.jpg" />
|
|
<img class="HerCss" onclick="javascript:window.history.go(-1)" src="../images/Button/BtnExit.jpg" /> </td>
|
|
</tr>
|
|
<tr>
|
|
<td height="3px" colspan="2" style="background-color: #ffffff"></td>
|
|
</tr>
|
|
</table>
|
|
<table style="width: 100%" bgcolor="#999999" border="0" cellpadding="2" cellspacing="1">
|
|
<tr>
|
|
<td style="width: 170px; height: 25px; background-color: #cccccc" align="right">
|
|
节点序号:
|
|
</td>
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
|
|
<asp:Label id="lblNodeSerils" runat="server"></asp:Label>
|
|
</td></tr>
|
|
<tr>
|
|
<td style="width: 170px; height: 25px; background-color: #cccccc" align="right">
|
|
节点名称:
|
|
</td>
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
|
|
<asp:Label id="lblNodeName" runat="server"></asp:Label>
|
|
</td></tr>
|
|
<tr>
|
|
<td style="width: 170px; height: 25px; background-color: #cccccc" align="right">
|
|
节点位置:
|
|
</td>
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
|
|
<asp:Label id="lblNodeAddr" runat="server"></asp:Label>
|
|
</td></tr>
|
|
<tr>
|
|
<td style="width: 170px; height: 25px; background-color: #cccccc" align="right">
|
|
下一结点:
|
|
</td>
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
|
|
<asp:Label id="lblNextNode" runat="server"></asp:Label>
|
|
</td></tr>
|
|
<tr>
|
|
<td style="width: 170px; height: 25px; background-color: #cccccc" align="right">
|
|
是否允许强制跳转:
|
|
</td>
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
|
|
<asp:Label id="lblIFCanJump" runat="server"></asp:Label>
|
|
</td></tr>
|
|
<tr>
|
|
<td style="width: 170px; height: 25px; background-color: #cccccc" align="right">
|
|
是否允许查看附件:
|
|
</td>
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
|
|
<asp:Label id="lblIFCanView" runat="server"></asp:Label>
|
|
</td></tr>
|
|
<tr>
|
|
<td style="width: 170px; height: 25px; background-color: #cccccc" align="right">
|
|
是否允许编辑附件:
|
|
</td>
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
|
|
<asp:Label id="lblIFCanEdit" runat="server"></asp:Label>
|
|
</td></tr>
|
|
<tr>
|
|
<td style="width: 170px; height: 25px; background-color: #cccccc" align="right">
|
|
是否允许删除附件:
|
|
</td>
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
|
|
<asp:Label id="lblIFCanDel" runat="server"></asp:Label>
|
|
</td></tr>
|
|
<tr>
|
|
<td style="width: 170px; height: 25px; background-color: #cccccc" align="right">
|
|
超时设置:
|
|
</td>
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
|
|
转入此审批节点后,<asp:Label id="lblJieShuHours" runat="server"></asp:Label>
|
|
小时未处理,自动发送催办提醒!
|
|
</td></tr>
|
|
<tr>
|
|
<td style="width: 170px; height: 25px; background-color: #cccccc" align="right">
|
|
评审模式:
|
|
</td>
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
|
|
<asp:Label id="lblPSType" runat="server"></asp:Label>
|
|
</td></tr>
|
|
<tr>
|
|
<td style="width: 170px; height: 25px; background-color: #cccccc" align="right">
|
|
审批人选择模式:
|
|
</td>
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
|
|
<asp:Label id="lblSPType" runat="server"></asp:Label>
|
|
</td></tr>
|
|
<tr>
|
|
<td style="width: 170px; height: 25px; background-color: #cccccc" align="right">
|
|
默认审批选择:
|
|
</td>
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
|
|
<asp:Label id="lblSPDefaultList" runat="server"></asp:Label>
|
|
</td></tr>
|
|
<tr>
|
|
<td style="width: 170px; height: 25px; background-color: #cccccc" align="right">
|
|
可写字段设置:
|
|
</td>
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
|
|
<asp:Label id="lblCanWriteSet" runat="server"></asp:Label>
|
|
</td></tr>
|
|
<tr>
|
|
<td style="width: 170px; height: 25px; background-color: #cccccc" align="right">
|
|
保密字段设置:
|
|
</td>
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
|
|
<asp:Label id="lblSecretSet" runat="server"></asp:Label>
|
|
</td></tr>
|
|
<tr>
|
|
<td style="width: 170px; height: 25px; background-color: #cccccc" align="right">
|
|
条件字段设置:
|
|
</td>
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
|
|
<asp:Label id="lblConditionSet" runat="server"></asp:Label>
|
|
</td></tr>
|
|
</table>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|