(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5871ef98"],{2436:function(t,e,n){},"44f7":function(t,e,n){"use strict";var a=n("2436"),o=n.n(a);o.a},6593:function(t,e,n){"use strict";n.d(e,"e",(function(){return o})),n.d(e,"b",(function(){return s})),n.d(e,"o",(function(){return r})),n.d(e,"m",(function(){return u})),n.d(e,"n",(function(){return l})),n.d(e,"d",(function(){return c})),n.d(e,"l",(function(){return i})),n.d(e,"a",(function(){return d})),n.d(e,"f",(function(){return p})),n.d(e,"h",(function(){return f})),n.d(e,"j",(function(){return b})),n.d(e,"g",(function(){return h})),n.d(e,"i",(function(){return m})),n.d(e,"c",(function(){return v})),n.d(e,"k",(function(){return g}));var a=n("c1fb");function o(t){return a["a"].post("/productMethod/getTemplateByType",t)}var s=function(t){return a["a"].post("/productMethod/copyTemplate",t)},r=function(t){return a["a"].post("/productMethod/reNameTemplate",t)},u=function(t){return a["a"].post("/productMethod/beforeDelTemplate",t)},l=function(t){return a["a"].post("/productMethod/delTemplate",t)},c=function(t){return a["a"].post("/productMethod/ajaxGetTemplateById",t)},i=function(t){return a["a"].post("/productMethod/saveTemplate",t)};function d(t){return a["a"].post("/productMethod/getClassByGrade",t)}function p(t){return a["a"].post("/productMethod/productClassSet",t)}function f(t){return a["a"].post("/productMethod/resetClassSet",t)}var b=function(t){return a["a"].post("/productMethod/saveClassSet",t)};function h(t){return a["a"].post("/productMethod/productStudentSet",t)}function m(t){return a["a"].post("/productMethod/resetStudentSet",t)}var v=function(t){return a["a"].post("/studentinfo/getStudent",t)},g=function(t){return a["a"].post("/productMethod/saveStudentSet",t)}},dcdc2:function(t,e,n){"use strict";var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"set-table"},[n("el-table",{staticStyle:{width:"100%"},attrs:{data:t.tableData,border:"","header-cell-style":{background:"#f2f2f2",color:"#606266"}}},[t._l(t.tableOption,(function(e,a){return[e.type?t._e():n("el-table-column",{key:a,attrs:{prop:e.prop,label:e.label,width:e.width},scopedSlots:t._u([{key:"default",fn:function(n){return[t._v(" "+t._s(t._f("dataFormat")(n.row[e.prop],e.formatter))+" ")]}}],null,!0)}),"buttons"==e.type?n("el-table-column",{key:a,attrs:{prop:e.prop,label:e.label,width:e.width},scopedSlots:t._u([{key:"default",fn:function(a){return[n("div",{class:e.class},t._l(e.button,(function(e,o){return n("el-button",{key:o,on:{click:function(n){return t.handle(e,a.$index,a.row)}}},[t._v(t._s(e.text))])})),1)]}}],null,!0)}):t._e()]}))],2)],1)},o=[],s={name:"SetTable",props:{tableData:{type:Array},tableOption:{type:Array}},data:function(){return{}},computed:{},watch:{},created:function(){},mounted:function(){},methods:{handle:function(t,e,n){this.$emit("handle",t,e,n)}},filters:{}},r=s,u=n("2877"),l=Object(u["a"])(r,a,o,!1,null,null,null);e["a"]=l.exports},fb73:function(t,e,n){"use strict";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"student-setting"},[n("div",{staticClass:"option-modular"},[n("div",{staticClass:"class-option"},[n("div",{staticClass:"drop-down-menu"},[n("span",{staticClass:"c-name"},[t._v(" 年级: ")]),n("el-select",{attrs:{clearable:"",placeholder:"请选择年级",size:"mini"},on:{change:function(e){return t.selClass(e)}},model:{value:t.obj.grade_id,callback:function(e){t.$set(t.obj,"grade_id",e)},expression:"obj.grade_id"}},t._l(t.gradeData,(function(t){return n("el-option",{key:t.value,attrs:{label:t.label,value:t.value}})})),1)],1),n("div",{staticClass:"drop-down-menu"},[n("span",{staticClass:"c-name"},[t._v(" 班级: ")]),n("el-select",{attrs:{clearable:"",placeholder:"请选择班级",size:"mini"},model:{value:t.obj.class_id,callback:function(e){t.$set(t.obj,"class_id",e)},expression:"obj.class_id"}},t._l(t.classData,(function(t){return n("el-option",{key:t.class_id,attrs:{label:t.class_name,value:t.class_id}})})),1)],1),n("div",{staticClass:"search-block"},[n("el-input",{attrs:{size:"mini",placeholder:"学生姓名"},model:{value:t.obj.student_name,callback:function(e){t.$set(t.obj,"student_name",e)},expression:"obj.student_name"}}),n("el-row",[n("el-button",{attrs:{id:"searchBtn",size:"mini"},on:{click:function(e){return t.search()}}},[t._v(" 搜索 ")])],1)],1)]),n("div",{staticClass:"custom"},[n("div",{staticClass:"notice"},[t._v("学生定制:为学生设置产品模版")]),n("div",{staticClass:"btn-block"},[n("el-row",[n("el-button",{attrs:{id:"toCustomPage",size:"mini"},on:{click:t.toCustom}},[t._v("学生定制")]),n("el-button",{attrs:{id:"resetDefault",size:"mini"},on:{click:t.recovery}},[t._v("恢复默认")])],1)],1)])]),n("set-table",{attrs:{tableData:t.tableData,tableOption:t.tableOption}}),n("el-pagination",{attrs:{background:"",layout:"pager, total",total:t.total},on:{"current-change":function(e){return t.handleCurrentChange(e)}}})],1)},o=[],s=(n("a9e3"),n("b64b"),n("dcdc2")),r=n("6593"),u=n("7660"),l={name:"StudentSetting",components:{SetTable:s["a"]},filters:{},props:{},data:function(){return{gradeData:[{value:1,label:"高一"},{value:2,label:"高二"},{value:3,label:"高三"}],classData:[],tableData:[],tableOption:[{prop:"student_name",label:"学生姓名"},{prop:"student_card",label:"系统准考证号"},{prop:"grade",label:"年级",formatter:"gradeFilter"},{prop:"class_name",label:"班级"},{prop:"template_name",label:"方法宝模板"}],obj:{page:1,class_id:"",grade_id:"",student_name:""},total:0}},computed:{},watch:{},created:function(){this.getStudentData(),this.getGradeClass()},mounted:function(){},methods:{getStudentData:function(){var t=this,e=Object(u["c"])(this.obj);Object(r["g"])(e).then((function(e){t.tableData=e.data.list;var n=0;n=Object.keys(e.data.pages).length?Number(e.data.pages.total):e.data.list.length,t.total=n}))},getGradeClass:function(t){var e=this;Object(r["a"])(t).then((function(t){e.classData=t.result}))},selClass:function(t){this.obj.class_id="";var e={grade_id:t},n=Object(u["c"])(e);this.getGradeClass(n)},handleCurrentChange:function(t){this.obj.page=t;var e=Object(u["c"])(this.obj);this.getStudentData(e)},search:function(){this.obj.page=1;var t=Object(u["c"])(this.obj);this.getStudentData(t)},toCustom:function(){this.$router.push({path:"StudentCustom"})},recovery:function(){var t=this;this.$confirm("将所有学生的模版全部恢复为默认模版,确认要恢复默认吗?","信息",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){Object(r["i"])().then((function(e){1==e.status?(t.$message({type:"success",message:e.msg}),t.getStudentData()):t.$message({type:"error",message:e.msg})}))})).catch((function(){t.$message({type:"info",message:"已取消操作"})}))}}},c=l,i=(n("44f7"),n("2877")),d=Object(i["a"])(c,a,o,!1,null,"a77ee3f4",null);e["default"]=d.exports}}]);