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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MealsEditor.aspx.cs" Inherits="Meals_MealsEditor" %>
  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.        <script type="text/javascript">
  7.           function GetMyValue(contrlname,myvalue)
  8.           {
  9.            if(typeof(myvalue)=="undefined")
  10.            {}
  11.            else
  12.            {
  13.            document.getElementById(contrlname).value+=myvalue+',';
  14.            }
  15.           }
  16.           function clr(contrlname)
  17.           {
  18.            document.getElementById(contrlname).value='';
  19.           }
  20.   </script>
  21. </head>
  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="right" style="height: 32px;" colspan="2">
  34.                 <table align="center" bgcolor="#000000" border="0" cellpadding="3" cellspacing="1"
  35.                     class="small" style="width: 640px">
  36.                     <tr>
  37.                         <td class="usertablerow2" style="width: 93px" align="right">
  38.                             用餐类别名:</td>
  39.                         <td class="usertablerow2" style="width: 277px" align="left">
  40.                             <asp:TextBox ID="KeyValue_YCLBMC" runat="server" CssClass="BigInput" MaxLength="50" Width="165px"></asp:TextBox></td>
  41.                     </tr>
  42.                     <tr>
  43.                         <td class="usertablerow2" style="width: 93px" align="right">
  44.                             用餐菜名:</td>
  45.                         <td class="usertablerow2" style="width: 277px" align="left">
  46.                             <asp:TextBox ID="KeyValue_CM" runat="server" CssClass="BigInput" MaxLength="50" Width="165px"></asp:TextBox>
  47.                             <input id="Button3" class="ptsbutton" type="button" value="添加" />
  48.                             <input class="ptsbutton" onclick="clr('KeyValue_CM')" type="button" value="清空" /><br />
  49.                             (盒饭,炒面,预定酒席)</td>
  50.                     </tr>
  51.                                   <tr>
  52.                         <td class="usertablerow2" style="width: 93px; height: 48px;" align="right">
  53.                             用餐单位:</td>
  54.                         <td class="usertablerow2" style="width: 277px; height: 48px;" align="left">
  55.                             <asp:TextBox ID="KeyValue_YCDW" runat="server" CssClass="BigInput" MaxLength="50" Width="165px"></asp:TextBox>
  56.                             <input id="Button1" class="ptsbutton" type="button" value="添加" /><input class="ptsbutton"
  57.                                 onclick="clr('KeyValue_YCDW')" type="button" value="清空" /><br />
  58.                             (食堂,饭店,订饭)</td>
  59.                     </tr>
  60.                          <tr>
  61.                         <td class="usertablerow2" style="width: 93px; height: 25px;" align="right">
  62.                             用餐单位电话:</td>
  63.                         <td class="usertablerow2" style="width: 277px; height: 25px;" align="left">
  64.                             <asp:TextBox ID="KeyValue_YCDWDH" runat="server" CssClass="BigInput" MaxLength="50" Width="165px"></asp:TextBox>
  65.                             &nbsp;&nbsp;</td>
  66.                     </tr>
  67.                                  <tr>
  68.                         <td class="usertablerow2" style="width: 93px; height: 25px;" align="right">
  69.                             价格:</td>
  70.                         <td class="usertablerow2" style="width: 277px; height: 25px;" align="left">
  71.                             <asp:TextBox ID="KeyValue_JG" runat="server" CssClass="BigInput" MaxLength="50" Width="165px"></asp:TextBox>
  72.                             &nbsp;&nbsp;元</td>
  73.                     </tr>
  74.                                 <tr>
  75.                         <td class="usertablerow2" style="width: 93px; height: 52px;" align="right">
  76.                             备注:</td>
  77.                         <td class="usertablerow2" style="width: 277px; height: 52px;" align="left">
  78.                             <asp:TextBox ID="KeyValue_BZ" runat="server" CssClass="BigInput" MaxLength="50" Width="249px" Height="40px" TextMode="MultiLine"></asp:TextBox>
  79.                     </td>
  80.                     </tr>
  81.                     </table>
  82.                 <br />
  83.                 
  84.          
  85.             </td>
  86.         </tr>
  87.         <tr>
  88.             <td align="center" class="usertablerow1" colspan="2">
  89.                 &nbsp; &nbsp;<asp:Button ID="Button2" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
  90.                     Text="更新" />
  91.                         &nbsp;&nbsp;
  92.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="window.location='MealsManager.aspx'" /><div id="Div2">
  93.                                 </div>   </td>
  94.          
  95.         </tr>
  96.      
  97.     </table>
  98.     <br>
  99.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  100.         border="0">
  101.         <tr>
  102.             <th colspan="2">
  103.                 使用方法</th>
  104.         </tr>
  105.         <tr>
  106.             <td class="usertablerow1" align="right" width="11%">
  107.                 <strong>特殊说明</strong></td>
  108.             <td class="usertablerow1" width="89%">
  109.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  110.         </tr>
  111.     </table>
  112.     </form>
  113.     
  114. </body>
  115. </html>