2019-09-26 15:08:53 +08:00
|
|
|
<template>
|
2019-10-17 18:27:49 +08:00
|
|
|
<div style="height: 100%; overflow: hidden">
|
|
|
|
<el-card>
|
|
|
|
<div class="button_group">
|
|
|
|
<el-button v-if="hasRelease" size="mini" @click="trainingManage">{{ $t('lesson.trainingManage') }}</el-button>
|
|
|
|
<el-button v-if="hasRelease" size="mini" @click="taskManage">{{ $t('lesson.taskManage') }}</el-button>
|
|
|
|
<el-button v-if="hasRelease" size="mini" @click="operationManage">{{ $t('lesson.trainingRule') }}</el-button>
|
|
|
|
<el-button size="mini" type="primary" @click="lessonCreateByPublish">{{ $t('lesson.createNewCoursesFromRelease') }}</el-button>
|
|
|
|
<el-button size="mini" type="primary" @click="lessonCreate">{{ $t('lesson.newConstruction') }}</el-button>
|
|
|
|
</div>
|
|
|
|
</el-card>
|
|
|
|
<el-card v-loading="loading">
|
2019-10-22 13:40:42 +08:00
|
|
|
<!--<el-table-->
|
|
|
|
<!--:data="tableData"-->
|
|
|
|
<!--row-key="id"-->
|
|
|
|
<!--border-->
|
|
|
|
<!--default-expand-all-->
|
|
|
|
<!--:tree-props="{children: 'children', hasChildren: 'hasChildren'}"-->
|
|
|
|
<!-->-->
|
|
|
|
<!--<el-table-column-->
|
|
|
|
<!--prop="name"-->
|
|
|
|
<!--border-->
|
|
|
|
<!--:label="this.$t('lesson.lesson')"-->
|
|
|
|
<!--/>-->
|
|
|
|
<!--<el-table-column-->
|
|
|
|
<!--:label="this.$t('global.status')"-->
|
|
|
|
<!-->-->
|
|
|
|
<!--<template slot-scope="scope">-->
|
|
|
|
<!--<span>{{ handlerStatus(scope.row) }}</span>-->
|
|
|
|
<!--</template>-->
|
|
|
|
<!--</el-table-column>-->
|
|
|
|
<!--<el-table-column-->
|
|
|
|
<!--prop="explanation"-->
|
|
|
|
<!--show-overflow-tooltip-->
|
|
|
|
<!--:label="this.$t('lesson.rejectReason')"-->
|
|
|
|
<!--/>-->
|
|
|
|
<!--<el-table-column-->
|
|
|
|
<!--width="500"-->
|
|
|
|
<!--:label="this.$t('global.operate')"-->
|
|
|
|
<!-->-->
|
|
|
|
<!--<template slot-scope="scope">-->
|
|
|
|
<!--<el-button-->
|
|
|
|
<!--v-if="scope.row.status!=='1'"-->
|
|
|
|
<!--size="mini"-->
|
|
|
|
<!--type="primary"-->
|
|
|
|
<!--@click="createChapter(scope.row)"-->
|
|
|
|
<!-->{{ scope.row.type==='lesson'? $t('lesson.createChapter'):$t('lesson.updateChapter') }}</el-button>-->
|
|
|
|
<!--<el-button-->
|
|
|
|
<!--v-if="scope.row.status==='1'"-->
|
|
|
|
<!--size="mini"-->
|
|
|
|
<!--type="primary"-->
|
|
|
|
<!--@click="goDetail(scope.row)"-->
|
|
|
|
<!-->-->
|
|
|
|
<!--{{ $t('lesson.review') }}-->
|
|
|
|
<!--</el-button>-->
|
|
|
|
<!--<el-button-->
|
|
|
|
<!--v-if="scope.row.type === 'lesson' && scope.row.status!=='1'"-->
|
|
|
|
<!--size="mini"-->
|
|
|
|
<!--type="primary"-->
|
|
|
|
<!--plain-->
|
|
|
|
<!--@click="treeSort(scope.row)"-->
|
|
|
|
<!-->{{ $t('lesson.contentSorting') }}</el-button>-->
|
|
|
|
<!--<el-button-->
|
|
|
|
<!--v-if="scope.row.type === 'lesson'&& scope.row.status!=='1'"-->
|
|
|
|
<!--size="mini"-->
|
|
|
|
<!--type="info"-->
|
|
|
|
<!--@click="editLesson(scope.row)"-->
|
|
|
|
<!-->{{ $t('lesson.editCourse') }}</el-button>-->
|
|
|
|
<!--<el-button-->
|
|
|
|
<!--v-if="scope.row.type === 'lesson'&& scope.row.status==='0'"-->
|
|
|
|
<!--size="mini"-->
|
|
|
|
<!--type="primary"-->
|
|
|
|
<!--@click="publish(scope.row)"-->
|
|
|
|
<!-->{{ hasRelease?$t('global.release'):$t('lesson.applicationForRelease') }}</el-button>-->
|
|
|
|
<!--<el-button-->
|
|
|
|
<!--v-if="scope.row.type === 'lesson'&& scope.row.status!=='1'"-->
|
|
|
|
<!--size="mini"-->
|
|
|
|
<!--type="danger"-->
|
|
|
|
<!--@click="deleteLesson(scope.row)"-->
|
|
|
|
<!-->{{ $t('global.delete') }}</el-button>-->
|
|
|
|
<!--<el-button-->
|
|
|
|
<!--v-if="scope.row.status ==='1'"-->
|
|
|
|
<!--size="mini"-->
|
|
|
|
<!--type="danger"-->
|
|
|
|
<!--@click="revertLesson(scope.row)"-->
|
|
|
|
<!-->-->
|
|
|
|
<!--{{ $t('lesson.withdraw') }}-->
|
|
|
|
<!--</el-button>-->
|
|
|
|
<!--</template>-->
|
|
|
|
<!--</el-table-column>-->
|
|
|
|
<!--</el-table>-->
|
|
|
|
<QueryListPage ref="queryListPage" :query-form="queryForm" :pager-config="pagerConfig" :query-list="queryList" />
|
2019-10-17 18:27:49 +08:00
|
|
|
</el-card>
|
|
|
|
<publish-create ref="publishCreate" @refresh="refresh" />
|
|
|
|
<publish-lesson ref="publishLesson" @refresh="refresh" />
|
|
|
|
<lesson-detail ref="lessonDetail" />
|
|
|
|
</div>
|
2019-09-26 15:08:53 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
2019-10-21 08:59:27 +08:00
|
|
|
import { releaseOrCancel } from '@/api/designPlatform';
|
2019-10-22 13:40:42 +08:00
|
|
|
import { getLessonDrftList } from '@/api/jmap/lessondraft';
|
2019-10-17 18:27:49 +08:00
|
|
|
import { UrlConfig } from '@/router/index';
|
|
|
|
import PublishCreate from './lessoncategory/edit/create';
|
|
|
|
import PublishLesson from './lessoncategory/edit/lesson/publish';
|
2019-10-21 08:59:27 +08:00
|
|
|
import { delLesson, getLessonTree } from '@/api/jmap/lessondraft';
|
2019-10-17 18:27:49 +08:00
|
|
|
import LessonDetail from '@/views/approval/lesson/detail';
|
2019-10-22 13:40:42 +08:00
|
|
|
import ConstConfig from '@/scripts/ConstConfig';
|
2019-09-30 13:24:47 +08:00
|
|
|
|
2019-10-17 18:27:49 +08:00
|
|
|
export default {
|
|
|
|
name: 'LessonHome',
|
|
|
|
components: {
|
|
|
|
PublishCreate,
|
|
|
|
PublishLesson,
|
|
|
|
LessonDetail
|
|
|
|
},
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
tableData: [],
|
|
|
|
loading: false,
|
2019-10-22 13:40:42 +08:00
|
|
|
showEdit: false,
|
|
|
|
pagerConfig: {
|
|
|
|
pageSize: 'pageSize',
|
|
|
|
pageIndex: 'pageNum'
|
|
|
|
},
|
|
|
|
queryForm: {
|
|
|
|
show: false
|
|
|
|
},
|
|
|
|
queryList: {
|
|
|
|
query: getLessonDrftList,
|
|
|
|
selectCheckShow: false,
|
|
|
|
indexShow: true,
|
|
|
|
columns: [
|
|
|
|
{
|
|
|
|
title: '课程名称',
|
|
|
|
prop: 'name'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
title: '课程说明',
|
|
|
|
prop: 'remarks'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
title: '状态',
|
|
|
|
prop: 'status',
|
|
|
|
type: 'tag',
|
|
|
|
columnValue: (row) => {
|
|
|
|
return this.$convertField(row.status, ConstConfig.ConstSelect.releaseReview, ['value', 'label']);
|
|
|
|
},
|
|
|
|
tagType: (row) => { return 'success'; }
|
|
|
|
},
|
|
|
|
{
|
|
|
|
title: '驳回说明',
|
|
|
|
prop: 'explanation'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: 'button',
|
|
|
|
title: this.$t('global.operate'),
|
|
|
|
width: '400',
|
|
|
|
buttons: [
|
|
|
|
{
|
|
|
|
name: this.$t('lesson.contentSorting'),
|
|
|
|
handleClick: this.treeSort,
|
|
|
|
type: 'primary',
|
|
|
|
showControl: (row) => {
|
|
|
|
return row.status!=='1';
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: this.$t('global.release'),
|
|
|
|
handleClick: this.publish,
|
|
|
|
type: 'primary',
|
|
|
|
showControl: (row) => {
|
|
|
|
return row.status ==='0'&&this.hasRelease;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: this.$t('lesson.applicationForRelease'),
|
|
|
|
handleClick: this.publish,
|
|
|
|
type: 'primary',
|
|
|
|
showControl: (row) => {
|
|
|
|
return row.status ==='0'&& !this.hasRelease;
|
|
|
|
}
|
|
|
|
},
|
2019-10-22 17:24:41 +08:00
|
|
|
{
|
|
|
|
name: this.$t('lesson.review'),
|
|
|
|
handleClick: this.review,
|
|
|
|
type: 'primary',
|
|
|
|
showControl: (row) => {
|
|
|
|
return row.status==='1';
|
|
|
|
}
|
|
|
|
},
|
2019-10-22 13:40:42 +08:00
|
|
|
{
|
|
|
|
name: this.$t('global.delete'),
|
|
|
|
handleClick: this.deleteLesson,
|
|
|
|
type: 'danger',
|
|
|
|
showControl: (row) => {
|
|
|
|
return row.status !=='1';
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: this.$t('lesson.withdraw'),
|
|
|
|
handleClick: this.revertLesson,
|
|
|
|
type: 'danger',
|
|
|
|
showControl: (row) => {
|
|
|
|
return row.status ==='1';
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: '课程详情',
|
|
|
|
handleClick: this.goDetail,
|
2019-10-22 17:24:41 +08:00
|
|
|
type: 'primary',
|
|
|
|
showControl: (row) => {
|
|
|
|
return row.status !=='1';
|
|
|
|
}
|
2019-10-22 13:40:42 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
actions: [
|
|
|
|
/* { text: this.$t('global.create'), btnCode: 'employee_insert', handler: this.handleCreateRunPlan }*/
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
2019-10-17 18:27:49 +08:00
|
|
|
};
|
|
|
|
},
|
|
|
|
computed: {
|
|
|
|
mapId() {
|
|
|
|
return this.$route.params.mapId;
|
|
|
|
},
|
|
|
|
hasRelease() {
|
|
|
|
return this.$store.state.user.roles.includes('04') ||
|
2019-10-10 13:02:43 +08:00
|
|
|
this.$store.state.user.roles.includes('05');
|
2019-10-17 18:27:49 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
watch: {
|
|
|
|
$route() {
|
|
|
|
this.refresh();
|
|
|
|
}
|
|
|
|
},
|
|
|
|
mounted() {
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
loadInitData() {
|
2019-10-22 17:24:41 +08:00
|
|
|
this.loading = true;
|
2019-10-21 08:59:27 +08:00
|
|
|
getLessonTree(this.$route.params.skinCode).then(response=> {
|
2019-10-17 18:27:49 +08:00
|
|
|
response.data.forEach(elem => {
|
|
|
|
if (elem.children) {
|
|
|
|
elem.children.forEach( it => {
|
|
|
|
it.parentId = elem.id;
|
|
|
|
} );
|
|
|
|
}
|
|
|
|
});
|
|
|
|
this.tableData = response.data;
|
|
|
|
this.loading = false;
|
|
|
|
}).catch(( ) => {
|
|
|
|
this.$messageBox(this.$t('error.getDraftCourseDataFailed'));
|
|
|
|
});
|
|
|
|
},
|
|
|
|
refuse() {
|
|
|
|
this.loading = true;
|
2019-10-21 08:59:27 +08:00
|
|
|
getLessonTree(this.$route.params.skinCode).then(response=> {
|
2019-10-17 18:27:49 +08:00
|
|
|
response.data.forEach(elem => {
|
|
|
|
if (elem.children) {
|
|
|
|
elem.children.forEach( it => {
|
|
|
|
it.parentId = elem.id;
|
|
|
|
} );
|
|
|
|
}
|
|
|
|
});
|
|
|
|
this.tableData = response.data;
|
|
|
|
this.loading = false;
|
|
|
|
});
|
|
|
|
},
|
|
|
|
handlerStatus(row) {
|
|
|
|
let lessonStatus = '';
|
|
|
|
switch (row.status) {
|
|
|
|
case '0':
|
|
|
|
lessonStatus = this.$t('lesson.notRelease');
|
|
|
|
break;
|
|
|
|
case '1':
|
|
|
|
lessonStatus = this.$t('lesson.pendingReview');
|
|
|
|
break;
|
|
|
|
case '2':
|
|
|
|
lessonStatus = this.$t('lesson.published');
|
|
|
|
break;
|
|
|
|
case '3':
|
|
|
|
lessonStatus = this.$t('lesson.rejected');
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
return lessonStatus;
|
|
|
|
},
|
|
|
|
refresh() {
|
2019-10-22 13:40:42 +08:00
|
|
|
this.$refs.queryListPage.refresh(true);
|
2019-10-17 18:27:49 +08:00
|
|
|
},
|
|
|
|
lessonCreate() {
|
|
|
|
this.$router.push({ path: `${UrlConfig.design.lessonEdit}/lessonCreate`, query: {skinCode: this.$route.params.skinCode} });
|
|
|
|
},
|
|
|
|
lessonCreateByPublish() {
|
|
|
|
this.$nextTick(() => {
|
|
|
|
this.$refs.publishCreate.doShow();
|
|
|
|
});
|
|
|
|
},
|
2019-10-22 13:40:42 +08:00
|
|
|
publish(index, row) {
|
2019-10-17 18:27:49 +08:00
|
|
|
row.skinCode = this.$route.params.skinCode;
|
|
|
|
row.cityCode = this.$route.query.cityCode;
|
|
|
|
this.$refs.publishLesson.doShow(row);
|
|
|
|
},
|
2019-10-22 13:40:42 +08:00
|
|
|
deleteLesson(index, row) {
|
2019-10-17 18:27:49 +08:00
|
|
|
delLesson(row).then(response => {
|
|
|
|
this.$message.success(this.$t('tip.successfullyDelete'));
|
|
|
|
this.loading = true;
|
2019-10-22 13:40:42 +08:00
|
|
|
this.refresh();
|
2019-10-17 18:27:49 +08:00
|
|
|
}).catch(() => {
|
|
|
|
this.$messageBox(this.$t('tip.failDelete'));
|
|
|
|
});
|
|
|
|
},
|
2019-10-22 13:40:42 +08:00
|
|
|
treeSort(index, row) {
|
2019-10-22 18:18:21 +08:00
|
|
|
this.$router.push({path: `${UrlConfig.design.lessonEdit}/treeSort`, query: {id: row.id}});
|
2019-10-17 18:27:49 +08:00
|
|
|
},
|
|
|
|
taskManage() {
|
|
|
|
this.$router.push({path: `${UrlConfig.design.taskManage}`, query: {mapId: this.$route.params.mapId, skinCode: this.$route.params.skinCode}});
|
|
|
|
},
|
|
|
|
trainingManage() {
|
|
|
|
this.$router.push({path: `${UrlConfig.design.trainingManage}/${this.$route.params.skinCode}`, query: {mapId: this.$route.params.mapId}});
|
|
|
|
},
|
|
|
|
operationManage() {
|
|
|
|
this.$router.push({path: `${UrlConfig.design.trainingRule}`, query: {mapId: this.$route.params.mapId, skinCode: this.$route.params.skinCode}});
|
|
|
|
},
|
2019-10-22 13:40:42 +08:00
|
|
|
revertLesson(index, row) {
|
2019-10-17 18:27:49 +08:00
|
|
|
this.$confirm(this.$t('tip.cancelCoursePublicationHint'), this.$t('global.tips'), {
|
|
|
|
confirmButtonText: this.$t('global.confirm'),
|
|
|
|
cancelButtonText: this.$t('global.cancel'),
|
|
|
|
type: 'warning'
|
|
|
|
}).then(() => {
|
|
|
|
releaseOrCancel(row.id, '0').then(response => {
|
|
|
|
this.loading = false;
|
|
|
|
this.$message.success(this.$t('tip.cancelTheSuccessfulApplicationOfTheCourseRelease'));
|
2019-10-22 13:40:42 +08:00
|
|
|
this.refresh();
|
2019-10-17 18:27:49 +08:00
|
|
|
}).catch(() => {
|
|
|
|
this.loading = false;
|
|
|
|
this.$messageBox(this.$t('tip.cancellationOfCoursePublicationApplicationFailed'));
|
2019-10-22 13:40:42 +08:00
|
|
|
this.refresh();
|
2019-10-17 18:27:49 +08:00
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
2019-10-22 17:24:41 +08:00
|
|
|
review(index, row) {
|
|
|
|
this.$refs.lessonDetail.show(row.id);
|
|
|
|
},
|
2019-10-22 13:40:42 +08:00
|
|
|
goDetail(index, row) {
|
2019-10-22 17:24:41 +08:00
|
|
|
this.$router.push({path: `/design/lesson/details`, query: {lessonId: row.id, skinCode: this.$route.params.skinCode, cityCode: this.$route.query.cityCode, mapId: this.$route.params.mapId}});
|
2019-10-17 18:27:49 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
2019-09-26 15:08:53 +08:00
|
|
|
</script>
|
|
|
|
<style rel="stylesheet/scss" lang="scss" scoped>
|
2019-09-29 14:27:58 +08:00
|
|
|
.draft {
|
|
|
|
width: 400px;
|
2019-09-26 15:08:53 +08:00
|
|
|
text-align: center;
|
2019-09-29 14:27:58 +08:00
|
|
|
margin: 20px auto;
|
2019-09-26 15:08:53 +08:00
|
|
|
}
|
2019-09-29 15:55:01 +08:00
|
|
|
.button_group {
|
|
|
|
float: right;
|
2019-09-30 13:24:47 +08:00
|
|
|
margin: 20px 10px;
|
2019-09-29 15:55:01 +08:00
|
|
|
}
|
2019-09-26 15:08:53 +08:00
|
|
|
</style>
|