|
@@ -4,12 +4,13 @@
|
|
|
<head>
|
|
|
<title>机构信息</title>
|
|
|
<meta name="decorator" content="default"/>
|
|
|
+ <link href="${ctxStatic}/modules/cmClubData/cmClubData.css" rel="stylesheet">
|
|
|
<script src="/static/modules/bulkpurchase/loadAddressById.js"></script>
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
</script>
|
|
|
<style>
|
|
|
- #auditBox {
|
|
|
+ <%--#auditBox {
|
|
|
padding: 20px;
|
|
|
line-height: 30px;
|
|
|
}
|
|
@@ -161,7 +162,7 @@
|
|
|
text-align: right;
|
|
|
vertical-align: top;
|
|
|
margin-top: 10px;
|
|
|
- }
|
|
|
+ }--%>
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
|
@@ -190,250 +191,155 @@
|
|
|
<form:hidden path="clubInfoID"/>
|
|
|
<form:hidden path="userID"/>
|
|
|
<form:hidden path="clubID"/>
|
|
|
-<div style="max-width:1200px;padding:15px;">
|
|
|
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
|
- <tr height="28">
|
|
|
- <th width="12%">状态:</th>
|
|
|
- <td width="13%">${fns:getDictLabel(newCmClub.status, 'club_status', newCmClub.status)}</td>
|
|
|
- <th width="12%">注册时间:</th>
|
|
|
- <td width="13%"><fmt:formatDate value="${newCmClub.registerTime}" pattern="yyyy-MM-dd HH:mm:ss"></fmt:formatDate></td>
|
|
|
- </tr>
|
|
|
- <tr height="28">
|
|
|
- <th width="12%">机构名称:</th>
|
|
|
- <td width="13%">${newCmClub.name}
|
|
|
- <th width="12%">机构简称:</th>
|
|
|
- <td width="13%">${newCmClub.sname}
|
|
|
- <th width="12%">注册邮箱:</th>
|
|
|
- <td width="13%">${newCmClub.contractEmail}
|
|
|
- </tr>
|
|
|
- <tr height="28">
|
|
|
- <th width="12%">联系人:</th>
|
|
|
- <td width="13%">${newCmClub.userName}
|
|
|
- </td>
|
|
|
- <th width="12%">手机号:</th>
|
|
|
- <td width="13%">${newCmClub.bindMobile}
|
|
|
- <th width="12%">联系人身份:</th>
|
|
|
- <td width="13%">
|
|
|
- <c:if test="${newCmClub.linkManIdentity eq '1'}">老板</c:if>
|
|
|
- <c:if test="${newCmClub.linkManIdentity eq '2'}">采购</c:if>
|
|
|
- <c:if test="${newCmClub.linkManIdentity eq '3'}">运营</c:if>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
-</div>
|
|
|
+ <div class="main-content">
|
|
|
+ <div class="flex-header">
|
|
|
+ <div class="flex-header-main">
|
|
|
+ <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}">
|
|
|
+ <p>联系人身份:
|
|
|
+ <span>
|
|
|
+ <c:if test="${newCmClub.linkManIdentity eq '1'}">老板</c:if>
|
|
|
+ <c:if test="${newCmClub.linkManIdentity eq '2'}">采购</c:if>
|
|
|
+ <c:if test="${newCmClub.linkManIdentity eq '3'}">运营</c:if>
|
|
|
+ <c:if test="${newCmClub.linkManIdentity ne '1' || newCmClub.linkManIdentity ne '2' || newCmClub.linkManIdentity ne '3'}">其他</c:if>
|
|
|
+ </span>
|
|
|
+ </p>
|
|
|
+ </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}">
|
|
|
+ <p>机构类型:
|
|
|
+ <span>
|
|
|
+ <c:if test="${cmClubinfo.firstClubType == '1'}">医美</c:if>
|
|
|
+ <c:if test="${cmClubinfo.firstClubType == '2'}">生美</c:if>
|
|
|
+ <c:if test="${cmClubinfo.firstClubType == '3'}">项目公司</c:if>
|
|
|
+ <c:if test="${cmClubinfo.firstClubType == '4'}">个人</c:if>
|
|
|
+ <c:if test="${cmClubinfo.firstClubType == '5'}">其他</c:if>
|
|
|
|
|
|
-<input type="hidden" id="curProvince" name="curProvince" value="${newCmClub.province }" disabled="disabled">
|
|
|
-<input type="hidden" id="curCity" name="curCity" value="${newCmClub.city }" disabled="disabled">
|
|
|
-<input type="hidden" id="curTown" name="curTown" value="${newCmClub.town }" disabled="disabled">
|
|
|
-<sys:message content="${message}"/>
|
|
|
-<hr class="detailLine">
|
|
|
-<div>
|
|
|
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
|
- <tr>
|
|
|
- <td colspan="2">
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label"><b>地址:</b></label>
|
|
|
- <div class="controls">
|
|
|
- <form:select path="provinceID" class="input-xlarge" id="province"
|
|
|
- onchange="loadCity()" disabled="true" style="width:100px;">
|
|
|
- <form:option value="" label="省" provinceId=""/>
|
|
|
- </form:select>
|
|
|
- <form:select path="cityID" class="input-xlarge" id="city" onchange="loadTown()" disabled="true"
|
|
|
- style="width:100px;">
|
|
|
- <form:option value="" label="市" cityId=""/>
|
|
|
- </form:select>
|
|
|
- <form:select path="townID" class="input-xlarge" id="town" disabled="true" style="width:100px;">
|
|
|
- <form:option value="" label="区"/>
|
|
|
- </form:select>
|
|
|
- ${newCmClub.address}
|
|
|
+ <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>
|
|
|
+ </p>
|
|
|
+ </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>
|
|
|
+ </div>
|
|
|
+ <div class="header-main-box">
|
|
|
+ <div class="main-box">
|
|
|
+ <c:if test="${cmClubinfo.userIdentity ne null and cmClubinfo.svipUserFlag ne null}">
|
|
|
+ <div class="main-box-tp">
|
|
|
+ <p>机构类别:
|
|
|
+ <span>
|
|
|
+ <c:if test="${cmClubinfo.userIdentity eq 4}">个人机构</c:if>
|
|
|
+ <c:if test="${cmClubinfo.userIdentity eq 2}">资质机构</c:if>
|
|
|
+ <c:if test="${cmClubinfo.svipUserFlag eq 1}"><font color="red">(超级会员)</font></c:if>
|
|
|
+ <c:if test="${cmClubinfo.userIdentity eq 2 and cmClubinfo.svipUserFlag eq 0}"><font color="red">(普通会员)</font></c:if>
|
|
|
+ </span>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${cmClubinfo.medicalPracticeLicenseImg ne null}">
|
|
|
+ <div class="main-box-bt">
|
|
|
+ <p>医疗许可证:</p>
|
|
|
+ <a class="main-box-img" target="_blank" href="${cmClubinfo.medicalPracticeLicenseImg}"><img src="${cmClubinfo.medicalPracticeLicenseImg}"/></a>
|
|
|
+ </div>
|
|
|
+ </c:if>
|
|
|
+ </div>
|
|
|
+ <div class="main-box">
|
|
|
+ <c:if test="${newCmClub.socialCreditCode ne null}">
|
|
|
+ <div class="main-box-tp">
|
|
|
+ <p>营业执照编号:<span>${newCmClub.socialCreditCode}</span></p>
|
|
|
+ </div>
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${newCmClub.businessLicenseImage ne null}">
|
|
|
+ <div class="main-box-bt">
|
|
|
+ <p>营业执照:</p>
|
|
|
+ <a class="main-box-img" target="_blank" href="${newCmClub.businessLicenseImage}"><img src="${newCmClub.businessLicenseImage}"/></a>
|
|
|
+ </div>
|
|
|
+ </c:if>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td colspan="2">
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label"><b>营业执照编号:</b></label>
|
|
|
- <div class="controls">${newCmClub.socialCreditCode}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="flex-content">
|
|
|
+ <c:if test="${newCmClub.sname ne null}">
|
|
|
+ <div class="flex-p">
|
|
|
+ <p>机构简称:<span>${newCmClub.sname}</span></p>
|
|
|
</div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label"><b>营业执照:</b></label>
|
|
|
- <img width="100" height="100" src="${newCmClub.businessLicenseImage}">
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${newCmClub.contractEmail ne null}">
|
|
|
+ <div class="flex-p">
|
|
|
+ <p>注册邮箱:<span>${newCmClub.contractEmail}</span></p>
|
|
|
</div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label"><b>门头照:</b></label>
|
|
|
- <img width="100" height="100" src="${newCmClub.headpic}">
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${newCmClub.headpic ne null}">
|
|
|
+ <div class="flex-p">
|
|
|
+ <p>门头照:<span></span></p>
|
|
|
+ <a class="flex-p-img" target="_blank" href="${newCmClub.headpic}"><img src="${newCmClub.headpic}" alt=""></a>
|
|
|
</div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label" for=""><b>机构类型:</b></label>
|
|
|
- <div class="medical-radio the-oradio">
|
|
|
- <input value="${cmClubinfo.firstClubType}" class="hide" type="text" id="firstClubType"/>
|
|
|
- <div class="med-beauty">
|
|
|
- <c:if test="${cmClubinfo.firstClubType == '1'}">医美</c:if>
|
|
|
- <c:if test="${cmClubinfo.firstClubType == '2'}">生美</c:if>
|
|
|
- <c:if test="${cmClubinfo.firstClubType == '3'}">项目公司</c:if>
|
|
|
- <c:if test="${cmClubinfo.firstClubType == '4'}">个人</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>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="qualification control-group" style="display: none">
|
|
|
- <label class="control-label"><b>医疗许可证:</b></label>
|
|
|
- <img width="100" height="100" src="${cmClubinfo.medicalPracticeLicenseImg}">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="control-group epart" style="display: none">
|
|
|
- <label class="control-label"><b>科室:</b></label>
|
|
|
- <input class="reg-input" type="text" name="department" id="Department"
|
|
|
- placeholder="请填写您的所经营的科室,用逗号隔开。(至少三个)" value="${cmClubinfo.department}"
|
|
|
- style="margin-left: 10px;"/>
|
|
|
- <span class="err-tip"></span>
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${cmClubinfo.department ne null}">
|
|
|
+ <div class="flex-p">
|
|
|
+ <p>科室:<span>${cmClubinfo.department}</span></p>
|
|
|
</div>
|
|
|
- <div class="control-group" >
|
|
|
- <label class="control-label"><b>主营内容:</b></label>
|
|
|
- <font size="3">${cmClubinfo.mainpro}</font>
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${cmClubinfo.mainpro ne null}">
|
|
|
+ <div class="flex-p">
|
|
|
+ <p>主营内容:<span>${cmClubinfo.mainpro}</span></p>
|
|
|
</div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label"><b>固定电话:</b></label>
|
|
|
- <div class="controls">${cmClubinfo.contractPhone}</div>
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${cmClubinfo.contractPhone ne null}">
|
|
|
+ <div class="flex-p">
|
|
|
+ <p>固定电话:<span>${cmClubinfo.contractPhone}</span></p>
|
|
|
</div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label"><b>传真:</b></label>
|
|
|
- <div class="controls">${cmClubinfo.fax}</div>
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${cmClubinfo.fax ne null}">
|
|
|
+ <div class="flex-p">
|
|
|
+ <p>传真:<span>${cmClubinfo.fax}</span></p>
|
|
|
</div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td colspan="2">
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label"><b>员工人数:</b></label>
|
|
|
- <div class="controls">${cmClubinfo.empnum}</div>
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${cmClubinfo.empnum ne null}">
|
|
|
+ <div class="flex-p">
|
|
|
+ <p>员工人数:<span>${cmClubinfo.empnum}</span></p>
|
|
|
</div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td colspan="2">
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label"><b>公司简介:</b></label>
|
|
|
- <div class="controls">${cmClubinfo.info}</div>
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${cmClubinfo.info ne null}">
|
|
|
+ <div class="flex-p">
|
|
|
+ <p>公司简介:<span>${cmClubinfo.info}</span></p>
|
|
|
</div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- <div>
|
|
|
- <div class="clubInfo">
|
|
|
- <div class="clubInfoTitle">基本信息</div>
|
|
|
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
|
- <tr height="28">
|
|
|
- <th>机构面积:</th>
|
|
|
- <td>${cmClubinfo.area}
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr height="28">
|
|
|
- <th>美容床数:</th>
|
|
|
- <td>${cmClubinfo.bedNums}
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr height="28">
|
|
|
- <th>美容师数:</th>
|
|
|
- <td>${cmClubinfo.beauticians}
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- <div class="clubInfo">
|
|
|
- <div class="clubInfoTitle">业绩信息</div>
|
|
|
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
|
- <tr height="28">
|
|
|
- <th>月业绩:</th>
|
|
|
- <td>${cmClubinfo.monthAchievement}
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr height="28">
|
|
|
- <th>促销业绩:</th>
|
|
|
- <td>${cmClubinfo.promotionAchievement}
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr height="28">
|
|
|
- <th>年业绩:</th>
|
|
|
- <td>${cmClubinfo.yearAchievement}
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- <div class="clubInfo">
|
|
|
- <div class="clubInfoTitle">会员信息及消费情况</div>
|
|
|
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
|
- <tr height="28">
|
|
|
- <th>A类会员:</th>
|
|
|
- <td colspan="3" style="padding-top: 6px;">${cmClubinfo.cateA}人 ${cmClubinfo.consumeA}元
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr height="28">
|
|
|
- <th>B类会员:</th>
|
|
|
- <td colspan="3" style="padding-top: 6px;">${cmClubinfo.cateB}人 ${cmClubinfo.consumeB}元
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr height="28">
|
|
|
- <th>C类会员:</th>
|
|
|
- <td colspan="3" style="padding-top: 6px;">${cmClubinfo.cateC}人 ${cmClubinfo.consumeC}元
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- <div class="clubInfo">
|
|
|
- <div class="clubInfoTitle">活动业绩</div>
|
|
|
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
|
- <tr height="28">
|
|
|
- <th>最高业绩:</th>
|
|
|
- <td>${cmClubinfo.highestAchievement}
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr height="28">
|
|
|
- <th>到店人数:</th>
|
|
|
- <td>${cmClubinfo.reachPepole}
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr height="28">
|
|
|
- <th>成交人数:</th>
|
|
|
- <td>${cmClubinfo.clinchPepole}
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
+ </c:if>
|
|
|
+ <div style="display: none">
|
|
|
+ <div class="flex-p"><p>基本信息:</p></div>
|
|
|
+ <div class="flex-p"><p>机构面积:<span>${cmClubinfo.area}</span></p></div>
|
|
|
+ <div class="flex-p"><p>美容床数:<span>${cmClubinfo.bedNums}</span></p></div>
|
|
|
+ <div class="flex-p"><p>美容师数:<span>${cmClubinfo.beauticians}</span></p></div>
|
|
|
+ <div class="flex-p"><p>机构面积:<span>${cmClubinfo.area}</span></p></div>
|
|
|
+ <div class="flex-p"><p>机构面积:<span>${cmClubinfo.area}</span></p></div>
|
|
|
+ <div class="flex-p"><p>机构面积:<span>${cmClubinfo.area}</span></p></div>
|
|
|
+ <div class="flex-p"><p>业绩信息:</p></div>
|
|
|
+ <div class="flex-p"><p>月业绩:<span>${cmClubinfo.monthAchievement}</span></p></div>
|
|
|
+ <div class="flex-p"><p>促销业绩:<span>${cmClubinfo.promotionAchievement}</span></p></div>
|
|
|
+ <div class="flex-p"><p>年业绩:<span>${cmClubinfo.yearAchievement}</span></p></div>
|
|
|
+ <div class="flex-p"><p>会员信息及消费情况:</p></div>
|
|
|
+ <div class="flex-p"><p>A类会员:<span>${cmClubinfo.cateA}</span></p></div>
|
|
|
+ <div class="flex-p"><p>B类会员:<span>${cmClubinfo.cateB}</span></p></div>
|
|
|
+ <div class="flex-p"><p>C类会员:<span>${cmClubinfo.cateC}</span></p></div>
|
|
|
+ <div class="flex-p"><p>活动业绩:</p></div>
|
|
|
+ <div class="flex-p"><p>最高业绩:<span>${cmClubinfo.highestAchievement}</span></p></div>
|
|
|
+ <div class="flex-p"><p>到店人数:<span>${cmClubinfo.reachPepole}</span></p></div>
|
|
|
+ <div class="flex-p"><p>成交人数:<span>${cmClubinfo.clinchPepole}</span></p></div>
|
|
|
+ <div class="flex-p"><p>店内所经营品牌及推广优势:<span>${cmClubinfo.brandSuperiority}</span><</p></div>
|
|
|
+ <div class="flex-p"><p>临近一次促销的模式及达成业绩:<span>${cmClubinfo.lastPromotion}</span><</p></div>
|
|
|
+ </div>
|
|
|
+
|
|
|
</div>
|
|
|
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
|
- <tr height="28">
|
|
|
- <th>店内所经营品牌及推广优势:</th>
|
|
|
- <td colspan="10" width="25%">${cmClubinfo.brandSuperiority}
|
|
|
- </td>
|
|
|
- <th>临近一次促销的模式及达成业绩:</th>
|
|
|
- <td colspan="10" width="25%">${cmClubinfo.lastPromotion}
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
</div>
|
|
|
</form:form>
|
|
|
</body>
|