123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725 |
- <script type="text/javascript">
- function in_array(search, array) {
- for (var i in array) {
- if (array[i] == search) {
- return true;
- }
- }
- return false;
- }
- testFlag = "<?php echo $this->testFlag;?>";
- customTplsIds = new Array();
- var i = 0;
- <?php foreach(Yii::app()->params["custom_tpls_ids"] as $tplId){?>
- customTplsIds[i] = "<?php echo $tplId;?>";
- i++;
- <?php }?>
- jQuery(document).ready(function () {
- // 打印答案解析
- $(".answerAnalysis").click(function () {
- var element = this;
- layer.msg('您确定下载答案解析嘛?', {
- time: 0,
- btn: ['确定', '取消'],
- yes: function (index) {
- layer.close(index);
- var wpCode = jQuery(element).attr("examId");
- if (!wpCode) {
- layer.msg('周周练id有误!');
- return false;
- }
- jQuery.post(
- '<?php echo $this->createUrl('print/createtempelate');?>',
- {"eid": wpCode, "flag": 0},
- function (data) {
- var obj = JSON.parse(data);
- if (obj.success == 1) {
- /*alert(obj.message);
- alert(obj);*/
- evaluationClient.printDAJX(JSON.stringify(obj.object));
- } else {
- layer.msg(obj.message);
- }
- }
- );
- }
- });
- });
- //发送/取消/重新发送标注
- var flag = true;
- $(".sendLabelTask").bind("click", function () {
- var examId = jQuery(this).attr("examId");
- var examName = jQuery(this).attr("examName");
- var subjectId = jQuery(this).attr("subjectId");
- var createTime = jQuery(this).attr("createTime");
- var type = jQuery(this).attr("type");
- var status = jQuery(this).attr("status");
- var _this = jQuery(this);
- if (type=='cancel') {
- //取消标注
- layer.msg('本次考试不需要后台老师标注吗?', {
- time: 0,
- btn: ['确定', '取消'],
- yes: function (index) {
- _this.removeClass('sendlabeltask');
- _this.unbind();
- layer.close(index);
- if (flag){
- flag = false;
- jQuery.post(
- "<?php echo $this->createUrl("print/sendlabeltask");?>",
- {"examId": examId, "examName": examName, "createTime": createTime, 'type': type,'status':status},
- function (data) {
- data = JSON.parse(data);
- if (data.success == 1) {
- layer.alert('取消成功', {'icon': 1,'closeBtn':0}, function () {
- location.reload();
- });
- }else if (data.success == 2){
- layer.alert(data.message, {'icon': 1,'closeBtn':0}, function () {
- location.reload();
- });
- }
- else {
- flag = true;
- layer.msg(data.message);
- }
- }
- );
- }
- }
- });
- }else{
- if (flag){
- flag = false;
- indexSend=layer.msg('正在发送,请稍候......',{time:0});
- jQuery.post(
- "<?php echo $this->createUrl("print/sendlabeltask");?>",
- {"examId": examId, "examName": examName, "createTime": createTime,'type': type,'status':status},
- function (data) {
- layer.close(indexSend);
- data = JSON.parse(data);
- if (data.success == 1) {
- layer.msg('发送成功');
- setTimeout(function () {
- location.reload();
- }, 2000);
- }else if (data.success == 2){
- layer.alert(data.message, {'icon': 1,'closeBtn':0}, function () {
- location.reload();
- });
- }
- else {
- flag = true;
- layer.msg(data.message);
- }
- }
- );
- }
- }
- });
- jQuery(".enterStudentsList1").click(function () {
- layer.msg("请先发送标注任务");
- });
- jQuery(".paperType").click(function () {
- var is_show = jQuery(this).attr("is_show");
- if (is_show > 0) {
- return false;
- }
- var _display = '';
- var examId = jQuery(this).attr("examId");
- var tpl_index = jQuery(this).attr("tpl_index");
- if (in_array(jQuery(this).attr("tpl_index"), customTplsIds)) {
- if (in_array(jQuery(this).attr("tpl_index"), [1010, 1009, 10, 1011, 7, 2011, 3011, 11, 3007, 4007])) {
- var style = "width:200px;color:gray; ";
- var state = "disabled";
- } else {
- _display = '';
- var style = "width:200px;";
- var state = "enabled";
- }
- }
- else {
- _display = '';
- var style = "width:200px;color:gray;";
- var state = "disabled";
- }
- var mar = 'margin:10px auto;';
- html = "" +
- '<div style="padding:10px 30px">' +
- '<div style="margin:5px 0; float: left;' + _display + '">选择纸张:</div>' +
- '<div style="float: left"><select id="paperSize" style="' + style + '" ' + state + ' >' +
- '<option value="A3" ';
- if (jQuery(this).attr("paper_size") == 'A3') {
- html = html + 'selected';
- }
- html = html + '>A3</option>' +
- '<option value="A4" ';
- if (jQuery(this).attr("paper_size") == 'A4') {
- html = html + 'selected';
- }
- html = html + '>A4</option>' +
- '<option value="8K" ';
- if (jQuery(this).attr("paper_size") == '8K') {
- html = html + 'selected';
- }
- html = html + '>8K</option>' +
- '<option value="16K" ';
- if (jQuery(this).attr("paper_size") == '16K') {
- html = html + 'selected';
- }
- html = html + '>16K</option>' +
- '</select></div>' +
- '<div style="padding-top:10px;clear: left"></div>';
- html = html + '<div class="row" style="' + mar + 'text-align: center;"><button id="confirm" class="label-primary-s bth-s" style="padding:4px 12px;margin:20px 0 0 15px">确定</button>' +
- '<button id="cancel" class="label-primary-s bth-s" style="border:gray;background:gray;padding:4px 12px;margin:20px 0 0 25px">取消</button></div>' +
- '<div>注意:<br/>切换完答题卡纸张类型后请记住使用切换后的答题卡类型打印复印</div>' +
- '</div>' +
- "";
- layer.open({
- type: 1,
- area: ['350px', '250px'],
- title: "更改试卷",
- content: html,
- success: function (index, layerObj) {
- jQuery("#cancel").on("click", function () {
- layer.closeAll();
- });
- jQuery("#confirm").on("click", function () {
- var paperSize = jQuery("#paperSize").val();
- jQuery.post(
- "<?php echo $this->createUrl("print/setpapersize");?>",
- {"examId": examId, "paperSize": paperSize, "tpl_index": tpl_index},
- function (data) {
- data = JSON.parse(data);
- layer.msg(data.message);
- if (data.success == 1) {
- setTimeout(function () {
- location.reload();
- }, 1300);
- }
- }
- );
- layer.closeAll();
- });
- },
- end: function () {
- }
- });
- });
- jQuery(".maskType").click(function () {
- var is_show = jQuery(this).attr("is_show");
- if (is_show > 0) {
- return false;
- }
- var _display = '';
- var exam_group_id = jQuery(this).attr("examId");
- var tpl_index = jQuery(this).attr("tpl_index");
- var mar = 'margin:30px auto;';
- html = "" +
- '<div style="padding:10px 30px">' +
- '<div style="padding-top:10px;clear: left"></div>' +
- '<div style="margin:5px 0; float: left;';
- if (parseInt(jQuery(this).attr("mark_type")) != 0 && parseInt(jQuery(this).attr("mark_type")) != 3) {
- html = html + 'display:none';
- mar = 'margin:0px auto;';
- }
- html = html + '">阅卷方式:</div>' +
- '<div style="float: left"><select id="mark_type" style="width:200px;';
- if (parseInt(jQuery(this).attr("mark_type")) != 0 && parseInt(jQuery(this).attr("mark_type")) != 3) {
- html = html + 'display:none';
- }
- html = html + '">' +
- '<option value="0" ';
- if (jQuery(this).attr("mark_type") == '0') {
- html = html + 'selected';
- }
- html = html + '>线下阅卷</option>';
- html = html + ' <option value="3" ';
- if (jQuery(this).attr("mark_type") == '3') {
- html = html + 'selected';
- }
- html = html + '>班级混合阅卷</option> ' +
- '</select></div>' +
- '<div class="row" style="' + mar + 'text-align: center;"><button id="confirm" class="label-primary-s bth-s" style="padding:4px 12px;margin:20px 0 0 15px">确定</button>' +
- '<button id="cancel" class="label-primary-s bth-s" style="border:gray;background:gray;padding:4px 12px;margin:20px 0 0 25px">取消</button></div>' +
- '<div>注意:<br/>1、班级单独阅卷暂时不能与其他阅卷方式相互切换<br/>2、固定模板不能切换答题卡模板类型,只有自定义的可以<br/></div>' +
- '</div>' +
- "";
- layer.open({
- type: 1,
- area: ['350px', '300px'],
- title: "更改试卷",
- content: html,
- success: function (index, layerObj) {
- jQuery("#cancel").on("click", function () {
- layer.closeAll();
- });
- jQuery("#confirm").on("click", function () {
- var mark_type = jQuery("#mark_type").val();
- jQuery.post(
- "<?php echo $this->createUrl("print/Setmasktype");?>",
- {"exam_group_id": exam_group_id, "mark_type": mark_type, "tpl_index": tpl_index},
- function (data) {
- data = JSON.parse(data);
- layer.msg(data.message);
- if (data.success == 1) {
- setTimeout(function () {
- location.reload();
- }, 1300);
- }
- }
- );
- layer.closeAll();
- });
- },
- end: function () {
- }
- });
- });
- // 根据年级筛选班级
- jQuery("#grade").change(function () {
- var grade = $(this).val();
- if (!grade) return false;
- jQuery.post(
- '<?php echo $this->createUrl("print/getGradeClass");?>', {"grade": grade}, function (data) {
- data = JSON.parse(data);
- if (data.success == 1) {
- var classObj = $("#class");
- var html = "<option value=''>全部班级</option>";
- classObj.empty();
- $.each(data.message, function (i, n) {
- html += "<option value='" + n.class_id + "'>" + n.class_name + "</option>";
- });
- classObj.append(html);
- }
- }
- );
- });
- });
- </script>
- <style>
- /*切换选择*/
- .tab-con {
- position: relative;
- height: 30px;
- width: 200px;
- background: #F2F2F2;
- border: 1px solid #01B677;
- border-radius: 15px;
- }
- .has-sel {
- background: #01B677;
- color: #fff;
- width: 50%;
- height: 30px;
- border-top-left-radius: 15px;
- border-bottom-left-radius: 15px;
- text-align: center;
- line-height: 30px;
- }
- .sel-opt {
- width: 50%;
- position: relative;
- color: #01B677;
- line-height: 30px;
- text-indent: 6px;
- cursor: pointer;
- }
- .sel-opt:after {
- content: '';
- border-left: 6px solid transparent;
- border-right: 6px solid transparent;
- border-top: 8px solid #01B677;
- position: absolute;
- right: 12px;
- top: 12px;
- }
- /
- /
- .sel-opt select {
- / / width: 100 %;
- / / height: 30 px;
- / / background: #F2F2F2;
- / / color: #01B677;
- / / text-indent: 6 px;
- / / font-size: inherit;
- / / border-top-right-radius: 15 px;
- / / border-bottom-right-radius: 15 px;
- / / cursor: pointer;
- / /
- }
- /
- /
- .sel-opt select option {
- / / position: relative;
- / /
- }
- .points {
- position: absolute;
- top: -2px;
- right: 0;
- width: 10px;
- height: 10px;
- background: #F01516;
- border-radius: 50%;
- }
- .sel-cons {
- border: 1px solid #01B677;
- width: 50%;
- position: absolute;
- right: 0;
- top: 30px;
- text-indent: 10px;
- display: none;
- }
- .sc-lis {
- line-height: 30px;
- cursor: pointer;
- }
- .sc-lis span {
- position: relative;
- }
- .sc-lis .points {
- top: 2px;
- right: -16px;
- }
- .ellipsis { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
- .class_btn{text-align: center}
- </style>
- <link rel="stylesheet" href="/fonts/fpdf/iconfont.css"/>
- <link rel="stylesheet" href="/css/alert.css"/>
- <div class="main-content-inner">
- <!-- 导航栏开始-->
- <?php include(Yii::app()->basePath.'/views/layouts/view_navigation.php');?>
- <!-- 导航栏结束-->
- <div class="page-content">
- <div class="row" style="margin:0px;">
- <div class="col-xs-12">
- <!-- PAGE CONTENT BEGINS -->
- <div id="dynamic-table_wrapper" class="dataTables_wrapper form-inline no-footer">
- <div class="row">
- <form method="get" id="form1" action="<?php echo $this->createUrl("print/united"); ?>">
- <div class="col-xs-12">
- <div class="dataTables_length margin-zy">
- <?php if($sub_id != 8):?>
- <select class="form-control" id="labelled" name="labelled">
- <option value="-1">标注状态</option>
- <option value="0" <?php if ($labelled === '0') echo "selected"; ?> >未发送</option>
- <option value="2" <?php if ($labelled == 2) echo "selected"; ?> >已发送未开始</option>
- <option value="1" <?php if ($labelled == 1) echo "selected"; ?>>已标注</option>
- <option value="3" <?php if ($labelled == 3) echo "selected"; ?> >标注中</option>
- <option value="4" <?php if ($labelled == 4) echo "selected"; ?> >已取消</option>
- <option value="5" <?php if ($labelled == 5) echo "selected"; ?>>补题中</option>
- </select>
- <?php endif;?>
- <select class="form-control" id="grade" name="grade">
- <option value="0">年级</option>
- <option value="1" <?php if ($grade == 1) echo "selected"; ?>>高一</option>
- <option value="2" <?php if ($grade == 2) echo "selected"; ?>>高二</option>
- <option value="3" <?php if ($grade == 3) echo "selected"; ?>>高三</option>
- </select>
- <input type="text" class="form-control input-sm" placeholder="请输入打印任务名称" name="name" value="<?php echo $printName; ?>">
- <button class="label-primary-s bth-s" id="search" style="padding:4px 12px;">搜索</button>
- <?php if(isset($task_exam) && !empty($task_exam)):?>
- <span style="color:#16AE68;font-size:18px;">
- <img src="/images/tongzhi.png">各位学管请悉知,校本课程平台大数据联合质量评估考试登陆学管端啦!请与学校领导做好沟通工作,推荐报名呦!
- <button type="button" class=" view_untied" style="margin-right:10px;border-radius: 20px;display: inline-block">
- <span style="display: inline-block;vertical-align: middle">去看看</span>
- </button>
- </span>
- <?php endif;?>
- </div>
- </div>
- </form>
- </div>
- <table id="dynamic-table"
- class="table table-striped table-bordered table-hover dataTable no-footer DTTT_selectable"
- style="font-size:12px">
- <tbody>
- <?php if(!empty($printList)):?>
- <thead>
- <tr>
- <th>名称</th>
- <th>文理科</th>
- <th>阅卷方式</th>
- <th>年级</th>
- <th>申请日期</th>
- <th>考试日期</th>
- <th>打印班级</th>
- <?php if($sub_id != 8):?>
- <th>状态</th>
- <?php endif;?>
- <th>操作</th>
- </tr>
- </thead>
- <?php foreach ($printList as $cl): ?>
- <tr>
- <td style="max-width:260px"><?php
- if ($cl['is_new'] == 0) {
- echo "<span style='color: #ff0000;font-weight: bold;'>【New】</span>";
- }
- $wp = '';
- if ($cl["paper_size"] == '8K') {
- if (isset($exam_use_wp) && $exam_use_wp > 0) {
- $wp = '/纸张大小(270*390)';
- } else {
- $wp = '/纸张大小(260*370)';
- }
- }
- $imgSrc = "";
- if ($cl["mark_type"] > 0) {
- $imgTitle = "线上阅卷" . $wp;
- $imgSrc .= "/images/online/";
- } else {
- $imgTitle = "线下阅卷" . $wp;
- $imgSrc .= "/images/offline/";
- }
- $imgSrc .= "{$cl["paper_size"]}.png";
- $cursor = "pointer";
- echo "<img class='paperType' examId='{$cl["exam_id"]}' tpl_index='" . $cl["tpl_index"] . "' paper_size='" . $cl["paper_size"] . "' mark_type='" . $cl["mark_type"] . "' is_show = '" . $cl['upload_status'] . "' style='cursor:pointer;width:22px;height:22px;margin-right:5px;' title='{$imgTitle}' src='{$imgSrc}'/>"; ?>
- <?php if (isset(Yii::app()->session['testFlag']) && (Yii::app()->session['testFlag'] == 1)) {
- ?>
- <a href="<?php echo Yii::app()->createUrl('paper/index', array('eid' => $cl['exam_id'])) ?>"><?php echo $cl['print_name']; ?></a>
- <?php } else {
- echo $cl['print_name'];
- } ?>
- <!-- <a href="<?php /*echo Yii::app()->createUrl('paper/index',array('eid'=>$cl['exam_id']))*/ ?>"><?php /*echo $cl['print_name'];*/ ?></a>-->
- </td>
- <?php if($sub_id != 8):?>
- <td><?php echo $cl['branch_name'] ?>
- </td>
- <?php endif;?>
- <td style="max-width:100px">
- <?php if ($cl['mark_type'] == 0) {
- if ($cl['upload_status'] > 0) {
- echo '线下阅卷';
- } else {
- echo '<a href="javascript::void()" class="maskType" is_show="' . $cl['upload_status'] . '" examId="' . $cl["exam_group_id"] . '" tpl_index="' . $cl["tpl_index"] . '" mark_type="' . $cl["mark_type"] . '" >线下阅卷</a>';
- }
- } elseif ($cl['mark_type'] == 3) {
- if ($cl['upload_status'] > 0 || $cl['is_scan_changed']==1) {
- echo '混合阅卷';
- } else {
- echo '<a href="javascript::void()" class="maskType" is_show="' . $cl['upload_status'] . '" examId="' . $cl["exam_group_id"] . '" tpl_index="' . $cl["tpl_index"] . '" mark_type="' . $cl["mark_type"] . '" >混合阅卷</a>';
- }
- } elseif ($cl['mark_type'] == 4) {
- echo '班级单独阅卷';
- } ?></td>
- <td>
- <?php
- if (isset($class_grade[$cl['class_id']])) {
- switch ($class_grade[$cl['class_id']]) {
- case 1:
- echo '高一';
- break;
- case 2:
- echo '高二';
- break;
- case 3:
- echo '高三';
- break;
- }
- }
- ?>
- </td>
- <td><?php if (!empty($cl['create_time'])) {
- echo date('Y-m-d H:i', $cl['create_time']);
- } ?></td>
- <td><?php if (!empty($cl['exam_time'])) {
- echo date('Y-m-d', $cl['exam_time']);
- } ?></td>
- <td>
- <?php
- if (isset($printer[$cl['exam_group_id']])) {
- echo count($printer[$cl['exam_group_id']]);
- } else {
- echo 0;
- }
- ?>/<?php
- if (isset($exam_class[$cl['exam_group_id']])) {
- echo count($exam_class[$cl['exam_group_id']]);
- } else {
- echo 0;
- }
- ?>
- </td>
- <?php if($sub_id != 8):?>
- <td>
- <?php
- if (isset($paper[$cl['exam_group_id']]) && $paper[$cl['exam_group_id']] == 1) {
- echo "<span style='color:green;font-weight:normal;'>已标注</span>";
- } else if (isset($paper[$cl['exam_group_id']]) && $paper[$cl['exam_group_id']] == 2) {
- echo "<span style='color:red;font-weight:normal;'>已发送未开始</span>";
- } else if (isset($paper[$cl['exam_group_id']]) && $paper[$cl['exam_group_id']] == 3) {
- echo "<span style='color:orange;font-weight:normal;'>标注中</span>";
- } else if (isset($paper[$cl['exam_group_id']]) && $paper[$cl['exam_group_id']] == 4) {
- echo "<span style='color:#333333;font-weight:normal;'>已取消</span>";
- } else if (isset($paper[$cl['exam_group_id']]) && $paper[$cl['exam_group_id']] == 5) {
- echo "<span style='color:#CC0099;font-weight:normal;'>补题中</span>";
- } else {
- echo "<span style='color:red;font-weight:normal;'>未发送</span>";
- }
- ?>
- </td>
- <?php endif;?>
- <td style="width:120px;">
- <?php
- $_num = '';
- $use_version = '';
- if (isset(Yii::app()->session['coachInfo']->use_version)) {
- $use_version = Yii::app()->session['coachInfo']->use_version;
- } else {
- $use_version = Yii::app()->session['coachInfo']['use_version'];
- }
- if (!$use_version) {
- $use_version = 100;
- }
- $version_number = implode('', explode('.', $use_version));
- if (strlen($version_number) < 7) {
- for ($i = 0; $i < 7 - strlen($version_number); $i++) {
- $_num .= '0';
- }
- }
- $version_number = (int)$version_number . $_num;
- if (in_array($cl['tpl_index'], array(2011, 3011))) {
- ?>
- <span class=" click-sc addbx" aria-hidden="true" title="查看考试班级"
- onclick="javascript:location.href='<?php echo $this->createUrl('print/class_exam_united', array('exam_group_id' => $cl['exam_group_id'])); ?>'">班</span>
- <?php
- } else {
- if ($cl['is_custom_tpl'] && $cl['is_custom_optional_topic'] == 1 && $version_number < 1610000) {
- ?>
- <span class=" click-sc addbx" aria-hidden="true" title="查看考试班级"
- onclick="show_version()">班</span>
- <?php
- } else {
- if ($cl['is_paper_49'] && $version_number < 1630000) {
- ?>
- <span class=" click-sc addbx" aria-hidden="true" title="查看考试班级"
- onclick="show_version()">班</span>
- <?php
- } else {
- ?>
- <span class=" click-sc addbx" aria-hidden="true" title="查看考试班级"
- onclick="javascript:location.href='<?php echo $this->createUrl('print/class_exam_united', array('exam_group_id' => $cl['exam_group_id'])); ?>'">班</span>
- <?php
- }
- }
- } ?>
- <!-- 发送标注按钮 -->
- <?php if (isset($paper[$cl['exam_group_id']])):?>
- <?php if($cl['is_united']==1):?>
- <?php if($cl['upload_status']==0):?>
- <span class="add_class click-sc addbx" grade="<?php echo $class_grade[$cl['class_id']];?>" branch="<?php echo $cl['branch']; ?>" eid="<?php echo $cl['exam_group_id']?>" aria-hidden="true" title="考试班级" >+</span>
- <?php endif; ?>
- <?php endif; ?>
- <?php if ($paper[$cl['exam_group_id']]=== '0'):?>
- <?php if($sub_id != 8):?>
- <span class="iconfont click-sc addbx sendLabelTask"
- examId="<?php echo $cl["exam_id"];?>"
- examName="<?php echo $cl["print_name"];?>"
- subjectId="<?php echo $cl["subject_id"];?>"
- createTime="<?php echo $cl["create_time"];?>"
- isLabelled = "<?php echo $paper[$cl['exam_group_id']];?>"
- status = '0'
- type="send"
- aria-hidden="true" title="发送试题标注">
- </span>
- <?php endif;?>
- <?php elseif ($paper[$cl['exam_group_id']]=== '4'):?>
- <span class="iconfont click-sc addbx sendLabelTask"
- examId="<?php echo $cl["exam_id"];?>"
- examName="<?php echo $cl["print_name"];?>"
- subjectId="<?php echo $cl["subject_id"];?>"
- createTime="<?php echo $cl["create_time"];?>"
- isLabelled = "<?php echo $paper[$cl['exam_group_id']];?>"
- status = '2'
- type="resend"
- aria-hidden="true" title="重新发送"></span>
- <?php elseif ($paper[$cl['exam_group_id']]=== '2' || $paper[$cl['exam_group_id']]=== '3'):?>
- <span class="iconfont click-delete addbx sendLabelTask"
- examId="<?php echo $cl["exam_id"];?>"
- examName="<?php echo $cl["print_name"];?>"
- subjectId="<?php echo $cl["subject_id"];?>"
- createTime="<?php echo $cl["create_time"];?>"
- isLabelled = "<?php echo $paper[$cl['exam_group_id']];?>"
- status = '4'
- type="cancel"
- aria-hidden="true" title="取消标注"><i class="fa fa-reply"></i></span>
- <?php endif;?>
- <?php endif;?>
- </td>
- </tr>
- <?php endforeach; else: ?>
- <tr>
- <td colspan="8" style="text-align: center;">
- <div style="min-height: 300px;padding-top:100px">
- <img src="/images/kongbai.png"><br>
- 学校还没有参加过联合质量评估考试哦!</div>
- </td>
- </tr>
- <?php endif; ?>
- </tbody>
- </table>
- <?php if (!empty($page_total)): ?>
- <div class="row">
- <div class="col-xs-6">
-
- </div>
- <div class="col-xs-6">
- <div class="dataTables_paginate paging_simple_numbers">
- <?php
- $this->widget('CLinkPager', array(
- 'header' => '',
- 'firstPageLabel' => '首页',
- 'lastPageLabel' => '末页',
- 'prevPageLabel' => '上一页',
- 'nextPageLabel' => '下一页',
- 'pages' => $pages,
- 'maxButtonCount' => 5,
- ));
- echo '共:' . $page_total . '条';
- ?>
- </div>
- </div>
- </div>
- <?php endif; ?>
- </div>
- <!--上传模板弹窗-->
- <!-- PAGE CONTENT ENDS -->
- </div>
- </div>
- </div>
- </div>
- <!--弹窗-->
- <!-- 弹窗 -->
- <div class="confirmbox-mask" style="display: none" id="fieldModal">
- <div class="class-modal">
- <i class="icon close_1 icon-close"></i>
- <div class="class-modal-head">添加考试班级</div>
- <form id="examSelect">
- <div class="class-modal-body">
- <p class="title">年级:高一 分科:文科</p>
- <div class="class_area">
- <div class="class_left">
- <p>A层班级</p>
- <input type="checkbox" class="checkAll">全选
- </div>
- <ul class="class_right area_1">
- </ul>
- <div class="clear"></div>
- <div class="class_left">
- <p>B层班级</p>
- <input type="checkbox" class="checkAll">全选
- </div>
- <ul class="class_right area_2">
- </ul>
- <div class="clear"></div>
- <div class="class_left">
- <p>C层班级</p>
- <input type="checkbox" class="checkAll">全选
- </div>
- <ul class="class_right area_3">
- </ul>
- </div>
- </div>
- <p class="class_btn">
- <input type="hidden" name="exam_gruop_id" value="0">
- <button type="button" class="setting_sumbit">确定</button>
- </p>
- </form>
- </div>
- </div>
- <script src="/js/jquery.ajaxfileupload.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- var gradeArr=[],branchArr=[];
- gradeArr[1]='高一';
- gradeArr[2]='高二';
- gradeArr[3]='高三';
- branchArr[0]='不分科';
- branchArr[1]='文科';
- branchArr[2]='理科';
- $('.add_class').click(function(){
- var branch=$(this).attr('branch');
- var eid=$(this).attr('eid');
- var grade=$(this).attr('grade');
- var title="年级:"+gradeArr[grade]+" 分科:"+branchArr[branch];
- $('.area_1').html('');
- $('.area_2').html('');
- $('.area_3').html('');
- $('.checkAll').prop('checked',false);
- $('.class-modal-body .title').html(title);
- $.ajax({
- url:'<?php echo $this->createUrl('print/loadclass')?>',
- type:'POST',
- dataType:'json',
- data:{'branch':branch,'eid':eid,'grade':grade},
- success:function(res){
- if(res.status==1){
- class_data=res.classData;
- $('input[name=exam_gruop_id]').val(eid);
- if(class_data[1]!=undefined){
- area_1_html='';
- for(var i=0;i<class_data[1].length;i++){
- if(class_data[1][i]['is_used']==1){
- $('.checkAll').eq(0).prop('checked',true);
- area_1_html+="<li class='ellipsis' title='"+class_data[1][i]['class_name']+"'><input type='checkbox' class='choose_class' checked value='"+class_data[1][i]['class_id']+"'>"+class_data[1][i]['class_name']+"</li>";
- }else{
- area_1_html+="<li class='ellipsis' title='"+class_data[1][i]['class_name']+"'><input type='checkbox' class='choose_class' title='"+class_data[1][i]['class_name']+"' value='"+class_data[1][i]['class_id']+"'>"+class_data[1][i]['class_name']+"</li>";
- }
- }
- $('.area_1').html(area_1_html);
- }
- if(class_data[2]!=undefined){
- area_2_html='';
- for(var i=0;i<class_data[2].length;i++){
- if(class_data[2][i]['is_used']==1){
- $('.checkAll').eq(1).prop('checked',true);
- area_2_html+="<li class='ellipsis' title='"+class_data[2][i]['class_name']+"'><input type='checkbox' class='choose_class' checked value='"+class_data[2][i]['class_id']+"'>"+class_data[2][i]['class_name']+"</li>";
- }else{
- area_2_html+="<li class='ellipsis' title='"+class_data[2][i]['class_name']+"'><input type='checkbox' class='choose_class' value='"+class_data[2][i]['class_id']+"'>"+class_data[2][i]['class_name']+"</li>";
- }
- }
- $('.area_2').html(area_2_html);
- }
- if(class_data[3]!=undefined){
- area_3_html='';
- for(var i=0;i<class_data[3].length;i++){
- if(class_data[3][i]['is_used']==1){
- $('.checkAll').eq(2).prop('checked',true);
- area_3_html+="<li class='ellipsis' title='"+class_data[3][i]['class_name']+"'><input type='checkbox' class='choose_class' title='"+class_data[3][i]['class_name']+"' checked value='"+class_data[3][i]['class_id']+"'>"+class_data[3][i]['class_name']+"</li>";
- }else{
- area_3_html+="<li class='ellipsis' title='"+class_data[3][i]['class_name']+"'><input type='checkbox' class='choose_class' title='"+class_data[3][i]['class_name']+"' value='"+class_data[3][i]['class_id']+"'>"+class_data[3][i]['class_name']+"</li>";
- }
- }
- $('.area_3').html(area_3_html);
- }
- $('#fieldModal').show();
- }
- }
- });
- });
- $('.icon-close').click(function () {
- $('#fieldModal').hide();
- });
- //全选
- $('.checkAll').click(function(){
- var index=$('.checkAll').index(this)+1;
- if($(this).is(':checked')) {
- $('.area_'+index).find('input').prop("checked", true);
- }else {
- $('.area_'+index).find('input').prop("checked", false);
- }
- });
- //保存班级加减操作
- $('.setting_sumbit').click(function(){
- var class_id=[];
- // console.log($('.choose_class').length);
- for(var i=0;i<$('.choose_class').length;i++){
- if($('.choose_class').eq(i).is(':checked')){
- class_id.push($('.choose_class').eq(i).val());
- }
- }
- var eid=$('input[name=exam_gruop_id]').val();
- console.log(class_id);
- if(class_id.length==0){
- layer.msg('请选择考试班级');
- return false;
- }else{
- $.ajax({
- url:'<?php echo $this->createUrl('print/saveexamclass')?>',
- type:'POST',
- dataType:'json',
- data:{'eid':eid,'classId':class_id},
- success:function(res){
- if(res.status==1){
- layer.msg('修改成功');
- $('#fieldModal').hide();
- window.location.reload();
- }
- }
- });
- }
- });
- $(".sel-opt,.sel-cons").mouseover(function () {
- $(".sel-cons").show();
- }).mouseout(function () {
- $(".sel-cons").hide();
- });
- $(".sc-lis").click(function () {
- var data = {
- subjectId: $(this).attr('val')
- };
- $.post("<?php echo Yii::app()->createUrl('print/setSubjectId')?>", data, function (flags) {
- if (flags) {
- location.reload();
- } else {
- alert('网络异常');
- }
- });
- $('.has-sel').text($(this).text());
- $(".sel-cons").hide();
- });
- $(".ruanyun").click(function () {
- var exam_id = $(this).attr('exam_id');
- layer.msg("确定发送吗?学生是否全部上传成绩", {
- time: 0,
- btn: ['确定', '取消'],
- yes: function (index) {
- layer.close(index);
- $.ajax({
- url: "<?php echo $this->createUrl('print/send_ruanyun_pdf');?>",
- type: "POST",
- dataType: "json",
- data: {
- examId: exam_id
- },
- success: function (data) {
- if (data.status == 1) {
- layer.msg('发送成功', {
- icon: 1
- }, function () {
- layer.closeAll();
- location.reload();
- });
- } else if (data.status == 2) {
- layer.msg('发送失败,未上传成绩', {
- icon: 5
- }, function () {
- layer.closeAll();
- location.reload();
- });
- } else {
- layer.msg('发送失败', {
- icon: 5
- }, function () {
- layer.closeAll();
- location.reload();
- });
- }
- },
- error: function (data, status, e) { //服务器响应失败处理函数
- layer.msg('返回失败!', {
- icon: 5
- }, function () {
- layer.closeAll();
- });
- }
- });
- }
- });
- });
- });
- function objToJson(obj) {
- var json = "{ ";
- for (var item in obj) {
- json += "'" + item + "':'" + obj[item] + "',";
- }
- json += " }";
- return json;
- }
- function ccc() {
- layer.msg('敬请期待!', {
- time: 0,
- btn: ['确定', '取消'],
- yes: function (index) {
- layer.close(index);
- return false;
- }
- });
- }
- function delExam(odj) {
- if (!odj) return false;
- var classId = odj.getAttribute("w_class_id");
- var examId = odj.getAttribute("w_exam_id");
- if (!classId || !examId) return false;
- var msg = '您确定要删除此班的考试吗?';
- layer.msg(msg, {
- time: 0,
- btn: ['确定', '取消'],
- yes: function (index) {
- layer.close(index);
- $.ajax({
- url: "<?php echo $this->createUrl('print/delexam');?>",
- type: "POST",
- dataType: "json",
- data: {
- examId: examId,
- classId: classId
- },
- success: function (data) {
- if (data.status == 1) {
- layer.msg('删除成功', {
- icon: 1
- }, function () {
- layer.closeAll();
- location.reload();
- });
- } else {
- layer.msg('删除失败', {
- icon: 5
- }, function () {
- layer.closeAll();
- location.reload();
- });
- }
- },
- error: function (data, status, e) { //服务器响应失败处理函数
- layer.msg('返回失败!', {
- icon: 5
- }, function () {
- layer.closeAll();
- });
- }
- });
- }
- });
- }
- // 确认上传成绩
- function uploadConfirm(classId, examId, className, is_uploaded_count, students_count) {
- //if (confirm('您确定已上传成绩了吗?')) {
- msg = "<div style='text-align:left;'>(" + className + ")已上传(<span style=' font-size:20px;color:#15ae68 ;font-weight: bold'>" + is_uploaded_count + "</span>)份试卷,还有(<span style='font-size:20px;color: red;font-weight: bold'>" + (students_count - is_uploaded_count) + "</span>)份试卷未上传!是否确认本班级试卷都已上传?<br/><br/><span style='color: red'>请注意!试卷上传确认后将不能再次上传本班的试卷!!!</span></div>";
- layer.msg(msg, {
- time: 0,
- btn: ['确定', '取消'],
- yes: function (index, layerObj) {
- layer.close(index);
- $.ajax({
- url: "<?php echo $this->createUrl('print/uploadConfirm');?>",
- type: "POST",
- data: {
- classId: classId,
- examId: examId
- },
- beforeSend: function () {
- // 发送请求显示打印中
- layer.msg('确认中...', {time: 20000});
- },
- dataType: "JSON",
- success: function (data) {
- if (data.status == 1) {
- layer.msg('确认成功!');
- setTimeout(function () {
- location.reload();
- }, 1300);
- } else {
- layer.msg(data.error);
- }
- },
- complete: function () {
- },
- error: function () {
- }
- });
- }
- });
- //}
- }
- // 打印错题本
- function printBook(cid, eid, type) {
- if (!cid || !eid || !type) {
- layer.msg("打印参数有误");
- return;
- }
- var message = '';
- var objUrl = '';
- if (type == 1) {
- message = "您确定要下载该班级纠错本吗?";
- objUrl = "<?php echo $this->createUrl('print/downloadwrongtopic');?>";
- divTitle = "下载错题本";
- improveName = "错题本";
- } else if (type == 2) {
- message = "您确定要下载该班级个性化学习方案吗?";
- objUrl = "<?php echo $this->createUrl('print/downloadraisescheme');?>";
- divTitle = "下载个性化学习方案";
- improveName = "个性化学习方案";
- } else if (type == 3) {
- message = "您确定要下载该班级个性化学习宝吗?";
- objUrl = "<?php echo $this->createUrl('print/downloadraisescheme');?>";
- divTitle = "下载个性化学习宝";
- improveName = "个性化学习宝";
- }
- else {
- layer.msg("打印参数有误");
- return;
- }
- html = "" +
- '<div style="padding:20px 30px 0px 30px">' +
- '<div style="padding:8px 0;">请复制下方链接下载' + improveName + '。</div>' +
- '<div id="downloadUrl" style="white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:455px;"></div>' +
- '<div class="row" style="margin:30px auto 0px auto;text-align:center"><button id="confirm" class="label-primary-s bth-s" style="padding:4px 12px;margin:5px 0 10px 15px;background:gray;border-color:gray;">关闭</button>' +
- '</div>' +
- '</div>' +
- "";
- layer.msg(message, {
- time: 0,
- btn: ['确定', '取消'],
- yes: function (index) {
- layer.close(index);
- msgIndex = layer.msg("下载中请稍后...", {"time": 3600000});
- // 更试卷打印时间
- $.post("<?php echo $this->createUrl('print/updatepaperprinttime');?>", {
- cid: cid,
- eid: eid,
- type: type
- });
- /*if(type == 1)
- location.href = objUrl+"/cid/"+cid+"/eid/"+eid;
- else
- location.href = objUrl+"/cid/"+cid+"/eid/"+eid+"/type/"+type;*/
- startTime = (new Date()).getTime();
- showTip = true;
- tipShowed = false;
- toPromptTime = 3000;
- window.interval = setInterval(function () {
- execTime = (new Date()).getTime() - startTime;
- if (execTime > toPromptTime && showTip && !tipShowed) {
- // msgIndex = layer.msg("该文件较大,请耐心等待...", {"time": 3600000});
- // tipShowed = true;
- }
- }, 1000);
- jQuery.get(
- "<?php echo $this->createUrl("print/getImproveFile");?>",
- {"examId": eid, "classId": cid, "type": type},
- function (data) {
- data = JSON.parse(data);
- if (data.success == 1 || data.success == 2) {
- layer.open({
- type: 1,
- area: ['550px', '220px'],
- title: divTitle,
- content: html,
- success: function (index, layerObj) {
- clearInterval(window.interval);
- msgIndex = layer.msg(data.limitinfo, {"time": 3000});
- clearInterval(window.interval);
- layer.close(msgIndex);
- jQuery("#downloadUrl").html('下载地址:<span style=""><input id="url" type="text" size="40" readonly value="' + data.downloadPath + '" /></span><button id="copy" class="label-primary-s bth-s" style="padding:4px 12px;margin:5px 0 10px 15px;">全选</button>');
- jQuery("#confirm, #cancel").on("click", function () {
- layer.close(layerObj);
- });
- jQuery("#copy").on("click", function () {
- jQuery("#url").select();
- });
- },
- end: function () {
- }
- });
- }
- else if (data.success == 0) {
- clearInterval(window.interval);
- msgIndex = layer.msg(data.message, {"time": 3000});
- }
- }
- );
- }
- });
- }
- // 上传试卷模板
- function uploadTemplate(eid, name, type) {
- if (!eid) {
- layer.msg('操作失败!');
- return false;
- }
- if (type == 1)
- forCheckUrl = "<?php echo $this->createUrl('print/verifyTpl');?>";
- else
- forCheckUrl = "<?php echo $this->createUrl('print/checkanswercard');?>";
- $.post(forCheckUrl, {eid: eid}, function (data) {
- var obj = JSON.parse(data);
- var html = '<div class="layer_notice" style="padding:5px;">';
- html += '<table class="table table-striped table-bordered table-hover ">';
- html += '<thead class="thin-border-bottom">';
- html += '<tr>';
- html += '<th>试卷名称</th>';
- html += '<th>是否上传</th>';
- html += '<th>操作</th>';
- html += '</tr>';
- html += '</thead>';
- html += '<tbody class="content_tbody">';
- if (obj.success == 1) {
- html += '<td>' + name + '</td><td><span style="color:red;">已上传</span></td><td><input type="file" name="word_file" id="word_file" /></td></tr>';
- } else {
- html += '<td>' + name + '</td><td id="alreadUpload">未上传</td><td><input type="file" name="word_file" id="word_file" /></td></tr>';
- }
- html += '</tbody>';
- html += '</table>';
- html += '<span style="width:582px;display:inline-block;text-align:center;">';
- html += '<button class="btn btn-success btn-sm" onclick="uploadWord(' + type + ')"><i class="ace-icon fa fa-check bigger-110"></i>确定</button>';
- html += '</span>';
- html += '<input type="hidden" id="mpEid" value="' + eid + '">';
- html += '</div>';
- layer.open({
- type: 1,
- skin: 'layui-layer-rim', //加上边框
- area: ['600px', '300px'], //宽高
- content: html
- });
- });
- }
- function uploadWord(type) {
- var paramEid = $('#mpEid').val();
- if (!paramEid) {
- layer.msg('没找到周周练ID!');
- return false;
- }
- var obj_file = $("#word_file").val();
- if (!obj_file) {
- layer.msg('请选择上传文件');
- return false;
- }
- var extStart = obj_file.lastIndexOf('.');
- var extName = obj_file.substring(extStart, obj_file.length).toLowerCase();
- if (extName != ".dotx" && extName != ".dotm") {
- layer.msg('模板格式有误,请上传dotx格式word!');
- return false;
- }
- $.ajaxFileUpload({
- url: "<?php echo $this->createUrl('print/uploadTpl');?>", //用于文件上传的服务器端请求地址
- secureuri: false, //是否需要安全协议,一般设置为false
- fileElementId: 'word_file', //文件上传域的ID
- dataType: 'text', //返回值类型 一般设置为json
- data: {"eid": paramEid, "type": type},
- success: function (data, status) {
- var obj = JSON.parse(data);
- if (obj.success == 1) {
- layer.msg(obj.message, {
- icon: 1,
- }, function () {
- layer.closeAll();
- });
- $("#alreadUpload").html('<span style="color:red;">已上传</span>');
- } else {
- layer.msg(obj.message, {
- icon: 5,
- }, function () {
- layer.closeAll();
- });
- }
- },
- error: function (data, status, e) { //服务器响应失败处理函数
- layer.msg('返回失败!', {
- icon: 5,
- }, function () {
- layer.closeAll();
- });
- }
- });
- return false;
- }
- // 搜索事件
- $("#search").click(function () {
- $("#form1").submit();
- });
- //切换扫描方式
- $('#changeScan').click(function(){
- window.location.href="<?php echo $this->createUrl('print/changeScan')?>";
- return false;
- });
- function print(cid, eid, tid, fg) {
- if (!cid || !eid) return false;
- var msg = '';
- if (tid == 0) {
- if (fg == 1) {
- msg = '打印答题卡';
- } else {
- msg = '您确定要打印该试卷嘛?';
- }
- } else if (tid == 1) {
- msg = '您确定要打印该错题本嘛?';
- } else if (tid == 2) {
- msg = '您确定要打印该个性化学习宝吗?';
- }
- layer.msg(msg, {
- time: 0,
- btn: ['确定', '取消'],
- yes: function (index) {
- layer.close(index);
- ajaxPrint(cid, eid, tid);
- }
- });
- }
- function ajaxPrint(cid, eid, tid) {
- $.ajax({
- url: "<?php echo $this->createUrl('print/ajaxupdate');?>",
- type: "post",
- data: {cid: cid, eid: eid, tid: tid},
- dataType: "json",
- beforeSend: function () {
- // 发送请求显示打印中
- layer.msg('打印中', {icon: 16, time: 20000});
- },
- success: function (obj) {
- var index = layer.msg();
- layer.close(index);
- if (obj.success == 1) {
- if (tid == 0) {//console.log(JSON.stringify(obj.message));
- evaluationClient.printPaper(JSON.stringify(obj.message));
- //alert('提交打印试卷成功!');
- } else if (tid == 1) {
- evaluationClient.printCTB(JSON.stringify(obj.message));
- //alert('提交打印错题本成功!');
- } else if (tid == 2) {
- evaluationClient.printTFFA(JSON.stringify(obj.message));
- //alert('提交打印提分册成功!');
- } else {
- layer.msg('操作错误!');
- }
- location.reload();
- } else {//alert(obj.message);
- layer.msg(obj.message);
- }
- },
- complete: function () {
- //layer.msg('打印失败!');
- //var index = layer.msg();
- //layer.close(index);
- },
- error: function () {
- //var index = layer.msg();
- //layer.close(index);
- }
- });
- }
- // 生成试卷模板
- function createTemplate(eid, flag) {
- if (!eid) {
- layer.msg('未找到周周练id');
- }
- var msg = '';
- if (flag == 2) {
- msg = '您确定要下载试卷嘛?';
- } else if (flag == 1) {
- msg = '您确定要生成模板嘛?';
- }
- else if (flag == 3) {
- msg = "<div style='text-align:left;'>编辑答题卡注意事项:<br/>1、试卷的名字最多支持2行,字体的大小和字体种类保持原有格式不变<br/>2、选择题和填空题的答题区域中里面的内容和识别点不许更改<br/>3、整套试卷中所有的识别点不许更改<br/><br/>点击确定下载</div>";
- } else if (flag == 4) {
- msg = "<div style='text-align:left;'>编辑题卡合一注意事项:<br/>1、试卷的名字最多支持2行,字体的大小和字体种类保持原有格式不变<br/>2、选择题和填空题的答题区域中里面的内容和识别点不许更改<br/>3、整套试卷中所有的识别点不许更改<br/><br/>点击确定下载</div>";
- } else {
- layer.msg("参数错误");
- }
- layer.msg(msg, {
- time: 0,
- btn: ['确定', '取消'],
- yes: function (index) {
- layer.close(index);
- $.post('<?php echo $this->createUrl('print/createtempelate');?>', {
- "eid": eid,
- "flag": flag
- }, function (data) {
- var obj = JSON.parse(data);
- if (obj.success == 1) {
- if (flag == 2) {
- evaluationClient.CreatePaperTiGan(JSON.stringify(obj.object));
- } else if (flag == 1) {
- evaluationClient.createPaper(JSON.stringify(obj.object));
- }
- else if (flag == 3) {
- evaluationClient.CreatePaperDaTiKa(JSON.stringify(obj.object));
- } else if (flag == 4) {
- evaluationClient.CreatePaperDaTiKa(JSON.stringify(obj.object));
- } else {
- layer.msg("参数错误");
- }
- } else {
- layer.msg(obj.message);
- }
- });
- }
- });
- }
- function wb_html(odj) {
- if (!odj) return false;
- var classId = odj.getAttribute("w_class_id");
- var examId = odj.getAttribute("w_exam_id");
- if (!classId || !examId) return false;
- var msg = '您确定要生成该班级的错题本吗?';
- layer.msg(msg, {
- time: 0,
- btn: ['确定', '取消'],
- yes: function (index) {
- layer.close(index);
- $.ajax({
- url: "<?php echo $this->createUrl('client/wbhtml');?>",
- type: "POST",
- dataType: "json",
- data: {
- examId: examId,
- classId: classId
- },
- success: function (data) {
- if (data > 0) {
- layer.msg('操作成功,重新生成错题本', {
- icon: 1
- }, function () {
- layer.closeAll();
- });
- } else if (data == 0) {
- layer.msg('操作失败,此班无错题本', {
- icon: 5
- }, function () {
- layer.closeAll();
- });
- }
- else {
- layer.msg('操作失败,重新生成错题本', {
- icon: 5
- }, function () {
- layer.closeAll();
- });
- }
- },
- error: function (data, status, e) { //服务器响应失败处理函数
- layer.msg('返回失败!', {
- icon: 5
- }, function () {
- layer.closeAll();
- });
- }
- });
- }
- });
- }
- function isp2_html(odj) {
- if (!odj) return false;
- var classId = odj.getAttribute("w_class_id");
- var examId = odj.getAttribute("w_exam_id");
- if (!classId || !examId) return false;
- var msg = '您确定要生成该班级的二步提分方案吗?';
- layer.msg(msg, {
- time: 0,
- btn: ['确定', '取消'],
- yes: function (index) {
- layer.close(index);
- $.ajax({
- url: "<?php echo $this->createUrl('client/isp2html');?>",
- type: "POST",
- dataType: "json",
- data: {
- examId: examId,
- classId: classId
- },
- success: function (data) {
- if (data > 0) {
- layer.msg('操作成功,重新生成提分方案', {
- icon: 1
- }, function () {
- layer.closeAll();
- });
- } else if (data == 0) {
- layer.msg('操作失败,此班无提分方案', {
- icon: 5
- }, function () {
- layer.closeAll();
- });
- }
- else {
- layer.msg('操作失败,重新生成提分方案', {
- icon: 5
- }, function () {
- layer.closeAll();
- });
- }
- },
- error: function (data, status, e) { //服务器响应失败处理函数
- layer.msg('返回失败!', {
- icon: 5
- }, function () {
- layer.closeAll();
- });
- }
- });
- }
- });
- }
- function isp3_html(odj) {
- if (!odj) return false;
- var classId = odj.getAttribute("w_class_id");
- var examId = odj.getAttribute("w_exam_id");
- if (!classId || !examId) return false;
- var msg = '您确定要生成该班级的个性化学习宝吗?';
- layer.msg(msg, {
- time: 0,
- btn: ['确定', '取消'],
- yes: function (index) {
- layer.close(index);
- $.ajax({
- url: "<?php echo $this->createUrl('client/isp3html');?>",
- type: "POST",
- dataType: "json",
- data: {
- examId: examId,
- classId: classId
- },
- success: function (data) {
- if (data > 0) {
- layer.msg('操作成功,重新生成提分方案', {
- icon: 1
- }, function () {
- layer.closeAll();
- });
- } else if (data == 0) {
- layer.msg('操作失败,此班无提分方案', {
- icon: 5
- }, function () {
- layer.closeAll();
- });
- }
- else {
- layer.msg('操作失败,重新生成提分方案', {
- icon: 5
- }, function () {
- layer.closeAll();
- });
- }
- },
- error: function (data, status, e) { //服务器响应失败处理函数
- layer.msg('返回失败!', {
- icon: 5
- }, function () {
- layer.closeAll();
- });
- }
- });
- }
- });
- }
- function show_version() {
- layer.msg('你的客户端版本太低,请升最新版本');
- }
- // 隐藏试卷
- function oprateExam(exam_groupId, flag) {
- if (exam_groupId) {
- layer.msg('未找到周周练id');
- }
- var msg = '您确定要隐藏该试卷吗?';
- if (flag == 0) {
- msg = '您确定要恢复该试卷吗?';
- }
- layer.msg(msg, {
- time: 0,
- btn: ['确定', '取消'],
- yes: function (index) {
- layer.close(index);
- $.post('<?php echo $this->createUrl("print/oprateexam");?>', {
- exam_groupId: exam_groupId,
- flag: flag
- }, function (data) {
- var obj = JSON.parse(data);
- if (obj.success == 1) {
- location.reload();
- } else {
- layer.msg(obj.message);
- }
- });
- }
- });
- }
- $(".create_sheet").click(function(){
- var exam_group_id = $(this).attr("exam_group_id");
- var sheet_id = $(this).attr("sheet_id");
- if(exam_group_id>0){
- $.post("<?php echo Yii::app()->createUrl('third/set_new')?>",{exam_group_id:exam_group_id});
- evaluationClient.createAnswerSheet(sheet_id+","+exam_group_id);
- }
- });
- //扫描答题卡
- function createTemplateScan (exam_group_id){
- if (!exam_group_id) {
- layer.msg('未找到试卷ID');
- }
- var data={
- exam_group_id:exam_group_id
- }
- $.post("<?php echo Yii::app()->createUrl("third/paper")?>",data,function(rs){
- var m = JSON.parse(rs);
- if(m.status==1)
- {
- evaluationClient.loadThirdParty(exam_group_id);
- }else {
- layer.msg('尚未创建答题卡,请创建');
- }
- });
- }
- $('.view_untied').click(function(){
- window.location.href='<?php echo $this->createUrl('print/unitedTask')?>';
- return false;
- });
- </script>
|