_relationOrder.php 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <!-- 关联正式订单弹层 -->
  2. <div class="layer-relate">
  3. <div class="layer-filter">
  4. <span class="fl">品名:</span>
  5. <div class="diy_select">
  6. <input type="hidden" id="class_id" name="class_id" class="diy_select_input" value="0">
  7. <div class="diy_select_txt">请选择</div>
  8. <div class="diy_select_btn"></div>
  9. <ul class="diy_select_list" style="display: none;">
  10. <li val="0">请选择</li>
  11. </ul>
  12. </div>
  13. <button type="button" class="label-primary-s bth-s">搜索</button>
  14. </div>
  15. <table class="table table-striped table-bordered table-hover dataTable no-footer DTTT_selectable" style="font-size:12px">
  16. <tr>
  17. <th>选择</th>
  18. <th>财务订单编号</th>
  19. <th>商品名称</th>
  20. <th>套餐</th>
  21. <th>下单时间</th>
  22. <th>申请人数</th>
  23. <th>已关联人数</th>
  24. <th>剩余名额</th>
  25. <th>本次关联人数</th>
  26. </tr>
  27. <tr>
  28. <th>
  29. <label class="checkbox-inline">
  30. <input type="checkbox" value="option1">
  31. </label>
  32. </th>
  33. <th>XDS0012</th>
  34. <th>错题本</th>
  35. <th>一学年</th>
  36. <th>2016-08-23 18:12:33</th>
  37. <th>200</th>
  38. <th>0</th>
  39. <th>200</th>
  40. <th><input type="text" class="relate-num"></th>
  41. </tr>
  42. <tr>
  43. <th>
  44. <label class="checkbox-inline">
  45. <input type="checkbox" value="option1">
  46. </label>
  47. </th>
  48. <th>XDS0012</th>
  49. <th>错题本</th>
  50. <th>一学年</th>
  51. <th>2016-08-23 18:12:33</th>
  52. <th>200</th>
  53. <th>0</th>
  54. <th>200</th>
  55. <th><input type="text" class="relate-num"></th>
  56. </tr>
  57. <tr>
  58. <th>
  59. <label class="checkbox-inline">
  60. <input type="checkbox" value="option1">
  61. </label>
  62. </th>
  63. <th>XDS0012</th>
  64. <th>错题本</th>
  65. <th>一学年</th>
  66. <th>2016-08-23 18:12:33</th>
  67. <th>200</th>
  68. <th>0</th>
  69. <th>200</th>
  70. <th><input type="text" class="relate-num"></th>
  71. </tr>
  72. <tr>
  73. <th>
  74. <label class="checkbox-inline">
  75. <input type="checkbox" value="option1">
  76. </label>
  77. </th>
  78. <th>XDS0012</th>
  79. <th>错题本</th>
  80. <th>一学年</th>
  81. <th>2016-08-23 18:12:33</th>
  82. <th>200</th>
  83. <th>0</th>
  84. <th>200</th>
  85. <th><input type="text" class="relate-num"></th>
  86. </tr>
  87. <tr>
  88. <th>
  89. <label class="checkbox-inline">
  90. <input type="checkbox" value="option1">
  91. </label>
  92. </th>
  93. <th>XDS0012</th>
  94. <th>错题本</th>
  95. <th>一学年</th>
  96. <th>2016-08-23 18:12:33</th>
  97. <th>200</th>
  98. <th>0</th>
  99. <th>200</th>
  100. <th><input type="text" class="relate-num"></th>
  101. </tr>
  102. </table>
  103. </div>