| | |
| | | <a class="btn btn-danger multiple disabled" onclick="$.operate.removeAll()" shiro:hasPermission="geo:projectPerson:remove"> |
| | | <i class="fa fa-remove"></i> 删除 |
| | | </a> |
| | | <a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="geo:projectPerson:export"> |
| | | <i class="fa fa-download"></i> 导出 |
| | | </a> |
| | | <!-- <a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="geo:projectPerson:export">--> |
| | | <!-- <i class="fa fa-download"></i> 导出--> |
| | | <!-- </a>--> |
| | | </div> |
| | | <div class="col-sm-12 select-table table-striped"> |
| | | <table id="bootstrap-table"></table> |
| | |
| | | $(function() { |
| | | var options = { |
| | | url: prefix + "/list?projectId="+projectId, |
| | | createUrl: prefix + "/add", |
| | | createUrl: prefix + "/add?projectId="+projectId, |
| | | updateUrl: prefix + "/edit/{id}", |
| | | removeUrl: prefix + "/remove", |
| | | exportUrl: prefix + "/export", |
| | |
| | | title : '手机号' |
| | | }, |
| | | { |
| | | field : 'address', |
| | | title : '地址' |
| | | field : 'idCard', |
| | | title : '身份证号' |
| | | }, |
| | | { |
| | | field : 'personGroup', |
| | | title : '人员分组' |
| | | }, |
| | | { |
| | | field : 'responsibility', |
| | | title : '职责' |
| | | }, |
| | | { |
| | | field : 'inSiteTime', |
| | | title : '进场时间' |
| | | }, |
| | | { |
| | | field : 'outSiteTime', |
| | | title : '出场时间' |
| | | }, |
| | | { |
| | | field : 'documentType', |
| | | title : '证件类型', |
| | | visible: false |
| | | }, |
| | | { |
| | | field : 'documentCode', |
| | | title : '证件编号', |
| | | visible: false |
| | | }, |
| | | { |
| | | field : 'remark', |
| | | title : '备注' |