Import.html 2.97 KB
<%include '../common/__ui/header'%>
<%include '../common/__partail/ListHeader'%>

<div class="contentpanel">
    <div class="panel panel-default" style="margin-bottom:10px;">
        <div class="panel-body">
            <table class="table table-bordered">
                <tr>
                    <td rowspan="2" style="width:250px">商品VIP设置</td>
                    <td>上传EXCEL:</td>
                    <td style="position: relative;">
                      <input id="importProductBatch" name="file" data-type="" type="file" style="border:1px solid red; cursor: pointer; height: 37px; top: 8px;">
                      <a class="btn btn-default" href="/vip/index">返回</a>
                    </td>
                </tr>
                <tr>
                    <td>说明:</td>
                    <td colspan="2">
                        1、上传文件必须是 .xlsx 文件<br>
                        2、第一行标题栏:SKN、商品VIP状态<br>
                        <span style="color: red;">3、商品VIP状态:1表示开启,2表示关闭;</span><br>
                        4、请上传自己权限内的商品SKN,一次上传数量不可超过1W条<br/>
                        5、<a href="/ajax/link/vipProduct">下载样例</a>
                    </td>
                </tr>
            </table>
        </div>
        <div class="panel-body">
            <table class="table table-bordered">
                <tr>
                    <td rowspan="2" style="width:250px">商品VIP返币设置</td>
                    <td>上传EXCEL:</td>
                    <td style="position: relative;">
                        <input id="importReturnCoinBatch" name="file" data-type="" type="file" style="border:1px solid red; cursor: pointer; height: 37px; top: 8px;">
                        <a class="btn btn-default" href="/vip/index">返回</a>
                    </td>
                </tr>
                <tr>
                    <td>说明:</td>
                    <td colspan="2">
                        1、上传文件必须是 .xlsx 文件<br>
                        2、第一行标题栏:SKN、商品VIP返币状态<br>
                        <span style="color: red;">3、商品VIP返币状态:1表示开启,0表示关闭;</span><br>
                        4、请上传自己权限内的商品SKN,一次上传数量不可超过1W条<br/>
                        5、<a href="/ajax/link/vipCoinReturn">下载样例</a>
                    </td>
                </tr>
            </table>
        </div>
        <div class="panel-body">
            <div class="col-md-12">
                <div id="message"></div>
            </div>
        </div>
        <div class="panel-body">
            <div class="col-md-12">
                <div class="dataTab_wrapper" id="basicTab" style="margin-bottom: 10px"></div>
                <div id="table-box" class="table-responsive"></div>
            </div>
        </div>
    </div>
</div>
<%include '../common/__ui/footer'%>