|
|
@@ -340,7 +340,7 @@
|
|
|
<div class="col-sm-5">
|
|
|
<c:choose>
|
|
|
<c:when test="${hpMember.idCardFront eq null || hpMember.idCardFront eq ''}">
|
|
|
- 暂无信息
|
|
|
+ <sys:imgUpload path="idCardFront" value="${hpMember.idCardFront}" type="file" title="上传身份证正面照" uploadPath="/omcandidate" fileNumLimit="1"/>
|
|
|
</c:when>
|
|
|
<c:otherwise>
|
|
|
<img onclick="jp.showPic('${ctxp}${hpMember.idCardFront}')" src="${ctxp}${hpMember.idCardFront}" style="width: 200px;height: 120px;cursor: pointer;">
|
|
|
@@ -351,9 +351,10 @@
|
|
|
<div class="form-group col-sm-12">
|
|
|
<label class="col-sm-3 control-label"><font color="red">*</font>身份证反面:</label>
|
|
|
<div class="col-sm-5">
|
|
|
+
|
|
|
<c:choose>
|
|
|
<c:when test="${hpMember.idCardBack eq null || hpMember.idCardBack eq ''}">
|
|
|
- 暂无信息
|
|
|
+ <sys:imgUpload path="idCardBack" value="${hpMember.idCardBack}" type="file" title="上传身份证反面照" uploadPath="/omcandidate" fileNumLimit="1"/>
|
|
|
</c:when>
|
|
|
<c:otherwise>
|
|
|
<img onclick="jp.showPic('${ctxp}${hpMember.idCardBack}')" src="${ctxp}${hpMember.idCardBack}" style="width: 200px;height: 120px;cursor: pointer;">
|