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

📄 neworder1.jsp

📁 为交课程设计
💻 JSP
📖 第 1 页 / 共 2 页
字号:
{
    if(WebCalendar.objExport)
    {
        var returnValue;
        var a = (arguments.length==0) ? WebCalendar.day[this.id.substr(8)].split("/") : arguments[0].split("/");
        var d = WebCalendar.format.match(/^(\w{4})(-|\/)(\w{1,2})\2(\w{1,2})$/);
        if(d==null){alert("你设定的日期输出格式不对!\r\n\r\n请重新定义 WebCalendar.format !"); return false;}
        var flag = d[3].length==2 || d[4].length==2; //判断返回的日期格式是否要补零
        returnValue = flag ? a[2] +d[2]+ appendZero(a[1]) +d[2]+ appendZero(a[0]) : a[2] +d[2]+ a[1] +d[2]+ a[0];
        if(WebCalendar.timeShow)
        {
            var h = new Date().getHours(), m = new Date().getMinutes(), s = new Date().getSeconds();
            returnValue += flag ? " "+ appendZero(h) +":"+ appendZero(m) +":"+ appendZero(s) : " "+  h  +":"+ m +":"+ s;
        }
        WebCalendar.objExport.value = returnValue;
        hiddenCalendar();
    }
}
function document.onclick()
{
    if(WebCalendar.eventSrc != window.event.srcElement) hiddenCalendar();
}
//-->

</SCRIPT>
<body>
<p><bean:message key="hr.order.new.head"/></p>

<table  height="798" >
  <tr>
    <th height="30" colspan="10">
      <div align="left"><bean:message key="hr.order.new.head"/>
      </div></th>
            <div align="center">
        <p align="left">&nbsp;</p>
  </div>    </tr>
  <form method="POST" action="/AddOrderAction.do">
  <tr>
    <td width="63" height="34"><font color="#FF0000">
      <bean:message key="hr.order.new.orderid"/></font></td>
    <td height="34" colspan="3">
      <html:text property="orderid" disabled="true"></html:text></td>
    <td width="157" height="34">&nbsp;</td>
    <td height="34" colspan="3">&nbsp;</td>
  </tr>
  <tr>
    <td height="26"><font color="#0099FF"><bean:message key="hr.order.new.customer"/></font></td>
    <td height="26" colspan="3">
      <html:select property="customer_id" size="1">
	<html:optionsCollection property="Customer" value="customer_id" label="name"/>
      </html:select>
    </td>
    <td width="157" height="26"><bean:message key="hr.order.new.jobposition"/></td>
    <td height="26" colspan="3">
     </td>
  </tr>
  <tr>
    <td height="26"><font color="#0099FF">
      <bean:message key="hr.order.new.department_name"/></font></td>
    <td height="26" colspan="3">

    </td>
    <td width="157" height="26"><bean:message key="hr.order.new.sex"/></td>
    <td height="26" colspan="3">

        <input type="radio" value="V1" checked name="R1">
        男  <input type="radio" value="V1" checked name="R1"> 女 <input type="radio" value="V1" checked name="R1"> 不限</td>
  </tr>
  <tr>
    <td height="26"><bean:message key="hr.order.new.responsibility_by"/></td>
    <td height="26" colspan="3"><html:text property="responsibility_by" maxlength="18"></html:text>

    </td>
    <td width="157" height="26"><bean:message key="hr.order.new.number"/></td>
    <td height="26" colspan="3"><html:text property="number" maxlength="10"></html:text>
      人</td>
  </tr>
  <tr>
    <td height="26"><bean:message key="hr.order.new.responsibility_by_address"/></td>
    <td height="26" colspan="3"><html:text property="responsibility_by_address"></html:text></td>
    <td width="157" height="26"><bean:message key="hr.order.new.workplace"/></td>
    <td height="26" colspan="3">
      <html:radio property="comapny" value="company"><bean:message key="hr.order.new.workplace.company"/></html:radio>
      <html:radio property="other" value="other"><bean:message key="hr.order.new.workplace.other"/></html:radio>
  </tr>
  <tr>
    <td height="25" valign="middle"><div align="left"><b><bean:message key="hr.order.new.linkmethod"/></b></div></td>
    <td height="25" colspan="3">&nbsp;</td>
    <td width="157" height="25"><bean:message key="hr.order.new.start_work_time"/></td>
    <td height="25" colspan="3"><font color="#0000FF">
      <select name="select8" size="1">
        <option>急</option>
        <option selected>越快越好</option>
      </select>
