WorkFlowAdd.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:8k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="WorkFlowAdd.aspx.cs" Inherits="WorkFlow_WorkFlowAdd" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <html>
  4. <head>
  5.     <link href="../css/main.css" type="text/css" rel="stylesheet">
  6. </head>
  7.   <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
  8. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  9. <form runat="server" id="fm1">
  10.     <br>
  11.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  12.         border="0">
  13.         <tr>
  14.             <th colspan="3" style="height: 25px">
  15.                 编辑流程基本属性</th>
  16.         </tr>
  17.                <tr>
  18.             <td class="usertablerow2" align="left" style="height: 32px;" colspan="2">
  19.                 <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
  20.                     class="small" width="90%">
  21.                     <tr>
  22.                         <th class="usertablerow2" colspan="2">
  23.                             <img align="absMiddle" src="../images/plus.gif" />
  24.                             流程基本属性</th>
  25.                     </tr>
  26.                     <tr>
  27.                         <td class="usertablerow2" nowrap="nowrap">
  28.                             流程分类:</td>
  29.                         <td class="usertablerow2">
  30.                             <asp:DropDownList ID="KeyValue_LCFL" runat="server">
  31.                             </asp:DropDownList></td>
  32.                     </tr>
  33.                     <tr>
  34.                         <td class="usertablerow2" nowrap="nowrap">
  35.                             流程排序号:</td>
  36.                         <td class="usertablerow2">
  37.                             <asp:TextBox ID="KeyValue_LCPXH" runat="server"></asp:TextBox>控制同一分类下流程的排序
  38.                         </td>
  39.                     </tr>
  40.                     <tr>
  41.                         <td class="usertablerow2" nowrap="nowrap" style="height: 24px">
  42.                             流程名称:</td>
  43.                         <td class="usertablerow2" style="height: 24px">
  44.                          <asp:TextBox ID="KeyValue_LCMC" runat="server"></asp:TextBox>
  45.                         </td>
  46.                     </tr>
  47.                     <tr>
  48.                         <td class="usertablerow2" nowrap="nowrap">
  49.                             流程类型:</td>
  50.                         <td class="usertablerow2">
  51.                             <select id="ddlFlowType" class="BigStatic" name="ddlFlowType">
  52.                                 <option selected="selected" value="1">固定流程</option>
  53.                             </select>
  54.                         </td>
  55.                     </tr>
  56.                     <tr>
  57.                         <td class="usertablerow2" nowrap="nowrap">
  58.                             表单:</td>
  59.                         <td class="usertablerow2"><asp:DropDownList ID="KeyValue_BDID" runat="server">
  60.                         </asp:DropDownList></td>
  61.                     </tr>
  62.                     <tr>
  63.                         <td class="usertablerow2" nowrap="nowrap">
  64.                             允许附件:</td>
  65.                         <td class="usertablerow2"><asp:DropDownList ID="KeyValue_YXFJ" runat="server">
  66.                             <asp:ListItem Value="0">禁止</asp:ListItem>
  67.                             <asp:ListItem Value="1" Selected="true">允许</asp:ListItem>
  68.                         </asp:DropDownList></td>
  69.                     </tr>
  70.                     <tr>
  71.                         <td class="usertablerow2" nowrap="nowrap" valign="top">
  72.                             流程说明:</td>
  73.                         <td class="usertablerow2">
  74.                                   <asp:TextBox ID="KeyValue_LCJS" runat="server" Height="46px" TextMode="MultiLine" Width="258px"></asp:TextBox>
  75.                         </td>
  76.                     </tr>
  77.    
  78.                 </table>
  79.                 <br />
  80.                 <table align="center" bgcolor="#000000" border="0" cellpadding="3" cellspacing="1"
  81.                     class="small" width="90%">
  82.                     <tr>
  83.                         <th class="usertablerow2" colspan="2" nowrap="nowrap">
  84.                             <img align="absMiddle" src="../images/plus.gif" />
  85.                             <b>相关操作</b></th>
  86.                     </tr>
  87.                     <tr>
  88.                         <td class="usertablerow2" nowrap="nowrap">
  89.                             <a href="javascript:flow_design(3);">
  90.                                 <img align="absMiddle" border="0" height="13" src="../images/arrow_down.gif" width="11" /><span
  91.                                     style="color: #0000ff; text-decoration: underline">流程设计器 &nbsp; </span></a>
  92.                             <a href="type_setmanage.aspx?flow_id=3">
  93.                                 <img align="absMiddle" border="0" src="../images/node_user.gif" style="color: #0000ff;
  94.                                     text-decoration: underline" /><span style="color: #0000ff; text-decoration: underline">监控人员</span></a>
  95.                             &nbsp; <a href="type_setquery.aspx?flow_id=3">
  96.                                 <img align="absMiddle" border="0" src="../images/node_user.gif" /><span style="color: #0000ff;
  97.                                     text-decoration: underline">查询人员</span></a> &nbsp; <a href="type_set_queryitem.aspx?flow_id=3">
  98.                                         <img align="absMiddle" border="0" src="../images/query.gif" /><span style="color: #0000ff;
  99.                                             text-decoration: underline">高级查询字段</span></a>
  100.                         </td>
  101.                         <td align="middle" class="usertablerow2" nowrap="nowrap">
  102.                             <a href="type_data.aspx?flow_id=3"><span style="color: #0000ff; text-decoration: underline">
  103.                                 数据</span></a> <a href="type_clone.aspx?flow_id=3"><span style="color: #0000ff; text-decoration: underline">
  104.                                     克隆</span></a> <a href="javascript:empty_form(3);"><span style="color: #0000ff; text-decoration: underline">
  105.                                         清空</span></a> <a href="javascript:delete_form(3);"><span style="color: #0000ff; text-decoration: underline">
  106.                                             删除</span></a>
  107.                             <br />
  108.                             <a href="exp_xml.aspx?flow_id=3" target="_blank"><span style="color: #0000ff; text-decoration: underline">
  109.                                 导出</span></a> <a href="imp_xml.aspx?flow_id=3"><span style="color: #0000ff; text-decoration: underline">
  110.                                     导入</span></a>
  111.                         </td>
  112.                     </tr>
  113.                 </table>
  114.               
  115.               
  116.                
  117.        
  118.          
  119.             </td>
  120.         </tr>
  121.         <tr>
  122.             <td align="center" class="usertablerow1" colspan="2">
  123.                 &nbsp; &nbsp;<asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
  124.                     Text="添加" />
  125.                         &nbsp;&nbsp;
  126.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="window.location='WorkFlowManager.aspx'" /><div id="Div2">
  127.                                 </div>   </td>
  128.          
  129.         </tr>
  130.      
  131.     </table>
  132.     <br>
  133.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  134.         border="0">
  135.         <tr>
  136.             <th colspan="2">
  137.                 使用方法</th>
  138.         </tr>
  139.         <tr>
  140.             <td class="usertablerow1" align="right" width="11%">
  141.                 <strong>特殊说明</strong></td>
  142.             <td class="usertablerow1" width="89%">
  143.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  144.         </tr>
  145.     </table>
  146.     </form>
  147.     
  148. </body>
  149. </html>