Commit f4a717da authored by 黄奎's avatar 黄奎

页面修改

parent 78774455
This diff is collapsed.
......@@ -115,7 +115,7 @@
<div class="row" style="align-items: center ;margin:0;padding:0;">
<span class="d2-n">带课老师</span>
<template v-if="item.Teacher_Id==0">
<span style="color:red">未指定</span>
<span style="color:red">未指定</span>
</template>
<template v-else>
<q-avatar rounded size="sm" v-if="item.TeacherHead&&item.TeacherHead!=''">
......@@ -271,8 +271,6 @@
<div v-if="item.IsCanApply==0">
<img src="../../assets/images/administration/bmym.png" alt=""
style="width: 64px;height: 62px;margin:20px 15px 0 0" v-if="item.SurplusNum==0">
<!-- <img src="../../assets/images/administration/guoqi.png" alt="" style="width: 64px;height: 62px"
v-if="getEXPDate(item.EndOrderTime)==true"> -->
</div>
<div>
<q-btn style="margin-top:10px;" size="sm" color="primary" label="订单中心" @click="goclassorder(item)" />
......@@ -301,8 +299,8 @@
</ul>
<div v-else style="width: 100%;color: #999999;text-align: center;font-size: 15px">暂无数据</div>
</div>
<editorder-form v-if="isShowEditOrderForm" :save-obj="orderObj" :orderType="1" :modityOrderType="1" :isChaBan="isChaBan"
@close="closeOrderSaveForm" @success="refreshOrder">
<editorder-form v-if="isShowEditOrderForm" :save-obj="orderObj" :orderType="1" :modityOrderType="1"
:isChaBan="isChaBan" @close="closeOrderSaveForm" @success="refreshOrder">
</editorder-form>
</div>
</div>
......@@ -347,7 +345,7 @@
Q_CanApply: "0", //是否可以报名 1是
JoinStartTime: '', //报名截止日期开始
JoinEndTime: "", //报名截止日期结束
ClassNo:'',//班号
ClassNo: '', //班号
},
//关联校区列表
schoolList: [],
......@@ -360,6 +358,7 @@
orderObj: {
ClassId: 0,
Unit_Price: 0,
CourseId: 0,
},
isChaBan: 0, //是否插班(0-正常报入,1-插班报入)
}
......@@ -369,7 +368,7 @@
this.CourseList();
this.GetTeacherList();
if (this.$route.query && this.$route.query.ClassName) {
this.msg.ClassName = decodeURI(this.$route.query.ClassName) ;
this.msg.ClassName = decodeURI(this.$route.query.ClassName);
}
if (this.$route.query && this.$route.query.ClassNo) {
this.msg.ClassNo = this.$route.query.ClassNo;
......@@ -525,7 +524,7 @@
},
//立即报名和插班报名
placeAnorder(item, type) {
if(item.Teacher_Id==0){
if (item.Teacher_Id == 0) {
this.$q.notify({
type: 'negative',
position: "top",
......@@ -536,11 +535,12 @@
this.isChaBan = type;
this.orderObj.ClassId = item.ClassId;
this.orderObj.Unit_Price = item.SellPrice;
this.orderObj.CourseId = item.CouseId;
this.isShowEditOrderForm = true;
},
//跳转到课程大纲
goChapter(CouseId){
this.OpenNewUrl('/course/chapter' , {
goChapter(CouseId) {
this.OpenNewUrl('/course/chapter', {
CourseId: CouseId
});
}
......@@ -684,15 +684,18 @@
border: none !important;
background: transparent !important;
}
.japanFeature{
font-size:14px;
color:#111111;
.japanFeature {
font-size: 14px;
color: #111111;
cursor: pointer;
margin-left:-1px;
margin-left: -1px;
}
.CourseFearure{
margin:10px;
width:500px;
color:#000;
.CourseFearure {
margin: 10px;
width: 500px;
color: #000;
}
</style>
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