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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="CheckInEditor.aspx.cs" Inherits="Articles_CheckInEditor" %>
  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 GetMyValue2(contrlname,myvalue)
  17.         {
  18.             if(typeof(myvalue)=="undefined")
  19.             {}
  20.             else
  21.             {
  22.                 document.getElementById(contrlname).value = myvalue;
  23.             }
  24.         }
  25.         function clr(contrlname)
  26.         {
  27.             document.getElementById(contrlname).value='';
  28.         }
  29.     </script>
  30. </head>
  31.   <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
  32. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  33. <form runat="server" id="fm1">
  34.     <br>
  35.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center" border="0">
  36.         <tr>
  37.             <th colspan="3" style="height: 25px">编辑库存登记</th>
  38.         </tr>
  39.         <tr>
  40.             <td class="usertablerow2" align="right" style="height: 32px;" colspan="2">
  41.                 <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1" class="small" width="70%">
  42.                     <tr>
  43.                         <td class="usertablerow2" nowrap="nowrap" style="height: 17px">
  44.                             登记标示:</td>
  45.                         <td class="usertablerow2" style="height: 17px">
  46.                             <asp:DropDownList ID="KeyValue_DJBS" CssClass="BigSelect" runat="server"  >
  47.                             </asp:DropDownList>
  48.                         </td>
  49.                     </tr>
  50.           
  51.                     <tr id="trPrice">
  52.                         <td class="usertablerow2" nowrap="nowrap">
  53.                             单价:</td>
  54.                         <td class="usertablerow2">
  55.                             <asp:TextBox ID="KeyValue_DJ" runat="server" MaxLength="10" ToolTip="单价"></asp:TextBox></td>
  56.                     </tr>
  57.                     <tr>
  58.                         <td class="usertablerow2" nowrap="nowrap">
  59.                             物品:</td>
  60.                         <td class="usertablerow2">
  61.                             <asp:TextBox ID="KeyValue_WP" runat="server" MaxLength="10" ToolTip="物品"></asp:TextBox>
  62.                             &nbsp;<input class="SmallButton" name="button" onclick="GetMyValue2('KeyValue_WP',window.showModalDialog('../SelectForm/SelectGoodsForm.aspx'))" title="选择"
  63.                                 type="button" value="选 择" />
  64.                             &nbsp;<input class="SmallButton" name="button" onclick="clr('KeyValue_WP')"
  65.                                 title="清空" type="button" value="清 空" />
  66.                         </td>
  67.                     </tr>
  68.                     <tr>
  69.                         <td class="usertablerow2" nowrap="nowrap">
  70.                             数量:</td>
  71.                         <td class="usertablerow2">
  72.                             <asp:TextBox ID="KeyValue_SL" runat="server" MaxLength="4" ToolTip="数量"></asp:TextBox></td>
  73.                     </tr>
  74.                     <tr>
  75.                         <td class="usertablerow2" nowrap="nowrap">
  76.                             登记人:</td>
  77.                         <td class="usertablerow2">
  78.                             <asp:TextBox ID="KeyValue_DJR" runat="server"></asp:TextBox>
  79.                             <input type="Button" id="Leader2Button1"  class="ptsbutton" onclick="GetMyValue2('KeyValue_DJR',window.showModalDialog('../SelectForm/SelectUserForm.aspx'))" value="添加"  />
  80.                             <input type="Button"  class="ptsbutton" value="清空" onclick="clr('KeyValue_DJR')" />
  81.                         </td>
  82.                     </tr>                    
  83.                     <tr>
  84.                         <td class="usertablerow2" nowrap="nowrap">
  85.                             备注:</td>
  86.                         <td class="usertablerow2">
  87.                             <asp:TextBox ID="KeyValue_BZ" CssClass="BigInput" runat="server" MaxLength="4" TextMode="MultiLine" ToolTip="备注" Columns="45" Rows="5"></asp:TextBox></td>
  88.                     </tr>
  89.            
  90.                 </table>
  91.          
  92.             </td>
  93.         </tr>
  94.         <tr>
  95.             <td align="center" class="usertablerow1" colspan="2">
  96.                 &nbsp; &nbsp;<asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
  97.                     Text="更新" />
  98.                 &nbsp;<input class="ptsbutton" onclick="window.location='CheckInManager.aspx'"
  99.                     type="button" value="返回" />
  100.                 <div id="Div2">
  101.                                 </div>   </td>
  102.          
  103.         </tr>
  104.      
  105.     </table>
  106.     <br>
  107.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  108.         border="0">
  109.         <tr>
  110.             <th colspan="2">
  111.                 使用方法</th>
  112.         </tr>
  113.         <tr>
  114.             <td class="usertablerow1" align="right" width="11%">
  115.                 <strong>特殊说明</strong></td>
  116.             <td class="usertablerow1" width="89%">
  117.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  118.         </tr>
  119.     </table>
  120.     </form>
  121.     
  122. </body>
  123. </html>