|
@@ -0,0 +1,57 @@
|
|
|
|
+<%@ 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 type="text/javascript">
|
|
|
|
+
|
|
|
|
+ </script>
|
|
|
|
+</head>
|
|
|
|
+<body>
|
|
|
|
+<ul class="nav nav-tabs">
|
|
|
|
+ <li class="active"><a href="${ctx}/svip/cmSvipHistory/">超级会员列表</a></li>
|
|
|
|
+ <li><a href="${ctx}/super/cmSvipPackage/">赠送超级会员</a></li>
|
|
|
|
+</ul>
|
|
|
|
+<br/>
|
|
|
|
+<form:form id="inputForm" modelAttribute="cmSvipPackage" action="${ctx}/super/cmSvipPackage/update" method="post"
|
|
|
|
+ class="form-horizontal">
|
|
|
|
+ <sys:message content="${message}"/>
|
|
|
|
+
|
|
|
|
+ <div class="control-group" id="couponClub" hidden="hidden">
|
|
|
|
+ <label class="control-label"><font color="red">*</font>机构:</label>
|
|
|
|
+ <div class="controls">
|
|
|
|
+ <a href="javascript:void(0);" onclick="showSelectClub()" id="chooseClub">请选择机构</a>
|
|
|
|
+ <input type="hidden" name="userId" id="userId" value="${cmCoupon.userId}">
|
|
|
|
+ <table id="contentTableClub" class="table table-striped table-bordered table-condensed" hidden="hidden">
|
|
|
|
+ <thead>
|
|
|
|
+ <tr>
|
|
|
|
+ <th>机构名称</th>
|
|
|
|
+ <th>机构简称</th>
|
|
|
|
+ <th>联系人</th>
|
|
|
|
+ <th>手机号</th>
|
|
|
|
+ <th>操作</th>
|
|
|
|
+ </tr>
|
|
|
|
+ </thead>
|
|
|
|
+ <tbody id="hotSearchClub"></tbody>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="control-group">
|
|
|
|
+ <label class="control-label"><span class="help-inline"><font color="red">*</font> </span>赠送套餐:</label>
|
|
|
|
+ <div class="controls">
|
|
|
|
+ 3个月超级会员,售价:<form:input path="month" htmlEscape="false" class="input-xlarge2" style="width: 60px"
|
|
|
|
+ onblur="checkNum()"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="form-actions">
|
|
|
|
+ <input id="btnSubmit" class="btn btn-primary" type="submit" value="保 存"/>
|
|
|
|
+ </div>
|
|
|
|
+</form:form>
|
|
|
|
+</body>
|
|
|
|
+<script>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+</script>
|
|
|
|
+</html>
|