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

📄 hrmbase_edit_tx.asp

📁 OFFICE办公自动化
💻 ASP
📖 第 1 页 / 共 2 页
字号:
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>最高学历:</td>
          <td width="400" nowrap>
          	<select size=1 name="xl" class="input">
          		<option value="" <%=selected(showvalue("xl"),"")%>></option>
          		<option value="中专以下" <%=selected(showvalue("xl"),"中专以下")%>>中专以下</option>
          		<option value="中专" <%=selected(showvalue("xl"),"中专")%>>中专</option>
          		<option value="大专" <%=selected(showvalue("xl"),"大专")%>>大专</option>
          		<option value="本科" <%=selected(showvalue("xl"),"本科")%>>本科</option>
          		<option value="研究生" <%=selected(showvalue("xl"),"研究生")%>>研究生</option>
          	</select>
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>所学专业:</td>
          <td width="400" nowrap><input type="text" name="sxzy" value="<%=showvalue("sxzy")%>" size="40" maxlength="250" class="input">
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>何时毕业:</td>
          <td width="400" nowrap>
          	<input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="hsby" value="<%=showvalue("hsby")%>" class="input" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <a href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.hsby, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a>
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>何校毕业:</td>
          <td width="400" nowrap><input type="text" name="hxby" value="<%=showvalue("hxby")%>" size="40" maxlength="250" class="input">
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>职业资格:</td>
          <td width="400" nowrap><input type="text" name="zyzg" value="<%=showvalue("zyzg")%>" size="40" maxlength="250" class="input">
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>授予时间:</td>
          <td width="400" nowrap><input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="zcsysj" value="<%=showvalue("zcsysj")%>" class="input" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <a href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.zcsysj, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a>
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>授予机关:</td>
          <td width="400" nowrap><input type="text" name="zcsyjg" value="<%=showvalue("zcsyjg")%>" size="40" maxlength="250" class="input">
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>工种:</td>
          <td width="400" nowrap>
          	<input type="radio" value="工人" name="gz" <%if showvalue("gz")="工人" then response.write"checked"%>>工人
            <input type="radio" value="工程管理" name="gz" <%if showvalue("gz")="工程管理" then response.write"checked"%>>工程管理
            <input type="radio" value="行政管理" name="gz" <%if showvalue("gz")="行政管理" then response.write"checked"%>>行政管理
            <input type="radio" value="财务" name="gz" <%if showvalue("gz")="财务" then response.write"checked"%>>财务
            <input type="radio" value="机械" name="gz" <%if showvalue("gz")="机械" then response.write"checked"%>>机械
          </td>
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>婚姻状况:</td>
          <td width="400" nowrap>
          	<input type="radio" value="已婚" name="hyzk" <%if showvalue("hyzk")="已婚" then response.write"checked"%>>已婚
            <input type="radio" value="未婚" name="hyzk" <%if showvalue("hyzk")="未婚" then response.write"checked"%>>未婚
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>子女状况:</td>
          <td width="400" nowrap>
          	<input type="radio" value="无" name="znzk" <%if showvalue("znzk")="无" then response.write"checked"%>>无
            <input type="radio" value="独子" name="znzk" <%if showvalue("znzk")="独子" then response.write"checked"%>>独子
            <input type="radio" value="多个" name="znzk" <%if showvalue("znzk")="多个" then response.write"checked"%>>多个
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>子女出生年月:</td>
          <td width="400" nowrap>
          	<input type="text" name="zncsy" value="<%=showvalue("zncsy")%>" size="4" maxlength="4" class="input" check_plusint=("子女出生年月格式错误")> 年
          	<input type="text" name="zncsm" value="<%=showvalue("zncsm")%>" size="2" maxlength="2" class="input" check_plusint=("子女出生年月格式错误")> 月
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>参加工作时间:</td>
          <td width="400" nowrap><input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="sccjgzsj" value="<%=showvalue("sccjgzsj")%>" class="input" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <a href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.sccjgzsj, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a>
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>入职日期:</td>
          <td width="400" nowrap><input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="rzdate" value="<%=showvalue("rzdate")%>" class="input" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <a href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.rzdate, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a>
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>入职状态:</td>
          <td width="400" nowrap>
          	<input type="radio" value="第一次就业" name="rzzt" <%if showvalue("rzzt")="第一次就业" then response.write"checked"%>>第一次就业
            <input type="radio" value="再就业" name="rzzt" <%if showvalue("rzzt")="再就业" then response.write"checked"%>>再就业
            <input type="radio" value="部队转业" name="rzzt" <%if showvalue("rzzt")="部队转业" then response.write"checked"%>>部队转业
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>工作岗位/职务:</td>
          <td width="400" nowrap>
          	<input type="text" name="xgzgw" value="<%=showvalue("xgzgw")%>" size="40" maxlength="250" class="input">
          </td>
        </tr>
        <!--tr>
          <td width="100" align="right" valign="top" nowrap>现任职务:</td>
          <td width="400" nowrap><input type="text" name="xrzw" value="<%=showvalue("xrzw")%>" size="40" maxlength="250" class="input">
          </td>
        </tr-->
        <tr>
          <td width="100" align="right" valign="top" nowrap>是否工会会员:</td>
          <td width="400" nowrap>
          	<input type="radio" value="否" name="sfghhy" <%if showvalue("sfghhy")="否" then response.write"checked"%>>否
            <input type="radio" value="是" name="sfghhy" <%if showvalue("sfghhy")="是" then response.write"checked"%>>是
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>入会日期:</td>
          <td width="400" nowrap><input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="rhrq" value="<%=showvalue("rhrq")%>" class="input" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <a href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.rhrq, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a>
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>联系电话:</td>
          <td width="400" nowrap><input type="text" name="bgdh" value="<%=showvalue("bgdh")%>" size="40" maxlength="250" class="input">
          </td>
        </tr>
        <!--tr>
          <td width="100" align="right" valign="top" nowrap>移动电话:</td>
          <td width="400" nowrap><input type="text" name="yddh" value="<%=showvalue("yddh")%>" size="40" maxlength="250" class="input" check_mobilephone="移动电话号码格式不对,小灵通请加106区号(例如10602366959983)">
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>住宅电话:</td>
          <td width="400" nowrap><input type="text" name="zzdh" value="<%=showvalue("zzdh")%>" size="40" maxlength="250" class="input">
          </td>
        </tr-->
        <tr>
          <td width="100" align="right" valign="top" nowrap>备注:</td>
          <td width="400" nowrap><textarea name="remark" rows="5" cols="39" class="textarea"><%=showvalue("remark")%></textarea>
          </td>
        </tr>
        <tr>
          <td width="100%" colspan="2">
           <input type="submit" value="确定" class="button0" onmouseout=className="button0" onmouseover=className="button1"> <input type="reset" value="全部重写" class="button0" onmouseout=className="button0" onmouseover=className="button1">
           	<%if not rs.eof then%>
           		&nbsp;<input type="submit" value="恢复在职状态"  onClick="if(confirm('确定将该员工设置为在职员工吗?\n设置后可以在在职员工档案中查询该员工!')){addedit_subed.value='tuixiu';}else return false;" class="button0" onmouseout=className="button0" onmouseover=className="button1">
           	<%end if%>
          </td>
        </tr>
      </table>

    </form>

    </td>
  </tr>
  <tr>
    <td width="25%" class="tdBottom">
    </td>
  </tr>
</table>
</div>
</body>

</html>

<%'释放对象变量
rs.close
oConn.close
%> 

⌨️ 快捷键说明

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