123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <!-- 关联正式订单弹层 -->
- <div class="layer-relate">
- <div class="layer-filter">
- <span class="fl">品名:</span>
- <div class="diy_select">
- <input type="hidden" id="class_id" name="class_id" class="diy_select_input" value="0">
- <div class="diy_select_txt">请选择</div>
- <div class="diy_select_btn"></div>
- <ul class="diy_select_list" style="display: none;">
- <li val="0">请选择</li>
- </ul>
- </div>
- <button type="button" class="label-primary-s bth-s">搜索</button>
- </div>
- <table class="table table-striped table-bordered table-hover dataTable no-footer DTTT_selectable" style="font-size:12px">
- <tr>
- <th>选择</th>
- <th>财务订单编号</th>
- <th>商品名称</th>
- <th>套餐</th>
- <th>下单时间</th>
- <th>申请人数</th>
- <th>已关联人数</th>
- <th>剩余名额</th>
- <th>本次关联人数</th>
- </tr>
- <tr>
- <th>
- <label class="checkbox-inline">
- <input type="checkbox" value="option1">
- </label>
- </th>
- <th>XDS0012</th>
- <th>错题本</th>
- <th>一学年</th>
- <th>2016-08-23 18:12:33</th>
- <th>200</th>
- <th>0</th>
- <th>200</th>
- <th><input type="text" class="relate-num"></th>
- </tr>
- <tr>
- <th>
- <label class="checkbox-inline">
- <input type="checkbox" value="option1">
- </label>
- </th>
- <th>XDS0012</th>
- <th>错题本</th>
- <th>一学年</th>
- <th>2016-08-23 18:12:33</th>
- <th>200</th>
- <th>0</th>
- <th>200</th>
- <th><input type="text" class="relate-num"></th>
- </tr>
- <tr>
- <th>
- <label class="checkbox-inline">
- <input type="checkbox" value="option1">
- </label>
- </th>
- <th>XDS0012</th>
- <th>错题本</th>
- <th>一学年</th>
- <th>2016-08-23 18:12:33</th>
- <th>200</th>
- <th>0</th>
- <th>200</th>
- <th><input type="text" class="relate-num"></th>
- </tr>
- <tr>
- <th>
- <label class="checkbox-inline">
- <input type="checkbox" value="option1">
- </label>
- </th>
- <th>XDS0012</th>
- <th>错题本</th>
- <th>一学年</th>
- <th>2016-08-23 18:12:33</th>
- <th>200</th>
- <th>0</th>
- <th>200</th>
- <th><input type="text" class="relate-num"></th>
- </tr>
- <tr>
- <th>
- <label class="checkbox-inline">
- <input type="checkbox" value="option1">
- </label>
- </th>
- <th>XDS0012</th>
- <th>错题本</th>
- <th>一学年</th>
- <th>2016-08-23 18:12:33</th>
- <th>200</th>
- <th>0</th>
- <th>200</th>
- <th><input type="text" class="relate-num"></th>
- </tr>
- </table>
- </div>
|