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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="RollRoomEdit.aspx.cs" Inherits="FileBooks_RollRoomEdit" %>
  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="right" style="height: 32px;" colspan="2">
  19.                 <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
  20.                     class="small" width="70%">
  21.                     <tr>
  22.                         <td class="usertablerow2" nowrap="nowrap" style="height: 17px">
  23.                             卷库号:</td>
  24.                         <td class="usertablerow2" style="height: 17px">
  25.                         <asp:TextBox ID="KeyValue_JKH" runat="server"  MaxLength="150"></asp:TextBox></td>
  26.                     </tr>
  27.           
  28.                     <tr id="trPrice">
  29.                         <td class="usertablerow2" nowrap="nowrap">
  30.                             卷库名称:</td>
  31.                         <td class="usertablerow2">
  32.                            <asp:TextBox ID="KeyValue_JKMC" runat="server"  MaxLength="150"></asp:TextBox></td>
  33.                     </tr>
  34.                     <tr>
  35.                         <td class="usertablerow2" nowrap="nowrap">
  36.                             所属部门:</td>
  37.                         <td class="usertablerow2">
  38.                               <asp:DropDownList ID="KeyValue_DeptId" runat="server" >
  39.                     <asp:ListItem Value="0">技术研发</asp:ListItem>
  40.                     <asp:ListItem Value="1">市场营销</asp:ListItem>
  41.                     <asp:ListItem Value="2">财务部门</asp:ListItem>
  42.                      <asp:ListItem Value="3">企划部</asp:ListItem>
  43.                 </asp:DropDownList></td>
  44.                     </tr>
  45.              
  46.                     <tr>
  47.                         <td class="usertablerow2" nowrap="nowrap">
  48.                             备注:</td>
  49.                         <td class="usertablerow2">
  50.                       <asp:TextBox ID="KeyValue_BZ" runat="server"  MaxLength="16"></asp:TextBox></td>
  51.                     </tr>
  52.            
  53.                 </table>
  54.          
  55.             </td>
  56.         </tr>
  57.         <tr>
  58.             <td align="center" class="usertablerow1" colspan="2">
  59.              &nbsp;&nbsp;
  60.                 <asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
  61.                     Text="确定" />
  62.                         &nbsp;&nbsp;
  63.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="window.location='RollRoomManager.aspx'" /><div id="Div2">
  64.                                 </div>     </td>
  65.          
  66.         </tr>
  67.      
  68.     </table>
  69.     <br>
  70.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  71.         border="0">
  72.         <tr>
  73.             <th colspan="2">
  74.                 使用方法</th>
  75.         </tr>
  76.         <tr>
  77.             <td class="usertablerow1" align="right" width="11%">
  78.                 <strong>特殊说明</strong></td>
  79.             <td class="usertablerow1" width="89%">
  80.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  81.         </tr>
  82.     </table>
  83.     </form>
  84.     
  85. </body>
  86. </html>