- 系统管理模块(用户/角色/组织/权限/日志) - 教育培训计划管理模块 - 教育培训实施模块 - 考试管理模块 - 调研问卷管理模块 - 外派培训管理模块 - 年度培训总结模块 - 学习资源管理模块 - 任职资格管理模块 - 即时通讯模块 - APP 版本管理 - 统计分析模块(FineReport) - 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md) - 项目开发指南(PROJECT_GUIDE.md)
75 lines
3.7 KiB
Plaintext
75 lines
3.7 KiB
Plaintext
<div id="list_user" >
|
|
<div class="grid_toolbar">
|
|
<table style="width:100%;" >
|
|
<tr>
|
|
<td style="width:100%;">
|
|
<button type="button" id="btnAddxy" ui-config="style:'button_submit'">添加
|
|
</button>
|
|
<span id="implBtn" style="padding-left: 20px;display:inline-block">
|
|
<form id="fileform" enctype="multipart/form-data" method="post">
|
|
<input type="file" id="fileSelect" name="taskFile" accept=".xls,.xlsx" />
|
|
<button type="button" id="btnImp"
|
|
ui-config="fontIcon:{left:{icon:'fa-file-excel-o',color:'#fff',size:14}},style:'button_submit'">导入
|
|
</button>
|
|
<a title="模版下载" href="${asset_path}/_temp/classuser.xls">模版下载</a>
|
|
</form>
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<table class="grid_data">
|
|
<thead>
|
|
<tr>
|
|
<td style="width: 20px;"><input class="grid_selector" type="checkbox" id="cbAll"/></td>
|
|
<td style="width: 44px;">操作</td>
|
|
<td style="width: 28px;">序号</td>
|
|
|
|
<#--<td style="width: 100px;">姓名</td>-->
|
|
<#--<#–<td style="width: 100px;">部门</td>–>-->
|
|
<#--<td style="width: 100px;">工资号</td>-->
|
|
<#--<td style="width: 100px;">职务(职称)</td>-->
|
|
<#--<td style="width: 100px;">设计师系统级别</td>-->
|
|
<#--<td style="width: 100px;">移动电话</td>-->
|
|
|
|
<td style="width: 100px;"><span style="color: red">*</span>部门</td>
|
|
<td style="width: 100px;">岗位序列</td>
|
|
<td style="width: 100px;"><span style="color: red">*</span>姓名</td>
|
|
<td style="width: 100px;"><span style="color: red">*</span>工资号</td>
|
|
<td style="width: 100px;">职称</td>
|
|
<td style="width: 100px;">设计师系统级别</td>
|
|
<td style="width: 100px;">移动电话</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr class="row{{i%2}}">
|
|
<td><input class="grid_selector" type="checkbox" id="cb{{i}}"/></td>
|
|
<td class="tableCenterTd">
|
|
|
|
<a class="icon icon_rowdelete" title="删除" href="javascript:void(0);"
|
|
onclick="deleteuserRow(this);"></a>
|
|
</td>
|
|
<td>{{i+1}}</td>
|
|
|
|
<#--<td><input class="username" value="{{value.username}}" /></td>-->
|
|
<#--<#–<td><input class="groupname" value="{{value.groupname}}" /></td>–>-->
|
|
<#--<#–<td><select id="seluser" class="selectuser" style="width: 200px;height:30px;" name='{{value.groupid}}'></select></td>–>-->
|
|
<#--<td><input class="usercode" value="{{value.usercode}}" /></td>-->
|
|
<#--<td><input class="zw" value="{{value.zw}}" /></td>-->
|
|
<#--<td><input class="sjsjb" value="{{value.sjsjb}}" /></td>-->
|
|
<#--<td><input class="lxfs" value="{{value.lxfs}}" /></td>-->
|
|
|
|
<td><input class="groupname" value="{{value.groupname}}" /></td>
|
|
<td><input class="position" value="{{value.position}}" /></td>
|
|
<td><input class="username" value="{{value.username}}" /></td>
|
|
<td><input class="usercode" value="{{value.usercode}}" /></td>
|
|
<td><input class="zw" value="{{value.zw}}" /></td>
|
|
<td><input class="sjsjb" value="{{value.sjsjb}}" /></td>
|
|
<td><input class="lxfs" value="{{value.lxfs}}" /></td>
|
|
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<#--<div id="paginationId" class="grid_pagination"></div>-->
|
|
</div>
|