当前位置: 代码迷 >> Web前端 >> 人力map技术总结
  详细解决方案

人力map技术总结

热度:139   发布时间:2012-11-23 00:03:43.0
人力地图技术总结
function nameSearch()
    {
    var userName = document.getElementById("username").value; 
document.searchName.action = "<%=request.getContextPath()%>/hrmap/hrmapManage.html?m=searchByName&companyId=<c:out value="${deptId}"/>";
document.searchName.submit();
    }


<et:table tableId="manageList"
  title="工作日志列表"
  action="hrmapManage.html?m=listDeptManage&companyId=${deptId}" border="0"
  imagePath="${pageContext.request.contextPath}/webframework/images/*.gif"
  items="manageList"
  var="m"
  view="compact"
          filterable="false"
          rowsDisplayed="10"
          sortable="true">
<et:row highlightRow="true">


<et:column width="5%" property="_0" style="text-align: center;"
title='<input type="checkbox" id="mmAll" name="mmAll" title="mm" onclick="checkAll(this, this.title)"'>
<input type="checkbox" name="mm" value="123"
onclick="checkItem(this, 'mmAll')">
</et:column>
<et:column width="10%" property="xm" title="姓名"
style="text-align: center;" />
<et:column width="20%" property="bmmc" title="所属部门"
style="text-align: center;" />
<et:column width="10%" property="duty" title="职务"
style="text-align: center;" />
<et:column width="10%" property="ordernum" title="人员排序号码"
style="text-align: center;" />
<et:column width="10%" property="personType" title="详情"
style="text-align: center;">
<a href='hrmapManage.html?m=manageMapEmployeeDetail&userId=${m.ryid}'
class="nbw_anchor">修改</a>
</et:column>


</et:row>
</et:table>
  相关解决方案