|
@@ -329,91 +329,91 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="hidden-xs" id="TalentInfoTableToolbar" role="group">
|
|
|
- <if condition="chkCommission('/admin/talent/prepareHczx','/talentInfo/prepareHczx')">
|
|
|
- <button type="button" class="btn btn-sm btn-primary " onclick="TalentInfo.showDataCheckModal(1)">
|
|
|
- <i class="fa fa-file-excel-o"></i> 导出核查征信
|
|
|
- </button>
|
|
|
- </if>
|
|
|
- <if condition="chkCommission('/admin/talent/hczxReject','/talentInfo/hczxReject')">
|
|
|
- <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.showHczxRejectModal()">
|
|
|
- <i class="fa fa-warning"></i> 征信失信
|
|
|
- </button>
|
|
|
- </if>
|
|
|
- <if condition="chkCommission('/admin/talent/hczxPass','/talentInfo/hczxPass')">
|
|
|
- <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.showDataCheckModal(2)">
|
|
|
- <i class="fa fa-check"></i> 征信通过
|
|
|
- </button>
|
|
|
- </if>
|
|
|
- <if condition="chkCommission('/admin/talent/publicExportBefore','/talentInfo/publicExportBefore')">
|
|
|
- <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.showDataCheckModal(7)">
|
|
|
- <i class="fa fa-file-excel-o"></i> 公示预览
|
|
|
- </button>
|
|
|
- </if>
|
|
|
- <if condition="chkCommission('/admin/talent/preparePublic','/talentInfo/preparePublic')">
|
|
|
- <button type="button" class="btn btn-sm btn-danger " onclick="TalentInfo.showDataCheckModal(3)">
|
|
|
- <i class="fa fa-file-excel-o"></i> 公示
|
|
|
- </button>
|
|
|
- </if>
|
|
|
- <if condition="chkCommission('/admin/talent/preparePublicExport','/talentInfo/preparePublicExport')">
|
|
|
- <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.publicExport(1)">
|
|
|
- <i class="fa fa-file-excel-o"></i> 公示导出
|
|
|
- </button>
|
|
|
- </if>
|
|
|
- <if condition="chkCommission('/admin/talent/prepareCheck','/talentInfo/prepareCheck')">
|
|
|
- <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.afterCheck()">
|
|
|
- <i class="fa fa-check-square-o"></i> 公示再审核
|
|
|
- </button>
|
|
|
- </if>
|
|
|
- <if condition="chkCommission('/admin/talent/publicPass','/talentInfo/publicPass')">
|
|
|
- <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.showDataCheckModal(4)">
|
|
|
- <i class="fa fa-compass"></i> 公示通过
|
|
|
- </button>
|
|
|
- </if>
|
|
|
- <if condition="chkCommission('/admin/talent/publishExportBefore','/talentInfo/publishExportBefore')">
|
|
|
- <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.showDataCheckModal(8)">
|
|
|
- <i class="fa fa-television"></i> 公布预览
|
|
|
- </button>
|
|
|
- </if>
|
|
|
- <if condition="chkCommission('/admin/talent/preparePublish','/talentInfo/preparePublish')">
|
|
|
- <button type="button" class="btn btn-sm btn-danger" onclick="TalentInfo.showDataCheckModal(5)">
|
|
|
- <i class="fa fa-television"></i> 公布
|
|
|
- </button>
|
|
|
- </if>
|
|
|
- <if condition="chkCommission('/admin/talent/preparePublishExport','/talentInfo/preparePublishExport')">
|
|
|
- <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.publicExport(2)">
|
|
|
- <i class="fa fa-file-excel-o"></i> 公布导出
|
|
|
- </button>
|
|
|
- </if>
|
|
|
- <if condition="chkCommission('/admin/talent/prepareCanclePublish','/talentInfo/prepareCanclePublish')">
|
|
|
- <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.canclePublish()">
|
|
|
- <i class="fa fa-reply"></i> 撤销公布
|
|
|
- </button>
|
|
|
- </if>
|
|
|
- <if condition="chkCommission('/admin/talent/prepareCertification','/talentInfo/prepareCertification')">
|
|
|
- <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.showDataCheckModal(6)">
|
|
|
- <i class="fa fa-newspaper-o"></i> 发证
|
|
|
- </button>
|
|
|
- </if>
|
|
|
- <if condition="chkCommission('/admin/talent/prepareExport','/talentInfo/prepareExport')">
|
|
|
- <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.showExportModal()">
|
|
|
- <i class="fa fa-file-excel-o"></i> 导出
|
|
|
- </button>
|
|
|
- </if>
|
|
|
- <if condition="chkCommission('/admin/talent/prepareDownload','/talentInfo/prepareDownload')">
|
|
|
- <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.download()">
|
|
|
- <i class="fa fa-download"></i> 下载
|
|
|
- </button>
|
|
|
- </if>
|
|
|
- <if condition="chkCommission('/admin/talent/prepareDownload','/talentInfo/prepareDownload')">
|
|
|
- <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.downloadPhoto()">
|
|
|
- <i class="fa fa-cloud-download"></i> 批量下载头像
|
|
|
- </button>
|
|
|
- </if>
|
|
|
- <if condition="chkCommission('/admin/talent/libraryDetail','/talentInfo/libraryDetail')">
|
|
|
- <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.openTalentInfoDetail()">
|
|
|
- <i class="fa fa-eye"></i> 查看
|
|
|
- </button>
|
|
|
- </if>
|
|
|
+ {if condition="chkCommission('/admin/talent/exportHczx','/talentInfo/prepareHczx')"}
|
|
|
+ <button type="button" class="btn btn-sm btn-primary " onclick="TalentInfo.showDataCheckModal(1)">
|
|
|
+ <i class="fa fa-file-excel-o"></i> 导出核查征信
|
|
|
+ </button>
|
|
|
+ {/if}
|
|
|
+ {if condition="chkCommission('/admin/talent/hczxReject','/talentInfo/hczxReject')"}
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.showHczxRejectModal()">
|
|
|
+ <i class="fa fa-warning"></i> 征信失信
|
|
|
+ </button>
|
|
|
+ {/if}
|
|
|
+ {if condition="chkCommission('/admin/talent/hczxPass','/talentInfo/hczxPass')"}
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.showDataCheckModal(2)">
|
|
|
+ <i class="fa fa-check"></i> 征信通过
|
|
|
+ </button>
|
|
|
+ {/if}
|
|
|
+ {if condition="chkCommission('/admin/talent/publicExportBefore','/talentInfo/publicExportBefore')"}
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.showDataCheckModal(7)">
|
|
|
+ <i class="fa fa-file-excel-o"></i> 公示预览
|
|
|
+ </button>
|
|
|
+ {/if}
|
|
|
+ {if condition="chkCommission('/admin/talent/preparePublic','/talentInfo/preparePublic')"}
|
|
|
+ <button type="button" class="btn btn-sm btn-danger " onclick="TalentInfo.showDataCheckModal(3)">
|
|
|
+ <i class="fa fa-file-excel-o"></i> 公示
|
|
|
+ </button>
|
|
|
+ {/if}
|
|
|
+ {if condition="chkCommission('/admin/talent/preparePublicExport','/talentInfo/preparePublicExport')"}
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.publicExport(1)">
|
|
|
+ <i class="fa fa-file-excel-o"></i> 公示导出
|
|
|
+ </button>
|
|
|
+ {/if}
|
|
|
+ {if condition="chkCommission('/admin/talent/prepareCheck','/talentInfo/prepareCheck')"}
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.afterCheck()">
|
|
|
+ <i class="fa fa-check-square-o"></i> 公示再审核
|
|
|
+ </button>
|
|
|
+ {/if}
|
|
|
+ {if condition="chkCommission('/admin/talent/publicPass','/talentInfo/publicPass')"}
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.showDataCheckModal(4)">
|
|
|
+ <i class="fa fa-compass"></i> 公示通过
|
|
|
+ </button>
|
|
|
+ {/if}
|
|
|
+ {if condition="chkCommission('/admin/talent/publishExportBefore','/talentInfo/publishExportBefore')"}
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.showDataCheckModal(8)">
|
|
|
+ <i class="fa fa-television"></i> 公布预览
|
|
|
+ </button>
|
|
|
+ {/if}
|
|
|
+ {if condition="chkCommission('/admin/talent/preparePublish','/talentInfo/preparePublish')"}
|
|
|
+ <button type="button" class="btn btn-sm btn-danger" onclick="TalentInfo.showDataCheckModal(5)">
|
|
|
+ <i class="fa fa-television"></i> 公布
|
|
|
+ </button>
|
|
|
+ {/if}
|
|
|
+ {if condition="chkCommission('/admin/talent/preparePublishExport','/talentInfo/preparePublishExport')"}
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.publicExport(2)">
|
|
|
+ <i class="fa fa-file-excel-o"></i> 公布导出
|
|
|
+ </button>
|
|
|
+ {/if}
|
|
|
+ {if condition="chkCommission('/admin/talent/prepareCanclePublish','/talentInfo/prepareCanclePublish')"}
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.canclePublish()">
|
|
|
+ <i class="fa fa-reply"></i> 撤销公布
|
|
|
+ </button>
|
|
|
+ {/if}
|
|
|
+ {if condition="chkCommission('/admin/talent/prepareCertification','/talentInfo/prepareCertification')"}
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.showDataCheckModal(6)">
|
|
|
+ <i class="fa fa-newspaper-o"></i> 发证
|
|
|
+ </button>
|
|
|
+ {/if}
|
|
|
+ {if condition="chkCommission('/admin/talent/prepareExport','/talentInfo/prepareExport')"}
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.showExportModal()">
|
|
|
+ <i class="fa fa-file-excel-o"></i> 导出
|
|
|
+ </button>
|
|
|
+ {/if}
|
|
|
+ {if condition="chkCommission('/admin/talent/prepareDownload','/talentInfo/prepareDownload')"}
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.download()">
|
|
|
+ <i class="fa fa-download"></i> 下载
|
|
|
+ </button>
|
|
|
+ {/if}
|
|
|
+ {if condition="chkCommission('/admin/talent/prepareDownload','/talentInfo/prepareDownload')"}
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.downloadPhoto()">
|
|
|
+ <i class="fa fa-cloud-download"></i> 批量下载头像
|
|
|
+ </button>
|
|
|
+ {/if}
|
|
|
+ {if condition="chkCommission('/admin/talent/libraryDetail','/talentInfo/libraryDetail')"}
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.openTalentInfoDetail()">
|
|
|
+ <i class="fa fa-eye"></i> 查看
|
|
|
+ </button>
|
|
|
+ {/if}
|
|
|
</div>
|
|
|
<table id="TalentInfoTable" class="table-condensed" style="font-size: 10px;table-layout: fixed!important;" data-mobile-responsive="true" data-click-to-select="true">
|
|
|
<thead>
|
|
@@ -479,6 +479,9 @@
|
|
|
<label class="col-sm-2 control-label">审核状态</label>
|
|
|
<div class="col-sm-10">
|
|
|
<select id="checkStateAfter" name="checkState" class="form-control">
|
|
|
+ <option value="">请选择</option>
|
|
|
+ <option value="1">审核通过</option>
|
|
|
+ <option value="2">审核不通过</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
|
|
@@ -684,7 +687,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-<iframe id="hiddenIframe" name="hiddenIframe" style="display: none;"></iframe>
|
|
|
+{iframe id="hiddenIframe" name="hiddenIframe" style="display: none;"></iframe>
|
|
|
<!--<script src="${ctxPath}/static/modular/talentIdentify/talentInfo/talentInfo_prepare.js"></script>-->
|
|
|
<!--<script src="${ctxPath}/static/modular/talentIdentify/talentInfo/talentInfo_common.js"></script>-->
|
|
|
<script type="text/javascript">
|