No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

active_time_edit.htm 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. {include file="public/layout" /}
  2. <div class="bodystyle">
  3. <div id="append_parent"></div>
  4. <div id="ajaxwaitid"></div>
  5. <div class="page">
  6. <div class="flexigrid">
  7. <div class="ncap-form-default">
  8. <form class="form-horizontal" id="post_form" action="{:url('Sharp/active_time_edit')}" method="post">
  9. <dl class="row">
  10. <dt class="tit">
  11. <label for="limit"><em>*</em>活动日期</label>
  12. </dt>
  13. <dd class="opt">
  14. {$info.active_date|date='Y-m-d',###}
  15. </dd>
  16. </dl>
  17. <dl class="row">
  18. <dt class="tit">
  19. <label for="limit"><em>*</em>活动场次</label>
  20. </dt>
  21. <dd class="opt">
  22. {$info.active_time}
  23. </dd>
  24. </dl>
  25. <dl class="row">
  26. <dt class="tit">
  27. <label for="total_stock"><em>*</em>选择商品 </label>
  28. </dt>
  29. <dd class="opt">
  30. <a href="javascript:void(0);" onclick="choGoods();" class="ncap-btn ncap-btn-green"><i class="layui-icon">&#xe608;</i>选择秒杀商品</a>
  31. <p class="notic2">注:每个活动场次中出售的秒杀商品,此处非必填,可在场次管理中单独设置</p>
  32. <div class="{empty name='$goods'} none {/empty}" id="goods_show_list" style="margin-top: 15px;width: 850px;">
  33. <div class="flexigrid">
  34. <div class="hDiv">
  35. <div class="hDivBox">
  36. <table cellspacing="0" cellpadding="0" style="width: 100%;">
  37. <thead>
  38. <tr>
  39. <th abbr="id" axis="col5" class="w60">
  40. <div class="tc">商品ID</div>
  41. </th>
  42. <th align="center" abbr="article_title" axis="col3" class="w40">
  43. <div class="tc">封面图</div>
  44. </th>
  45. <th align="left" abbr="article_title" axis="col3" class="">
  46. <div style="text-align: left; padding-left: 10px;" class="">商品标题</div>
  47. </th>
  48. <th abbr="article_time" axis="col6" class="w60">
  49. <div class="tc">操作</div>
  50. </th>
  51. </tr>
  52. </thead>
  53. </table>
  54. </div>
  55. <div class="bDiv" style="height: auto;">
  56. <div id="flexigrid" cellpadding="0" cellspacing="0" border="0">
  57. <table style="width: 100%;">
  58. <tbody id="Template">
  59. {empty name="$goods"}
  60. <tr>
  61. <td class="no-data" align="center" axis="col0" colspan="50">
  62. <i class="fa fa-exclamation-circle"></i>没有选择秒杀商品
  63. </td>
  64. </tr>
  65. {else/}
  66. {foreach name="$goods" item="vo" key="k"}
  67. <tr class="tr goods_show_list_div goods_show_list_div_{$vo.sharp_goods_id}">
  68. <td class="sort">
  69. <div class="w60 tc">
  70. {$vo.sharp_goods_id}
  71. <input type="hidden" name="goods[sharp_goods_id][]" value="{$vo.sharp_goods_id}">
  72. <input type="hidden" name="goods[aid][]" value="{$vo.aid}">
  73. </div>
  74. </td>
  75. <td class="w40">
  76. <div class="tc">
  77. <img width="40" height="40" src="{$vo.litpic|get_default_pic=###}">
  78. </div>
  79. </td>
  80. <td class="" style="width: 100%;">
  81. <div class="tl" style="padding-left: 10px;">
  82. {$vo.title}
  83. </div>
  84. </td>
  85. <td class="">
  86. <div class="w60 tc">
  87. <a class="btn red" href="javascript:void(0);" onclick="del('{$vo.sharp_goods_id}');">删除</a>
  88. </div>
  89. </td>
  90. </tr>
  91. {/foreach}
  92. {/empty}
  93. </tbody>
  94. </table>
  95. </div>
  96. </div>
  97. </div>
  98. </div>
  99. </div>
  100. </dd>
  101. </dl>
  102. <div class="bot">
  103. <input type="hidden" name="active_time_id" value="{$info.active_time_id}">
  104. <input type="hidden" name="active_id" value="{$info.active_id}">
  105. <a href="JavaScript:void(0);" onclick="checkForm();" class="ncap-btn-big ncap-btn-green"
  106. id="submitBtn">确认提交</a>
  107. </div>
  108. </form>
  109. </div>
  110. </div>
  111. </div>
  112. <script>
  113. function reback(info) {
  114. layer.closeAll();
  115. if (info) {
  116. $("#goods_show_list").show();
  117. info.forEach(function (v) {
  118. v = JSON.parse(v, true)
  119. if ($('div').is('.goods_show_list_div_' + v.sharp_goods_id) == false) {
  120. var html = '';
  121. html += '<tr class="tr goods_show_list_div goods_show_list_div_' + v.sharp_goods_id + '">';
  122. html += ' <td class="sort">';
  123. html += ' <div class="w60 tc">';
  124. html += ' ' + v.sharp_goods_id;
  125. html += ' <input type="hidden" name="goods[sharp_goods_id][]" value="' + v.sharp_goods_id + '">';
  126. html += ' <input type="hidden" name="goods[aid][]" value="' + v.aid + '">';
  127. html += ' </div>';
  128. html += ' </td>';
  129. html += ' <td class="w40">';
  130. html += ' <div class="tc">';
  131. html += ' <img width="40" height="40" src="' + v.litpic + '">';
  132. html += ' </div>';
  133. html += ' </td>';
  134. html += ' <td class="" style="width: 100%;">';
  135. html += ' <div class="tl" style="padding-left: 10px;">';
  136. html += ' ' + v.title;
  137. html += ' </div>';
  138. html += ' </td>';
  139. html += ' <td class="">';
  140. html += ' <div class="w60 tc">';
  141. html += ' <a class="btn red" href="javascript:void(0);" onclick="del(' + v.sharp_goods_id + ');">删除</a>';
  142. html += ' </div>';
  143. html += ' </td>';
  144. html += '</tr>';
  145. $("#Template").append(html);
  146. }
  147. })
  148. }
  149. }
  150. function del(sid) {
  151. $(".goods_show_list_div_" + sid).remove();
  152. if ($('.goods_show_list_div').length <= 0) {
  153. $("#goods_show_list").hide();
  154. }
  155. }
  156. function choGoods() {
  157. layer.open({
  158. type: 2,
  159. title: '选择秒杀商品',
  160. fixed: true, //不固定
  161. shadeClose: false,
  162. shade: layer_shade,
  163. maxmin: true, //开启最大化最小化按钮
  164. area: ['80%', '90%'],
  165. content: "{:url('Sharp/goods_list')}"
  166. });
  167. }
  168. </script>
  169. <script type="text/javascript">
  170. var parentObj = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
  171. // 判断输入框是否为空
  172. function checkForm() {
  173. if($('.goods_show_list_div').length == 0){
  174. showErrorMsg('请先选择秒杀商品!');
  175. $('input[name=seckill_price]').focus();
  176. return false;
  177. }
  178. layer_loading('正在处理');
  179. $.ajax({
  180. url : "{:url('Sharp/active_time_edit')}",
  181. data: $('#post_form').serialize(),
  182. type: 'post',
  183. dataType: 'json',
  184. success: function(res) {
  185. layer.closeAll();
  186. if (res.code == 1) {
  187. layer.msg(res.msg, {icon: 1, shade: 0.1, time: 1000}, function(){
  188. window.location.reload();
  189. });
  190. } else {
  191. showErrorAlert(res.msg);
  192. }
  193. },
  194. error: function(e) {
  195. layer.closeAll();
  196. showErrorAlert(e.responseText);
  197. }
  198. })
  199. }
  200. </script>
  201. {include file="public/footer" /}