etms/WEB-INF/view/cetc54/train/yearsummary/year_summary_group_detail.ftl
liyuchen c24bea2687 Initial commit: JCDP 教育培训管理系统 v54
- 系统管理模块(用户/角色/组织/权限/日志)
- 教育培训计划管理模块
- 教育培训实施模块
- 考试管理模块
- 调研问卷管理模块
- 外派培训管理模块
- 年度培训总结模块
- 学习资源管理模块
- 任职资格管理模块
- 即时通讯模块
- APP 版本管理
- 统计分析模块(FineReport)
- 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md)
- 项目开发指南(PROJECT_GUIDE.md)
2026-04-16 16:41:34 +08:00

42 lines
1.6 KiB
Plaintext

<div id="grid_detail">
<div class="grid_toolbar">
<table style="width:100%;">
<tr>
<td style="width:100%;">
<button type="button" id="btnaddkc" ui-config="style:'button_submit'">添加
</button>
</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 sortfield="name">课程名称</td>
<td>原因说明</td>
<td>处理意见</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="deletekcRow(this);"></a>-->
<#--</td>-->
<td>{{i+1}}</td>
<#--<td title="{{value.kcmc}}"><input class="kcmc" disabled="disabled" value="{{value.kcmc}}" title="{{value.kcmc}}" style="width: 400px"/></td>-->
<td title="{{value.kcmc}}"><span class="kcmc">{{value.kcmc}}</span></td>
<td title="{{value.yysm}}"><input class="yysm" value="{{value.yysm}}" title="{{value.yysm}}"/></td>
<td title="{{value.clyj}}"><input class="clyj" value="{{value.clyj}}" title="{{value.clyj}}" /></td>
</tr>
</tbody>
</table>
</div>