|
@@ -0,0 +1,537 @@
|
|
|
|
+<%@ page contentType="text/html;charset=UTF-8" %>
|
|
|
|
+<%@ include file="/WEB-INF/views/include/taglib.jsp" %>
|
|
|
|
+<html>
|
|
|
|
+<head>
|
|
|
|
+ <title>机构信息</title>
|
|
|
|
+ <meta name="decorator" content="default"/>
|
|
|
|
+ <script src="/static/modules/bulkpurchase/loadAddressById.js"></script>
|
|
|
|
+ <script type="text/javascript">
|
|
|
|
+
|
|
|
|
+ </script>
|
|
|
|
+ <style>
|
|
|
|
+ #auditBox {
|
|
|
|
+ padding: 20px;
|
|
|
|
+ line-height: 30px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #auditBox .bd-row {
|
|
|
|
+ display: flex;
|
|
|
|
+ margin-bottom: 15px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #auditBox .bd-row > span {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ width: 60px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #auditBox .auditCheckBox {
|
|
|
|
+ width: 250px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #auditBox .auditCheckBox label {
|
|
|
|
+ margin: 0 5px 5px 0
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #auditBox .auditCheckBox input {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #auditBox .auditCheckBox input + span {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ line-height: 24px;
|
|
|
|
+ padding: 0 12px;
|
|
|
|
+ border: 1px solid #666;
|
|
|
|
+ border-radius: 5px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #auditBox .auditCheckBox input:checked + span {
|
|
|
|
+ background-color: #E6633A
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .detailTitle {
|
|
|
|
+ margin: 16px 0px 4px 20px;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .detailLine {
|
|
|
|
+ width: 98%;
|
|
|
|
+ margin-left: 10px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .clubInfo {
|
|
|
|
+ float: left;
|
|
|
|
+ width: 25%;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .clubInfoTitle {
|
|
|
|
+ text-align: center;
|
|
|
|
+ text-decoration: underline;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ th {
|
|
|
|
+ text-align: right;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ td {
|
|
|
|
+ padding: 5px 0;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #headpicPreview li, #businessLicenseImagePreview li {
|
|
|
|
+ min-height: 100px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /*----------------------------------*/
|
|
|
|
+ .the-oradio {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ vertical-align: top;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .the-oradio div {
|
|
|
|
+ width: 85px;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ color: #666;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .med-option {
|
|
|
|
+ display: block;
|
|
|
|
+ margin: 10px 0 0 160px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .raw-option {
|
|
|
|
+ display: block;
|
|
|
|
+ margin: 10px 0 0 160px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .control-group .new-tag {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ width: 78px;
|
|
|
|
+ height: 30px;
|
|
|
|
+ border: 1px solid #e5e5e5;
|
|
|
|
+ border-radius: 5px;
|
|
|
|
+ margin: 7px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ line-height: 30px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .control-group .new-tag.active {
|
|
|
|
+ border-color: #e15616;
|
|
|
|
+ color: #e15616;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #clubArea {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ width: 450px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #clubOther {
|
|
|
|
+ height: 40px;
|
|
|
|
+ line-height: 40px;
|
|
|
|
+ vertical-align: middle
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #clubInput {
|
|
|
|
+ width: 159px;
|
|
|
|
+ margin: 7px;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ height: 30px;
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .tags-operate {
|
|
|
|
+ margin-left: 160px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .control-group .tags-operate .tag-add {
|
|
|
|
+ height: 40px;
|
|
|
|
+ line-height: 40px;
|
|
|
|
+ vertical-align: middle;
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .top-label {
|
|
|
|
+ width: 160px;
|
|
|
|
+ text-align: right;
|
|
|
|
+ vertical-align: top;
|
|
|
|
+ margin-top: 10px;
|
|
|
|
+ }
|
|
|
|
+ </style>
|
|
|
|
+</head>
|
|
|
|
+<body>
|
|
|
|
+<ul class="nav nav-tabs">
|
|
|
|
+ <c:if test="${cmBehaviorRecord.behaviorType eq '2'}">
|
|
|
|
+ <li><a href="${ctx}/user/behavior/record/list?behaviorType=${cmBehaviorRecord.behaviorType}">ROSS页面统计</a></li>
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${cmBehaviorRecord.behaviorType eq '1'}">
|
|
|
|
+ <li><a href="${ctx}/user/behavior/record/list?behaviorType=${cmBehaviorRecord.behaviorType}">用户行为记录</a></li>
|
|
|
|
+ </c:if>
|
|
|
|
+ <li class="active"><a href="${ctx}/user/behavior/record/recordList?IP=${cmBehaviorRecord.IP}&accessDate=${cmBehaviorRecord.accessDate}&userID=${cmBehaviorRecord.userID}&clubID=${cmBehaviorRecord.clubID}&userIdentity=${cmBehaviorRecord.userIdentity}&behaviorType=${cmBehaviorRecord.behaviorType}">查看详情</a></li>
|
|
|
|
+
|
|
|
|
+</ul>
|
|
|
|
+<div class="ul-form">
|
|
|
|
+ <ul class="nav nav-tabs">
|
|
|
|
+ <li><a href="${ctx}/user/behavior/record/recordList?IP=${cmBehaviorRecord.IP}&accessDate=${cmBehaviorRecord.accessDate}&userID=${cmBehaviorRecord.userID}&clubID=${cmBehaviorRecord.clubID}&userIdentity=${cmBehaviorRecord.userIdentity}&behaviorType=${cmBehaviorRecord.behaviorType}">访问详情</a></li>
|
|
|
|
+ <li class="active"><a href="${ctx}/user/behavior/record/recordAgency?IP=${cmBehaviorRecord.IP}&accessDate=${cmBehaviorRecord.accessDate}&userID=${cmBehaviorRecord.userID}&clubID=${cmBehaviorRecord.clubID}&userIdentity=${cmBehaviorRecord.userIdentity}&behaviorType=${cmBehaviorRecord.behaviorType}">机构信息</a></li>
|
|
|
|
+ <li><a href="${ctx}/user/behavior/record/behaviorRemarks?IP=${cmBehaviorRecord.IP}&accessDate=${cmBehaviorRecord.accessDate}&userID=${cmBehaviorRecord.userID}&clubID=${cmBehaviorRecord.clubID}&userIdentity=${cmBehaviorRecord.userIdentity}&behaviorType=${cmBehaviorRecord.behaviorType}">咨询记录</a></li>
|
|
|
|
+ <li><a href="${ctx}/user/behavior/record/behaviorReport?IP=${cmBehaviorRecord.IP}&accessDate=${cmBehaviorRecord.accessDate}&userID=${cmBehaviorRecord.userID}&clubID=${cmBehaviorRecord.clubID}&userIdentity=${cmBehaviorRecord.userIdentity}&behaviorType=${cmBehaviorRecord.behaviorType}">报备记录</a></li>
|
|
|
|
+ <li><a href="${ctx}/user/behavior/record/behaviorNewOrder?IP=${cmBehaviorRecord.IP}&accessDate=${cmBehaviorRecord.accessDate}&userID=${cmBehaviorRecord.userID}&clubID=${cmBehaviorRecord.clubID}&userIdentity=${cmBehaviorRecord.userIdentity}&behaviorType=${cmBehaviorRecord.behaviorType}">订单信息</a></li>
|
|
|
|
+ </ul>
|
|
|
|
+</div>
|
|
|
|
+<form:form id="inputForm" modelAttribute="cmClubinfo" action="#" method="post"
|
|
|
|
+ class="form-horizontal">
|
|
|
|
+<form:hidden path="id" value="${newCmClub.clubID}"/>
|
|
|
|
+<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>
|
|
|
|
+
|
|
|
|
+<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()" style="width:100px;">
|
|
|
|
+ <form:option value="" label="省" provinceId=""/>
|
|
|
|
+ </form:select>
|
|
|
|
+ <form:select path="cityID" class="input-xlarge" id="city" onchange="loadTown()"
|
|
|
|
+ style="width:100px;">
|
|
|
|
+ <form:option value="" label="市" cityId=""/>
|
|
|
|
+ </form:select>
|
|
|
|
+ <form:select path="townID" class="input-xlarge" id="town" style="width:100px;">
|
|
|
|
+ <form:option value="" label="区"/>
|
|
|
|
+ </form:select>
|
|
|
|
+ <%--<form:input path="address" id="address" name="address" class="input-xlarge userAddress" width="20px" maxlength="60"
|
|
|
|
+ placeholder="请填写会所详细的地址"/>--%>
|
|
|
|
+ ${newCmClub.address}
|
|
|
|
+ </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>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td>
|
|
|
|
+ <div class="control-group">
|
|
|
|
+ <label class="control-label"><b>营业执照:</b></label>
|
|
|
|
+ <img width="100" height="100" src="${newCmClub.businessLicenseImage}">
|
|
|
|
+ <%--<div class="controls">
|
|
|
|
+ <form:hidden id="businessLicenseImage" name="businessLicenseImage" path="businessLicenseImage" htmlEscape="false"
|
|
|
|
+ maxlength="255" class="input-xlarge required"/>
|
|
|
|
+ <sys:ckfinder input="businessLicenseImage" type="images" uploadPath="/photo"
|
|
|
|
+ selectMultiple="false" maxWidth="100" maxHeight="100"/>
|
|
|
|
+ </div>--%>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ <div class="control-group">
|
|
|
|
+ <label class="control-label"><b>门头照:</b></label>
|
|
|
|
+ <img width="100" height="100" src="${newCmClub.headpic}">
|
|
|
|
+ <%--<div class="controls">
|
|
|
|
+ <form:hidden id="headpic" name="headpic" path="headpic" htmlEscape="false" maxlength="255"
|
|
|
|
+ class="input-xlarge"/>
|
|
|
|
+ <sys:ckfinder input="headpic" type="images" uploadPath="/photo" maxWidth="100" maxHeight="100"/>
|
|
|
|
+ </div>--%>
|
|
|
|
+ </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>
|
|
|
|
+<%-- <input name="firstClubType" value="1" type="radio" ${cmClubinfo.firstClubType == "1" ? "checked" : ""}/>医美--%>
|
|
|
|
+ </div>
|
|
|
|
+ <%--<div class="raw-beauty">
|
|
|
|
+ <input name="firstClubType" value="2" type="radio" ${cmClubinfo.firstClubType == "2" ? "checked" : ""}/>生美
|
|
|
|
+ </div>
|
|
|
|
+ <div class="raw-beauty">
|
|
|
|
+ <input name="firstClubType" value="3" type="radio" ${cmClubinfo.firstClubType == "3" ? "checked" : ""}/>项目公司
|
|
|
|
+ </div>
|
|
|
|
+ <div class="raw-beauty">
|
|
|
|
+ <input name="firstClubType" value="4" type="radio" ${cmClubinfo.firstClubType == "4" ? "checked" : ""}/>个人
|
|
|
|
+ </div>
|
|
|
|
+ <div class="raw-beauty">
|
|
|
|
+ <input name="firstClubType" value="5" type="radio" ${cmClubinfo.firstClubType == "5" ? "checked" : ""}/>其他
|
|
|
|
+ </div>--%>
|
|
|
|
+ </div>
|
|
|
|
+ <span class="err-tip"></span>
|
|
|
|
+ <div class="med-option the-oradio" style="display: none" id="ejf">
|
|
|
|
+ <div class="med-beauty">
|
|
|
|
+ <%--<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>--%>
|
|
|
|
+<%-- <input name="secondClubType" value="1"--%>
|
|
|
|
+<%-- type="radio" ${cmClubinfo.secondClubType == "1" ? "checked" : ""}/>诊所--%>
|
|
|
|
+ </div>
|
|
|
|
+ <%--<div class="med-beauty"><input name="secondClubType" value="2"
|
|
|
|
+ type="radio" ${cmClubinfo.secondClubType == "2" ? "checked" : ""}/>门诊
|
|
|
|
+ </div>
|
|
|
|
+ <div class="med-beauty"><input name="secondClubType" value="3"
|
|
|
|
+ type="radio" ${cmClubinfo.secondClubType == "3" ? "checked" : ""}/>医院
|
|
|
|
+ </div>
|
|
|
|
+ <div class="med-beauty"><input name="secondClubType" value="4"
|
|
|
|
+ type="radio" ${cmClubinfo.secondClubType == "4" ? "checked" : ""}/>其他
|
|
|
|
+ </div>
|
|
|
|
+ <span class="err-tip"></span>--%>
|
|
|
|
+ </div>
|
|
|
|
+ <%--<div class="raw-option the-oradio" style="display: none" id="ej">
|
|
|
|
+ <div class="med-beauty"><input name="secondClubType" value="5"
|
|
|
|
+ type="radio" ${cmClubinfo.secondClubType == "5" ? "checked" : ""}/>美容院
|
|
|
|
+ </div>
|
|
|
|
+ <div class="med-beauty"><input name="secondClubType" value="6"
|
|
|
|
+ type="radio" ${cmClubinfo.secondClubType == "6" ? "checked" : ""}/>养生馆
|
|
|
|
+ </div>
|
|
|
|
+ <div class="med-beauty"><input name="secondClubType" value="7"
|
|
|
|
+ type="radio" ${cmClubinfo.secondClubType == "7" ? "checked" : ""}/>其他
|
|
|
|
+ </div>
|
|
|
|
+ <span class="err-tip"></span>
|
|
|
|
+ </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 class="controls" style="margin-bottom: 10px">
|
|
|
|
+ <form:hidden id="medicalPracticeLicenseImg" path="medicalPracticeLicenseImg"
|
|
|
|
+ htmlEscape="false" maxlength="255"
|
|
|
|
+ class="input-xlarge"/>
|
|
|
|
+ <sys:ckfinder input="medicalPracticeLicenseImg" type="images" uploadPath="/photo"
|
|
|
|
+ maxWidth="100" maxHeight="100"/>
|
|
|
|
+ </div>--%>
|
|
|
|
+ </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>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="control-group" >
|
|
|
|
+ <label class="control-label"><b>主营内容:</b></label>
|
|
|
|
+<%-- <div class="tags-area" id="clubArea"></div>--%>
|
|
|
|
+<%-- <span class="err-tip" style="display: inline-block;margin-left:-55px;"></span>--%>
|
|
|
|
+ <font size="3">${cmClubinfo.mainpro}</font>
|
|
|
|
+<%-- <input type="hidden" name="mainpro" value="${cmClubinfo.mainpro}" id="cMainPro">--%>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td>
|
|
|
|
+ <div class="control-group">
|
|
|
|
+ <label class="control-label"><b>固定电话:</b></label>
|
|
|
|
+ <div class="controls">${cmClubinfo.contractPhone}</div>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ <div class="control-group">
|
|
|
|
+ <label class="control-label"><b>传真:</b></label>
|
|
|
|
+ <div class="controls">${cmClubinfo.fax}</div>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td colspan="2">
|
|
|
|
+ <div class="control-group">
|
|
|
|
+ <label class="control-label"><b>员工人数:</b></label>
|
|
|
|
+ <div class="controls">${cmClubinfo.empnum}</div>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td colspan="2">
|
|
|
|
+ <div class="control-group">
|
|
|
|
+ <label class="control-label"><b>公司简介:</b></label>
|
|
|
|
+ <div class="controls">${cmClubinfo.info}</div>
|
|
|
|
+ </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}<%--<form:input path="area" name="area" htmlEscape="false" class="input-medium" onkeyup="num(this)"/>--%>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr height="28">
|
|
|
|
+ <th>美容床数:</th>
|
|
|
|
+ <td>${cmClubinfo.bedNums}<%--<form:input path="bedNums" name="bedNums" htmlEscape="false" maxlength="11" class="input-medium"
|
|
|
|
+ onkeyup="int(this)"/>--%>
|
|
|
|
+ <%--<input type="text" name="bedNums" value="${clubInfo.bedNums}">--%>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr height="28">
|
|
|
|
+ <th>美容师数:</th>
|
|
|
|
+ <td>${cmClubinfo.beauticians}<%--<form:input path="beauticians" name="beauticians" htmlEscape="false" maxlength="11" class="input-medium"
|
|
|
|
+ onkeyup="int(this)"/>--%>
|
|
|
|
+ </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}<%--<form:input path="monthAchievement" name="monthAchievement" htmlEscape="false" maxlength="63" class="input-medium"
|
|
|
|
+ onkeyup="num(this)"/>--%>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr height="28">
|
|
|
|
+ <th>促销业绩:</th>
|
|
|
|
+ <td>${cmClubinfo.promotionAchievement}<%--<form:input path="promotionAchievement" name="promotionAchievement" htmlEscape="false" maxlength="63" class="input-medium"
|
|
|
|
+ onkeyup="num(this)"/>--%>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr height="28">
|
|
|
|
+ <th>年业绩:</th>
|
|
|
|
+ <td>${cmClubinfo.yearAchievement}<%--<form:input path="yearAchievement" name="yearAchievement" htmlEscape="false" maxlength="63" class="input-medium"
|
|
|
|
+ onkeyup="num(this)"/>--%>
|
|
|
|
+ </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;">
|
|
|
|
+ <%--<form:input path="cateA" name="cateA" htmlEscape="false" maxlength="11" class="cut-input-medium"
|
|
|
|
+ onkeyup="int(this)"/>--%>${cmClubinfo.cateA}人
|
|
|
|
+ <%--<form:input path="consumeA" name="consumeA" htmlEscape="false" class="cut-input-medium" onkeyup="num(this)"/>--%>${cmClubinfo.consumeA}元
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr height="28">
|
|
|
|
+ <th>B类会员:</th>
|
|
|
|
+ <td colspan="3" style="padding-top: 6px;">
|
|
|
|
+ <%--<form:input path="cateB" name="cateB" htmlEscape="false" maxlength="11" class="cut-input-medium"
|
|
|
|
+ onkeyup="int(this)"/>--%>${cmClubinfo.cateB}人
|
|
|
|
+ <%--<form:input path="consumeB" name="consumeB" htmlEscape="false" class="cut-input-medium" onkeyup="num(this)"/>--%>${cmClubinfo.consumeB}元
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr height="28">
|
|
|
|
+ <th>C类会员:</th>
|
|
|
|
+ <td colspan="3" style="padding-top: 6px;">
|
|
|
|
+ <%--<form:input path="cateC" name="cateC" htmlEscape="false" maxlength="11" class="cut-input-medium"
|
|
|
|
+ onkeyup="int(this)"/>--%>${cmClubinfo.cateC}人
|
|
|
|
+ <%--<form:input path="consumeC" name="consumeC" htmlEscape="false" class="cut-input-medium" onkeyup="num(this)"/>--%>${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}
|
|
|
|
+ <%--<form:input path="highestAchievement" name="highestAchievement" htmlEscape="false" maxlength="63" class="input-medium"
|
|
|
|
+ onkeyup="num(this)"/>--%>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr height="28">
|
|
|
|
+ <th>到店人数:</th>
|
|
|
|
+ <td>${cmClubinfo.reachPepole}
|
|
|
|
+ <%--<form:input path="reachPepole" name="reachPepole" htmlEscape="false" maxlength="11" class="input-medium"
|
|
|
|
+ onkeyup="int(this)"/>--%>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr height="28">
|
|
|
|
+ <th>成交人数:</th>
|
|
|
|
+ <td>${cmClubinfo.clinchPepole}
|
|
|
|
+ <%--<form:input path="clinchPepole" htmlEscape="false" maxlength="11" class="input-medium"
|
|
|
|
+ onkeyup="int(this)"/>--%>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ <table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
|
|
+ <tr height="28">
|
|
|
|
+ <th>店内所经营品牌及推广优势:</th>
|
|
|
|
+ <td colspan="10" width="25%">${cmClubinfo.brandSuperiority}
|
|
|
|
+ <%--<form:textarea rows="7" cols="80" path="brandSuperiority" htmlEscape="false" cssStyle="width:90%;"
|
|
|
|
+ maxlength="200"/>--%>
|
|
|
|
+ </td>
|
|
|
|
+ <th>临近一次促销的模式及达成业绩:</th>
|
|
|
|
+ <td colspan="10" width="25%">${cmClubinfo.lastPromotion}
|
|
|
|
+ <%--<form:textarea rows="7" cols="80" path="lastPromotion" htmlEscape="false" cssStyle="width:90%;"
|
|
|
|
+ maxlength="200"/>--%>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ </form:form>
|
|
|
|
+</body>
|
|
|
|
+</html>
|