⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 equipment_advancedsearch.jsp

📁 非常完整的Java开发的网络办公系统
💻 JSP
📖 第 1 页 / 共 2 页
字号:
}
</script>

<BODY text=#000000 vLink=#000000 aLink=#000000 link=#000000 bgColor=#ffffff topMargin=20 leftmargin="0" marginwidth="0" marginheight="0">
<script language="JavaScript1.2" src="/vnex/menu/dockmenu_office.js"></script>
<script language="JavaScript1.2" src="/vnex/menu/dockmenu.js"></script>

<DIV align=center>
<form name="myForm" method="post" action="/mailctrl/equipmentAdvancedSearchResult">
   
    <TABLE class=outter cellSpacing=0 cellPadding=0 width=600 border=0>
    <TBODY> 
    <jsp:include page="/vnex/page/TTOA_TABLE_TOP.jsp" />
    <TR> 
        <TD colSpan=3 align="center"><br>
          <table width="600" border="1" cellspacing="1" bordercolor="#666666">
            <tr bgcolor="#fafafa"> 
              <td> 
                <table class=title width="600" border="0" cellspacing="1" cellpadding="2">
                  <tr> 
                    <td colspan="2" height="15" bgcolor="#666666"><font class="strongw"><a href="/mainctrl/home/index"><font color="#FFFFFF">首页</font></a>&gt;&gt;<a href="/mainctrl/office/main"><font color="#FFFFFF">办公室管理</font></a>&gt;&gt;<a href="/mainctrl/equipmentSearchResult"><font color="#FFFFFF">固定资产管理</font></a>&gt;&gt;高级查询</font></td>
                  </tr>
                  <tr> 
                    <td width="149" bgcolor="#fafafa"> 
                      <div align="left"><b><font class="strong" >&nbsp;资产类别:</font></b></div>
                    </td>
                    <td width="443" bgcolor="#fafafa"> 
                      <input type="hidden" name="categoryId" size="8" class="file" value="<%= equipmentASValue.getCategoryId()%>">
                      <input type="text" name="categoryName" size="24" readonly class="file" value="<%= equipmentASValue.getCategoryName()%>">
                      <input type="button" name="Submit3" value="选择" class="file"  onClick= toCategory()>
                    </td>
                  </tr>
                  <tr> 
                    <td width="149" bgcolor="#e0e0e0"> 
                      <div align="left"><b><font class="strong" >&nbsp;名称:</font> </b></div>
                    </td>
                    <td  width="443" bgcolor="#e0e0e0"><font  class="strong"><font  class="strong"> 
                      <input type="text" name="equipmentName" size="24" class="file" value="<%= equipmentASValue.getEquipmentName()%>">
                      </font></font> </td>
                  </tr>
                  <tr> 
                    <td width="149" bgcolor="#FaFaFa"> 
                      <div align="left"><b><font  class="strong">&nbsp;用途: </font></b></div>
                    </td>
                    <td  width="443" bgcolor="#FaFaFa"><font  class="strong"> 
                      <font  class="strong"> 
                      <input type="text" name="purpose" size="24" class="file" value="<%= equipmentASValue.getPurpose()%>">
                      </font></font></td>
                  </tr>
                  <tr> 
                    <td width="149" bgcolor="#e0e0e0"> 
                      <div align="left"><b><font  class="strong"><font  class="strong">&nbsp;型号:<font  class="strong"> 
                        </font> </font></font></b></div>
                    </td>
                    <td  width="443" bgcolor="#e0e0e0"><font  class="strong"><font  class="strong"> 
                      <input type="text" name="model" class="file" size="24" value="<%= equipmentASValue.getModel()%>">
                      </font></font></td>
                  </tr>
                  <tr> 
                    <td width="149" bgcolor="#fafafa"><b><font  class="strong"><font  class="strong">&nbsp;配置:</font></font></b></td>
                    <td  width="443" bgcolor="#fafafa"><font  class="strong"><font  class="strong"> 
                      <input type="text" name="configure" size="24" class="file" value="<%= equipmentASValue.getConfigure()%>">
                      </font></font></td>
                  </tr>
                  <tr> 
                    <td width="149" bgcolor="#e0e0e0"><b><font  class="strong"><font  class="strong">&nbsp;资产编号:</font></font></b></td>
                    <td  width="443" bgcolor="#e0e0e0"><font  class="strong"><font  class="strong"> 
                      <input type="text" name="equipmentCode" size="24" class="file" size="4" value="<%= equipmentASValue.getEquipmentCode()%>">
                      </font></font></td>
                  </tr>
                  <tr> 
                    <td width="149" bgcolor="#fafafa"> 
                      <div align="left"><b><font  class="strong">&nbsp;购买价格:</font></b></div>
                    </td>
                    <td  width="443" bgcolor="#fafafa"> 
                      <input type="text" name="minPrice" class="file" size="24" value="<%= equipmentASValue.getMinPrice()%>">
                      元<font  class="strong"> - 
                      <input type="text" name="maxPrice" class="file" size="24" value="<%= equipmentASValue.getMaxPrice()%>">
                      </font>元</td>
                  </tr>
                  <tr> 
                    <td width="149" bgcolor="#e0e0e0"> 
                      <div align="left"><b><font  class="strong">&nbsp;使用者:</font></b></div>
                    </td>
                    <td  width="443" bgcolor="#e0e0e0"> 
                      <select name="useDeptId" class=choice onChange=change(this)>
                        <option value = -1>全部部门</option>
                        <org:DivisionList> <vnex:items select='<%= equipmentASValue.getUseDeptId()+"" %>' > <option value= 
                        <org:DivisionAttribute attribute="id"/> <org:DivisionAttribute attribute="isSelected"/> > 
                        <org:DivisionAttribute attribute="levelStr"/>+<org:DivisionAttribute attribute="name"/> </option> 
                        </vnex:items> </org:DivisionList> 
                      </select>
                      <select name="usePersonId">
                        <option value=-1>-请选择-</option>
                        <hr:EmployeeList divisionId='<%= equipmentASValue.getUseDeptId()%>'>	
                        <vnex:items  select ='<%= equipmentASValue.getUsePersonId()+""%>'> 
                        <option value="<hr:EmployeeAttribute attribute="id" />" 
                        <hr:EmployeeAttribute attribute="isSelected"/> > <hr:EmployeeAttribute attribute='<%= null %>' /> 
                        </option>
                        </vnex:items> </hr:EmployeeList> 
                      </select>
                    </td>
                  </tr>
                  <tr> 
                    <td width="149" bgcolor="#fafafa"> 
                      <div align="left"><b><font  class="strong">&nbsp;购买日期:</font></b></div>
                    </td>
                    <td  width="443" bgcolor="#fafafa"> 
                      从: 
                        <input type="text" name="beginDay" readonly size="18" class="text" value="<%= equipmentASValue.getBeginDay()%>" >
                        <img src="/vnex/util/datetime.gif" style="cursor:hand;" align="absmiddle" alt="选择日期" onClick="fPopUpCalendarDlg(beginDay);return false"> 
                       到: 
                        <input type="text" name="endDay" readonly size="18" class="text" value="<%=equipmentASValue.getEndDay()%>" >
                        <img src="/vnex/util/datetime.gif" style="cursor:hand;" align="absmiddle" alt="选择日期" onClick="fPopUpCalendarDlg(endDay);return false"> 
                      
                    </td>
                  </tr>
                  <tr> 
                    <td width="149" bgcolor="#e0e0e0"><b><font  class="strong">&nbsp;购买者:</font></b></td>
                    <td  width="443" bgcolor="#e0e0e0"> 
                      <select name="buyDeptId" class=choice onChange=change(this)>
                        <option value = -1>全部部门</option>
                        <org:DivisionList> <vnex:items select='<%= equipmentASValue.getBuyDeptId()+"" %>' > <option value= 
                        <org:DivisionAttribute attribute="id"/> <org:DivisionAttribute attribute="isSelected"/> > 
                        <org:DivisionAttribute attribute="levelStr"/>+<org:DivisionAttribute attribute="name"/> </option> 
                        </vnex:items> </org:DivisionList> 
                      </select>
                      <select name="buyPersonId">
                        <option value=-1>-请选择-</option>
                        <hr:EmployeeList divisionId='<%= equipmentASValue.getBuyDeptId()%>'>	
                        <vnex:items  select ='<%= equipmentASValue.getBuyPersonId()+""%>'> 
                        <option value="<hr:EmployeeAttribute attribute="id" />" 
                        <hr:EmployeeAttribute attribute="isSelected"/> > <hr:EmployeeAttribute attribute='<%= null %>' /> 
                        </option>
                        </vnex:items> </hr:EmployeeList> 
                      </select>
                    </td>
                  </tr>
                  <tr> 
                    <td width="149" bgcolor="#fafafa"><b><font  class="strong">&nbsp;供应者:</font></b></td>
                    <td  width="443" bgcolor="#fafafa"><font  class="strong"><font  class="strong"> 
                      <input type="text" name="supplier" class="file" size="24" value="<%= equipmentASValue.getSupplier()%>">
                      </font></font></td>
                  </tr>
                  <tr> 
                    <td width="149" bgcolor="#e0e0e0"> 
                      <div align="left"><b><font  class="strong">&nbsp;放置地点:</font></b></div>
                    </td>
                    <td  width="443" bgcolor="#e0e0e0"><font  class="strong"><font  class="strong"> 
                      <input type="text" name="place" class="file" size="24" value="<%= equipmentASValue.getPlace()%>">
                      </font></font> </td>
                  </tr>
                  <tr bgcolor="#fafafa"> 
                    <td width="149"> 
                      <div align="left"><b><font  class="strong">&nbsp;估计使用期限:</font></b></div>
                    </td>
                    <td  width="443"> 
                      <input type="text" name="STerm" class="file" size="24" value="<%= equipmentASValue.getSTerm()%>">
                      月</td>
                  </tr>
                  
                  <tr bgcolor="#e0e0e0"> 
                    <td width="149"> 
                      <div align="left"><b><font  class="strong">&nbsp;有无维修记录:</font></b></div>
                    </td>
                    <td width="443"> 
                      <div align="left"> 
                        <input type="radio" name="repaired" value="1" <%=((equipmentASValue.getRepaired()==1)?("checked"):("unchecked"))%>>
                        有&nbsp;&nbsp; 
                        <input type="radio" name="repaired" value="0" <%=((equipmentASValue.getRepaired()==0)?("checked"):("unchecked"))%>>
                        无&nbsp;&nbsp; 
                        <input type="radio" name="repaired" value="-1" <%=((equipmentASValue.getRepaired()==-1)?("checked"):("unchecked"))%>>
                        不指定 </div>
                    </td>
                  </tr>
                  <tr> 
                    <td colspan="2" bgcolor="#fafafa"> 
                      <div align="center"><br>
                        <input type="button" name="Submit" value="查询" class="file" onclick=toSuccess()>&nbsp;&nbsp;
                        <input type="reset" name="Submit2" value="重置" class="file">&nbsp;&nbsp;
                        <input type="button" name="Submit3" value="返回" class="file" onClick="location='/mainctrl/equipmentSearchResult'">                        
                        
                      </div>
                    </td>
                  </tr>
                </table>
              </td>
            </tr>
          </table>
          <jsp:include page="/vnex/page/TTOA_HELP.jsp" />
       </TD>
     </TR>
     <jsp:include page="/vnex/page/TTOA_TABLE_BOTTOM.jsp" />
    </TBODY> 
  </TABLE>
    <BR>
  <jsp:include page="/vnex/page/TTOA_PRODUCER_LOGO.jsp" />
</form>
</DIV>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -