📄 empmain_basesearch.asp
字号:
<td width="28%" align="right" nowrap class="Caption"><span lang="zh-cn"><font size="2">性别:</font></span></td>
<td colspan="2" class="ValueArea"><select name="EmpGendervalue" size="1" class="Text" id="EmpGendervalue" style="width:100%">
<option />
<option value="男">男</option>
<option value="女">女</option>
</select> </td>
</tr>
<tr>
<td align="right" nowrap class="Caption"><div align="center"><span lang="zh-cn">
<input name="MarrType" type="checkbox" id="MarrType" value="MarrType">
</span></div></td>
<td align="right" nowrap class="Caption">婚姻:</td>
<td colspan="2" class="ValueArea"><select name="MarrTypevalue" size="1" class="Text" id="select" style="width:100%">
<option />
<option value="未婚">未婚</option>
<option value="已婚">已婚</option>
<option value="离婚">离婚</option>
<option value="失配">失配</option>
</select></td>
</tr>
<tr>
<td align="right" nowrap class="Caption"><div align="center"><span lang="zh-cn">
<input name="Empnativeplace" type="checkbox" id="Empnativeplace" value="Empnativeplace">
</span></div></td>
<td align="right" nowrap class="Caption">籍贯:</td>
<td colspan="2" class="ValueArea"><input name="Empnativeplacevalue" type="text" class="Text" id="Empnativeplacevalue"></td>
</tr>
<tr>
<td align="right" nowrap class="Caption"><span lang="zh-cn">
<input name="EmpEvenAddress" type="checkbox" id="EmpEvenAddress" value="EmpEvenAddress">
</span></td>
<td align="right" nowrap class="Caption">户籍状况:</td>
<td colspan="2" class="ValueArea"><select name="EmpEvenAddressvalue" size="1" class="Text" id="select3" style="width:100%" Need="1">
<%=createSel("HuKou","")%>
</select></td>
</tr>
<tr>
<td align="right" nowrap class="Caption"><div align="center"><span lang="zh-cn">
<input name="Empbirthday" type="checkbox" id="Empbirthday" value="Empbirthday">
</span></div></td>
<td align="right" nowrap class="Caption">生日:</td>
<td class="ValueArea"><select name="birthdaym" class="select" id="birthdaym">
<option />
<%for i = 1 to 12%>
<option value="<%=i%>"><%=i%>月</option>
<%next%>
</select></td>
<td class="ValueArea"><select name="birthdayD" class="select" id="birthdayD">
<option />
<%for i = 1 to 31%>
<option value="<%=i%>"><%=i%>日</option>
<%next%>
</select></td>
</tr>
<tr>
<td width="3%" align="right" nowrap class="Caption"><div align="center"><span lang="zh-cn">
<input name="EmpHireDep" type="checkbox" id="EmpHireDep" value="EmpHireDep">
</span></div></td>
<td width="28%" align="right" nowrap class="Caption"><span lang="zh-cn"><font size="2">部门:</font></span></td>
<td colspan="2" class="ValueArea"> <select name="EmpHireDepvalue" size="1" class="select" id="select2">
<%=createSel("BuMen","")%>
</select> </td>
</tr>
<tr>
<td width="3%" align="right" nowrap class="Caption"><div align="center"><span lang="zh-cn">
<input name="HPType" type="checkbox" id="HPType" value="HPType">
</span></div></td>
<td width="28%" align="right" nowrap class="Caption"><span lang="zh-cn"><font size="2">奖惩:</font></span></td>
<td colspan="2" class="ValueArea"> <select name="HpTypevalue" class="select" id="HpTypevalue">
<%=createSel("Jiangcheng","")%>
</select> </td>
</tr>
<tr>
<td align="right" nowrap class="Caption"><div align="center"><span lang="zh-cn">
<input name="Degree" type="checkbox" id="Degree" value="Degree">
</span></div></td>
<td align="right" nowrap class="Caption">工资等级:</td>
<td colspan="2" class="ValueArea"><input name="Degreevalue" type="text" class="Text" id="Degreevalue" onkeydown="fnIntNumOnly()"></td>
</tr>
<tr>
<td align="right" nowrap class="Caption"><div align="center"><span lang="zh-cn">
<input name="EmpTitle" type="checkbox" id="EmpTitle" value="EmpTitle">
</span></div></td>
<td align="right" nowrap class="Caption">行政等级:</td>
<td colspan="2" class="ValueArea"> <select name="EmpTitlevalue" class="select" id="EmpTitlevalue">
<%=createSel("XingZhengdengji","")%>
</select></td>
</tr>
<tr>
<td width="3%" align="right" nowrap class="Caption"><div align="center"><span lang="zh-cn">
<input name="EmpDimissionDate" type="checkbox" id="EmpDimissionDate" value="EmpDimissionDate">
</span></div></td>
<td width="28%" align="right" nowrap class="Caption"><span lang="zh-cn"><font size="2">在职/离职:</font></span></td>
<td colspan="2" class="ValueArea"> <select name="EmpDimissionDatevalue" size="1" class="Text" id="EmpDimissionDatevalue" style="width:100%">
<option />
<option value="在职">在职</option>
<option value="离职">离职</option>
</select> </td>
</tr>
<tr>
<td width="3%" align="right" nowrap class="Caption"><div align="center"><span lang="zh-cn">
<input name="EmpFinallevel" type="checkbox" id="EmpFinallevel" value="EmpFinallevel">
</span></div></td>
<td width="28%" align="right" nowrap class="Caption"><span lang="zh-cn"><font size="2">学历:</font></span></td>
<td colspan="2" class="ValueArea"> <select name="EmpFinallevelvalue" size="1" class="Text" id="EmpFinallevelvalue" style="width:100%">
<%=createSel("Xueli","")%>
</select> </td>
</tr>
<tr>
<td align="right" nowrap class="Caption"><span lang="zh-cn">
<input name="IsTemp" type="checkbox" id="IsTemp" value="IsTemp">
</span></td>
<td align="right" nowrap class="Caption">正式员工:</td>
<td colspan="2" class="ValueArea">
<select name="IsTempvalue" size="1" class="Text" id="IsTempvalue" style="width:100%">
<option />
<option value="是">是</option>
<option value="否">否</option>
</select></td>
</tr>
<tr>
<td width="3%" align="right" nowrap class="Caption"><div align="center"><span lang="zh-cn">
<input name="EmphireDate" type="checkbox" id="EmphireDate" value="EmphireDate">
</span></div></td>
<td width="28%" align="right" nowrap class="Caption"><span lang="zh-cn"><font size="2">录用日期:</font></span></td>
<td width="34%" class="ValueArea"> <select name="hireDateyear" class="select" id="hireDateyear">
<option />
<%for i = 0 to 20%>
<option value="<%=1990+i%>"><%=right(Cstr(1990+i),2)%>年</option>
<%next%>
</select></td>
<td width="35%" class="ValueArea"><select name="hireDatemonth" class="select" id="hireDatemonth">
<option />
<%for i = 1 to 12%>
<option value="<%=i%>"><%=i%>月</option>
<%next%>
</select></td>
</tr>
<tr>
<td width="3%" align="right" nowrap class="caption" colspan="4">
<input name="DateLogic" type="radio" id="DateLogic" value="=" checked>仅包含该日期内的所有员工<br>
<input name="DateLogic" type="radio" id="DateLogic" value="<=">包含该日期以前的所有员工<br>
<input name="DateLogic" type="radio" id="DateLogic" value=">=">包含该日期以后的所有员工
</td>
</tr>
</table>
</fieldset>
<table width="98%" border="0" align="center">
<tr>
<td width="9%" nowrap><font size="2">查询逻辑:</font></td>
<td width="82%" nowrap> <font size="2">
<input name="searchlogic" type="radio" value="and" checked>
与
<input type="radio" value="or" name="searchlogic">
或</font></td>
<td width="9%" nowrap onClick="dosearch()" style="cursor:hand"> <div align="right"><span lang="zh-cn"><font size="2"><img src="images/Search.gif" width="17" height="17" align="absmiddle">查询</font></span></div></td>
</tr>
</table>
<p align="right"><span lang="zh-cn"></span></p>
<input type="hidden" name="searchfields" value="">
<input type="hidden" name="searchvalues" value="">
<input type="hidden" name="orgURL" value="">
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -