- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="WorkFlowStepEdit.aspx.cs" Inherits="WorkFlow_WorkFlowStepEdit" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <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='';
- }
- </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="96%" align="center"
- border="0">
- <tr>
- <th colspan="3" style="height: 25px">
- 流程步骤添加</th>
- </tr>
- <tr>
- <td class="usertablerow2" align="left" style="height: 32px;" colspan="2">
- <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
- class="small" width="90%">
- <tr>
- <th class="usertablerow2" colspan="2">
- <img align="absMiddle" src="../images/plus.gif" />
- 流程步骤属性</th>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="height: 24px">
- 流程分类:</td>
- <td class="usertablerow2" style="height: 24px">
- <asp:DropDownList ID="KeyValue_LCFL" runat="server" Enabled="false">
- </asp:DropDownList></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 流程ID:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_LCID" runat="server" Enabled="false"></asp:TextBox>控制同一分类下流程的排序
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="height: 24px">
- 步骤名称:</td>
- <td class="usertablerow2" style="height: 24px">
- <asp:TextBox ID="KeyValue_BZMC" runat="server"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 有权利审查此步骤人员:</td>
- <td class="usertablerow2">
- <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="添加" />
- <input type="Button" Class="ptsbutton" value="清空" onclick="clr('KeyValue_YQLSCCBZRY')" />(选填)</td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 表单:</td>
- <td class="usertablerow2"><asp:DropDownList ID="KeyValue_BDID" Enabled="false" runat="server">
- </asp:DropDownList></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 可用字段:</td>
- <td class="usertablerow2">
- <table border="0">
- <tr>
- <td style="width: 111px">
- 可用字段</td>
- <td style="width: 41px">
- </td>
- <td style="width: 104px">
- 备选字段</td>
- </tr>
- <tr>
- <td style="width: 111px">
- <asp:ListBox ID="KeyValue_KYZD" runat="server" Height="166px" Width="166px" SelectionMode="Multiple"></asp:ListBox></td>
- <td style="width: 41px" align="center">
- <asp:Button ID="ButtonAddAll" runat="server" Text="<<" Width="27px" OnClick="ButtonAddAll_Click" />
- <br />
- <br />
- <asp:Button ID="ButtonAdd" runat="server" Text="<" Width="26px" OnClick="ButtonAdd_Click" />
- <br />
- <br />
- <asp:Button ID="ButtonDel" runat="server" Text=">" Width="27px" OnClick="ButtonDel_Click" />
- <br />
- <br />
- <asp:Button ID="ButtonDelAll" runat="server" Text=">>" Width="25px" OnClick="ButtonDelAll_Click" /></td>
- <td style="width: 104px">
- <asp:ListBox ID="KeyValue_BXZD" runat="server" Height="166px" Width="166px" SelectionMode="Multiple"></asp:ListBox></td>
- </tr>
- </table>
-
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 步骤顺序号:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_BZSXH" runat="server"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" valign="top">
- 下一步的顺序号:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_XYBID" runat="server"></asp:TextBox>用,隔开 如(2,3) 0为结束流程</td>
- </tr>
- </table>
- <br />
- <table align="center" bgcolor="#000000" border="0" cellpadding="3" cellspacing="1"
- class="small" width="90%">
- <tr>
- <th class="usertablerow2" colspan="2" nowrap="nowrap">
- <img align="absMiddle" src="../images/plus.gif" />
- <b>相关操作</b></th>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- <a href="javascript:flow_design(3);">
- <img align="absMiddle" border="0" height="13" src="../images/arrow_down.gif" width="11" /><span
- style="color: #0000ff; text-decoration: underline">流程设计器 </span></a>
- <a href="type_setmanage.aspx?flow_id=3">
- <img align="absMiddle" border="0" src="../images/node_user.gif" style="color: #0000ff;
- text-decoration: underline" /><span style="color: #0000ff; text-decoration: underline">监控人员</span></a>
- <a href="type_setquery.aspx?flow_id=3">
- <img align="absMiddle" border="0" src="../images/node_user.gif" /><span style="color: #0000ff;
- text-decoration: underline">查询人员</span></a> <a href="type_set_queryitem.aspx?flow_id=3">
- <img align="absMiddle" border="0" src="../images/query.gif" /><span style="color: #0000ff;
- text-decoration: underline">高级查询字段</span></a>
- </td>
- <td align="middle" class="usertablerow2" nowrap="nowrap">
- <a href="type_data.aspx?flow_id=3"><span style="color: #0000ff; text-decoration: underline">
- 数据</span></a> <a href="type_clone.aspx?flow_id=3"><span style="color: #0000ff; text-decoration: underline">
- 克隆</span></a> <a href="javascript:empty_form(3);"><span style="color: #0000ff; text-decoration: underline">
- 清空</span></a> <a href="javascript:delete_form(3);"><span style="color: #0000ff; text-decoration: underline">
- 删除</span></a>
- <br />
- <a href="exp_xml.aspx?flow_id=3" target="_blank"><span style="color: #0000ff; text-decoration: underline">
- 导出</span></a> <a href="imp_xml.aspx?flow_id=3"><span style="color: #0000ff; text-decoration: underline">
- 导入</span></a>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td align="center" class="usertablerow1" colspan="2">
- <asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click" Text="更新" />
-
- <asp:Button ID="Button2" runat="server" CssClass="ptsbutton" OnClick="Button2_Click"
- Text="返回" /><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>