<%@ page contentType="text/html;charset=UTF-8"%> <%@ include file="/WEB-INF/include/taglibs.jsp"%> <form id="advSearchForm" method="post"> <table width="100%"> <tr> <td class="title">仓库:</td> <td><input name="warehouseName" condition='"operator":"like"' /></td> <td class="title">货主:</td> <td><input name="customerName" condition='"operator":"like"' /></td> <td class="title">货主关系人:</td> <td><input name="relationedCustomerName" condition='"operator":"like"' /></td> </tr> <tr> <td class="title">储位:</td> <td> <textarea name="toLocationName" condition='"operator":"in"'></textarea> </td> <td class="title">产品:</td> <td> <textarea name="itemName" condition='"operator":"in"'></textarea> </td> <td class="title">补货任务单号:</td> <td><input name="replenishmentTaskIds" condition='"operator":"like"' /></td> </tr> <tr> <td class="title">状态:</td> <td> <select name="status" style="width:155px" class="easyui-combobox" data-options="multiple:true,editable:false,panelHeight:'auto'" condition='"operator":"in"'>${replenishmentDetailStatusList}</select> </td> <td class="title">创建时间:</td> <td colspan="3"><input class="easyui-datebox" name="creationTime" condition='"operator":">="'/> ~ <input class="easyui-datebox" name="creationTime" condition='"operator":"<="'/></td> </tr> <tr> <td colspan="6" align="right"> <a id="btnQuery" href="#" class="easyui-linkbutton" data-options="iconCls:'icon-search'">查询</a> </td> </tr> </table> </form>