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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SelectGoodsForm.aspx.cs" Inherits="SelectForm_SelectGoodsForm" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <link href="../css/main.css" type="text/css" rel="stylesheet" />
  6.     <title>选择物品</title>
  7.     <script type="text/javascript">
  8.         function RtValue(rtstr)
  9.         {
  10.             window.returnValue=rtstr;
  11.             window.close()
  12.         }
  13.     </script>
  14. </head>
  15. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  16. <form runat="server" id="fm1">
  17.     <table border="0" cellpadding="0" cellspacing="0" style="width: 471px; height: 407px;" >
  18.         <tr>
  19.             <td style="width: 11px" valign="top">
  20.                 <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center">
  21.                     <tr>
  22.                         <th colspan="3" style="height: 25px">
  23.                             物品结构</th>
  24.                     </tr>
  25.                     <tr>
  26.                         <td class="usertablerow2" align="left" style="width: 153px; height: 279px;">
  27.                            <div style="OVERFLOW: auto; width:184px;  HEIGHT: 373px; " id="MyOutDiv" align="left">
  28.                                 <asp:TreeView ID="TreeView1" runat="server" Width="158px">
  29.                                    <Nodes>
  30.                                        <asp:TreeNode Text="技术公司" Value="技术公司" Target="content3">
  31.                                            <asp:TreeNode Text="技术开发" Value="技术开发"></asp:TreeNode>
  32.                                            <asp:TreeNode Text="技术保证" Value="技术保证"></asp:TreeNode>
  33.                                            <asp:TreeNode Text="客户服务" Value="客户服务"></asp:TreeNode>
  34.                                        </asp:TreeNode>
  35.                                        <asp:TreeNode Text="运营公司1" Value="运营公司1"></asp:TreeNode>
  36.                                        <asp:TreeNode Text="运输部1" Value="运输部1"></asp:TreeNode>
  37.                                        <asp:TreeNode Text="后勤公司1" Value="后勤公司1"></asp:TreeNode>
  38.                                        <asp:TreeNode Text="运营公司2" Value="&quot;&quot;运营公司&quot;2&quot;2"></asp:TreeNode>
  39.                                        <asp:TreeNode Text="运输部2" Value="运输部2"></asp:TreeNode>
  40.                                    </Nodes>
  41.                                 </asp:TreeView>
  42.                             </div>
  43.                         </td>          
  44.                     </tr>
  45.                 </table>         
  46.             </td>
  47.             <td style="width: 5px " valign="top">
  48.             </td>
  49.            
  50.             <td style="width: 100%" valign="top">  
  51.                 <iframe name="content3" src="SelectGoodsFormData.aspx" frameborder="0" style="width: 261px; height: 421px"></iframe>
  52.             </td>
  53.         </tr>
  54.     </table>
  55.     <br />
  56. </form>
  57. </body>
  58. </html>