|
@@ -28,9 +28,9 @@
|
|
<div class="flex-header">
|
|
<div class="flex-header">
|
|
<div class="flex-header-main">
|
|
<div class="flex-header-main">
|
|
<div class="header-main-box">
|
|
<div class="header-main-box">
|
|
- <c:if test="${newCmClub.name ne null}"><p>机构名称:<span>${newCmClub.name}</span></p></c:if>
|
|
|
|
- <c:if test="${newCmClub.userName ne null}"> <p>联系人:<span>${newCmClub.userName}</span></p></c:if>
|
|
|
|
- <c:if test="${newCmClub.linkManIdentity ne null}">
|
|
|
|
|
|
+ <c:if test="${newCmClub.name ne null and newCmClub.name ne ''}"><p>机构名称:<span>${newCmClub.name}</span></p></c:if>
|
|
|
|
+ <c:if test="${newCmClub.userName ne null and newCmClub.userName ne ''}"> <p>联系人:<span>${newCmClub.userName}</span></p></c:if>
|
|
|
|
+ <c:if test="${newCmClub.linkManIdentity ne null and newCmClub.linkManIdentity ne ''}">
|
|
<p>联系人身份:
|
|
<p>联系人身份:
|
|
<span>
|
|
<span>
|
|
<c:if test="${newCmClub.linkManIdentity eq '1'}">老板</c:if>
|
|
<c:if test="${newCmClub.linkManIdentity eq '1'}">老板</c:if>
|
|
@@ -40,8 +40,8 @@
|
|
</span>
|
|
</span>
|
|
</p>
|
|
</p>
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${newCmClub.bindMobile ne null}"><p>手机号:<span>${newCmClub.bindMobile}</span></p></c:if>
|
|
|
|
- <c:if test="${cmClubinfo.firstClubType ne null and cmClubinfo.secondClubType ne null}">
|
|
|
|
|
|
+ <c:if test="${newCmClub.bindMobile ne null and newCmClub.bindMobile ne ''}"><p>手机号:<span>${newCmClub.bindMobile}</span></p></c:if>
|
|
|
|
+ <c:if test="${cmClubinfo.firstClubType ne null and cmClubinfo.firstClubType ne ''}">
|
|
<p>机构类型:
|
|
<p>机构类型:
|
|
<span>
|
|
<span>
|
|
<c:if test="${cmClubinfo.firstClubType == '1'}">医美</c:if>
|
|
<c:if test="${cmClubinfo.firstClubType == '1'}">医美</c:if>
|
|
@@ -49,24 +49,27 @@
|
|
<c:if test="${cmClubinfo.firstClubType == '3'}">项目公司</c:if>
|
|
<c:if test="${cmClubinfo.firstClubType == '3'}">项目公司</c:if>
|
|
<c:if test="${cmClubinfo.firstClubType == '4'}">个人</c:if>
|
|
<c:if test="${cmClubinfo.firstClubType == '4'}">个人</c:if>
|
|
<c:if test="${cmClubinfo.firstClubType == '5'}">其他</c:if>
|
|
<c:if test="${cmClubinfo.firstClubType == '5'}">其他</c:if>
|
|
-
|
|
|
|
- <c:if test="${cmClubinfo.secondClubType eq '1'}"> - 诊所</c:if>
|
|
|
|
- <c:if test="${cmClubinfo.secondClubType eq '2'}"> - 门诊</c:if>
|
|
|
|
- <c:if test="${cmClubinfo.secondClubType eq '3'}"> - 医院</c:if>
|
|
|
|
- <c:if test="${cmClubinfo.secondClubType eq '4'}"> - 其他</c:if>
|
|
|
|
- <c:if test="${cmClubinfo.secondClubType eq '5'}"> - 美容院</c:if>
|
|
|
|
- <c:if test="${cmClubinfo.secondClubType eq '6'}"> - 养生馆</c:if>
|
|
|
|
- <c:if test="${cmClubinfo.secondClubType eq '7'}"> - 其他</c:if>
|
|
|
|
</span>
|
|
</span>
|
|
|
|
+ <c:if test="${cmClubinfo.secondClubType ne null and cmClubinfo.secondClubType ne ''}">
|
|
|
|
+ <span>
|
|
|
|
+ <c:if test="${cmClubinfo.secondClubType eq '1'}"> - 诊所</c:if>
|
|
|
|
+ <c:if test="${cmClubinfo.secondClubType eq '2'}"> - 门诊</c:if>
|
|
|
|
+ <c:if test="${cmClubinfo.secondClubType eq '3'}"> - 医院</c:if>
|
|
|
|
+ <c:if test="${cmClubinfo.secondClubType eq '4'}"> - 其他</c:if>
|
|
|
|
+ <c:if test="${cmClubinfo.secondClubType eq '5'}"> - 美容院</c:if>
|
|
|
|
+ <c:if test="${cmClubinfo.secondClubType eq '6'}"> - 养生馆</c:if>
|
|
|
|
+ <c:if test="${cmClubinfo.secondClubType eq '7'}"> - 其他</c:if>
|
|
|
|
+ </span>
|
|
|
|
+ </c:if>
|
|
</p>
|
|
</p>
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${newCmClub.province ne null and newCmClub.city ne null and newCmClub.town ne null and newCmClub.address ne null}"><p>地址:<span>${newCmClub.province } ${newCmClub.city } ${newCmClub.town } ${newCmClub.address}</span></p></c:if>
|
|
|
|
- <c:if test="${newCmClub.status ne null}"><p>状态:<span>${fns:getDictLabel(newCmClub.status, 'club_status', newCmClub.status)}</span></p></c:if>
|
|
|
|
- <c:if test="${newCmClub.registerTime ne null}"><p>注册时间:<span><fmt:formatDate value="${newCmClub.registerTime}" pattern="yyyy-MM-dd HH:mm:ss"></fmt:formatDate></span></p></c:if>
|
|
|
|
|
|
+ <c:if test="${newCmClub.province ne null and newCmClub.province ne '' and newCmClub.city ne null and newCmClub.city ne '' and newCmClub.town ne null and newCmClub.town ne '' and newCmClub.address ne null and newCmClub.address ne ''}"><p>地址:<span>${newCmClub.province } ${newCmClub.city } ${newCmClub.town } ${newCmClub.address}</span></p></c:if>
|
|
|
|
+ <c:if test="${newCmClub.status ne null and newCmClub.status ne ''}"><p>状态:<span>${fns:getDictLabel(newCmClub.status, 'club_status', newCmClub.status)}</span></p></c:if>
|
|
|
|
+ <c:if test="${newCmClub.registerTime ne null and newCmClub.registerTime ne ''}"><p>注册时间:<span><fmt:formatDate value="${newCmClub.registerTime}" pattern="yyyy-MM-dd HH:mm:ss"></fmt:formatDate></span></p></c:if>
|
|
</div>
|
|
</div>
|
|
<div class="header-main-box">
|
|
<div class="header-main-box">
|
|
<div class="main-box">
|
|
<div class="main-box">
|
|
- <c:if test="${cmClubinfo.userIdentity ne null and cmClubinfo.svipUserFlag ne null}">
|
|
|
|
|
|
+ <c:if test="${cmClubinfo.userIdentity ne null and cmClubinfo.userIdentity ne '' and cmClubinfo.svipUserFlag ne null and cmClubinfo.svipUserFlag ne ''}">
|
|
<div class="main-box-tp">
|
|
<div class="main-box-tp">
|
|
<p>机构类别:
|
|
<p>机构类别:
|
|
<span>
|
|
<span>
|
|
@@ -78,7 +81,7 @@
|
|
</p>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${cmClubinfo.medicalPracticeLicenseImg ne null}">
|
|
|
|
|
|
+ <c:if test="${cmClubinfo.medicalPracticeLicenseImg ne null and cmClubinfo.medicalPracticeLicenseImg ne ''}">
|
|
<div class="main-box-bt">
|
|
<div class="main-box-bt">
|
|
<p>医疗许可证:</p>
|
|
<p>医疗许可证:</p>
|
|
<a class="main-box-img" target="_blank" href="${cmClubinfo.medicalPracticeLicenseImg}"><img src="${cmClubinfo.medicalPracticeLicenseImg}"/></a>
|
|
<a class="main-box-img" target="_blank" href="${cmClubinfo.medicalPracticeLicenseImg}"><img src="${cmClubinfo.medicalPracticeLicenseImg}"/></a>
|
|
@@ -86,12 +89,12 @@
|
|
</c:if>
|
|
</c:if>
|
|
</div>
|
|
</div>
|
|
<div class="main-box">
|
|
<div class="main-box">
|
|
- <c:if test="${newCmClub.socialCreditCode ne null}">
|
|
|
|
|
|
+ <c:if test="${newCmClub.socialCreditCode ne null and newCmClub.socialCreditCode ne ''}">
|
|
<div class="main-box-tp">
|
|
<div class="main-box-tp">
|
|
<p>营业执照编号:<span>${newCmClub.socialCreditCode}</span></p>
|
|
<p>营业执照编号:<span>${newCmClub.socialCreditCode}</span></p>
|
|
</div>
|
|
</div>
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${newCmClub.businessLicenseImage ne null}">
|
|
|
|
|
|
+ <c:if test="${newCmClub.businessLicenseImage ne null and newCmClub.businessLicenseImage ne ''}">
|
|
<div class="main-box-bt">
|
|
<div class="main-box-bt">
|
|
<p>营业执照:</p>
|
|
<p>营业执照:</p>
|
|
<a class="main-box-img" target="_blank" href="${newCmClub.businessLicenseImage}"><img src="${newCmClub.businessLicenseImage}"/></a>
|
|
<a class="main-box-img" target="_blank" href="${newCmClub.businessLicenseImage}"><img src="${newCmClub.businessLicenseImage}"/></a>
|
|
@@ -102,48 +105,48 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="flex-content">
|
|
<div class="flex-content">
|
|
- <c:if test="${newCmClub.sname ne null}">
|
|
|
|
|
|
+ <c:if test="${newCmClub.sname ne null and newCmClub.sname ne ''}">
|
|
<div class="flex-p">
|
|
<div class="flex-p">
|
|
<p>机构简称:<span>${newCmClub.sname}</span></p>
|
|
<p>机构简称:<span>${newCmClub.sname}</span></p>
|
|
</div>
|
|
</div>
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${newCmClub.contractEmail ne null}">
|
|
|
|
|
|
+ <c:if test="${newCmClub.contractEmail ne null and newCmClub.contractEmail ne ''}">
|
|
<div class="flex-p">
|
|
<div class="flex-p">
|
|
<p>注册邮箱:<span>${newCmClub.contractEmail}</span></p>
|
|
<p>注册邮箱:<span>${newCmClub.contractEmail}</span></p>
|
|
</div>
|
|
</div>
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${newCmClub.headpic ne null}">
|
|
|
|
|
|
+ <c:if test="${newCmClub.headpic ne null and newCmClub.headpic ne ''}">
|
|
<div class="flex-p">
|
|
<div class="flex-p">
|
|
<p>门头照:<span></span></p>
|
|
<p>门头照:<span></span></p>
|
|
<a class="flex-p-img" target="_blank" href="${newCmClub.headpic}"><img src="${newCmClub.headpic}" alt=""></a>
|
|
<a class="flex-p-img" target="_blank" href="${newCmClub.headpic}"><img src="${newCmClub.headpic}" alt=""></a>
|
|
</div>
|
|
</div>
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${cmClubinfo.department ne null}">
|
|
|
|
|
|
+ <c:if test="${cmClubinfo.department ne null and cmClubinfo.department ne ''}">
|
|
<div class="flex-p">
|
|
<div class="flex-p">
|
|
<p>科室:<span>${cmClubinfo.department}</span></p>
|
|
<p>科室:<span>${cmClubinfo.department}</span></p>
|
|
</div>
|
|
</div>
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${cmClubinfo.mainpro ne null}">
|
|
|
|
|
|
+ <c:if test="${cmClubinfo.mainpro ne null and cmClubinfo.mainpro ne ''}">
|
|
<div class="flex-p">
|
|
<div class="flex-p">
|
|
<p>主营内容:<span>${cmClubinfo.mainpro}</span></p>
|
|
<p>主营内容:<span>${cmClubinfo.mainpro}</span></p>
|
|
</div>
|
|
</div>
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${cmClubinfo.contractPhone ne null}">
|
|
|
|
|
|
+ <c:if test="${cmClubinfo.contractPhone ne null and cmClubinfo.contractPhone ne ''}">
|
|
<div class="flex-p">
|
|
<div class="flex-p">
|
|
<p>固定电话:<span>${cmClubinfo.contractPhone}</span></p>
|
|
<p>固定电话:<span>${cmClubinfo.contractPhone}</span></p>
|
|
</div>
|
|
</div>
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${cmClubinfo.fax ne null}">
|
|
|
|
|
|
+ <c:if test="${cmClubinfo.fax ne null and cmClubinfo.fax ne ''}">
|
|
<div class="flex-p">
|
|
<div class="flex-p">
|
|
<p>传真:<span>${cmClubinfo.fax}</span></p>
|
|
<p>传真:<span>${cmClubinfo.fax}</span></p>
|
|
</div>
|
|
</div>
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${cmClubinfo.empnum ne null}">
|
|
|
|
|
|
+ <c:if test="${cmClubinfo.empnum ne null and cmClubinfo.empnum ne ''}">
|
|
<div class="flex-p">
|
|
<div class="flex-p">
|
|
<p>员工人数:<span>${cmClubinfo.empnum}</span></p>
|
|
<p>员工人数:<span>${cmClubinfo.empnum}</span></p>
|
|
</div>
|
|
</div>
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${cmClubinfo.info ne null}">
|
|
|
|
|
|
+ <c:if test="${cmClubinfo.info ne null and cmClubinfo.info ne ''}">
|
|
<div class="flex-p">
|
|
<div class="flex-p">
|
|
<p>公司简介:<span>${cmClubinfo.info}</span></p>
|
|
<p>公司简介:<span>${cmClubinfo.info}</span></p>
|
|
</div>
|
|
</div>
|