|
@@ -95,15 +95,6 @@
|
|
color: #666;
|
|
color: #666;
|
|
}
|
|
}
|
|
|
|
|
|
- .med-option {
|
|
|
|
- display: block;
|
|
|
|
- margin: 10px 0 0 160px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .raw-option {
|
|
|
|
- display: block;
|
|
|
|
- margin: 10px 0 0 160px;
|
|
|
|
- }
|
|
|
|
|
|
|
|
.control-group .new-tag {
|
|
.control-group .new-tag {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -126,28 +117,6 @@
|
|
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 {
|
|
.control-group .tags-operate .tag-add {
|
|
height: 40px;
|
|
height: 40px;
|
|
@@ -155,18 +124,31 @@
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
-
|
|
|
|
- .top-label {
|
|
|
|
- width: 160px;
|
|
|
|
- text-align: right;
|
|
|
|
- vertical-align: top;
|
|
|
|
|
|
+ .faFlex{
|
|
|
|
+ max-width:1200px;
|
|
|
|
+ padding:15px;
|
|
|
|
+ border: #0d0d0d solid 1px;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ }
|
|
|
|
+ .flDiv{
|
|
|
|
+ width: 30%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ margin-left: 20px;
|
|
|
|
+ padding-top: 10px;
|
|
|
|
+ padding-left: 10px;
|
|
|
|
+ }
|
|
|
|
+ .club_group{
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
+
|
|
</style>
|
|
</style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<ul class="nav nav-tabs">
|
|
<ul class="nav nav-tabs">
|
|
- <li><a href="${ctx}/new/user/agency/">机构列表</a></li>
|
|
|
|
|
|
+ <li><a href="${ctx}/new/user/agency/">机构机构基本资料列表</a></li>
|
|
<li class="active"><a href="${ctx}/new/user/agency/clubPortrait?clubID=${newCmClub.clubID}">机构画像</a></li>
|
|
<li class="active"><a href="${ctx}/new/user/agency/clubPortrait?clubID=${newCmClub.clubID}">机构画像</a></li>
|
|
</ul>
|
|
</ul>
|
|
<div class="ul-form">
|
|
<div class="ul-form">
|
|
@@ -181,13 +163,120 @@
|
|
<form:hidden path="clubInfoID"/>
|
|
<form:hidden path="clubInfoID"/>
|
|
<form:hidden path="userID"/>
|
|
<form:hidden path="userID"/>
|
|
<form:hidden path="clubID"/>
|
|
<form:hidden path="clubID"/>
|
|
-<div style="max-width:1200px;padding:15px;">
|
|
|
|
|
|
+<div class="faFlex">
|
|
|
|
+ <div class="flDiv">
|
|
|
|
+ <c:if test=""></c:if>
|
|
|
|
+ <div class="club_group">
|
|
|
|
+ <label>机构名称:</label>
|
|
|
|
+ <span>${newCmClub.name}</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="club_group club_info">
|
|
|
|
+ <label>联系人:</label>
|
|
|
|
+ <span>${newCmClub.userName}</span>
|
|
|
|
+ <label>联系人身份:</label>
|
|
|
|
+ <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>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="club_group">
|
|
|
|
+ <label>手机号:</label>
|
|
|
|
+ <span>${newCmClub.bindMobile}</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="club_group">
|
|
|
|
+ <label>机构类型:</label>
|
|
|
|
+ <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>
|
|
|
|
+
|
|
|
|
+ <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>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="club_group">
|
|
|
|
+ <label>地址:</label>
|
|
|
|
+ <span>${newCmClub.province }</span>
|
|
|
|
+ <span>${newCmClub.city }</span>
|
|
|
|
+ <span>${newCmClub.town }</span>
|
|
|
|
+ <span>${newCmClub.address}</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="club_group club_info">
|
|
|
|
+ <label>状态:</label>
|
|
|
|
+ <span>${fns:getDictLabel(newCmClub.status, 'club_status', newCmClub.status)}</span>
|
|
|
|
+ <label>注册时间:</label>
|
|
|
|
+ <span><fmt:formatDate value="${newCmClub.registerTime}" pattern="yyyy-MM-dd HH:mm:ss"></fmt:formatDate></span>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="flDiv">
|
|
|
|
+ <div class="club_group">
|
|
|
|
+ <label>机构级别:</label>
|
|
|
|
+ <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>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="control-group">
|
|
|
|
+ <label class="control-label">营业执照:</label>
|
|
|
|
+ <img width="100" height="100" src="${newCmClub.businessLicenseImage}"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="flDiv">
|
|
|
|
+ <div class="club_group">
|
|
|
|
+ <label>营业执照编号:</label>
|
|
|
|
+ <span>${newCmClub.socialCreditCode}</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="qualification control-group club_group">
|
|
|
|
+ <label>医疗许可证:</label>
|
|
|
|
+ <img width="100" height="100" src="${cmClubinfo.medicalPracticeLicenseImg}"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+</div>
|
|
|
|
+<%--<div style="max-width:1200px;padding:15px; border: #0d0d0d solid 1px">
|
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
<tr height="28">
|
|
<tr height="28">
|
|
- <th width="12%">状态:</th>
|
|
|
|
|
|
+ <th width="12%">机构名称:</th>
|
|
|
|
+ <td width="13%">${newCmClub.name}
|
|
|
|
+ <%–<th width="12%">状态:</th>
|
|
<td width="13%">${fns:getDictLabel(newCmClub.status, 'club_status', newCmClub.status)}</td>
|
|
<td width="13%">${fns:getDictLabel(newCmClub.status, 'club_status', newCmClub.status)}</td>
|
|
<th width="12%">注册时间:</th>
|
|
<th width="12%">注册时间:</th>
|
|
- <td width="13%"><fmt:formatDate value="${newCmClub.registerTime}" pattern="yyyy-MM-dd HH:mm:ss"></fmt:formatDate></td>
|
|
|
|
|
|
+ <td width="13%"><fmt:formatDate value="${newCmClub.registerTime}" pattern="yyyy-MM-dd HH:mm:ss"></fmt:formatDate></td>–%>
|
|
|
|
+ <th width="12%">机构级别:</th>
|
|
|
|
+ <td width="13%">
|
|
|
|
+ <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>
|
|
|
|
+ </td>
|
|
|
|
+ <th width="12%">营业执照编号:</th>
|
|
|
|
+ <td width="13%">${newCmClub.socialCreditCode}</td>
|
|
</tr>
|
|
</tr>
|
|
<tr height="28">
|
|
<tr height="28">
|
|
<th width="12%">机构名称:</th>
|
|
<th width="12%">机构名称:</th>
|
|
@@ -202,7 +291,7 @@
|
|
<td width="13%">${newCmClub.userName}
|
|
<td width="13%">${newCmClub.userName}
|
|
</td>
|
|
</td>
|
|
<th width="12%">手机号:</th>
|
|
<th width="12%">手机号:</th>
|
|
- <td width="13%">${newCmClub.bindMobile}
|
|
|
|
|
|
+ <td width="13%">${newCmClub.bindMobile}</td>
|
|
<th width="12%">联系人身份:</th>
|
|
<th width="12%">联系人身份:</th>
|
|
<td width="13%">
|
|
<td width="13%">
|
|
<c:if test="${newCmClub.linkManIdentity eq '1'}">老板</c:if>
|
|
<c:if test="${newCmClub.linkManIdentity eq '1'}">老板</c:if>
|
|
@@ -210,35 +299,43 @@
|
|
<c:if test="${newCmClub.linkManIdentity eq '3'}">运营</c:if>
|
|
<c:if test="${newCmClub.linkManIdentity eq '3'}">运营</c:if>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
|
|
+ <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>
|
|
</table>
|
|
</table>
|
|
-</div>
|
|
|
|
|
|
+</div>--%>
|
|
|
|
|
|
<sys:message content="${message}"/>
|
|
<sys:message content="${message}"/>
|
|
<hr class="detailLine">
|
|
<hr class="detailLine">
|
|
<div>
|
|
<div>
|
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
- <tr>
|
|
|
|
|
|
+ <c:if test="${newCmClub.sname ne null and newCmClub.contractEmail ne null}">
|
|
|
|
+ <tr>
|
|
|
|
+ <td colspan="2">
|
|
|
|
+ <div class="control-group">
|
|
|
|
+ <c:if test="${newCmClub.sname ne null}">
|
|
|
|
+ <label class="control-label">机构简称:</label>
|
|
|
|
+ <span>${newCmClub.sname}</span>
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${newCmClub.contractEmail ne null}">
|
|
|
|
+ <lable class="control-label">注册邮箱:</lable>
|
|
|
|
+ <span>${newCmClub.contractEmail}</span>
|
|
|
|
+ </c:if>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </c:if>
|
|
|
|
+ <%--<tr>
|
|
<td colspan="2">
|
|
<td colspan="2">
|
|
<div class="control-group">
|
|
<div class="control-group">
|
|
<label class="control-label"><b>地址:</b></label>
|
|
<label class="control-label"><b>地址:</b></label>
|
|
<span id="curProvince" name="curProvince" >${newCmClub.province }</span>
|
|
<span id="curProvince" name="curProvince" >${newCmClub.province }</span>
|
|
- <span id="curCity" name="curCity" >${newCmClub.province }</span>
|
|
|
|
|
|
+ <span id="curCity" name="curCity" >${newCmClub.city }</span>
|
|
<span id="curTown" name="curTown" >${newCmClub.town }</span>
|
|
<span id="curTown" name="curTown" >${newCmClub.town }</span>
|
|
${newCmClub.address}
|
|
${newCmClub.address}
|
|
- <%--<div class="controls">
|
|
|
|
- <form:select path="provinceID" disabled="true" class="input-xlarge" id="province"
|
|
|
|
- onchange="loadCity()" style="width:100px;">
|
|
|
|
- <form:option value="" label="省" provinceId=""/>
|
|
|
|
- </form:select>
|
|
|
|
- <form:select path="cityID" disabled="true" class="input-xlarge" id="city" onchange="loadTown()"
|
|
|
|
- style="width:100px;">
|
|
|
|
- <form:option value="" label="市" cityId=""/>
|
|
|
|
- </form:select>
|
|
|
|
- <form:select path="townID" disabled="true" class="input-xlarge" id="town" style="width:100px;">
|
|
|
|
- <form:option value="" label="区"/>
|
|
|
|
- </form:select>
|
|
|
|
- ${newCmClub.address}
|
|
|
|
- </div>--%>
|
|
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
@@ -249,94 +346,78 @@
|
|
<div class="controls">${newCmClub.socialCreditCode}</div>
|
|
<div class="controls">${newCmClub.socialCreditCode}</div>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
- <td>
|
|
|
|
- <div class="control-group">
|
|
|
|
- <label class="control-label"><b>营业执照:</b></label>
|
|
|
|
- <img width="100" height="100" src="${newCmClub.businessLicenseImage}">
|
|
|
|
- </div>
|
|
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
- <div class="control-group">
|
|
|
|
- <label class="control-label"><b>门头照:</b></label>
|
|
|
|
- <img width="100" height="100" src="${newCmClub.headpic}">
|
|
|
|
- </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>
|
|
|
|
|
|
+ </tr>--%>
|
|
|
|
+ <c:if test="${newCmClub.headpic ne null}">
|
|
|
|
+ <tr>
|
|
|
|
+ <td>
|
|
|
|
+ <div class="control-group">
|
|
|
|
+ <label class="control-label"><b>门头照:</b></label>
|
|
|
|
+ <img width="100" height="100" src="${newCmClub.headpic}">
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${cmClubinfo.department ne null and cmClubinfo.mainpro ne null}">
|
|
|
|
+ <tr>
|
|
|
|
+ <td>
|
|
|
|
+ <c:if test="${cmClubinfo.department ne null}">
|
|
|
|
+ <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>
|
|
-
|
|
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${cmClubinfo.mainpro ne null}">
|
|
|
|
+ <div class="control-group" >
|
|
|
|
+ <label class="control-label"><b>主营内容:</b></label>
|
|
|
|
+ <font size="3">${cmClubinfo.mainpro}</font>
|
|
|
|
+ </div>
|
|
|
|
+ </c:if>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${cmClubinfo.contractPhone ne null and cmClubinfo.fax ne null}">
|
|
|
|
+ <tr>
|
|
|
|
+ <c:if test="${cmClubinfo.contractPhone ne null}">
|
|
|
|
+ <td>
|
|
|
|
+ <div class="control-group">
|
|
|
|
+ <label class="control-label"><b>固定电话:</b></label>
|
|
|
|
+ <div class="controls">${cmClubinfo.contractPhone}</div>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${cmClubinfo.fax ne null}">
|
|
|
|
+ <td>
|
|
|
|
+ <div class="control-group">
|
|
|
|
+ <label class="control-label"><b>传真:</b></label>
|
|
|
|
+ <div class="controls">${cmClubinfo.fax}</div>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ </c:if>
|
|
|
|
+ </tr>
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${cmClubinfo.empnum ne null}">
|
|
|
|
+ <tr>
|
|
|
|
+ <td colspan="2">
|
|
|
|
+ <div class="control-group">
|
|
|
|
+ <label class="control-label"><b>员工人数:</b></label>
|
|
|
|
+ <div class="controls">${cmClubinfo.empnum}</div>
|
|
</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}">
|
|
|
|
-
|
|
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${cmClubinfo.info ne null}">
|
|
|
|
+ <tr>
|
|
|
|
+ <td colspan="2">
|
|
|
|
+ <div class="control-group">
|
|
|
|
+ <label class="control-label"><b>公司简介:</b></label>
|
|
|
|
+ <div class="controls">${cmClubinfo.info}</div>
|
|
</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>
|
|
|
|
- <font size="3">${cmClubinfo.mainpro}</font>
|
|
|
|
- </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>
|
|
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </c:if>
|
|
</table>
|
|
</table>
|
|
<div style="visibility: hidden;">
|
|
<div style="visibility: hidden;">
|
|
<div class="clubInfo">
|
|
<div class="clubInfo">
|