Commit 7adb1fe9 authored by 黄奎's avatar 黄奎

页面修改

parent 845a6711
...@@ -1054,7 +1054,6 @@ ...@@ -1054,7 +1054,6 @@
this.apipost("/api/Tenant/GetMiniprogramPageListExt", {}, res => { this.apipost("/api/Tenant/GetMiniprogramPageListExt", {}, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.userCenterMsg.MenuList = res.data.data; this.userCenterMsg.MenuList = res.data.data;
console.log(res,'userCenter');
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
......
...@@ -65,7 +65,6 @@ ...@@ -65,7 +65,6 @@
getList() { getList() {
this.apipost("/api/Education/GetArticlePageList", this.msg, res => { this.apipost("/api/Education/GetArticlePageList", this.msg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
console.log(res,'res');
this.total = res.data.data.count; this.total = res.data.data.count;
var tempArray = res.data.data.pageData; var tempArray = res.data.data.pageData;
if (tempArray && tempArray.length > 0) { if (tempArray && tempArray.length > 0) {
......
...@@ -1678,7 +1678,6 @@ ...@@ -1678,7 +1678,6 @@
}) })
}, },
changeCarColorList(val) { changeCarColorList(val) {
console.log(val)
}, },
changeEnumList(val) { changeEnumList(val) {
this.EnumType = val this.EnumType = val
......
...@@ -208,11 +208,12 @@ ...@@ -208,11 +208,12 @@
<template v-if="addMsg.TeacherList.length>0"> <template v-if="addMsg.TeacherList.length>0">
<div> <div>
<div class="Teacher_List" v-for="(item,index) in addMsg.TeacherList" :key="index"> <div class="Teacher_List" v-for="(item,index) in addMsg.TeacherList" :key="index">
<div class="Teacher_tou"> <div class="Teacher_tou">
<img style="width:100%;height:100%;" :src="item.TeacherLogo" alt=""/> <img style="width:100%;height:100%;" :src="item.TeacherLogo" alt="" />
</div> </div>
{{item.Name}} {{item.Name}}
<el-button @click="yichuTeacher(index)" class="edu_edlBtn" type="danger" icon="el-icon-close" circle></el-button> <el-button @click="yichuTeacher(index)" class="edu_edlBtn" type="danger" icon="el-icon-close"
circle></el-button>
</div> </div>
</div> </div>
<!-- <el-tag v-for="(item,index) in addMsg.TeacherList" closable size="small" <!-- <el-tag v-for="(item,index) in addMsg.TeacherList" closable size="small"
...@@ -220,7 +221,8 @@ ...@@ -220,7 +221,8 @@
{{item.Name}} {{item.Name}}
</el-tag> --> </el-tag> -->
</template> </template>
<el-button @click="choosejsDig=true" style="position:relative;top:-4px;" size="mini">选择教师</el-button> <el-button @click="choosejsDig=true" style="position:relative;top:-4px;" size="mini">选择教师
</el-button>
</el-form-item> </el-form-item>
<el-form-item label="标签" size="small"> <el-form-item label="标签" size="small">
<el-tag :key="tag" size="small" v-for="tag in dynamicTags" closable :disable-transitions="false" <el-tag :key="tag" size="small" v-for="tag in dynamicTags" closable :disable-transitions="false"
...@@ -261,9 +263,9 @@ ...@@ -261,9 +263,9 @@
<div style="width:100px;">{{subItem.Sort}}</div> <div style="width:100px;">{{subItem.Sort}}</div>
<div style="width:120px;">{{subItem.SortName}}</div> <div style="width:120px;">{{subItem.SortName}}</div>
<div class="edu_fileName" style="width:300px;"> <div class="edu_fileName" style="width:300px;">
<el-tooltip class="item" effect="dark" :content="subItem.Name" placement="top"> <el-tooltip class="item" effect="dark" :content="subItem.Name" placement="top">
<div style="padding:5px;">{{subItem.Name}}</div> <div style="padding:5px;">{{subItem.Name}}</div>
</el-tooltip> </el-tooltip>
</div> </div>
<div> <div>
<span v-if="subItem.Type==1">视频</span> <span v-if="subItem.Type==1">视频</span>
...@@ -285,12 +287,16 @@ ...@@ -285,12 +287,16 @@
<div class="eduFileDiv"> <div class="eduFileDiv">
<el-tooltip class="item" effect="dark" content="预览文件" placement="top"> <el-tooltip class="item" effect="dark" content="预览文件" placement="top">
<img v-if="getFileType(subItem.FilePath)==1" @click="goUrlVideo(subItem.FilePath)" <img v-if="getFileType(subItem.FilePath)==1" @click="goUrlVideo(subItem.FilePath)"
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/z_video.png" alt=""> src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/z_video.png"
<img v-if="getFileType(subItem.FilePath)==2" @click="showUpLoadFileT(subItem.FilePath)" alt="">
<img v-if="getFileType(subItem.FilePath)==2"
@click="showUpLoadFileT(subItem.FilePath)"
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/WORD.png" alt=""> src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/WORD.png" alt="">
<img v-if="getFileType(subItem.FilePath)==3" @click="showUpLoadFileT(subItem.FilePath)" <img v-if="getFileType(subItem.FilePath)==3"
@click="showUpLoadFileT(subItem.FilePath)"
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pdf.png" alt=""> src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pdf.png" alt="">
<img v-if="getFileType(subItem.FilePath)==4" @click="showUpLoadFileT(subItem.FilePath)" <img v-if="getFileType(subItem.FilePath)==4"
@click="showUpLoadFileT(subItem.FilePath)"
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/PPT.png" alt=""> src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/PPT.png" alt="">
</el-tooltip> </el-tooltip>
</div> </div>
...@@ -674,9 +680,9 @@ ...@@ -674,9 +680,9 @@
<div> <div>
<el-checkbox-group v-model="ckedTeacher"> <el-checkbox-group v-model="ckedTeacher">
<el-checkbox v-for="(item,index) in teacherList" :label="item.ID" :key="index"> <el-checkbox v-for="(item,index) in teacherList" :label="item.ID" :key="index">
<div class="teacherHead"> <div class="teacherHead">
<img :src="item.TeacherLogo" alt=""/> <img :src="item.TeacherLogo" alt="" />
</div>{{item.Name}} </div>{{item.Name}}
</el-checkbox> </el-checkbox>
</el-checkbox-group> </el-checkbox-group>
</div> </div>
...@@ -837,7 +843,7 @@ ...@@ -837,7 +843,7 @@
TeacherList: [], //教师 TeacherList: [], //教师
CourseList: [], //课程 CourseList: [], //课程
SalesNum: 0, //已售数量 SalesNum: 0, //已售数量
CourseLableList:[] //标签 CourseLableList: [] //标签
}, },
predefineColors: [ predefineColors: [
'#000000', '#000000',
...@@ -986,7 +992,7 @@ ...@@ -986,7 +992,7 @@
dynamicTags: [], dynamicTags: [],
inputVisible: false, inputVisible: false,
inputValue: '', inputValue: '',
commonTitle:'新增课程', commonTitle: '新增课程',
}; };
}, },
created() { created() {
...@@ -1501,7 +1507,7 @@ ...@@ -1501,7 +1507,7 @@
if (this.addMsg.PresentFXGrade == 0) { if (this.addMsg.PresentFXGrade == 0) {
this.addMsg.PresentFXGrade = '' this.addMsg.PresentFXGrade = ''
} }
if( this.addMsg.CourseLableList&&this.addMsg.CourseLableList.length>0){ if (this.addMsg.CourseLableList && this.addMsg.CourseLableList.length > 0) {
this.dynamicTags = this.addMsg.CourseLableList this.dynamicTags = this.addMsg.CourseLableList
} }
if (this.addMsg.TeacherList.length > 0) { if (this.addMsg.TeacherList.length > 0) {
...@@ -1717,14 +1723,13 @@ ...@@ -1717,14 +1723,13 @@
}, },
getckedTeachArr() { getckedTeachArr() {
this.addMsg.TeacherList = []; this.addMsg.TeacherList = [];
console.log(this.ckedTeacher,'this.ckedTeacher');
this.ckedTeacher.forEach(x => { this.ckedTeacher.forEach(x => {
this.teacherList.forEach(y => { this.teacherList.forEach(y => {
if (x == y.ID) { if (x == y.ID) {
this.addMsg.TeacherList.push({ this.addMsg.TeacherList.push({
TeacherId: y.ID, TeacherId: y.ID,
Name: y.Name, Name: y.Name,
TeacherLogo:y.TeacherLogo TeacherLogo: y.TeacherLogo
}) })
} }
}) })
...@@ -1824,7 +1829,7 @@ ...@@ -1824,7 +1829,7 @@
}, },
//修改课件 //修改课件
updateCourse(subItem, index) { updateCourse(subItem, index) {
this.commonTitle='修改课程'; this.commonTitle = '修改课程';
this.isReplace = index; this.isReplace = index;
this.courseDialog = true; this.courseDialog = true;
this.courseMsg.Id = subItem.Id; this.courseMsg.Id = subItem.Id;
...@@ -1872,9 +1877,6 @@ ...@@ -1872,9 +1877,6 @@
if (Url.substring(Url.lastIndexOf('.') + 1, Url.length).toUpperCase() == 'PDF') { if (Url.substring(Url.lastIndexOf('.') + 1, Url.length).toUpperCase() == 'PDF') {
this.previewPDF(Url) this.previewPDF(Url)
} else { } else {
// let dom = document.querySelector("#groupTourOrder_DownLoad");
// dom.href = Url;
// dom.click();
window.open("https://view.officeapps.live.com/op/view.aspx?src=" + Url) window.open("https://view.officeapps.live.com/op/view.aspx?src=" + Url)
} }
}, },
...@@ -2183,7 +2185,7 @@ ...@@ -2183,7 +2185,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
border: 1px solid #EBEEF5; border: 1px solid #EBEEF5;
border-bottom:0; border-bottom: 0;
} }
.courseHeader { .courseHeader {
...@@ -2280,62 +2282,72 @@ ...@@ -2280,62 +2282,72 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
.directorGoodsEdit .input-new-tag { .directorGoodsEdit .input-new-tag {
width: 90px; width: 90px;
margin-left: 10px; margin-left: 10px;
vertical-align: bottom; vertical-align: bottom;
} }
.directorGoodsEdit .el-tag + .el-tag {
.directorGoodsEdit .el-tag+.el-tag {
margin-left: 10px; margin-left: 10px;
} }
.teacherHead{
width:30px; .teacherHead {
height:30px; width: 30px;
height: 30px;
display: inline-block; display: inline-block;
border-radius: 50%; border-radius: 50%;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
top:10px; top: 10px;
margin-right:3px; margin-right: 3px;
} }
.directorGoodsEdit .teacherHead img{
width:100%; .directorGoodsEdit .teacherHead img {
height:100%; width: 100%;
height: 100%;
} }
.directorGoodsEdit .el-checkbox{
margin-bottom:10px; .directorGoodsEdit .el-checkbox {
margin-bottom: 10px;
} }
.Teacher_List{
padding:2px 5px; .Teacher_List {
padding: 2px 5px;
position: relative; position: relative;
margin-right:5px; margin-right: 5px;
border:1px solid #d1d1d1; border: 1px solid #d1d1d1;
border-radius:4px; border-radius: 4px;
display: flex; display: flex;
align-items: center; align-items: center;
line-height: normal; line-height: normal;
font-size: 12px; font-size: 12px;
float: left; float: left;
} }
.Teacher_tou{
width:25px; .Teacher_tou {
height:25px; width: 25px;
height: 25px;
overflow: hidden; overflow: hidden;
margin-right:3px; margin-right: 3px;
border-radius: 50%; border-radius: 50%;
display: inline-block; display: inline-block;
} }
.edu_edlBtn{
.edu_edlBtn {
position: absolute; position: absolute;
right:-8px; right: -8px;
top:-14px; top: -14px;
padding:1px 1px !important; padding: 1px 1px !important;
} }
.edu_fileName{
text-align: left!important; .edu_fileName {
line-height: normal!important; text-align: left !important;
line-height: normal !important;
} }
.edu_fileName>div{
.edu_fileName>div {
text-overflow: -o-ellipsis-lastline; text-overflow: -o-ellipsis-lastline;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
...@@ -2344,4 +2356,5 @@ ...@@ -2344,4 +2356,5 @@
line-clamp: 2; line-clamp: 2;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
} }
</style> </style>
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<el-step title="已下单" icon="el-icon-edit" :description="dataInfo.CreateDate"> <el-step title="已下单" icon="el-icon-edit" :description="dataInfo.CreateDate">
<i :class="activeStep>0?'step01Active':'step01'" slot="icon"></i> <i :class="activeStep>0?'step01Active':'step01'" slot="icon"></i>
</el-step> </el-step>
<template> <template>
<el-step v-if="dataInfo.PaymentTime=='' && !exitState" title="未付款" icon="el-icon-edit" <el-step v-if="dataInfo.PaymentTime=='' && !exitState" title="未付款" icon="el-icon-edit"
description="2020-05-13 16:36:11"> description="2020-05-13 16:36:11">
<i :class="activeStep>1?'step02Active':'step02'" slot="icon"></i> <i :class="activeStep>1?'step02Active':'step02'" slot="icon"></i>
...@@ -54,7 +54,8 @@ ...@@ -54,7 +54,8 @@
class="el-tag el-tag--success el-tag--small el-tag--light is-hit">{{dataInfo.OrderInfo.PaymentWayName}}</span> class="el-tag el-tag--success el-tag--small el-tag--light is-hit">{{dataInfo.OrderInfo.PaymentWayName}}</span>
</div> </div>
<div flex="dir:left cross:center" class="item-box" v-if="dataInfo.CouponMoney && dataInfo.CouponMoney !='' && dataInfo.CouponMoney>0"> <div flex="dir:left cross:center" class="item-box"
v-if="dataInfo.CouponMoney && dataInfo.CouponMoney !='' && dataInfo.CouponMoney>0">
<span class="label">优惠金额:</span> <span class="label">优惠金额:</span>
<div>{{dataInfo.CouponMoney}}</div> <div>{{dataInfo.CouponMoney}}</div>
</div> </div>
...@@ -64,20 +65,23 @@ ...@@ -64,20 +65,23 @@
{{dataInfo.EducationMoney}} {{dataInfo.EducationMoney}}
</div> </div>
</div> </div>
<div flex="dir:left cross:center" class="item-box" v-if="dataInfo.IntegralMoney && dataInfo.IntegralMoney !='' && dataInfo.IntegralMoney>0"> <div flex="dir:left cross:center" class="item-box"
v-if="dataInfo.IntegralMoney && dataInfo.IntegralMoney !='' && dataInfo.IntegralMoney>0">
<span class="label">积分抵用金额:</span> <span class="label">积分抵用金额:</span>
<div>{{dataInfo.IntegralMoney}}</div> <div>{{dataInfo.IntegralMoney}}</div>
</div> </div>
<div flex="dir:left cross:center" class="item-box" v-if="dataInfo.IntegralNumber && dataInfo.IntegralNumber !='' && dataInfo.IntegralNumber>0"> <div flex="dir:left cross:center" class="item-box"
v-if="dataInfo.IntegralNumber && dataInfo.IntegralNumber !='' && dataInfo.IntegralNumber>0">
<span class="label">积分数:</span> <span class="label">积分数:</span>
<div>{{dataInfo.IntegralNumber}}</div> <div>{{dataInfo.IntegralNumber}}</div>
</div> </div>
<div flex="dir:left cross:center" class="item-box" v-if="dataInfo.MemberDiscountCouponList && dataInfo.MemberDiscountCouponList.length >0"> <div flex="dir:left cross:center" class="item-box"
v-if="dataInfo.MemberDiscountCouponList && dataInfo.MemberDiscountCouponList.length >0">
<span class="label">优惠券信息:</span> <span class="label">优惠券信息:</span>
<div> <div>
<span v-for="(MItem,Mindex) in dataInfo.MemberDiscountCouponList" :key="Mindex"> <span v-for="(MItem,Mindex) in dataInfo.MemberDiscountCouponList" :key="Mindex">
{{MItem.Name}}券,{{MItem.CouponType==1?'满'+MItem.MinConsumePrice+'元减'+MItem.DiscountsPrice+'元':'满'+MItem.MinConsumePrice+'元打'+MItem.DiscountsPrice+'折'}} {{MItem.Name}}券,{{MItem.CouponType==1?'满'+MItem.MinConsumePrice+'元减'+MItem.DiscountsPrice+'元':'满'+MItem.MinConsumePrice+'元打'+MItem.DiscountsPrice+'折'}}
</span> </span>
</div> </div>
</div> </div>
<div flex="dir:left cross:center" class="item-box"> <div flex="dir:left cross:center" class="item-box">
...@@ -85,13 +89,13 @@ ...@@ -85,13 +89,13 @@
<div>{{dataInfo.OrderInfo.UserName}}</div> <div>{{dataInfo.OrderInfo.UserName}}</div>
</div> </div>
<div v-if="OrderInfo.OrderExpressList && OrderInfo.OrderExpressList.length==1" flex="dir:top" <div v-if="OrderInfo.OrderExpressList && OrderInfo.OrderExpressList.length==1" flex="dir:top"
class="item-box"> class="item-box">
<div flex="dir:left cross:center"> <div flex="dir:left cross:center">
<span class="label">物流信息:</span> <span class="label">物流信息:</span>
<template v-if="OrderInfo.OrderExpressList && OrderInfo.OrderExpressList.length==1"> <template v-if="OrderInfo.OrderExpressList && OrderInfo.OrderExpressList.length==1">
<el-tag type="info" size="small">{{OrderInfo.OrderExpressList[0].ExpressName}}</el-tag> <el-tag type="info" size="small">{{OrderInfo.OrderExpressList[0].ExpressName}}</el-tag>
<a :href="'https://www.baidu.com/s?wd='+OrderInfo.OrderExpressList[0].ExpressName+OrderInfo.OrderExpressList[0].ExpressNumber" <a :href="'https://www.baidu.com/s?wd='+OrderInfo.OrderExpressList[0].ExpressName+OrderInfo.OrderExpressList[0].ExpressNumber"
target="_blank" title="点击搜索运单号"> target="_blank" title="点击搜索运单号">
{{OrderInfo.OrderExpressList[0].ExpressNumber}} {{OrderInfo.OrderExpressList[0].ExpressNumber}}
</a> </a>
</template> </template>
...@@ -102,12 +106,12 @@ ...@@ -102,12 +106,12 @@
</div> </div>
</div> </div>
<div v-if="OrderInfo.OrderExpressList.length>1" v-for="(item,index) in OrderInfo.OrderExpressList" <div v-if="OrderInfo.OrderExpressList.length>1" v-for="(item,index) in OrderInfo.OrderExpressList"
:key="index" flex="dir:top" class="item-box"> :key="index" flex="dir:top" class="item-box">
<el-row> <el-row>
<el-col :span="4"> <el-col :span="4">
<div> <div>
<div class="label" <div class="label"
style="background: rgb(255, 250, 239); color: rgb(230, 162, 60); padding: 3px 0px;"> style="background: rgb(255, 250, 239); color: rgb(230, 162, 60); padding: 3px 0px;">
收货信息:{{index+1}} 收货信息:{{index+1}}
</div> </div>
</div> </div>
...@@ -117,8 +121,8 @@ ...@@ -117,8 +121,8 @@
<div flex="cross:center"> <div flex="cross:center">
<el-tag type="info" size="small">{{item.ExpressName}}</el-tag> <el-tag type="info" size="small">{{item.ExpressName}}</el-tag>
<a style="margin-left:5px" <a style="margin-left:5px"
:href="'https://www.baidu.com/s?wd='+item.ExpressName+item.ExpressNumber" target="_blank" :href="'https://www.baidu.com/s?wd='+item.ExpressName+item.ExpressNumber" target="_blank"
title="点击搜索运单号"> title="点击搜索运单号">
{{item.ExpressNumber}} {{item.ExpressNumber}}
</a> </a>
<button type="button" class="el-button el-button--text is-circle" style="padding: 2px 12px;"> <button type="button" class="el-button el-button--text is-circle" style="padding: 2px 12px;">
...@@ -130,7 +134,7 @@ ...@@ -130,7 +134,7 @@
<span></span> <span></span>
</div> </div>
<div v-for="(good,index2) in item.GoodsList" :key="index2" flex="dir:left" <div v-for="(good,index2) in item.GoodsList" :key="index2" flex="dir:left"
style="margin-top: 10px;"> style="margin-top: 10px;">
<span class="label">配送商品:</span> <span class="label">配送商品:</span>
<img :src="getIconLink(good.CoverImagePath)" class="goods-pic"> <img :src="getIconLink(good.CoverImagePath)" class="goods-pic">
</div> </div>
...@@ -150,10 +154,11 @@ ...@@ -150,10 +154,11 @@
<div> <div>
{{dataInfo.Remark}} {{dataInfo.Remark}}
<i v-if="activeStep==2 || activeStep==3" @click="OrderExit" class="el-icon-edit" <i v-if="activeStep==2 || activeStep==3" @click="OrderExit" class="el-icon-edit"
style="color: rgb(64, 158, 255); cursor: pointer; margin-left: 10px;"></i> style="color: rgb(64, 158, 255); cursor: pointer; margin-left: 10px;"></i>
</div> </div>
</div> </div>
<div v-if="dataInfo.BuyerMessage && dataInfo.BuyerMessage!=''" flex="dir:left cross:center" class="item-box" style="flex-shrink: 0;"> <div v-if="dataInfo.BuyerMessage && dataInfo.BuyerMessage!=''" flex="dir:left cross:center" class="item-box"
style="flex-shrink: 0;">
<span class="label">买家留言:</span> <span class="label">买家留言:</span>
<div> <div>
{{dataInfo.BuyerMessage}} {{dataInfo.BuyerMessage}}
...@@ -163,7 +168,8 @@ ...@@ -163,7 +168,8 @@
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<div flex="dir:top" class="card-box"> <div flex="dir:top" class="card-box">
<div v-if="dataInfo.DistributionInfo !=undefined &&dataInfo.DistributionInfo.length>0 && dataInfo.VipCommissionInfo!=undefined && dataInfo.VipCommissionInfo.length==0"> <div
v-if="dataInfo.DistributionInfo !=undefined &&dataInfo.DistributionInfo.length>0 && dataInfo.VipCommissionInfo!=undefined && dataInfo.VipCommissionInfo.length==0">
<h3>分销信息</h3> <h3>分销信息</h3>
<div v-for="(item,index) in dataInfo.DistributionInfo" :key="index"> <div v-for="(item,index) in dataInfo.DistributionInfo" :key="index">
<div class="share-title"> <div class="share-title">
...@@ -184,8 +190,8 @@ ...@@ -184,8 +190,8 @@
</div> </div>
</div> </div>
<div v-if="dataInfo.VipCommissionInfo!=undefined && dataInfo.VipCommissionInfo.length>0"> <div v-if="dataInfo.VipCommissionInfo!=undefined && dataInfo.VipCommissionInfo.length>0">
<h3 >Vip返利</h3> <h3>Vip返利</h3>
<div v-for="(item,index2) in dataInfo.VipCommissionInfo" :key="index2"> <div v-for="(item,index2) in dataInfo.VipCommissionInfo" :key="index2">
<div class="share-title"> <div class="share-title">
<span>{{item.GradeDescription}}</span> <span>{{item.GradeDescription}}</span>
</div> </div>
...@@ -202,8 +208,8 @@ ...@@ -202,8 +208,8 @@
</div> </div>
<div v-if="dataInfo.OrderIntroductionInfo!=undefined && dataInfo.OrderIntroductionInfo.length>0"> <div v-if="dataInfo.OrderIntroductionInfo!=undefined && dataInfo.OrderIntroductionInfo.length>0">
<h3 >推荐供应商返佣</h3> <h3>推荐供应商返佣</h3>
<div v-for="(item,index2) in dataInfo.OrderIntroductionInfo" :key="index2"> <div v-for="(item,index2) in dataInfo.OrderIntroductionInfo" :key="index2">
<div flex="dir:left cross:center" class="item-box"> <div flex="dir:left cross:center" class="item-box">
<span class="label">姓名:</span> <span class="label">姓名:</span>
<div>{{item.UserName}}</div> <div>{{item.UserName}}</div>
...@@ -217,8 +223,8 @@ ...@@ -217,8 +223,8 @@
</div> </div>
<div v-if="dataInfo.SmallShopsCommissionInfo!=undefined && dataInfo.SmallShopsCommissionInfo.length>0"> <div v-if="dataInfo.SmallShopsCommissionInfo!=undefined && dataInfo.SmallShopsCommissionInfo.length>0">
<h3 >微店佣金</h3> <h3>微店佣金</h3>
<div v-for="(item,index2) in dataInfo.SmallShopsCommissionInfo" :key="index2"> <div v-for="(item,index2) in dataInfo.SmallShopsCommissionInfo" :key="index2">
<div class="share-title"> <div class="share-title">
<span>{{item.SmallShopsName}}</span> <span>{{item.SmallShopsName}}</span>
</div> </div>
...@@ -245,7 +251,7 @@ ...@@ -245,7 +251,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<div flex="dir:left cross:center"> <div flex="dir:left cross:center">
<img :src="getIconLink(scope.row.CoverImagePath)" alt="" <img :src="getIconLink(scope.row.CoverImagePath)" alt=""
style="height: 60px; width: 60px; margin-right: 5px;"> style="height: 60px; width: 60px; margin-right: 5px;">
<div class="app-ellipsis"> <div class="app-ellipsis">
<div class="vue-line-clamp" style="word-break: break-all; -webkit-line-clamp: 1;"> <div class="vue-line-clamp" style="word-break: break-all; -webkit-line-clamp: 1;">
{{scope.row.GoodsName}} {{scope.row.GoodsName}}
...@@ -256,14 +262,15 @@ ...@@ -256,14 +262,15 @@
</el-table-column> </el-table-column>
<el-table-column prop="name" label="信息" width="300" align="center"> <el-table-column prop="name" label="信息" width="300" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="scope.row.SpecificationList.length>0"> <div v-if="scope.row.SpecificationList.length>0">
老师:<el-tag size="small" style="margin-right:5px;" v-for="(SubItem,SubIndex) in scope.row.SpecificationList" :key="SubIndex">{{SubItem}}</el-tag> 老师:<el-tag size="small" style="margin-right:5px;"
</div> v-for="(SubItem,SubIndex) in scope.row.SpecificationList" :key="SubIndex">{{SubItem}}</el-tag>
<div style="margin-top:5px;" v-if="scope.row.MemberEducationCouponList.length>0"> </div>
课程卡信息:<span v-for="(childItem,childIndex) in scope.row.MemberEducationCouponList" :key="childIndex"> <div style="margin-top:5px;" v-if="scope.row.MemberEducationCouponList.length>0">
{{childItem.Name}} 课程卡信息:<span v-for="(childItem,childIndex) in scope.row.MemberEducationCouponList" :key="childIndex">
</span> {{childItem.Name}}
</div> </span>
</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="Unit_Price" label="单价" width="120" align="center"> <el-table-column prop="Unit_Price" label="单价" width="120" align="center">
...@@ -318,12 +325,12 @@ ...@@ -318,12 +325,12 @@
</el-form-item> </el-form-item>
<el-form-item label="所在区域" prop="Province"> <el-form-item label="所在区域" prop="Province">
<el-select size="small" @change="shMsg.City='',getCity(shMsg.Province)" v-model="shMsg.Province" <el-select size="small" @change="shMsg.City='',getCity(shMsg.Province)" v-model="shMsg.Province"
style="width:144px" filterable placeholder="请选择"> style="width:144px" filterable placeholder="请选择">
<el-option v-for="item in provinceList" :key="item.ID" :label="item.Name" :value="item.ID"> <el-option v-for="item in provinceList" :key="item.ID" :label="item.Name" :value="item.ID">
</el-option> </el-option>
</el-select> </el-select>
<el-select size="small" @change="shMsg.District='',getArea(shMsg.City)" v-model="shMsg.City" <el-select size="small" @change="shMsg.District='',getArea(shMsg.City)" v-model="shMsg.City"
style="width:144px" filterable placeholder="请选择"> style="width:144px" filterable placeholder="请选择">
<el-option v-for="item in cityList" :key="item.ID" :label="item.Name" :value="item.ID"> <el-option v-for="item in cityList" :key="item.ID" :label="item.Name" :value="item.ID">
</el-option> </el-option>
</el-select> </el-select>
...@@ -518,11 +525,11 @@ ...@@ -518,11 +525,11 @@
}; };
let that = this; let that = this;
let text let text
if(num == 1){ if (num == 1) {
text = '是否确定订单?' text = '是否确定订单?'
}else if(num == 2){ } else if (num == 2) {
text = '是否出行?' text = '是否出行?'
}else if(num == 2){ } else if (num == 2) {
text = '是否完成该订单?' text = '是否完成该订单?'
} }
that.$confirm(text, '提示', { that.$confirm(text, '提示', {
...@@ -634,9 +641,8 @@ ...@@ -634,9 +641,8 @@
OrderId: this.OrderId OrderId: this.OrderId
}, res => { }, res => {
this.dataInfo = res.data.data; this.dataInfo = res.data.data;
console.log(res,'res');
let data = res.data.data; let data = res.data.data;
// 未付款 // 未付款
if (data.PaymentTime == '' && data.DeliveryTime == '') { if (data.PaymentTime == '' && data.DeliveryTime == '') {
this.activeStep = 1; this.activeStep = 1;
} }
...@@ -865,6 +871,7 @@ ...@@ -865,6 +871,7 @@
width: 30px; width: 30px;
background-image: url("../../assets/img/userman/status_2.png"); background-image: url("../../assets/img/userman/status_2.png");
} }
.app-order-detail .step01 { .app-order-detail .step01 {
height: 30px; height: 30px;
width: 30px; width: 30px;
......
...@@ -215,26 +215,6 @@ ...@@ -215,26 +215,6 @@
TableSelectChange(val) { TableSelectChange(val) {
this.SelectList = val; this.SelectList = val;
}, },
// // 批量回复
// plHf() {
// let that = this;
// if (this.SelectList.length == 0) {
// this.Error("请勾选数据!");
// return;
// }
// let Ids = "";
// let IdList = [];
// this.SelectList.forEach(item => {
// IdList.push(item.OrderDetailId);
// })
// Ids = IdList.join(',');
// this.hfMsg = {
// OrderDetailIds: Ids,
// Type: 1,
// Content: '',
// }
// this.addDig = true;
// },
//改变下拉切换搜索名称或者内容 标题 //改变下拉切换搜索名称或者内容 标题
ChangeId(val) { ChangeId(val) {
let msgVal = this.msgVal; let msgVal = this.msgVal;
...@@ -255,7 +235,6 @@ ...@@ -255,7 +235,6 @@
} }
this.getList(); this.getList();
}, },
//获取数据 //获取数据
getList() { getList() {
if (this.dateList && this.dateList.length > 0) { if (this.dateList && this.dateList.length > 0) {
...@@ -269,7 +248,6 @@ ...@@ -269,7 +248,6 @@
this.apipost("/api/Education/GetArticleCommentPageList", this.msg, res => { this.apipost("/api/Education/GetArticleCommentPageList", this.msg, res => {
this.loading = false; this.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
console.log(res, '数据');
this.total = res.data.data.count; this.total = res.data.data.count;
let pageData = res.data.data.pageData; let pageData = res.data.data.pageData;
this.tableData = pageData; this.tableData = pageData;
......
...@@ -299,7 +299,7 @@ ...@@ -299,7 +299,7 @@
}, },
//保存 //保存
saveMsg() { saveMsg() {
if(this.addMsg.LableNameList.length==0){ if (this.addMsg.LableNameList.length == 0) {
this.Error('请选择标签'); this.Error('请选择标签');
return; return;
} }
...@@ -326,7 +326,6 @@ ...@@ -326,7 +326,6 @@
}) })
}, },
changeSupplier(val) {}, changeSupplier(val) {},
//单个删除 //单个删除
Delete(item) { Delete(item) {
let that = this; let that = this;
...@@ -424,17 +423,14 @@ ...@@ -424,17 +423,14 @@
handleClose(tag) { handleClose(tag) {
this.addMsg.LableNameList.splice(this.addMsg.LableNameList.indexOf(tag), 1); this.addMsg.LableNameList.splice(this.addMsg.LableNameList.indexOf(tag), 1);
}, },
showInput() { showInput() {
this.inputVisible = true; this.inputVisible = true;
this.$nextTick(_ => { this.$nextTick(_ => {
this.$refs.saveTagInput.$refs.input.focus(); this.$refs.saveTagInput.$refs.input.focus();
}); });
}, },
handleInputConfirm() { handleInputConfirm() {
let inputValue = this.inputValue; let inputValue = this.inputValue;
console.log(inputValue)
if (inputValue) { if (inputValue) {
this.addMsg.LableNameList.push(inputValue); this.addMsg.LableNameList.push(inputValue);
} }
...@@ -442,7 +438,6 @@ ...@@ -442,7 +438,6 @@
this.inputValue = ''; this.inputValue = '';
}, },
openChangeDig(num) { openChangeDig(num) {
this.changeState = true; this.changeState = true;
this.imgType = num; this.imgType = num;
}, },
...@@ -453,13 +448,11 @@ ...@@ -453,13 +448,11 @@
} }
this.changeState = false; this.changeState = false;
}, },
}, },
mounted() { mounted() {
} }
}; };
</script> </script>
<style> <style>
.informationManage .content .searchInput { .informationManage .content .searchInput {
......
...@@ -262,7 +262,6 @@ ...@@ -262,7 +262,6 @@
this.apipost("/api/Reserve/GetGenderEnumList", {}, res => { this.apipost("/api/Reserve/GetGenderEnumList", {}, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.genderList = res.data.data; this.genderList = res.data.data;
console.log(res,'行呗');
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
......
...@@ -164,7 +164,6 @@ ...@@ -164,7 +164,6 @@
this.apipost("/api/Reserve/GetServicePersonalPageList", this.msg, res => { this.apipost("/api/Reserve/GetServicePersonalPageList", this.msg, res => {
this.loading=false; this.loading=false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
console.log(res,'数据');
this.dataList = res.data.data.pageData; this.dataList = res.data.data.pageData;
this.total = res.data.data.count; this.total = res.data.data.count;
} else { } else {
......
...@@ -4,76 +4,63 @@ ...@@ -4,76 +4,63 @@
<span @click="CommonJump('evaluationMan')" class="blue point">评价管理</span> / 客户评价编辑 <span @click="CommonJump('evaluationMan')" class="blue point">评价管理</span> / 客户评价编辑
</div> </div>
<div class="content"> <div class="content">
<el-form style="width:50%" :model="addMsg" :rules="rules" ref="addMsg" label-width="150px"> <el-form style="width:50%" :model="addMsg" :rules="rules" ref="addMsg" label-width="150px">
<el-form-item label="用户来源"> <el-form-item label="用户来源">
<el-select filterable v-model="addMsg.PlatformSource" size="small" placeholder="请选择"> <el-select filterable v-model="addMsg.PlatformSource" size="small" placeholder="请选择">
<el-option <el-option v-for="item in platList" :key="item.Id" :label="item.Name" :value="item.Id">
v-for="item in platList" </el-option>
:key="item.Id" </el-select>
:label="item.Name" </el-form-item>
:value="item.Id"> <el-form-item label="用户名">
</el-option> <el-input v-model="addMsg.UserName" size="small"></el-input>
</el-select> </el-form-item>
</el-form-item> <el-form-item label="评价时间" prop="CreateDate">
<el-form-item label="用户名"> <el-date-picker size="small" v-model="addMsg.CreateDate" type="datetime" value-format="yyyy-MM-dd HH:mm:ss"
<el-input v-model="addMsg.UserName" size="small"></el-input> placeholder="选择日期时间">
</el-form-item> </el-date-picker>
<el-form-item label="评价时间" prop="CreateDate"> </el-form-item>
<el-date-picker <el-form-item label="用户头像">
size="small" <el-tooltip class="item" effect="dark" content="建议尺寸100*100" placement="top">
v-model="addMsg.CreateDate" <el-button @click="openChangeDig(1)" size="small">选择文件</el-button>
type="datetime" </el-tooltip>
value-format="yyyy-MM-dd HH:mm:ss" <div class="app-gallery-item" style="position: relative;width: 100px;margin-top: 10px;">
placeholder="选择日期时间"> <img v-if="!addMsg.userPath || addMsg.userPath==''" src="../../assets/img/default.png"
</el-date-picker> style="width:80px;height:80px" alt="">
</el-form-item> <img v-else style="width:80px;height:80px" :src="addMsg.userPath" alt="">
<el-form-item label="用户头像"> </div>
<el-tooltip class="item" effect="dark" content="建议尺寸100*100" placement="top"> </el-form-item>
<el-button @click="openChangeDig(1)" size="small">选择文件</el-button> <el-form-item label="商品" prop="GoodsId">
</el-tooltip> <el-select filterable v-model="addMsg.GoodsId" size="small" placeholder="请选择">
<div class="app-gallery-item" style="position: relative;width: 100px;margin-top: 10px;"> <el-option v-for="item in tableData" :key="item.Id" :label="item.Name" :value="item.Id">
<img v-if="!addMsg.userPath || addMsg.userPath==''" </el-option>
src="../../assets/img/default.png" style="width:80px;height:80px" alt=""> </el-select>
<img v-else style="width:80px;height:80px" :src="addMsg.userPath" </el-form-item>
alt=""> <el-form-item label="评价图片">
</div> <el-tooltip class="item" effect="dark" content="建议尺寸750*750" placement="top">
</el-form-item> <el-button @click="openChangeDig(2)" size="small">选择文件</el-button>
<el-form-item label="商品" prop="GoodsId"> </el-tooltip>
<el-select filterable v-model="addMsg.GoodsId" size="small" placeholder="请选择"> <div class="app-gallery-item" style="position: relative;width: 100px;margin-top: 10px;">
<el-option <img v-if="!addMsg.pjPath || addMsg.pjPath==''" src="../../assets/img/default.png"
v-for="item in tableData" style="width:80px;height:80px" alt="">
:key="item.Id" <img v-else style="width:80px;height:80px" :src="addMsg.pjPath" alt="">
:label="item.Name" </div>
:value="item.Id"> </el-form-item>
</el-option> <el-form-item label="评价">
</el-select> <el-input v-model="addMsg.Content" type="textarea" row="2" size="small"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="评价图片"> <el-form-item label="评分" prop="CommentGrade">
<el-tooltip class="item" effect="dark" content="建议尺寸750*750" placement="top"> <el-radio v-model="addMsg.CommentGrade" :label="item.Id" v-for="(item,index) in templateList" :key="index">
<el-button @click="openChangeDig(2)" size="small">选择文件</el-button> {{item.Name}}</el-radio>
</el-tooltip> </el-form-item>
<div class="app-gallery-item" style="position: relative;width: 100px;margin-top: 10px;"> <el-form-item label="是否匿名" prop="Is_Anonymity">
<img v-if="!addMsg.pjPath || addMsg.pjPath==''" <el-switch v-model="addMsg.Is_Anonymity" active-color="#409EFF" :active-value="1" :inactive-value="2">
src="../../assets/img/default.png" style="width:80px;height:80px" alt=""> </el-switch>
<img v-else style="width:80px;height:80px" :src="addMsg.pjPath" </el-form-item>
alt=""> <el-form-item label="是否显示" prop="Is_Show">
</div> <el-switch v-model="addMsg.Is_Show" active-color="#409EFF" :active-value="1" :inactive-value="2">
</el-form-item> </el-switch>
<el-form-item label="评价"> </el-form-item>
<el-input v-model="addMsg.Content" type="textarea" row="2" size="small"></el-input> </el-form>
</el-form-item>
<el-form-item label="评分" prop="CommentGrade">
<el-radio v-model="addMsg.CommentGrade" :label="item.Id" v-for="(item,index) in templateList" :key="index" >{{item.Name}}</el-radio>
</el-form-item>
<el-form-item label="是否匿名" prop="Is_Anonymity">
<el-switch v-model="addMsg.Is_Anonymity" active-color="#409EFF" :active-value="1" :inactive-value="2">
</el-switch>
</el-form-item>
<el-form-item label="是否显示" prop="Is_Show">
<el-switch v-model="addMsg.Is_Show" active-color="#409EFF" :active-value="1" :inactive-value="2">
</el-switch>
</el-form-item>
</el-form>
</div> </div>
<div style="margin-top:20px"> <div style="margin-top:20px">
...@@ -81,130 +68,139 @@ ...@@ -81,130 +68,139 @@
</div> </div>
<!-- 选择文件 --> <!-- 选择文件 -->
<el-dialog title="选择文件" :visible.sync="changeState" width="1240px"> <el-dialog title="选择文件" :visible.sync="changeState" width="1240px">
<ChooseImg @SelectId="SelectId"></ChooseImg> <ChooseImg @SelectId="SelectId"></ChooseImg>
</el-dialog> </el-dialog>
</div> </div>
</template> </template>
<script> <script>
import ChooseImg from "@/components/global/ChooseImg.vue"; import ChooseImg from "@/components/global/ChooseImg.vue";
export default { export default {
components: { components: {
ChooseImg ChooseImg
}, },
data() { data() {
return { return {
rules: { rules: {
CreateDate: [ CreateDate: [{
{ type: 'string', required: true, message: '请选择时间', trigger: 'change' } type: 'string',
], required: true,
GoodsId: [ message: '请选择时间',
{ required: true, message: '请选择商品', trigger: 'change' } trigger: 'change'
], }],
CommentGrade: [ GoodsId: [{
{ required: true, message: '请选择评分', trigger: 'change' } required: true,
], message: '请选择商品',
Is_Show: [ trigger: 'change'
{ required: true, message: '请选择', trigger: 'change' } }],
], CommentGrade: [{
Is_Anonymity: [ required: true,
{ required: true, message: '请选择', trigger: 'change' } message: '请选择评分',
], trigger: 'change'
}],
Is_Show: [{
required: true,
message: '请选择',
trigger: 'change'
}],
Is_Anonymity: [{
required: true,
message: '请选择',
trigger: 'change'
}],
}, },
addMsg: { addMsg: {
PlatformSource:1, PlatformSource: 1,
CreateDate:'', CreateDate: '',
UserName:'', UserName: '',
GoodsId:'', GoodsId: '',
UserPhoto:'', UserPhoto: '',
CommentGrade:'', CommentGrade: '',
Content:'', Content: '',
CommentImgList:[], CommentImgList: [],
Is_Show:2, Is_Show: 2,
Is_Anonymity:2, Is_Anonymity: 2,
}, },
msg:{ msg: {
pageIndex:1, pageIndex: 1,
pageSize:15, pageSize: 15,
CommentGrade:0, CommentGrade: 0,
PlatformSource:0, PlatformSource: 0,
UserName:'', UserName: '',
GoodsName:'', GoodsName: '',
Content:'', Content: '',
}, },
tableData: [], tableData: [],
templateList:[], templateList: [],
platList:[], platList: [],
changeState:false, changeState: false,
imgType:1, imgType: 1,
}; };
}, },
created() { created() {
this.getTemplate(); this.getTemplate();
this.getList(); this.getList();
this.getplat(); this.getplat();
}, },
methods: { methods: {
SelectId(msg){ SelectId(msg) {
if(this.imgType==1){ if (this.imgType == 1) {
let url = this.getIconLink(msg.url) let url = this.getIconLink(msg.url)
console.log(url) this.addMsg.UserPhoto = msg.selectId;
this.addMsg.userPath = url;
}
if (this.imgType == 2) {
let url = this.getIconLink(msg.url)
this.addMsg.CommentImgList = [url];
this.addMsg.pjPath = url;
}
this.changeState = false;
},
openChangeDig(num) {
this.changeState = true;
this.imgType = num;
},
Save() {
this.apipost("/api/order/SetGoodsCommentInfo", this.addMsg, res => {
if (res.data.resultCode == 1) {
this.CommonJump('evaluationMan')
} else {
this.Error(res.data.message);
}
})
},
getList() {
let msg = {
pageIndex: 1,
pageSize: 999,
Name: '',
}
this.apipost("/api/product/GetProductGoodsDialogList_V2", msg, res => {
this.loading = false;
if (res.data.resultCode == 1) {
let pageData = res.data.data.pageData;
this.tableData = pageData;
}
this.addMsg.UserPhoto=msg.selectId; })
this.addMsg.userPath=url; },
} getplat() {
if(this.imgType==2){ this.apipost("/api/user/GetMemberUserSourceEnumList", {}, res => {
let url = this.getIconLink(msg.url) this.platList = res.data.data;
console.log(url) })
this.addMsg.CommentImgList=[url]; },
this.addMsg.pjPath=url; getTemplate() {
} this.apipost("/api/order/GetGoodsCommentTypeEnumList", {}, res => {
this.changeState = false; this.templateList = res.data.data;
}, })
openChangeDig(num) { },
this.changeState = true;
this.imgType=num;
},
Save() {
this.apipost("/api/order/SetGoodsCommentInfo", this.addMsg, res => {
if (res.data.resultCode == 1) {
this.CommonJump('evaluationMan')
} else {
this.Error(res.data.message);
}
})
},
getList(){
let msg={
pageIndex:1,
pageSize:999,
Name:'',
}
this.apipost("/api/product/GetProductGoodsDialogList_V2",msg, res => {
this.loading=false;
if(res.data.resultCode==1){
let pageData=res.data.data.pageData;
this.tableData=pageData;
}
})
},
getplat(){
this.apipost("/api/user/GetMemberUserSourceEnumList",{}, res => {
this.platList=res.data.data;
})
},
getTemplate(){
this.apipost("/api/order/GetGoodsCommentTypeEnumList",{}, res => {
this.templateList=res.data.data;
})
},
}, },
mounted() { mounted() {
} }
}; };
</script> </script>
<style> <style>
.usersListEdit .tip { .usersListEdit .tip {
......
...@@ -491,13 +491,11 @@ ...@@ -491,13 +491,11 @@
}, },
//选择图片 //选择图片
SelectId(msg) { SelectId(msg) {
// this.data.goodsTagPicUrl = msg.url;
this.choicImg = false; this.choicImg = false;
}, },
//选择商品 //选择商品
getGoodsChoice() { getGoodsChoice() {
var ckedArr = this.$refs.choiceGood.getChoicedGoods(); var ckedArr = this.$refs.choiceGood.getChoicedGoods();
console.log(ckedArr,'ckedarrrr');
var myArray = []; var myArray = [];
if (ckedArr && ckedArr.length > 0) { if (ckedArr && ckedArr.length > 0) {
ckedArr.forEach(element => { ckedArr.forEach(element => {
......
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