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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="WorkFlowStepAdd.aspx.cs" Inherits="WorkFlow_WorkFlowStepAdd" %>
  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>
  8.   function GetMyValue(contrlname,myvalue)
  9.   {
  10.    if(typeof(myvalue)=="undefined")
  11.    {}
  12.    else
  13.    {
  14.    document.getElementById(contrlname).value+=myvalue+',';
  15.    }
  16.   }
  17.   function clr(contrlname)
  18.   {
  19.    document.getElementById(contrlname).value='';
  20.   }
  21.   </script>
  22.   <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
  23. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  24. <form runat="server" id="fm1">
  25.     <br>
  26.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  27.         border="0">
  28.         <tr>
  29.             <th colspan="3" style="height: 25px">
  30.                 流程步骤添加</th>
  31.         </tr>
  32.                <tr>
  33.             <td class="usertablerow2" align="left" style="height: 32px;" colspan="2">
  34.                 <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
  35.                     class="small" width="90%">
  36.                     <tr>
  37.                         <th class="usertablerow2" colspan="2">
  38.                             <img align="absMiddle" src="../images/plus.gif" />
  39.                             流程步骤属性</th>
  40.                     </tr>
  41.                     <tr>
  42.                         <td class="usertablerow2" nowrap="nowrap" style="height: 24px">
  43.                             流程分类:</td>
  44.                         <td class="usertablerow2" style="height: 24px">
  45.                             <asp:DropDownList ID="KeyValue_LCFL" runat="server" Enabled="false">
  46.                             </asp:DropDownList></td>
  47.                     </tr>
  48.                     <tr>
  49.                         <td class="usertablerow2" nowrap="nowrap">
  50.                             流程ID:</td>
  51.                         <td class="usertablerow2">
  52.                             <asp:TextBox ID="KeyValue_LCID" runat="server" Enabled="false"></asp:TextBox>控制同一分类下流程的排序
  53.                         </td>
  54.                     </tr>
  55.                     <tr>
  56.                         <td class="usertablerow2" nowrap="nowrap" style="height: 24px">
  57.                             步骤名称:</td>
  58.                         <td class="usertablerow2" style="height: 24px">
  59.                          <asp:TextBox ID="KeyValue_BZMC" runat="server"></asp:TextBox>
  60.                         </td>
  61.                     </tr>
  62.                     <tr>
  63.                         <td class="usertablerow2" nowrap="nowrap">
  64.                             有权利审查此步骤人员:</td>
  65.                         <td class="usertablerow2">
  66.                             <asp:TextBox ID="KeyValue_YQLSCCBZRY" runat="server"></asp:TextBox> <input type="Button" id="Leader1Button1"  Class="ptsbutton" onclick="GetMyValue('KeyValue_YQLSCCBZRY',window.showModalDialog('../SelectForm/SelectUserForm.aspx'))" value="添加"  />
  67.                           <input type="Button"  Class="ptsbutton" value="清空" onclick="clr('KeyValue_YQLSCCBZRY')" />(选填)</td>
  68.                     </tr>
  69.                     <tr>
  70.                         <td class="usertablerow2" nowrap="nowrap">
  71.                             表单:</td>
  72.                         <td class="usertablerow2"><asp:DropDownList ID="KeyValue_BDID"  Enabled="false" runat="server">
  73.                         </asp:DropDownList></td>
  74.                     </tr>
  75.                     <tr>
  76.                         <td class="usertablerow2" nowrap="nowrap">
  77.                             可用字段:</td>
  78.                         <td class="usertablerow2">
  79.                             <table border="0">
  80.                                 <tr>
  81.                                     <td style="width: 111px">
  82.                                         可用字段</td>
  83.                                     <td style="width: 41px">
  84.                                     </td>
  85.                                     <td style="width: 104px">
  86.                                         备选字段</td>
  87.                                 </tr>
  88.                                 <tr>
  89.                                     <td style="width: 111px">
  90.                                         <asp:ListBox ID="KeyValue_KYZD" runat="server" Height="166px" Width="166px" SelectionMode="Multiple"></asp:ListBox></td>
  91.                                     <td style="width: 41px" align="center">
  92.                                         <asp:Button ID="ButtonAddAll" runat="server" Text="<<" Width="27px" OnClick="ButtonAddAll_Click" />
  93.                                         <br />
  94.                                         <br />
  95.                                         <asp:Button ID="ButtonAdd" runat="server" Text="<" Width="26px" OnClick="ButtonAdd_Click" />
  96.                                         <br />
  97.                                         <br />
  98.                                         <asp:Button ID="ButtonDel" runat="server" Text=">" Width="27px" OnClick="ButtonDel_Click" />
  99.                                         <br />
  100.                                         <br />
  101.                                         <asp:Button ID="ButtonDelAll" runat="server" Text=">>" Width="25px" OnClick="ButtonDelAll_Click" /></td>
  102.                                     <td style="width: 104px">
  103.                                         <asp:ListBox ID="KeyValue_BXZD" runat="server" Height="166px" Width="166px" SelectionMode="Multiple"></asp:ListBox></td>
  104.                                 </tr>
  105.                             </table>
  106.                             &nbsp;
  107.                         </td>
  108.                     </tr>
  109.                     <tr>
  110.                         <td class="usertablerow2" nowrap="nowrap">
  111.                             步骤顺序号:</td>
  112.                         <td class="usertablerow2">
  113.                             <asp:TextBox ID="KeyValue_BZSXH" runat="server"></asp:TextBox></td>
  114.                     </tr>
  115.                     <tr>
  116.                         <td class="usertablerow2" nowrap="nowrap" valign="top">
  117.                             下一步的顺序号:</td>
  118.                         <td class="usertablerow2">
  119.                             <asp:TextBox ID="KeyValue_XYBID" runat="server"></asp:TextBox>用,隔开&nbsp; 如(2,3)&nbsp; &nbsp; &nbsp; 0为结束流程</td>
  120.                     </tr>
  121.    
  122.                 </table>
  123.                 <br />
  124.                 <table align="center" bgcolor="#000000" border="0" cellpadding="3" cellspacing="1"
  125.                     class="small" width="90%">
  126.                     <tr>
  127.                         <th class="usertablerow2" colspan="2" nowrap="nowrap">
  128.                             <img align="absMiddle" src="../images/plus.gif" />
  129.                             <b>相关操作</b></th>
  130.                     </tr>
  131.                     <tr>
  132.                         <td class="usertablerow2" nowrap="nowrap">
  133.                             <a href="javascript:flow_design(3);">
  134.                                 <img align="absMiddle" border="0" height="13" src="../images/arrow_down.gif" width="11" /><span
  135.                                     style="color: #0000ff; text-decoration: underline">流程设计器 &nbsp; </span></a>
  136.                             <a href="type_setmanage.aspx?flow_id=3">
  137.                                 <img align="absMiddle" border="0" src="../images/node_user.gif" style="color: #0000ff;
  138.                                     text-decoration: underline" /><span style="color: #0000ff; text-decoration: underline">监控人员</span></a>
  139.                             &nbsp; <a href="type_setquery.aspx?flow_id=3">
  140.                                 <img align="absMiddle" border="0" src="../images/node_user.gif" /><span style="color: #0000ff;
  141.                                     text-decoration: underline">查询人员</span></a> &nbsp; <a href="type_set_queryitem.aspx?flow_id=3">
  142.                                         <img align="absMiddle" border="0" src="../images/query.gif" /><span style="color: #0000ff;
  143.                                             text-decoration: underline">高级查询字段</span></a>
  144.                         </td>
  145.                         <td align="middle" class="usertablerow2" nowrap="nowrap">
  146.                             <a href="type_data.aspx?flow_id=3"><span style="color: #0000ff; text-decoration: underline">
  147.                                 数据</span></a> <a href="type_clone.aspx?flow_id=3"><span style="color: #0000ff; text-decoration: underline">
  148.                                     克隆</span></a> <a href="javascript:empty_form(3);"><span style="color: #0000ff; text-decoration: underline">
  149.                                         清空</span></a> <a href="javascript:delete_form(3);"><span style="color: #0000ff; text-decoration: underline">
  150.                                             删除</span></a>
  151.                             <br />
  152.                             <a href="exp_xml.aspx?flow_id=3" target="_blank"><span style="color: #0000ff; text-decoration: underline">
  153.                                 导出</span></a> <a href="imp_xml.aspx?flow_id=3"><span style="color: #0000ff; text-decoration: underline">
  154.                                     导入</span></a>
  155.                         </td>
  156.                     </tr>
  157.                 </table>
  158.               
  159.               
  160.                
  161.        
  162.          
  163.             </td>
  164.         </tr>
  165.         <tr>
  166.             <td align="center" class="usertablerow1" colspan="2">
  167.                 &nbsp; &nbsp;<asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
  168.                     Text="添加" />
  169.                         &nbsp;&nbsp;
  170.                        <asp:Button ID="Button2" runat="server" CssClass="ptsbutton" OnClick="Button2_Click"
  171.                     Text="返回" /><div id="Div2">
  172.                                 </div>   </td>
  173.          
  174.         </tr>
  175.      
  176.     </table>
  177.     <br>
  178.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  179.         border="0">
  180.         <tr>
  181.             <th colspan="2">
  182.                 使用方法</th>
  183.         </tr>
  184.         <tr>
  185.             <td class="usertablerow1" align="right" width="11%">
  186.                 <strong>特殊说明</strong></td>
  187.             <td class="usertablerow1" width="89%">
  188.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  189.         </tr>
  190.     </table>
  191.     </form>
  192.     
  193. </body>
  194. </html>