</font> </td>
  </tr>
  <tr>
    <td height="25" valign="middle"><bean:message key="hr.order.new.telphone"/> </td>
    <td height="25" colspan="3"><html:text property="telphone"></html:text></td>
  </tr>
  <tr>
    <td height="25" valign="middle"><bean:message key="hr.order.new.fax"/></td>
    <td height="25" colspan="3"><html:text property="fax"></html:text>
      </td>
    <td width="157" rowspan="2" height="19"><bean:message key="hr.order.new.registered"/></td>
    <td height="19" colspan="3" rowspan="2"><select name="select" size="1">
      <option selected>无锡 </option>
      <option selected>无锡附近 </option>
        <option>江苏地区</option>
        <option>华东地区</option>
        <option>其他</option>
      </select></td>
  </tr>
  <tr>
    <td height="1" valign="middle"><bean:message key="hr.order.new.email"/></td>
    <td height="1" colspan="3"><html:text property="email"></html:text></td>
  </tr>
  <tr>
    <td height="26"><bean:message key="hr.order.new.belongto_department"/></td>
    <td height="26" colspan="3"><html:text property="belongto_department"></html:text></td>
    <td width="157" height="26"><bean:message key="hr.order.new.degree"/></td>
    <td height="26" colspan="3"><select name="select" size="1">
        <option>高中</option>
        <option>中专</option>
        <option>大专</option>
        <option>本科</option>
        <option>研究生</option>
      </select></td>
  </tr>
  <tr>
    <td height="26"><bean:message key="hr.order.new.job_type"/></td>
    <td height="26" colspan="3"><html:text property="job_type"></html:text></td>
    <td width="157" height="26"><bean:message key="hr.order.new.major"/></td>
    <td height="26" colspan="3"><select name="select6" size="1">
      <option>计算机专业</option>
      <option>通信工程</option>
      <option>金融专业</option>
      <option>电子电气</option>
      <option>会计专业</option>
      <option>日语</option>
      <option>金贸国贸</option>
        </select></td>
  </tr>
  <tr>
    <td height="26"><bean:message key="hr.order.new.age"/></td>
    <td height="26" colspan="3">
      <html:text property="agestart"></html:text>
      <html:text property="ageend"></html:text>
     岁</td>
    <td width="157" height="26"><bean:message key="hr.order.new.languagelevel"/></td>
    <td height="26" colspan="3">&nbsp;</td>
    </tr>
  <tr>
    <td height="55" rowspan="2"><bean:message key="hr.order.new.work_todo"/></td>
    <td height="55" colspan="3" rowspan="2">
      <html:textarea property="work_todo">
      </html:textarea>
    </td>
    <td width="157" height="26"><bean:message key="hr.order.new.japaneselevel"/></td>
    <td height="26" colspan="3"><select name="japaneselevel" size="1">
      <option>一级</option>
      <option>二级</option>
      <option>三级</option>
      <option>四级</option>
        </select></td>
    </tr>
  <tr>
    <td width="157" height="25"><bean:message key="hr.order.new.englishlevel"/></td>
    <td height="25" colspan="3"><select name="englishlevel" size="1">
      <option>四级</option>
      <option>六级</option>
        </select></td>
    </tr>
  <tr>
    <td height="43"><bean:message key="hr.order.new.work_skill"/></td>
    <td height="43" colspan="3">
      <html:textarea property="work_skill">
      </html:textarea></td>
  </tr>
  <tr>
    <td height="43"><bean:message key="hr.order.new.request_competency"/></td>
    <td height="43" colspan="3">
      <html:textarea property="competency">
      </html:textarea></td>
    <td width="157" height="43"><bean:message key="hr.order.new.other_competency"/></td>
    <td height="43" colspan="3">
      <html:textarea property="other_competency">
      </html:textarea></td>
  </tr>
  <tr>
    <td height="67"><bean:message key="hr.order.new.treatment"/></td>
    <td colspan="4" height="67"><p>
          &nbsp;<bean:message key="hr.order.new.salary"/>
     <html:text property="salarystart"></html:text>
     <html:text property="salaryend"></html:text>
      元 </p>
      <p>          &nbsp;<bean:message key="hr.order.new.assistance"/>
            <html:text property="assistance"></html:text>
