取得查询条件 二
<html:select property="status" >
<html:option value=""> </html:option>
<html:option value="546-00061573"> <bean:message key="support.pending.adult"/></html:option>
<html:option value="546-00061573-1"> <bean:message key="support.level.firstHandle"/></html:option>
<html:option value="546-00061573-2"> <bean:message key="support.level.secondHandle"/></html:option>
<html:option value="546-00061574"> <bean:message key="support.btn.audited"/></html:option>
<html:option value="546-00061575"> <bean:message key="support.po.app.status.returntoapplication"/></html:option>
<html:option value="546-00061572"> <bean:message key="support.hoss.abolished"/></html:option>
</html:select>
<html:text property="applyTime" name="web_doc_id" value="${applyTime}" onfocus="new Calendar().show(this)" readonly="true"></html:text>
<html:text property="contractNo" name="web_doc_id2" size="20" value="${contractNo}"></html:text>
<html:text property="orderNo" name="web_doc_id" size="20" value="${orderNo}"></html:text>
<html:text property="applyNo" name="web_doc_id3" size="20" value="${applyNo}"></html:text>
<html:text property="applyer" name="web_doc_id" size="20" value="${applyer}"></html:text>
<html:text property="checker" name="web_doc_id4" size="20" value="${checker}"></html:text>
<html:text property="hander" name="web_doc_id" size="20" value="${hander}"></html:text>
</table>