|
@@ -92,51 +92,51 @@
|
|
|
<form:radiobutton path="productType1" value="2" label="指定商品"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="productData" hidden="hidden">
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label"><font color="red">*</font>网站活动页banner:</label>
|
|
|
- <div class="controls upload-content-image iconBox">
|
|
|
- <div class="conList">
|
|
|
- <form:hidden id="pcBanner" path="pcBanner" htmlEscape="false" maxlength="255" class="input-xlarge"/>
|
|
|
- <sys:ckfinder input="pcBanner" type="images" uploadPath="/photo" selectMultiple="false" maxWidth="100" maxHeight="100"/>
|
|
|
- <br>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label"><font color="red">*</font>小程序活动页banner:</label>
|
|
|
- <div class="controls upload-content-image iconBox">
|
|
|
- <div class="conList">
|
|
|
- <form:hidden id="appletsBanner" path="appletsBanner" htmlEscape="false" maxlength="255" class="input-xlarge"/>
|
|
|
- <sys:ckfinder input="appletsBanner" type="images" uploadPath="/photo" selectMultiple="false" maxWidth="100" maxHeight="100"/>
|
|
|
- <br>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="control-group">
|
|
|
- <input class="btn" id="del" style="width: 50px" onclick="batchDeletion()" value="删除"/>
|
|
|
- <input class="btn btn-primary" style="width: 70px" onclick="batchSaveSort()" value="一键排序"/>
|
|
|
- <input class="btn btn-primary" style="width: 50px" onclick="showSelectProduct()" value="添加"/>
|
|
|
- <br><br>
|
|
|
- <table id="contentTableProduct" class="table table-striped table-bordered table-condensed" hidden="hidden">
|
|
|
- <thead>
|
|
|
- <tr>
|
|
|
- <th style="width:20px;"><input class="check-all" type="checkbox" onclick="clickAllSelect(this)"/> 全选
|
|
|
- </th>
|
|
|
- <th>商品图片</th>
|
|
|
- <th>商品名称</th>
|
|
|
- <th>供应商</th>
|
|
|
- <th>网站状态</th>
|
|
|
- <th>小程序状态</th>
|
|
|
- <th>排序</th>
|
|
|
- <th>添加时间</th>
|
|
|
- <th>操作</th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody id="hotSearchProduct"></tbody>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+<%-- <div class="productData" hidden="hidden">--%>
|
|
|
+<%-- <div class="control-group">--%>
|
|
|
+<%-- <label class="control-label"><font color="red">*</font>网站活动页banner:</label>--%>
|
|
|
+<%-- <div class="controls upload-content-image iconBox">--%>
|
|
|
+<%-- <div class="conList">--%>
|
|
|
+<%-- <form:hidden id="pcBanner" path="pcBanner" htmlEscape="false" maxlength="255" class="input-xlarge"/>--%>
|
|
|
+<%-- <sys:ckfinder input="pcBanner" type="images" uploadPath="/photo" selectMultiple="false" maxWidth="100" maxHeight="100"/>--%>
|
|
|
+<%-- <br>--%>
|
|
|
+<%-- </div>--%>
|
|
|
+<%-- </div>--%>
|
|
|
+<%-- </div>--%>
|
|
|
+<%-- <div class="control-group">--%>
|
|
|
+<%-- <label class="control-label"><font color="red">*</font>小程序活动页banner:</label>--%>
|
|
|
+<%-- <div class="controls upload-content-image iconBox">--%>
|
|
|
+<%-- <div class="conList">--%>
|
|
|
+<%-- <form:hidden id="appletsBanner" path="appletsBanner" htmlEscape="false" maxlength="255" class="input-xlarge"/>--%>
|
|
|
+<%-- <sys:ckfinder input="appletsBanner" type="images" uploadPath="/photo" selectMultiple="false" maxWidth="100" maxHeight="100"/>--%>
|
|
|
+<%-- <br>--%>
|
|
|
+<%-- </div>--%>
|
|
|
+<%-- </div>--%>
|
|
|
+<%-- </div>--%>
|
|
|
+<%-- <div class="control-group">--%>
|
|
|
+<%-- <input class="btn" id="del" style="width: 50px" onclick="batchDeletion()" value="删除"/> --%>
|
|
|
+<%-- <input class="btn btn-primary" style="width: 70px" onclick="batchSaveSort()" value="一键排序"/> --%>
|
|
|
+<%-- <input class="btn btn-primary" style="width: 50px" onclick="showSelectProduct()" value="添加"/>--%>
|
|
|
+<%-- <br><br>--%>
|
|
|
+<%-- <table id="contentTableProduct" class="table table-striped table-bordered table-condensed" hidden="hidden">--%>
|
|
|
+<%-- <thead>--%>
|
|
|
+<%-- <tr>--%>
|
|
|
+<%-- <th style="width:20px;"><input class="check-all" type="checkbox" onclick="clickAllSelect(this)"/> 全选--%>
|
|
|
+<%-- </th>--%>
|
|
|
+<%-- <th>商品图片</th>--%>
|
|
|
+<%-- <th>商品名称</th>--%>
|
|
|
+<%-- <th>供应商</th>--%>
|
|
|
+<%-- <th>网站状态</th>--%>
|
|
|
+<%-- <th>小程序状态</th>--%>
|
|
|
+<%-- <th>排序</th>--%>
|
|
|
+<%-- <th>添加时间</th>--%>
|
|
|
+<%-- <th>操作</th>--%>
|
|
|
+<%-- </tr>--%>
|
|
|
+<%-- </thead>--%>
|
|
|
+<%-- <tbody id="hotSearchProduct"></tbody>--%>
|
|
|
+<%-- </table>--%>
|
|
|
+<%-- </div>--%>
|
|
|
+<%-- </div>--%>
|
|
|
</div>
|
|
|
<div class="coupon-wrap">
|
|
|
<div class="control-group">
|