</p></td>
    <td colspan="3" height="67"><p>
      &nbsp;<bean:message key="hr.order.new.bonus"/>
<select name="bonus" size="1">
  <option>一个月</option>
  <option>两个月</option>
  <option>三个月</option>
</select>
</p>
      <p>
        &nbsp;<bean:message key="hr.order.new.other"/>
        <html:text property="other"></html:text>
          </p></td>
    </tr>
  <tr>
    <td height="26"><bean:message key="hr.order.new.probationership_month"/></td>
    <td height="26" colspan="3">
      <html:option value="probationership">
        <html:select property="probationership" value="1"></html:select>
        <html:select property="probationership" value="2"></html:select>
      </html:option></td>
    <td width="157" height="26">&nbsp;</td>
    <td width="259" height="26">&nbsp;</td>
    <td width="3" height="26">&nbsp;</td>
    <td height="26">&nbsp;</td>
  </tr>
  <tr>
    <td height="139" rowspan="4"><bean:message key="hr.order.new.welfare"/></td>
    <td height="48" colspan="2">
      社报</td>
    <td colspan="5" valign="middle" height="48"><p>
          <html:checkbox property="shebao" value="shebao"></html:checkbox>
      养老保险
      <input type="checkbox" name="checkbox6" value="checkbox">
        医疗保险
        <input type="checkbox" name="checkbox7" value="checkbox">
        失业保险
        <input type="checkbox" name="checkbox8" value="checkbox">
        生育保险
        <input type="checkbox" name="checkbox9" value="checkbox">
        工伤保险
        <br><input type="checkbox" name="checkbox10" value="checkbox">
        住房积金
        <input type="checkbox" name="checkbox11" value="checkbox">
其他保险&nbsp;
      </p>      </td>
    </tr>
  <tr>
    <td height="27" colspan="2"><bean:message key="hr.order.new.housingstatus"/></td>
    <td colspan="5" height="27">
      <html:checkbox property="have"> <bean:message key="hr.order.new.housingstatus.have"/> </html:checkbox>
     <html:checkbox property="nohave"> <bean:message key="hr.order.new.housingstatus.nohave"/> </html:checkbox>
      <html:checkbox property="subsidy "><bean:message key="hr.order.new.housingstatus.subsidy"/> </html:checkbox>
      <html:text property="subsidy" maxlength="10"></html:text>
    </td>
  </tr>
  <tr>
    <td height="26" colspan="2"><bean:message key="hr.order.new.buscion"/></td>
    <td colspan="5" height="26">
     <html:checkbox property="have"> <bean:message key="hr.order.new.buscion.have"/> </html:checkbox>
     <html:checkbox property="nohave"> <bean:message key="hr.order.new.buscion.nohave"/> </html:checkbox>
    <html:checkbox property="subsidy "><bean:message key="hr.order.new.buscion.subsidy"/> </html:checkbox>
    </td>
  </tr>
  <tr>
    <td height="26" colspan="2"><bean:message key="hr.order.new.othersystem"/></td>
    <td colspan="5" height="26">
     <html:text property="othersystem"></html:text>
    </td>
  </tr>
  <tr>
    <td height="27"></td>
    <td height="27" colspan="3"><html:submit><bean:message key="hr.order.new.submit"/></html:submit></td>
    <td width="157" height="27"><html:reset><bean:message key="hr.order.new.reset"/></html:reset></td>
    <td height="27" colspan="3"></td>
  </tr>
  </form>
</table>

</body>

</html:html>

⌨️ 快捷键说明

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