完善报表信息,初始化查询

This commit is contained in:
季圣华
2017-06-30 00:07:41 +08:00
parent 016cf60baa
commit ef1530e8b1
5 changed files with 69 additions and 39 deletions

View File

@@ -28,11 +28,11 @@
<tr>
<td>姓名:</td>
<td>
<input name="searchName" id="searchName" style="width:230px;"/>
<input name="searchName" id="searchName" style="width:70px;"/>
</td>
<td>类型:</td>
<td>
<select name="searchType" id="searchType" style="width:230px;">
<select name="searchType" id="searchType" style="width:70px;">
<option value="">全部</option>
<option value="仓管员">仓管员</option>
<option value="财务员">财务员</option>