english_week_reset.php 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. <style>
  2. .reset-title{padding-left: 20px; line-height: 40px;font-size: 14px;border-bottom: 1px solid #eee;}
  3. .paper-title{margin-right: 20px;font-weight: bold;}
  4. .chk-all{margin-left: 20px; padding-left:20px; cursor: pointer;background: url(/images/select_no.png) no-repeat left center;-webkit-background-size: 16px;background-size: 16px;}
  5. .chk-all.active{background: url(/images/select_ipt.png) no-repeat left center;-webkit-background-size: 16px;background-size: 16px;}
  6. .chk-num{margin-top: 10px;margin-left: 5px; width: 20px;height: 20px;line-height: 20px; text-align: center;font-style:normal; border-radius: 50%;background-color: #f40;color: #fff;}
  7. .class-box{padding-bottom:50px;}
  8. .class-box ul{padding:20px 0 0 24px;}
  9. .class-box li{position: relative;margin-right: 28px;margin-bottom: 20px; padding:10px 16px;width: 210px;height: 105px; border:1px solid #ccc;box-sizing: border-box;cursor: pointer;}
  10. .class-box li h3{margin:0; width: 180px; font-size: 16px;line-height: 24px; color: #697aff;}
  11. .class-box li p{margin-top: 6px;}
  12. .selected-img{position: absolute;top:50%;right: 10px;transform:translateY(-50%);display: none;}
  13. .class-box li.active,.class-box li:hover{border-color: #2977ff}
  14. .class-box li.active .selected-img{display: block;}
  15. .reset-btn{position: fixed;left: 24px;bottom:0;padding-top:10px;padding-bottom: 16px;width: 100%;background-color: #fff;}
  16. .reset-btn span{color: #f00;}
  17. .reset-btn a{margin-right: 10px; display: inline-block;color: #fff;background-color: grey;width: 100px;line-height: 30px;text-align: center; }
  18. .reset-btn2 a{text-decoration: none;background:#2977ff;}
  19. .reset-btn2 a:hover{text-decoration: none;background-color: #2977ff;}
  20. .reset-num{font-style:normal;}
  21. /*.topic-content*/
  22. .choose-topic h3,.filling-topic h3,.answer-topic h3{font-weight: 700;font-size: 14px;line-height: 34px;}
  23. .topic a{margin:0 5px; color: #4395ff}
  24. .topic p{display: inline;}
  25. .batch_topic a{margin:0 5px; color: #4395ff}
  26. .batch_topic p{display: inline;}
  27. /*.topic .score{color: #f00;}*/
  28. .score input,.right-answer{width: 30px;text-align: center; background: #fff;border:0;color: #50d2c2}
  29. .score input:focus,.right-answer:focus{border:1px solid #50d2c2;outline: none;}
  30. /*.right-answer{color: #f40;}*/
  31. .topic-answer input{width: 60px;}
  32. .model-score input{padding-left: 5px; height: 30px;width: 230px;border:1px solid #ccc;outline: none;}
  33. .model-score input:focus{border-color: #50d2c2;box-shadow: 0 0 5px #50d2c2;}
  34. .modal-btn{text-align: center;margin:10px 0;}
  35. .modal-btn a{display: inline-block;margin:0 5px; width: 100px; line-height: 40px;background: #50d2c2;color: #fff;}
  36. .modal-content{position: absolute;left: 50%;top: 50%;padding-top: 40px; width: 500px;background: #fff; transform: translate(-50%,-50%);}
  37. .modal-title{position: absolute;top: 0;left: 0;padding-left: 20px; width: 100%;height: 40px;line-height: 40px;background: #2977ff;color:#fff;}
  38. .modal-title em{width: 40px;height: 40px;text-align: center;font-size: 20px;cursor: pointer;}
  39. .model-score1 input{padding-left: 5px; height: 30px;width: 230px;border:1px solid #ccc;outline: none;}
  40. .model-score1 input:focus{border-color: #50d2c2;box-shadow: 0 0 5px #50d2c2;}
  41. .modal-btn{text-align: center;margin:10px 0;}
  42. .modal-btn a{display: inline-block;margin:0 5px; width: 100px; line-height: 40px;background: #50d2c2;color: #fff;}
  43. .model-score2 input{padding-left: 5px; height: 30px;width: 230px;border:1px solid #ccc;outline: none;}
  44. .model-score2 input:focus{border-color: #50d2c2;box-shadow: 0 0 5px #50d2c2;}
  45. .modal-btn{text-align: center;margin:10px 0;}
  46. .modal-btn a{display: inline-block;margin:0 5px; width: 100px; line-height: 40px;background: #2977ff;color: #fff;}
  47. .modal-btn .close3{display: inline-block;margin:0 5px; width: 100px; line-height: 40px;background: #fff;color: #000;border:1px solid #555;border-radius: 3px;}
  48. .modal1_multi{position: fixed;top: 0;left: 0;width: 100%;height: 100%;font-size:14px;display:none ;background: rgba(0,0,0,.4)}
  49. .model-rule{width:80%;margin:15px auto;text-align: center;font-size:18px;}
  50. .modal1_multi .model-score1{width:80%;margin:10px auto;text-align: left}
  51. .modal1_multi .model-score-m{width:80%;margin:5px auto;}
  52. #update_msg{color:red}
  53. .modal1_multi .model-score-m label{margin:5px 0;font-size: 12px;color:red;font-weight: initial}
  54. </style>
  55. <div class="reset-title clearfix">
  56. <span class="fl paper-title"><?php echo isset($data[0]['name'])?$data[0]['name']:'';?></span>
  57. <div class="fl">
  58. <span class="fl">参考班级</span>
  59. <span class="chk-all fl">全选</span>
  60. <em class="fl chk-num reset-num">0</em>
  61. </div>
  62. </div>
  63. <div class="class-box">
  64. <ul class="clearfix" id="select-class">
  65. <?php foreach($data as $key => $value):?>
  66. <li class="fl" weekId="<?php echo $value['week_id'];?>">
  67. <div class="fl">
  68. <h3 class="ellipsis"><?php echo $value['class_name'];?></h3>
  69. <p>已生成/总数:<?php echo $value['create_count'];?>/<?php echo $value['total_count'];?></p>
  70. </div>
  71. <img src="/images/select_li.png" class="selected-img">
  72. </li>
  73. <?php endforeach;?>
  74. </ul>
  75. </div>
  76. <div class="reset-btn">
  77. <a href="javascript:;">重置</a>
  78. <span>您将重置<em class="reset-num">0</em>个班级的 晨读词汇
  79. </span>
  80. </div>
  81. <input type="hidden" class="data-reading-id" value="<?php echo $weekGroupId; ?>"/>
  82. <!-- 重置提示框 -->
  83. <div class="modal1_multi">
  84. <div class="modal-shadow"></div>
  85. <div class="modal-content">
  86. <div class="modal-title clearfix">
  87. 提示<em class="fr close3">×</em>
  88. </div>
  89. <div class="model-rule">
  90. 同一场考试,只提供一次重置机会。 <br>确定需要重置吗?
  91. </div>
  92. <div class="model-score-m">
  93. <label>产品生成会占用服务器资源,请谨慎操作,重置后需排队等待哦!</label>
  94. </div>
  95. <div class="modal-btn">
  96. <a href="javascript:;" class="sumbit3">确定重置</a>
  97. <a href="javascript:;" class="close3 chameleon">取消</a>
  98. </div>
  99. </div>
  100. </div>
  101. <script>
  102. $(function () {
  103. // var printType = "<?php // echo $printType;?>",
  104. resetCount=parseInt(<?php echo $resetCount;?>);
  105. // resetCount=1;
  106. $(".reset-btn a").click(function () {
  107. //判断重置次数
  108. if(resetCount==0){
  109. $('.model-rule').html('本周“晨读词汇”只提供一次重置机会。 <br>确定需要重置吗?');
  110. $('.sumbit3').show();
  111. $('.chameleon').html('取消');
  112. $('.model-score-m').show();
  113. $('.modal1_multi').show();
  114. }else{
  115. $('.model-score-m').hide();
  116. $('.sumbit3').hide();
  117. $('.chameleon').html('知道了');
  118. $('.model-rule').html('本周“晨读词汇”已重置,不能继续重置!<br>请联系技术支持,谢谢!');
  119. $('.modal1_multi').show();
  120. }
  121. // $(".layout-reset").fadeIn(400);
  122. });
  123. $('.close3').click(function(){
  124. $('.modal1_multi').hide();
  125. });
  126. $('.sumbit3').click(function(){
  127. doSubmit();
  128. });
  129. //提交重置
  130. function doSubmit(){
  131. var obj = $("#select-class>li.active");
  132. var classExam = [];
  133. $.each(obj, function(key, value) {
  134. classExam.push($(value).attr('weekId'));
  135. });
  136. var readingId=$('.data-reading-id').val();
  137. if(readingId.length==0){
  138. layer.msg('请刷新后再重试!',{
  139. icon: 5
  140. }, function(){
  141. layer.closeAll();
  142. });
  143. return false;
  144. }
  145. if(classExam.length > 0){
  146. var url = "<?php echo $this->createUrl('print/ajaxResetEnglishWeek');?>";
  147. resetAction(classExam,readingId,url);
  148. }else{
  149. layer.msg('请选择班级!',{
  150. icon: 5
  151. }, function(){
  152. layer.closeAll();
  153. });
  154. }
  155. }
  156. $(".chk-all").click(function () {
  157. if ($(this).hasClass("active")) {
  158. $(this).removeClass("active");
  159. $(".class-box li").removeClass("active");
  160. $(".reset-num").html(0);
  161. $(".reset-btn").removeClass('reset-btn2');
  162. } else {
  163. $(this).addClass("active");
  164. $(".class-box li").addClass("active");
  165. $(".reset-num").html($(".class-box li").length);
  166. $(".reset-btn").addClass('reset-btn2');
  167. }
  168. });
  169. $("body").delegate(".class-box li", "click", function () {
  170. var count = 0;
  171. if ($(this).hasClass("active")) {
  172. $(this).removeClass("active");
  173. } else {
  174. $(this).addClass("active");
  175. }
  176. for (var i = 0; i < $(".class-box li").length; i++) {
  177. if ($(".class-box li").eq(i).hasClass("active")) {
  178. count++;
  179. }
  180. if(count > 0){
  181. $(".reset-btn").addClass('reset-btn2');
  182. }else{
  183. $(".reset-btn").removeClass('reset-btn2');
  184. }
  185. }
  186. if (count == $(".class-box li").length) {
  187. $(".chk-all").addClass("active");
  188. } else {
  189. $(".chk-all").removeClass("active");
  190. }
  191. $(".reset-num").html(count);
  192. });
  193. // toast("重置失败!请再次尝试")
  194. // toast("重置失败!请再次尝试",true)
  195. function toast(msg, flag) {
  196. /*flag参数为true,不能自动关闭,不传则3秒以后关闭*/
  197. $("body").append("<div class='toast'></div>");
  198. $(".toast").css({
  199. "position": "fixed",
  200. "left": "50%",
  201. "top": "50%",
  202. "transform": "translate(-50%,-50%)",
  203. "padding": "15px 25px",
  204. "max-width": "250px",
  205. "background": "rgba(0,0,0,.8)",
  206. "color": "#fff",
  207. "font-size": "14px",
  208. "border-radius": "5px",
  209. "display": "none",
  210. "z-index": "9999999"
  211. }).html(msg).fadeIn(400);
  212. if (flag)
  213. return;
  214. var tempTimer = setTimeout(function () {
  215. $(".toast").fadeOut(400).remove();
  216. clearTimeout(tempTimer)
  217. }, 3000)
  218. }
  219. function resetAction(classExam,readingId,url){
  220. $.ajax({
  221. url: url,
  222. type: "POST",
  223. dataType: "json",
  224. data: {classExam:classExam,readingId:readingId},
  225. success: function (data){
  226. if(data.status > 0){
  227. layer.msg('操作成功!自动返回上一层',{
  228. icon: 1
  229. }, function(){
  230. layer.closeAll();
  231. window.history.go(-1);
  232. });
  233. }else{
  234. layer.msg('操作失败!请再次尝试',{
  235. icon: 5
  236. }, function(){
  237. layer.closeAll();
  238. });
  239. }
  240. },
  241. error: function (data, status, e){ //服务器响应失败处理函数
  242. layer.msg('返回失败!',{
  243. icon: 5
  244. }, function(){
  245. layer.closeAll();
  246. });
  247. }
  248. });
  249. }
  250. })
  251. </script>