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

📄 employee_addnew.asp

📁 北京华信东方网络办公系统
💻 ASP
字号:
<!--#include file= "../dbase.asp"-->
<!--#include file= "../department/department_function.asp"-->
<!--#include file= "../duty/duty_function.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<link href="../MSTYLE.CSS" rel="stylesheet" type="text/css">
</head>

<body>
<FORM name="From1" method=post ID="Form1" action="employee_deal.asp?DealWay=addnew&Condition=0">
<p align="center"></p>
  <table width="600"  cellpadding=3 cellspacing=1 border=0 align="center" bgcolor=#0099cc>
    <TBODY>
      <tr> 
        <td height="24" colspan="4" align="center" bgcolor="99ccff"><b>员 工 入 职 
          表</b></td>
      </tr>
      <tr bgcolor="f2f8ff"> 
        <td width="150" bgcolor="f2f8ff">*<strong>工号:</strong><br>
六位工号如:000081</td>
        <td width="150"> <input name="c_UserID" type="text" id="c_UserID" size="7" maxlength="6">
          <iframe name="checkUID" frameborder=0 width=80 height=20 scrolling=no src="employee_checkUID.asp"></iframe>
          </td>
        <td width="150" bgcolor="f2f8ff">*<strong>姓名:</strong></td>
        <td width="150"> <input name="v_UserTrueName" type="text" id="v_UserTrueName"></td>
      </tr>
      <tr bgcolor="f2f8ff"> 
        <td width="150" bgcolor="f2f8ff"><strong>部门:</strong></td>
        <td width="150"><select name="v_DepartmentName" id="v_DepartmentName">
            <%if request("DepartmentCode")="" then
DepartmentCode = ""
else
DepartmentCode = cint(request("DepartmentCode"))
end if
rstree=DepartmentArray(DepartmentCode)
if not isnull(rstree) then
call DepartmentSelect(rstree,"Name")
end if
%></select></td>
        <td width="150" bgcolor="f2f8ff"><strong>职务:</strong></td>
        <td width="150"><select name="v_duty" id="v_duty">
            <%
rstree=DutyArray("")
if not isnull(rstree) then
call DutySelect(rstree,"Name")
end if
%>
          </select></td>
      </tr>
      <tr bgcolor="f2f8ff"> 
        <td width="150" bgcolor="f2f8ff"><strong>电话:</strong></td>
        <td width="150"> <input name="v_OtherTelNum" type="text" id="v_OtherTelNum"></td>
        <td width="150" bgcolor="f2f8ff"><strong>Email:</strong></td>
        <td width="150"> <input name="v_Email" type="text" id="v_Email"></td>
      </tr>
      <tr bgcolor="f2f8ff"> 
        <td width="150" bgcolor="f2f8ff"><strong>手机:</strong><br>
多个号码用“|”分开</td>
        <td width="150"> <input name="v_MobileNumber" type="text" id="v_MobileNumber" maxlength="50"></td>
        <td width="150" bgcolor="f2f8ff"><strong>常驻地:</strong><br>
员工办公地点</td>
        <td width="150"> <input name="v_WorkPlace" type="text" id="v_WorkPlace"></td>
      </tr>
	  <tr bgcolor="f2f8ff"> 
        <td width="150" height="44"><strong>主要职责:</strong></td>
        <td height="44" colspan="3"><TEXTAREA name=v_remark cols=60 rows=5 wrap=PHYSICAL id="v_remark"></TEXTAREA></td>
      </tr>
      <tr bgcolor="f2f8ff"> 
        <td width="150"><strong>性别:</strong></td>
        <td width="150"> <input name="c_Sex" type="radio" value="男" checked>
          <input type="radio" name="c_Sex" value="女">
          女</td>
        <td width="150" bgcolor="f2f8ff"><strong>民族:</strong></td>
        <td width="150"> <input name="v_Peoples" type="text" id="v_Peoples"></td>
      </tr>
      <tr bgcolor="f2f8ff"> 
        <td width="150"><strong>出生日期:</strong></td>
        <td width="150"><input id="d_Birthday" name="d_Birthday" type="text" value="<%=FormatDateTime(now(),2)%>">
          <label language=javascript onClick="ChoiceDate('calendar.asp?form=Form1&field=d_Birthday');" style="cursor: hand;" title="选择日期">选</label></td>
        <td width="150"><strong>籍贯:</strong></td>
        <td width="150"><input name="v_NativePlace" type="text" id="v_NativePlace"></td>
      </tr>
      <tr bgcolor="f2f8ff"> 
        <td width="150"><strong>照片:</strong></td>
        <td colspan="3" bgcolor="f2f8ff"><iframe name="ad" frameborder=0 width=300 height=25 scrolling=no src=photo_upload.asp></iframe> 
          <br>
          图像位置: 
          <input type="TEXT" name="v_PicturePath" size=20 maxlength=100 ID="Text1"> 
          &nbsp;完整Url地址 </td>
      </tr>
    </tbody>
  </table>
<p align="center">
    <input type=submit value=" 注 册 " ID="Submit1">
    

⌨️ 快捷键说明

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