1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651 |
- <template>
- <div class="stu-container">
- <!-- 头部展示 -->
- <statistic>
- <statistic-item>
- <span>在读人数</span>
- <span>{{studentListInfo.studying}}</span>
- </statistic-item>
- <statistic-item>
- <span>退团人数</span>
- <span>{{studentListInfo.quit}}</span>
- </statistic-item>
- <statistic-item>
- <span>新增人数</span>
- <span>{{studentListInfo.add}}</span>
- </statistic-item>
- <statistic-item>
- <div class="newStudent"
- style="margin-bottom:10px;"
- v-permission="'studentRegistration/insertStudent'"
- @click="addStudentVisible = true">新增学员</div>
- <!-- <div class="newStudent"
- style="margin-bottom:10px;"
- v-permission="'teamDetails/studentList/QRCode/822'"
- @click="onCreateQRCode">报名连接</div> -->
- <div class="newStudent"
- v-permission="'/studentSignin'"
- @click="gotoSignin">点名总览</div>
- </statistic-item>
- </statistic>
- <!-- 搜索类型 -->
- <el-form :inline="true"
- class="searchForm"
- v-model.trim="searchForm">
- <el-form-item>
- <el-input v-model.trim="searchForm.search"
- placeholder="学生姓名或电话"
- @keyup.enter.native="search"></el-input>
- </el-form-item>
- <el-form-item>
- <el-select v-model.trim="searchForm.studentStatus"
- clearable
- filterable
- placeholder="学员状态">
- <el-option label="在读"
- value="NORMAL"></el-option>
- <el-option label="请假"
- value="LEAVE"></el-option>
- <el-option label="退团"
- value="QUIT"></el-option>
- <el-option label="报名"
- value="APPLY"></el-option>
- </el-select>
- </el-form-item>
- <el-form-item>
- <el-select v-model.trim="searchForm.classGroupId"
- clearable
- filterable
- placeholder="请选择班级">
- <el-option v-for="(item,index) in classList"
- :key="index"
- :value="item.id"
- :label="item.name"></el-option>
- </el-select>
- </el-form-item>
- <el-form-item>
- <el-select v-model.trim="searchForm.major"
- clearable
- filterable
- placeholder="所选专业">
- <el-option v-for="(item,index) in soundList"
- :key="index"
- :value="item.id"
- :label="item.name"></el-option>
- </el-select>
- </el-form-item>
- <el-form-item>
- <el-select v-model.trim="searchForm.isPay"
- clearable
- filterable
- placeholder="报名缴费">
- <!-- <el-option label="已开启"
- value="1"></el-option> -->
- <el-option label="未缴费"
- value="0"></el-option>
- <el-option label="已缴费"
- value="1"></el-option>
- </el-select>
- </el-form-item>
- <el-form-item>
- <el-select v-model.trim="searchForm.isActive"
- clearable
- filterable
- placeholder="是否激活">
- <el-option label="是"
- value="1"></el-option>
- <el-option label="否"
- value="0"></el-option>
- </el-select>
- </el-form-item>
- <!-- <el-form-item>
- <el-select v-model.trim="searchForm.school"
- placeholder="所在学校">
- <el-option label="item.text"
- value="1"></el-option>
- </el-select>
- </el-form-item>-->
- <el-form-item>
- <div class="searchBtn"
- @click="search">搜索</div>
- </el-form-item>
- <el-form-item>
- <div class="searchBtn export"
- v-permission="'export/musicGroupStudent'"
- @click="onMusicGroupExport">导出</div>
- </el-form-item>
- </el-form>
- <!-- 列表 -->
- <div class="tableWrap">
- <el-table :data="tableList"
- :header-cell-style="{background:'#EDEEF0',color:'#444'}">
- <el-table-column label="学员编号"
- width="120px;"
- prop="userId"></el-table-column>
- <el-table-column label="学员姓名"
- width="120px;"
- prop="realName"></el-table-column>
- <el-table-column align="center"
- prop="gender"
- width="50px;"
- label="性别">
- <template slot-scope="scope">
- <div>{{scope.row.gender| sex }}</div>
- </template>
- </el-table-column>
- <el-table-column align="center"
- prop="phone"
- label="联系电话"></el-table-column>
- <!-- <el-table-column align='center'
- prop=""
- label="所在学校">
- </el-table-column>-->
- <el-table-column align="center"
- label="年级班级">
- <template slot-scope="scope">
- <div>{{scope.row.currentGrade+scope.row.currentClass}}</div>
- </template>
- </el-table-column>
- <el-table-column align="center"
- label="专业"
- prop="subjectName"></el-table-column>
- <!-- <el-table-column align='center'
- label="乐团班级">
- </el-table-column>
- <el-table-column align='center'
- label="合奏班">
- </el-table-column>-->
- <el-table-column align="center"
- prop="studentStatus"
- label="学员状态">
- <template slot-scope="scope">
- <div>{{ scope.row.studentStatus | musicGroupStudentType}}</div>
- </template>
- </el-table-column>
- <el-table-column align="center"
- label="新增学员">
- <template slot-scope="scope">
- <div>{{ scope.row.isNewStudent | yesOrNo}}</div>
- </template>
- </el-table-column>
- <!-- <el-table-column align="center"
- label="批量修改缴费">
- <template slot-scope="scope">
- <div>{{ scope.row.isLock?'已锁定':'可修改'}}</div>
- </template>
- </el-table-column> -->
- <!-- <el-table-column align="center"
- label="下次缴费日期"
- prop="nextPaymentDate">
- <template slot-scope="scope">{{ scope.row.nextPaymentDate | formatTimer }}</template>
- </el-table-column>-->
- <!-- <el-table-column align="center"
- label="缴费金额"
- prop="courseFee"></el-table-column> -->
- <el-table-column align="center"
- label="报名缴费">
- <template slot-scope="scope">
- <div>{{ scope.row.paymentStatus | studentPays}}</div>
- </template>
- </el-table-column>
- <el-table-column align="center"
- label="是否激活">
- <template slot-scope="scope">
- <div>{{ scope.row.isActive?'是':'否'}}</div>
- </template>
- </el-table-column>
- <el-table-column label="退团原因"
- align="center">
- <template slot-scope="scope">
- <div>
- <Tooltip :content="scope.row.quitReason" />
- </div>
- </template>
- </el-table-column>
- <el-table-column align="center"
- fixed="right"
- width="300px;"
- label="操作">
- <template slot-scope="scope">
- <div>
- <el-button type="text"
- v-if="permission('studentManage/queryStudentClassGroup')&&scope.row.studentStatus != 'QUIT'"
- @click="lookClass(scope.row)">查看班级</el-button>
- <el-button type="text"
- v-if="permission('musicGroupQuit/directQuitMusicGroup')&&scope.row.studentStatus != 'QUIT'"
- @click="quieTeamMask(scope.row)">退团退费</el-button>
- <el-button type="text"
- v-if="permission('musicGroupQuit/directQuitMusicGroup1')&&scope.row.studentStatus != 'QUIT'"
- @click="quieTeam(scope.row)">退团</el-button>
- <el-button type="text"
- v-if="permission('visit/add')"
- @click="addVisit(scope.row)">新增回访</el-button>
- </div>
- </template>
- </el-table-column>
- </el-table>
- <pagination :total="rules.total"
- :page.sync="rules.page"
- :limit.sync="rules.limit"
- :page-sizes="rules.page_size"
- @pagination="getList" />
- </div>
- <el-dialog title="新增学员"
- width="700px"
- class="studentInfo"
- :visible.sync="addStudentVisible">
- <el-form :model="maskForm"
- label-position="right"
- label-width="120px"
- ref="maskForm"
- :rules="maskRules"
- :inline="true">
- <el-alert title="基本信息"
- :closable="false"
- class="alert"
- type="info">
- </el-alert>
- <el-form-item label="联系电话"
- prop="phone"
- :rules="[{ required: true, message: '请输入手机号' }, { pattern: /^1[3456789]\d{9}$/, message: '请输入正确的手机号', trigger: 'blur' }]">
- <el-input v-model.trim="maskForm.phone"
- placeholder="联系电话"
- @blur="checkPhone(maskForm.phone)"></el-input>
- </el-form-item>
- <el-form-item label="学员姓名"
- prop="studentName">
- <el-input v-model.trim="maskForm.studentName"
- placeholder="学员姓名"></el-input>
- </el-form-item>
- <el-form-item label="学员性别"
- prop="sex">
- <el-select v-model.trim="maskForm.sex"
- clearable>
- <el-option label="男"
- :value="1"></el-option>
- <el-option label="女"
- :value="0"></el-option>
- </el-select>
- </el-form-item>
- <el-form-item label="家长姓名"
- prop="parentName">
- <el-input v-model.trim="maskForm.parentName"
- placeholder="家长姓名"></el-input>
- </el-form-item>
- <el-form-item label="年级"
- prop="startClass">
- <el-select placeholder="起始年级"
- filterable
- clearable
- v-model.trim="maskForm.startClass">
- <el-option value="一年级"
- label="一年级"></el-option>
- <el-option value="二年级"
- label="二年级"></el-option>
- <el-option value="三年级"
- label="三年级"></el-option>
- <el-option value="四年级"
- label="四年级"></el-option>
- <el-option value="五年级"
- label="五年级"></el-option>
- <el-option value="六年级"
- label="六年级"></el-option>
- <el-option value="初一"
- label="初一"></el-option>
- <el-option value="初二"
- label="初二"></el-option>
- <el-option value="初三"
- label="初三"></el-option>
- <el-option value="高一"
- label="高一"></el-option>
- <el-option value="高二"
- label="高二"></el-option>
- <el-option value="高三"
- label="高三"></el-option>
- </el-select>
- </el-form-item>
- <el-form-item label="班级"
- prop="course">
- <el-input v-model.trim="maskForm.course"
- placeholder="班级"></el-input>
- </el-form-item>
- <el-form-item label="学员声部"
- prop="sound">
- <el-select v-model.trim="maskForm.sound"
- clearable
- filterable
- @change="onSoundChange">
- <el-option v-for="(item,index) in soundList"
- :key="index"
- :value="item.id"
- :label="item.name"></el-option>
- </el-select>
- </el-form-item>
- <!-- <el-form-item label="证件号"
- prop="id">
- <el-input v-model.trim="maskForm.id"></el-input>
- </el-form-item>-->
- <el-form-item label="出生日期"
- style="margin-right: 0;"
- prop="timer">
- <el-col :span="24">
- <el-date-picker v-model.trim="maskForm.timer"
- value-format="yyyy-MM-dd"
- type="date"
- :picker-options="{
- firstDayOfWeek:1
- }"
- placeholder="选择日期"></el-date-picker>
- </el-col>
- </el-form-item>
- <!-- <br />
- <el-form-item label="声部班">
- <el-select v-model.trim="maskForm.signClass"
- filterable
- clearable>
- <el-option v-for="(item,index) in signList"
- :key="index"
- :value="item.id"
- :label="item.name"></el-option>
- </el-select>
- </el-form-item> -->
- <!-- <el-form-item label="合奏班">
- <el-select v-model.trim="maskForm.mixClass"
- filterable
- clearable>
- <el-option v-for="(item,index) in mixList"
- :key="index"
- :value="item.id"
- :label="item.name"></el-option>
- </el-select>
- </el-form-item> -->
- <!-- <el-form-item label="基础技能班">
- <el-select v-model.trim="maskForm.highClass"
- filterable
- clearable>
- <el-option v-for="(item,index) in highList"
- :key="index"
- :value="item.id"
- :label="item.name"></el-option>
- </el-select>
- </el-form-item> -->
- <!-- <el-form-item label="临时班">
- <el-select v-model.trim="maskForm.snapClass"
- filterable
- clearable
- multiple>
- <el-option v-for="(item,index) in snapList"
- :key="index"
- :value="item.id"
- :label="item.name"></el-option>
- </el-select>
- </el-form-item> -->
- <!-- <el-form-item label="线上基础技能班">
- <el-select v-model.trim="maskForm.highonline"
- filterable
- clearable
- multiple>
- <el-option v-for="(item,index) in highonlineList"
- :key="index"
- :value="item.id"
- :label="item.name"></el-option>
- </el-select>
- </el-form-item>-->
- <!-- <el-form-item label="乐团网管课">
- <el-select v-model.trim="maskForm.muiscnetwork"
- filterable
- clearable
- multiple>
- <el-option v-for="(item,index) in muiscnetworkList"
- :key="index"
- :value="item.id"
- :label="item.name"></el-option>
- </el-select>
- </el-form-item>-->
- <!-- <el-divider>首缴订单信息</el-divider>
- <el-form-item label="课程费用"
- prop="temporaryCourseFee">
- <el-input type="number"
- @mousewheel.native.prevent
- v-model.trim="maskForm.temporaryCourseFee"
- placeholder="首缴课程金额"></el-input>
- </el-form-item>
- <el-form-item label="乐器"
- class="instrList">
- <el-col :span="11"
- style="width: auto;">
- <el-form-item>
- <el-select placeholder="选择乐器"
- filterable
- clearable
- @change="onInstrumentChange"
- v-model.trim="maskForm.musicGoodsIdList">
- <el-option v-for="(item, index) in INSTRUMENTLIST"
- :key="index"
- :value="item.value"
- :label="item.label"></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :span="1"> </el-col>
- <el-col :span="11">
- <el-form-item>
- <el-input type="number"
- @mousewheel.native.prevent
- :disabled="kitStatus"
- v-model.trim="maskForm.musicPrice"
- placeholder="输入金额">
- <el-select v-model.trim="maskForm.kitGroupPurchaseType"
- style="width: 80px !important;"
- @change="onKitGroupChnage"
- slot="prepend">
- <el-option label="免费"
- value="FREE"></el-option>
- <el-option label="团购"
- value="GROUP"></el-option>
- <el-option label="租赁"
- value="LEASE"></el-option>
- </el-select>
- </el-input>
- </el-form-item>
- </el-col>
- </el-form-item>
- <el-form-item label="辅件">
- <el-col :span="11"
- style="width: auto;">
- <el-form-item>
- <el-select filterable
- clearable
- multiple
- placeholder="选择辅件"
- v-model.trim="maskForm.instrGoodsIdList">
- <el-option v-for="(item, index) in ACCESSORIESLIST"
- :key="index"
- :value="item.value"
- :label="item.label"></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :span="1"> </el-col>
- <el-col :span="11">
- <el-form-item>
- <el-input v-model.trim="maskForm.instrPrice"
- placeholder="输入金额"></el-input>
- </el-form-item>
- </el-col>
- </el-form-item> -->
- <!-- <el-alert
- title="缴费周期设置"
- :closable="false"
- class="alert"
- type="info">
- </el-alert>
- <el-collapse :value="collapse" @change="collapseChange" >
- <el-collapse-item
- v-for="(item, index) in cycles"
- :key="index"
- :name="index"
- >
- <template slot="title">
- <div class="collapse-title">
- <span>缴费周期 {{index + 1}}</span>
- <i v-if="cycles.length > 1" class="el-icon-circle-close" @click.stop="removeCycle(index)"></i>
- </div>
- </template>
- <paymentCycle
- ref="cycles"
- className="cycleForm"
- :form="item"
- />
- </el-collapse-item>
- </el-collapse>
- <el-button
- icon="el-icon-circle-plus-outline"
- plain
- type="info"
- size="small"
- style="width: 100%;margin: 20px 0;"
- @click="addCycle"
- >新增缴费周期</el-button> -->
- </el-form>
- <div slot="footer"
- class="dialog-footer">
- <!-- <el-button @click="addStudentVisible = false">取 消</el-button> -->
- <el-button type="primary"
- @click="addStudent">确 定</el-button>
- </div>
- </el-dialog>
- <el-dialog title="学员所在班级"
- width="640px"
- :visible.sync="studentClassVisible">
- <el-form :model="classMask">
- <el-form-item label="学生姓名">{{ classMask.studentName }}</el-form-item>
- <el-form-item label="所在班级"
- v-for="(item,index) in classLists"
- :key="index">{{ item.name }}</el-form-item>
- </el-form>
- </el-dialog>
- <!-- 退团弹窗 -->
- <el-dialog title="退团信息确认"
- width="640px"
- :visible.sync="quitVisible">
- <el-form :model="quitForm"
- ref="quitForm"
- :rules="quitRules">
- <el-form-item label="退还课程费用"
- prop="isRefundCourseFee">
- <el-radio v-model.trim="quitForm.isRefundCourseFee"
- :label="true">是</el-radio>
- <el-radio v-model.trim="quitForm.isRefundCourseFee"
- :label="false">否</el-radio>
- </el-form-item>
- <el-form-item label="退还乐器费用"
- prop="isRefundInstrumentFee">
- <el-radio v-model.trim="quitForm.isRefundInstrumentFee"
- :label="true">是</el-radio>
- <el-radio v-model.trim="quitForm.isRefundInstrumentFee"
- :label="false">否</el-radio>
- </el-form-item>
- <el-form-item label="退还教辅费用"
- prop="isRefundTeachingAssistantsFee">
- <el-radio v-model.trim="quitForm.isRefundTeachingAssistantsFee"
- :label="true">是</el-radio>
- <el-radio v-model.trim="quitForm.isRefundTeachingAssistantsFee"
- :label="false">否</el-radio>
- </el-form-item>
- <el-form-item label="退团原因"
- prop="reason">
- <el-input type="textarea"
- v-model.trim="quitForm.reason"></el-input>
- </el-form-item>
- </el-form>
- <span slot="footer"
- class="dialog-footer">
- <el-button @click="quitVisible = false">取 消</el-button>
- <el-button type="primary"
- @click="chioseType">确 定</el-button>
- </span>
- </el-dialog>
- <el-dialog title="报名二维码"
- :visible.sync="qrcodeStatus"
- width="300px">
- <div class="left-code">
- <h2>学员报名连接</h2>
- <div id="qrcode"
- class="qrcode code"
- ref="qrCodeUrl"></div>
- <p class="code-url"
- v-if="codeUrl">{{ codeUrl }}</p>
- </div>
- </el-dialog>
- <el-dialog title="修改缴费周期"
- :before-close="closePayVisible"
- width="600px"
- :visible.sync="payVisible">
- <el-form :model="payForm"
- ref="payForm"
- :inline="true">
- <el-form-item label="学生姓名"
- prop="studentName">
- <el-input v-model.trim="payForm.studentName"
- disabled></el-input>
- </el-form-item>
- <br />
- <el-form-item label="缴费金额"
- prop="payMoney">
- <el-input type="number"
- v-model.trim="payForm.payMoney"
- @mousewheel.native.prevent></el-input>
- </el-form-item>
- <el-form-item label="缴费月份"
- prop="payMonth">
- <el-checkbox-group v-model.trim="payForm.payMonth"
- fill="#14928A"
- text-color="#474747">
- <el-checkbox label="1">一月</el-checkbox>
- <el-checkbox label="2">二月</el-checkbox>
- <el-checkbox label="3">三月</el-checkbox>
- <el-checkbox label="4">四月</el-checkbox>
- <el-checkbox label="5">五月</el-checkbox>
- <el-checkbox label="6">六月</el-checkbox>
- <el-checkbox label="7">七月</el-checkbox>
- <el-checkbox label="8">八月</el-checkbox>
- <el-checkbox label="9">九月</el-checkbox>
- <el-checkbox label="10">十月</el-checkbox>
- <el-checkbox label="11">十一月</el-checkbox>
- <el-checkbox label="12">十二月</el-checkbox>
- </el-checkbox-group>
- </el-form-item>
- <!-- studentName: '',
- payMoney: '',
- payMonth-->
- </el-form>
- <div slot="footer"
- class="dialog-footer">
- <el-button @click="quitVisible = false">取 消</el-button>
- <el-button type="primary"
- @click="submitPay">确 定</el-button>
- </div>
- </el-dialog>
- <el-dialog title="新增回访"
- width="600px"
- destroy-on-close
- :close-on-click-modal='false'
- :visible.sync="visitVisiable">
- <el-form :model="visitForm"
- label-width="120px"
- label-position='right'
- ref='visitForm'
- :rules="visitRules">
- <el-form-item label="学生姓名">
- <p>{{visitForm.studentName}}</p>
- </el-form-item>
- <el-form-item label="回访类型"
- prop='visitType'>
- <el-cascader expand-trigger="hover"
- clearable
- placeholder="请选择回访类型"
- :options="visitChiose"
- @change="handleChange"
- style="width:220px!important;"
- v-model="visitForm.visitType">
- </el-cascader>
- </el-form-item>
- <el-form-item label="回访日期"
- prop='visitTime'>
- <el-date-picker v-model.trim="visitForm.visitTime"
- align="right"
- style="width:220px!important;"
- type="date"
- placeholder="选择日期"
- :picker-options="pickerOptions"
- value-format="yyyy-MM-dd"></el-date-picker>
- </el-form-item>
- <el-form-item label="学员情况"
- prop="overview">
- <el-input type="textarea"
- v-model="visitForm.overview"
- style="width:80%!important;"
- :rows="3"
- maxlength="50"
- show-word-limit></el-input>
- </el-form-item>
- <el-form-item label="家长反馈"
- prop='feedback'>
- <el-input type="textarea"
- v-model="visitForm.feedback"
- style="width:80%!important;"
- :rows="3"
- maxlength="50"
- show-word-limit></el-input>
- </el-form-item>
- </el-form>
- <span slot="footer"
- class="dialog-footer">
- <el-button @click="visitVisiable = false">取 消</el-button>
- <el-button type="primary"
- @click="submitAddVisit">确 定</el-button>
- </span>
- </el-dialog>
- <el-dialog title="选择班级"
- destroy-on-close
- width="700px"
- :visible.sync="createUserPayVisible">
- <createUserPay :signList="signList"
- :mixList="mixList"
- :highList="highList"
- :snapList="snapList"
- :musicGroupId="this.teamid"
- :organizationCourseUnitPriceSettings="organizationCourseUnitPriceSettings"
- :createdUserId="createdUserId"
- :baseInfo="baseInfo"
- @submited="getList"
- @close="createUserPayVisible = false" />
- </el-dialog>
- </div>
- </template>
- <script>
- import {
- getTeamStudentList,
- getTeamStudentInfo,
- getSingleClass,
- findSound,
- StudentQuit,
- findSubjectPlan,
- getGoods,
- getSubject,
- getMusicGroup,
- getMusicGroupAllClass,
- StudentFeeIsLock,
- updateStudentFee
- } from "@/api/buildTeam";
- import {
- addStudent,
- getStudentClass,
- getStudentInfoByPhone
- } from "@/api/studentManager";
- import {
- getOrganizationCourseUnitPriceSettings
- } from '@/api/specialSetting'
- import { visitChiose } from '@/utils/searchArray'
- import pagination from "@/components/Pagination/index";
- import { vaildStudentUrl } from "@/utils/validate";
- import QRCode from "qrcodejs2";
- import axios from "axios";
- import { getToken } from "@/utils/auth";
- import { permission } from "@/utils/directivePage";
- import { addVisit } from "@/views/returnVisitManager/api.js"
- import cleanDeep from 'clean-deep'
- import createUserPay from './modals/create-user-pay.vue'
- import paymentCycle from '../../resetTeaming/modals/payment-cycle'
- import Tooltip from '@/components/Tooltip/index'
- export default {
- name: "tstudentList",
- data () {
- return {
- teamid: '',
- payVisible: false,
- quitVisible: false, // 退团信息确认的弹窗
- studentClassVisible: false, // 学员所在班级弹窗
- addStudentVisible: false, //新增学员弹窗
- teamid: '',
- topFrom: {
- // 顶部的禁选框集合
- expect: "2", // 预期招生
- studing: "5", // 在读人数
- allmoney: "100", //实收总额
- students: "5", // 实际招生人数
- signout: "10" // 退团总数
- },
- searchForm: {
- studentStatus: "", // 学生状态
- major: "", // 报名专业
- isPay: "", // 是否缴费
- search: "",
- isActive: "",
- classGroupId: null
- },
- organizationCourseUnitPriceSettings: [],
- quitForm: {
- // 退团信息确认
- isRefundCourseFee: null,
- isRefundInstrumentFee: null,
- isRefundTeachingAssistantsFee: null,
- reason: ""
- },
- classMask: {
- studentName: ""
- },
- baseInfo: {},
- searchLsit: [],
- tableList: [], //
- rules: {
- // 分页规则
- limit: 10, // 限制显示条数
- page: 1, // 当前页
- total: 0, // 总条数
- page_size: [10, 20, 40, 50] // 选择限制显示条数
- },
- studentListInfo: {
- add: "",
- quit: "",
- studying: ""
- },
- signList: [],
- mixList: [],
- highList: [],
- snapList: [],
- soundList: [],
- highonlineList: [],
- muiscnetworkList: [],
- qrcodeStatus: false, // 生成二维码
- qrcodes: true,
- qrcode: null,
- codeUrl: null,
- maskForm: {
- studentName: "",
- sex: "",
- parentName: "",
- course: "",
- phone: "",
- sound: "",
- timer: "",
- signClass: "",
- mixClass: "",
- highClass: "",
- snapClass: [],
- highonline: "",
- muiscnetwork: "",
- startClass: "",
- id: "",
- // courseFee: null, // 声部费用
- temporaryCourseFee: null, // 本次课程费用
- musicGoodsIdList: null, // 乐器商品编号
- kitGroupPurchaseType: "GROUP", // 乐器购买方式
- musicPrice: null, // 乐器购买金额
- instrGoodsIdList: [], // 辅件商品编号
- instrPrice: null // 辅件购买金额
- },
- remark: "", // 退团原因
- classList: [],
- quitRules: {
- isRefundCourseFee: [
- { required: true, message: "请选择是否退还课程费用" }
- ],
- isRefundInstrumentFee: [
- { required: true, message: "选择是否退还乐器费用" }
- ],
- isRefundTeachingAssistantsFee: [
- { required: true, message: "选择是否退还教辅费用" }
- ],
- reason: [{ required: true, message: "请填写退团退费原因" }]
- },
- maskRules: {
- studentName: [{ required: true, message: "请输入学生姓名" }],
- sex: [{ required: true, message: "请选择学生姓名" }],
- parentName: [{ required: true, message: "请输入家长姓名" }],
- course: [{ required: true, message: "请输入班级" }],
- // phone: [{ required: true, message: '请输入手机号' }, { pattern: /^1[3456789]\d{9}$/, message: '请输入正确的手机号', trigger: 'blur' }],
- sound: [{ required: true, message: "请选择声部" }],
- timer: [{ required: true, message: "请选择出生日期" }],
- signClass: [{ required: true, message: "请选择声部班" }],
- // price: [{ required: true, message: '请输入首缴金额' },],
- startClass: [{ required: true, message: "请选择年级" }],
- id: [{ required: true, message: "请输入证件号" }],
- // courseFee: [{ required: true, message: "请输入声部费用" }],
- temporaryCourseFee: [{ required: true, message: "请输课程费用" }],
- musicGoodsIdList: [
- { required: true, message: "请选择乐器", trigger: "change" }
- ],
- musicPrice: [{ required: true, message: "请输入乐器购买金额" }],
- instrGoodsIdList: [{ required: true, message: "请选择辅件" }],
- instrPrice: [{ required: true, message: "请输入辅件金额" }]
- },
- INSTRUMENTLIST: [], // 乐器列表
- ACCESSORIESLIST: [], // 辅件列表
- activeRow: null,
- Fsearch: null,
- Frules: null,
- payForm: {
- studentName: "",
- payMoney: "",
- payMonth: []
- },
- kitStatus: false, // 乐器提供方式
- // 新增回访记录弹窗
- visitVisiable: false,
- visitForm: {
- musicGroupId: '',
- overview: '',
- purpose: '',
- studentId: '',
- type: '',
- visitTime: '',
- visitType: '',
- feedback: '',
- studentName: ''
- },
- cycles: [{}],
- collapse: [0],
- visitChiose,
- visitRules: {
- overview: [{ required: true, message: "请输入学生近况" }],
- feedback: [{ required: true, message: "请输入家长反馈" }],
- visitTime: [{ required: true, message: "请输入回访时间" }],
- visitType: [{ required: true, message: "请选择回访类型" }]
- },
- pickerOptions: null,
- classLists: null,
- createdUserId: 0,
- createUserPayVisible: false,
- };
- },
- components: {
- pagination,
- paymentCycle,
- createUserPay,
- Tooltip
- },
- created () {
- // 判断是否带缓存参数
- if (this.$route.query.search) {
- this.Fsearch = this.$route.query.search;
- }
- if (this.$route.query.rules) {
- this.Frules = this.$route.query.rules;
- }
- },
- /** <el-option label="已开启缴费"
- value="1"></el-option>
- <el-option label="未缴费"
- value="0"></el-option>
- <el-option label="已缴费"
- value="2"></el-option> */
- filters: {
- studentPays (val) {
- let template = {
- 0: "未缴费",
- 1: "已缴费"
- };
- return template[val];
- }
- },
- activated () {
- this.init();
- },
- async mounted () {
- try {
- const res = await getOrganizationCourseUnitPriceSettings({
- rows: 9999
- })
- this.organizationCourseUnitPriceSettings = res.data.rows
- } catch (error) { }
- this.init();
- },
- methods: {
- permission (str) {
- return permission(str);
- },
- init () {
- this.teamid = this.$route.query.id;
- // 获取汇总数据
- getTeamStudentInfo({ musicGroupId: this.teamid }).then(res => {
- if (res.code == 200) {
- this.studentListInfo = res.data;
- }
- });
- this.pickerOptions = this.beginDate();
- this.getList();
- // 获取乐团内所有声部
- findSound({ musicGroupId: this.teamid }).then(res => {
- if (res.code == 200) {
- this.soundList = res.data;
- }
- });
- // getSubject().then(res => {
- // if (res.code == 200) {
- // this.soundList = res.data;
- // }
- // })
- // 获取乐团所有声部课班
- // getSingleClass({ musicGroupId: this.teamid }).then(res => {
- // if (res.code == 200) {
- // this.signList = res.data;
- // }
- // })
- // 获取乐团基本信息
- getMusicGroup({ musicGroupId: this.teamid })
- .then(res => this.baseInfo = res.data)
- // 获取乐团所有合奏课
- getMusicGroupAllClass({ musicGroupId: this.teamid }).then(res => {
- if (res.code == 200) {
- this.classList = res.data;
- this.signList = [];
- this.mixList = [];
- this.highList = [];
- this.snapList = [];
- this.classList.forEach(item => {
- if (item.type == "NORMAL") {
- this.signList.push(item);
- } else if (item.type == "MIX") {
- this.mixList.push(item);
- } else if (item.type == "HIGH") {
- this.highList.push(item);
- } else if (item.type == "SNAP") {
- this.snapList.push(item);
- } else if (item.type == "HIGH_ONLINE") {
- this.highonlineList.push(item);
- } else if (item.type == "MUSIC_NETWORK") {
- this.muiscnetworkList.push(item);
- }
- });
- }
- });
- },
- permission (str) {
- return permission(str);
- },
- onInstrumentChange () {
- // 乐器切换时
- // 乐器切换时
- // let tempkitType = this.maskForm.kitGroupPurchaseType
- // if(tempkitType == 'GROUP') {
- // this.INSTRUMENTLIST.forEach(item => {
- // if(item.value == value) {
- // this.maskForm.musicPrice = item.marketPrice
- // }
- // })
- // }
- },
- onKitGroupChnage (value) {
- // 乐器提供方式
- this.kitStatus = false;
- if (value == "FREE") {
- this.kitStatus = true;
- this.maskForm.musicPrice = 0;
- } else {
- this.maskForm.musicPrice = null;
- }
- },
- onMusicGroupExport () {
- let url = "/api-web/export/musicGroupStudent";
- let data = {
- musicGroupId: this.teamid,
- studentStatus: this.searchForm.studentStatus || null,
- paymentStatus: this.searchForm.isPay || null,
- subjectId: this.searchForm.major || null,
- search: this.searchForm.search || null,
- isActive: this.searchForm.isActive || null,
- classGroupId: this.searchForm.classGroupId || null
- };
- const options = {
- method: "get",
- headers: {
- Authorization: getToken()
- },
- url,
- params: data,
- responseType: "blob"
- };
- this.$confirm("您确定导出学员列表?", "提示", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning"
- })
- .then(() => {
- axios(options).then(res => {
- let blob = new Blob([res.data], {
- // type: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8',
- type: "application/vnd.ms-excel;charset=utf-8"
- // word文档为application/msword,pdf文档为application/pdf,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8
- });
- let objectUrl = URL.createObjectURL(blob);
- let link = document.createElement("a");
- let fname = this.$route.query.name + "学员列表";
- link.href = objectUrl;
- link.setAttribute("download", fname);
- document.body.appendChild(link);
- link.click();
- });
- })
- .catch(() => { });
- },
- search () {
- this.rules.page = 1;
- this.getList();
- },
- onCreateQRCode () {
- // 生成报名二维码
- this.qrcodeStatus = true;
- let id = this.$route.query.id;
- if (this.qrcodes) {
- this.qrcodes = false;
- setTimeout(() => {
- this.qrcode = new QRCode("qrcode", {
- width: 200,
- height: 200,
- colorDark: "#000000",
- colorLight: "#ffffff",
- correctLevel: QRCode.CorrectLevel.H
- });
- this.qrcode.makeCode(
- vaildStudentUrl() + "/#/login?musicGroupId=" + id
- );
- this.codeUrl = vaildStudentUrl() + "/#/login?musicGroupId=" + id;
- }, 500);
- }
- },
- getList () {
- let obj = {
- musicGroupId: this.teamid,
- page: this.rules.page,
- rows: this.rules.limit,
- studentStatus: this.searchForm.studentStatus || null,
- paymentStatus: this.searchForm.isPay || null,
- subjectId: this.searchForm.major || null,
- search: this.searchForm.search || null,
- isActive: this.searchForm.isActive || null,
- classGroupId: this.searchForm.classGroupId || null
- };
- getTeamStudentList(obj).then(res => {
- if (res.code == 200) {
- this.tableList = res.data.rows;
- this.rules.total = res.data.total;
- }
- });
- },
- addCycle () {
- this.cycles.push({})
- this.collapse.push(this.collapse.length)
- },
- removeCycle (index) {
- this.cycles[index] = null
- this.cycles = this.cycles.filter(item => !!item)
- this.collapse.pop()
- },
- collapseChange (val) {
- this.collapse = val
- },
- gotoSignin () {
- this.$router.push({
- path: "/business/studentSignin",
- query: {
- id: this.teamid,
- status: this.$route.query.status,
- name: this.$route.query.name,
- rules: this.Frules,
- search: this.Fsearch
- }
- });
- },
- chioseType () {
- this.$refs["quitForm"].validate(res => {
- if (res) {
- this.$confirm("确定退团?", "提示", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning"
- })
- .then(() => {
- let row = this.activeRow;
- // 发请求 退团
- StudentQuit({
- musicGroupId: this.teamid,
- userId: row.userId,
- reason: this.quitForm.reason,
- isRefundCourseFee: this.quitForm.isRefundCourseFee,
- isRefundInstrumentFee: this.quitForm.isRefundInstrumentFee,
- isRefundTeachingAssistantsFee: this.quitForm
- .isRefundTeachingAssistantsFee
- }).then(res => {
- this.quitForm = {
- // 退团信息确认
- isRefundCourseFee: null,
- isRefundInstrumentFee: null,
- isRefundTeachingAssistantsFee: null,
- reason: ""
- };
- if (res.code == 200) {
- this.$message.success("退团成功");
- this.getList();
- this.quitVisible = false;
- }
- });
- })
- .catch(() => { });
- } else {
- }
- });
- // row.typeVisible = false;
- },
- //
- addStudent () {
- // 发请求添加学员
- this.$refs["maskForm"].validate(res => {
- if (res) {
- // this.maskForm.parentName.timer 少个生日的字段
- // classGroupId: maskForm.signClass
- /** <!-- signClass: '',
- mixClass: '',
- highClass: '',
- snapClass: [], --> */
- let maskForm = this.maskForm;
- // if (
- // !maskForm.signClass &&
- // !maskForm.mixClass &&
- // !maskForm.highClass &&
- // !maskForm.highonline &&
- // !maskForm.muiscnetwork
- // ) {
- // if (
- // !maskForm.snapClass ||
- // !(maskForm.snapClass && maskForm.snapClass.length >= 1)
- // ) {
- // this.$message.error("该学生必须加入一个班级");
- // return;
- // }
- // }
- if (
- maskForm.musicGoodsIdList &&
- (maskForm.musicPrice === "" || maskForm.musicPrice === null)
- ) {
- this.$message.error("请输入乐器金额");
- return;
- }
- if (
- maskForm.instrGoodsIdList &&
- maskForm.instrGoodsIdList.length > 0 &&
- (maskForm.instrPrice === "" || maskForm.instrPrice === null)
- ) {
- this.$message.error("请输入辅件金额");
- return;
- }
- let snapClassIds;
- maskForm.snapClass
- ? (snapClassIds = maskForm.snapClass.join(","))
- : (snapClassIds = null);
- let params = {
- signClassId: maskForm.signClass,
- mixClassId: maskForm.mixClass,
- snapClassIds,
- highClassId: maskForm.highClass,
- courseFee: maskForm.courseFee,
- temporaryCourseFee: maskForm.temporaryCourseFee,
- studentRegistration: {
- name: maskForm.studentName,
- gender: maskForm.sex,
- birthdate: maskForm.timer,
- parentsName: maskForm.parentName,
- parentsPhone: maskForm.phone,
- currentGrade: maskForm.startClass,
- currentClass: maskForm.course,
- subjectId: maskForm.sound,
- musicGroupId: this.teamid
- }
- };
- params.studentPaymentOrderDetails = [];
- if (maskForm.musicGoodsIdList) {
- params.studentPaymentOrderDetails.push({
- goodsIdList: maskForm.musicGoodsIdList,
- kitGroupPurchaseType: maskForm.kitGroupPurchaseType,
- type: "MUSICAL",
- price: maskForm.musicPrice
- });
- }
- if (maskForm.instrGoodsIdList && maskForm.instrGoodsIdList != "") {
- params.studentPaymentOrderDetails.push({
- goodsIdList: maskForm.instrGoodsIdList.join(","),
- type: "ACCESSORIES",
- price: maskForm.instrPrice
- });
- }
- addStudent(params).then(res => {
- if (res.code == 200) {
- this.$message.success("添加学生成功");
- this.getList();
- this.addStudentVisible = false;
- this.createUserPayVisible = true
- this.createdUserId = res.data
- }
- this.$refs.maskForm.resetFields();
- });
- }
- });
- },
- onSoundChange (value) {
- // 学员声部切换时
- // this.findSubjectPlan(value)
- this.ACCESSORIESLIST = [];
- this.maskForm.instrGoodsIdList = [];
- this.maskForm.instrPrice = null;
- this.INSTRUMENTLIST = [];
- this.maskForm.musicPrice = null;
- this.maskForm.musicGoodsIdList = null;
- this.getGoodsList(value, "INSTRUMENT"); // 乐器
- this.getGoodsList(value, "ACCESSORIES"); // 辅件
- },
- // 获取购买方式
- findSubjectPlan (subjectId) {
- findSubjectPlan({
- musicGroupId: this.teamid,
- subjectId: subjectId
- }).then(res => {
- let result = res.data;
- if (res.code == 200) {
- this.maskForm.musicMode = this.getBranchType(
- result.kitGroupPurchaseType
- );
- }
- });
- },
- getGoodsList (subjectId, type) {
- getGoods({
- subjectId: subjectId,
- type: type
- }).then(res => {
- let result = res.data;
- if (res.code == 200) {
- let tempArr = [];
- result.forEach(item => {
- tempArr.push({
- label: item.name,
- value: item.id,
- marketPrice: item.marketPrice
- });
- });
- if (type == "ACCESSORIES") {
- this.ACCESSORIESLIST = tempArr;
- }
- if (type == "INSTRUMENT") {
- this.INSTRUMENTLIST = tempArr;
- }
- }
- });
- },
- getBranchType (status) {
- let common = {
- FREE: "免费",
- GROUP: "团购",
- LEASE: "租赁"
- };
- return common[status];
- },
- lookClass (row) {
- this.classMask.studentName = row.realName;
- getStudentClass({
- musicGroupId: this.teamid,
- teacherId: row.userId
- }).then(res => {
- if (res.code == 200) {
- this.classLists = res.data;
- this.studentClassVisible = true;
- }
- });
- },
- quieTeamMask (row) {
- this.activeRow = row;
- this.quitVisible = true;
- },
- quieTeam (row) {
- this.$prompt("请输入退团原因", "提示", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning",
- inputPattern: /\S/,
- inputErrorMessage: '请输入退团原因',
- })
- .then((val) => {
- // 发请求 退团
- StudentQuit({
- musicGroupId: this.teamid,
- userId: row.userId,
- reason: val.value,
- isRefundCourseFee: false,
- isRefundInstrumentFee: false,
- isRefundTeachingAssistantsFee: false
- }).then(res => {
- this.quitForm = {
- // 退团信息确认
- isRefundCourseFee: null,
- isRefundInstrumentFee: null,
- isRefundTeachingAssistantsFee: null,
- reason: ""
- };
- if (res.code == 200) {
- this.$message.success("退团成功");
- this.getList();
- this.quitVisible = false;
- }
- });
- })
- .catch(() => { });
- },
- checkPhone (val) {
- var regu = /^1[3456789]\d{9}$/;
- var re = new RegExp(regu);
- if (re.test(val)) {
- getStudentInfoByPhone({ mobile: this.maskForm.phone }).then(res => {
- if (res.code == 200) {
- if (res.data) {
- this.maskForm.studentName = res.data.name;
- this.maskForm.sex = res.data.gender;
- this.maskForm.parentName = res.data.parentsName;
- this.maskForm.course = res.data.currentClass;
- this.maskForm.startClass = res.data.currentGrade;
- this.maskForm.phone = val;
- this.maskForm.timer = res.data.birthdate;
- }
- }
- });
- }
- },
- lockStudent (row) {
- this.$confirm("是否锁定/解锁学生缴费周期?", "提示", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning"
- })
- .then(() => {
- let musicGroupId = this.teamid;
- let studentId = row.userId;
- let isLock;
- row.isLock == 0 ? (isLock = 1) : (isLock = 0);
- StudentFeeIsLock({ musicGroupId, studentId, isLock }).then(res => {
- if (res.code == 200) {
- this.$message.success("修改成功");
- this.getList();
- }
- });
- })
- .catch(() => { });
- },
- resetPay (row) {
- this.activeRow = row;
- this.payVisible = true;
- this.payForm.studentName = row.realName;
- this.payForm.payMoney = row.courseFee;
- this.payForm.payMonth = row.paymentPeriodList.split(",");
- if (this.payForm.payMonth[0] == "") {
- this.payForm.payMonth = [];
- }
- },
- submitPay () {
- let studentId = this.activeRow.userId;
- let musicGroupId = this.teamid;
- let month = this.payForm.payMonth.join(",") || null;
- let amount = this.payForm.payMoney;
- let obj = {
- studentId,
- musicGroupId,
- month,
- amount
- };
- updateStudentFee(obj).then(res => {
- if (res.code == 200) {
- this.$message.success("修改成功");
- this.payVisible = false;
- this.getList();
- }
- });
- },
- closePayVisible () {
- this.$refs["payForm"].resetFields();
- this.payVisible = false;
- },
- addVisit (row) {
- console.log(row)
- this.visitForm.studentName = row.realName;
- this.visitForm.musicGroupId = this.teamid
- this.visitForm.studentId = row.userId
- this.visitVisiable = true;
- },
- handleChange (val) {
- this.visitForm.type = val[0]
- this.visitForm.purpose = val[1]
- },
- submitAddVisit () {
- console.log(this.$refs.visitForm)
- this.$refs.visitForm.validate(res => {
- if (res) {
- addVisit(cleanDeep(this.visitForm)).then(res => {
- if (res.code === 200) {
- this.$message.success('新增成功')
- this.visitVisiable = false
- }
- })
- }
- })
- },
- beginDate () {
- let self = this;
- return {
- firstDayOfWeek: 1,
- disabledDate (time) {
- return time.getTime() >= new Date().getTime(); //开始时间不选时,结束时间最大值小于等于当天
- }
- };
- }
- },
- watch: {
- quitVisible (val) {
- if (!val) {
- this.quitForm = {
- // 退团信息确认
- isRefundCourseFee: null,
- isRefundInstrumentFee: null,
- isRefundTeachingAssistantsFee: null,
- reason: ""
- };
- this.$refs["quitForm"].resetFields();
- }
- },
- visitVisiable (val) {
- if (!val) {
- this.$refs["visitForm"].resetFields();
- }
- }
- }
- };
- </script>
- <style lang="scss" scoped>
- // .moreInput {
- // width: 100%;
- // display: flex;
- // /deep/.el-form-item__content {
- // display: flex;
- // flex-direction: row;
- // }
- // }
- .el-select {
- width: 180px !important;
- }
- .headWrap {
- padding: 20px 0;
- }
- /deep/.el-date-editor.el-input {
- width: auto;
- .el-input__inner {
- padding-right: 0;
- }
- }
- .studentInfo {
- /deep/.el-dialog__body {
- padding-top: 0;
- padding-bottom: 0;
- }
- }
- // .instrList {
- // display: flex;
- // /deep/.el-form-item__content {
- // width: 80%;
- // }
- // .el-col {
- // /deep/.el-form-item__content {
- // width: 100%;
- // }
- // }
- // }
- .stu-container {
- .topFrom {
- margin: 20px 30px 0;
- width: 1000px;
- }
- .newStudent {
- width: 121px;
- height: 40px;
- background: rgba(20, 146, 138, 1);
- border-radius: 4px;
- color: #fff;
- text-align: center;
- line-height: 40px;
- font-size: 14px;
- cursor: pointer;
- }
- }
- .left-code,
- .right-code {
- // width: 50%;
- // float: left;
- h2 {
- display: block;
- font-size: 18px;
- text-align: center;
- padding-bottom: 8px;
- line-height: 1;
- height: 30px;
- margin-bottom: 0;
- }
- .qrcode {
- display: flex;
- justify-content: center;
- img {
- width: 200px;
- height: 200px;
- // margin: 0 auto;
- }
- }
- .code-url {
- font-size: 18px;
- text-align: center;
- padding: 15px 15px 0 15px;
- }
- }
- .export {
- background: #14928a;
- }
- .alert {
- margin-bottom: 10px;
- }
- .collapse-title {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 100%;
- .el-icon-circle-close {
- font-size: 16px;
- margin-right: 10px;
- }
- }
- /deep/ .el-collapse-item__wrap {
- padding-top: 20px;
- }
- .cycleForm {
- /deep/ .el-form-item {
- display: flex;
- width: 100%;
- /deep/ .el-form-item__content {
- margin-left: 0 !important;
- flex: 1;
- }
- }
- }
- </style>
|