RollRoomEdit.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:4k
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="RollRoomEdit.aspx.cs" Inherits="FileBooks_RollRoomEdit" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <link href="../css/main.css" type="text/css" rel="stylesheet">
- </head>
- <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="right" style="height: 32px;" colspan="2">
- <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
- class="small" width="70%">
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="height: 17px">
- 卷库号:</td>
- <td class="usertablerow2" style="height: 17px">
- <asp:TextBox ID="KeyValue_JKH" runat="server" MaxLength="150"></asp:TextBox></td>
- </tr>
-
- <tr id="trPrice">
- <td class="usertablerow2" nowrap="nowrap">
- 卷库名称:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_JKMC" runat="server" MaxLength="150"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 所属部门:</td>
- <td class="usertablerow2">
- <asp:DropDownList ID="KeyValue_DeptId" runat="server" >
- <asp:ListItem Value="0">技术研发</asp:ListItem>
- <asp:ListItem Value="1">市场营销</asp:ListItem>
- <asp:ListItem Value="2">财务部门</asp:ListItem>
- <asp:ListItem Value="3">企划部</asp:ListItem>
- </asp:DropDownList></td>
- </tr>
-
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 备注:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_BZ" runat="server" MaxLength="16"></asp:TextBox></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="确定" />
-
- <input type="Button" Class="ptsbutton" value="返回" OnClick="window.location='RollRoomManager.aspx'" /><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>