Commit 95af4260 authored by 罗超's avatar 罗超

2

parent 1a4c8315
...@@ -165,7 +165,8 @@ ...@@ -165,7 +165,8 @@
JoinStartTime: "", //报名截止日期开始 JoinStartTime: "", //报名截止日期开始
JoinEndTime: "", //报名截止日期结束 JoinEndTime: "", //报名截止日期结束
ClassNo: "", //班号 ClassNo: "", //班号
CourseSubject: "" //所属科目 CourseSubject: "", //所属科目
IsQuerySalePlat:1
}, },
courseData: [], //课程列表 courseData: [], //课程列表
coursePageCount: 0, //课程页数 coursePageCount: 0, //课程页数
......
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
class="col-6 q-py-sm" class="col-6 q-py-sm"
label="客人来源" label="客人来源"
/> />
<q-select <!-- <q-select
:disable=" :disable="
modityOrderType == 2 || OrderMsg.JoinType == 3 || HelpEnterDisable modityOrderType == 2 || OrderMsg.JoinType == 3 || HelpEnterDisable
" "
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
</q-item-section> </q-item-section>
</q-item> </q-item>
</template> </template>
</q-select> </q-select> -->
<q-select <q-select
:disable=" :disable="
modityOrderType == 2 || modityOrderType == 2 ||
...@@ -498,7 +498,7 @@ export default { ...@@ -498,7 +498,7 @@ export default {
if (res.Code == 1) { if (res.Code == 1) {
res.Data.map(e => { res.Data.map(e => {
if (e.AssistType == 4) { if (e.AssistType == 4) {
this.OrderMsg.HelpEnterId = e.AssistId; // this.OrderMsg.HelpEnterId = e.AssistId;
this.HelpEnterDisable = true; this.HelpEnterDisable = true;
} }
if (e.AssistType == 2) { if (e.AssistType == 2) {
......
...@@ -156,6 +156,7 @@ export default { ...@@ -156,6 +156,7 @@ export default {
CourseSubject: "", //所属科目 CourseSubject: "", //所属科目
CourseName:"", CourseName:"",
ClassScrollType :2, ClassScrollType :2,
IsQuerySalePlat:1
}, },
CourseSubjectList: [], CourseSubjectList: [],
//课程分类树形列表 //课程分类树形列表
......
...@@ -154,14 +154,14 @@ ...@@ -154,14 +154,14 @@
size="xs" size="xs"
label="补课" label="补课"
@click="showRelenishDig = true" @click="showRelenishDig = true"
class="q-mr-sm" style="margin-left:440px"
/> />
<q-btn <q-btn
color="accent" color="accent"
size="xs" size="xs"
label="重学" label="重学"
@click="showReStudyDig = true" @click="showReStudyDig = true"
class="q-mr-sm" class="q-ml-sm"
/> />
</div> </div>
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
v-model="reStuMsg.StuName" v-model="reStuMsg.StuName"
label="学员姓名" label="学员姓名"
class="col-10" class="col-10"
hint="提示:需输入学员姓名查询学员列表"
/> />
<div class="col-2 q-pt-md"> <div class="col-2 q-pt-md">
<q-btn <q-btn
...@@ -43,7 +44,15 @@ ...@@ -43,7 +44,15 @@
:options="stuOptions" :options="stuOptions"
label="学员列表" label="学员列表"
class="col-10" class="col-10"
/> >
<template v-slot:no-option>
<q-item>
<q-item-section class="text-grey">
未找到相关数据
</q-item-section>
</q-item>
</template>
</q-select>
<div class="col-2 q-pt-md"> <div class="col-2 q-pt-md">
<q-btn <q-btn
size="sm" size="sm"
...@@ -153,7 +162,7 @@ export default { ...@@ -153,7 +162,7 @@ export default {
}); });
this.$emit("success", { this.$emit("success", {
GuestName: this.stuInfo.StuName, GuestName: this.stuInfo.StuName,
AppointType:3, AppointType: 3,
AppointmentId: res.Data AppointmentId: res.Data
}); });
this.stuInfo = ""; this.stuInfo = "";
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
<q-select <q-select
filled filled
v-model="stuInfo" v-model="stuInfo"
stack-label
use-input use-input
stack-label
option-value="StuId" option-value="StuId"
option-label="StuName" option-label="StuName"
:options="stuOptions" :options="stuOptions"
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
reStuMsg: { reStuMsg: {
ChapterNo: 0 ChapterNo: 0
}, },
stuInfo: "", stuInfo: "请选择",
stuOptions: [], stuOptions: [],
AllStuOptions: [] AllStuOptions: []
}; };
......
...@@ -273,8 +273,7 @@ ...@@ -273,8 +273,7 @@
</div> </div>
<div class="flex no-wrap" v-if="__item.ClassType == 3"> <div class="flex no-wrap" v-if="__item.ClassType == 3">
<span class="detailLabel"> <span class="detailLabel">
状态:<span></span 状态:<span
><span
v-if="__item.AppointState == 1" v-if="__item.AppointState == 1"
style="color:#ef5350" style="color:#ef5350"
>待确认</span >待确认</span
...@@ -380,8 +379,7 @@ ...@@ -380,8 +379,7 @@
</div> </div>
<div class="flex no-wrap" v-if="__item.ClassType == 3"> <div class="flex no-wrap" v-if="__item.ClassType == 3">
<span class="detailLabel"> <span class="detailLabel">
状态:<span></span 状态:<span
><span
v-if="__item.AppointState == 1" v-if="__item.AppointState == 1"
style="color:#ef5350" style="color:#ef5350"
>待确认</span >待确认</span
...@@ -713,7 +711,6 @@ export default { ...@@ -713,7 +711,6 @@ export default {
}, },
onClickIntervalHeader2(data) {}, onClickIntervalHeader2(data) {},
showDetail(data, date, tid) { showDetail(data, date, tid) {
console.log(700, data);
this.showForm = true; this.showForm = true;
this.editType = 2; this.editType = 2;
this.dateObj.date = date; this.dateObj.date = date;
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
</template> </template>
<template v-slot:body-cell-optioned="props"> <template v-slot:body-cell-optioned="props">
<q-td> <q-td>
<q-btn flat size="xs" icon="iconfont icon-view" v-if="props.row.ClassType == 1" color="accent" <q-btn flat size="xs" icon="iconfont icon-view" v-if="props.row.ClassType == 1||props.row.ClassType == 3" color="accent"
style="font-weight: 400" label="课程回顾" @click="goCourseRecord(props.row)" /> style="font-weight: 400" label="课程回顾" @click="goCourseRecord(props.row)" />
<q-btn flat size="xs" icon="iconfont icon-view" v-if="props.row.ClassType == 1" color="accent" <q-btn flat size="xs" icon="iconfont icon-view" v-if="props.row.ClassType == 1||props.row.ClassType == 3" color="accent"
style="font-weight: 400" label="课程反馈" @click="goFeedBack(props.row)" /> style="font-weight: 400" label="课程反馈" @click="goFeedBack(props.row)" />
</q-td> </q-td>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment