parent
559a044844
commit
055566f7d9
9 changed files with 1041 additions and 906 deletions
@ -1,247 +1,275 @@ |
|||||||
<template> |
<template> |
||||||
<div> |
<div> |
||||||
<el-card shadow="hover" class="m-b-20"> |
<el-card shadow="hover" |
||||||
<div> |
class="m-b-20"> |
||||||
<p class="m-b-20">比赛名称</p> |
<div> |
||||||
{{ form.stageName }} |
<p class="m-b-20">比赛名称</p> |
||||||
</div> |
{{ form.stageName }} |
||||||
</el-card> |
</div> |
||||||
<el-card shadow="hover" class="m-b-20"> |
</el-card> |
||||||
<div> |
<el-card shadow="hover" |
||||||
<p class="m-b-20">比赛时间</p> |
class="m-b-20"> |
||||||
<div class="date-inputs"> |
<div> |
||||||
起止时间: |
<p class="m-b-20">比赛时间</p> |
||||||
<div style="display: inline-flex;align-items: center;"> |
<div class="date-inputs"> |
||||||
<el-date-picker |
起止时间: |
||||||
v-model="form.time" |
<div style="display: inline-flex;align-items: center;"> |
||||||
type="datetimerange" |
<el-date-picker v-model="form.time" |
||||||
range-separator="~" |
type="datetimerange" |
||||||
start-placeholder="开始日期" |
range-separator="~" |
||||||
end-placeholder="结束日期" |
start-placeholder="开始日期" |
||||||
format="yyyy-MM-dd HH:mm:ss" |
end-placeholder="结束日期" |
||||||
value-format="yyyy-MM-dd HH:mm:ss" |
format="yyyy-MM-dd HH:mm:ss" |
||||||
@change="timeChange"> |
value-format="yyyy-MM-dd HH:mm:ss" |
||||||
</el-date-picker> |
@change="timeChange"> |
||||||
<el-alert |
</el-date-picker> |
||||||
style="width: auto;padding: 4px 16px;margin-left: 10px;" |
<el-alert style="width: auto;padding: 4px 16px;margin-left: 10px;" |
||||||
:title="'(请设置在 ' + step1.playStartTime + ' ~ ' + step1.playEndTime + '间)'" |
:title="'(请设置在 ' + step1.playStartTime + ' ~ ' + step1.playEndTime + '间)'" |
||||||
type="error" |
type="error" |
||||||
:closable="false" |
:closable="false" |
||||||
effect="dark"> |
effect="dark"> |
||||||
</el-alert> |
</el-alert> |
||||||
</div> |
|
||||||
</div> |
|
||||||
</div> |
</div> |
||||||
</el-card> |
</div> |
||||||
<el-card shadow="hover" class="mgr20 m-b-20"> |
</div> |
||||||
|
</el-card> |
||||||
|
<el-card shadow="hover" |
||||||
|
class="mgr20 m-b-20"> |
||||||
|
<div> |
||||||
|
<p class="m-b-20">课程</p> |
||||||
|
<div class="inline-input"> |
||||||
|
<el-select v-model="form.cid" |
||||||
|
@change="courseChange"> |
||||||
|
<el-option v-for="item in curriculumList" |
||||||
|
:key="item.associatedProduct" |
||||||
|
:label="item.productName" |
||||||
|
:value="item.associatedProduct |
||||||
|
"> |
||||||
|
</el-option> |
||||||
|
</el-select> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</el-card> |
||||||
|
<el-card shadow="hover" |
||||||
|
class="m-b-20"> |
||||||
|
<div class="flex-between m-b-20"> |
||||||
|
<span>实训项目</span> |
||||||
|
<div style="display: inline-flex;"> |
||||||
<div> |
<div> |
||||||
<p class="m-b-20">课程</p> |
<el-input placeholder="请输入项目名称" |
||||||
<div class="inline-input"> |
prefix-icon="el-icon-search" |
||||||
<el-select v-model="form.cid" @change="courseChange"> |
v-model.trim="keyword" |
||||||
<el-option |
clearable></el-input> |
||||||
v-for="item in curriculumList" |
|
||||||
:key="item.cid" |
|
||||||
:label="item.curriculumName" |
|
||||||
:value="item.cid"> |
|
||||||
</el-option> |
|
||||||
</el-select> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
</el-card> |
|
||||||
<el-card shadow="hover" class="m-b-20"> |
|
||||||
<div class="flex-between m-b-20"> |
|
||||||
<span>实训项目</span> |
|
||||||
<div style="display: inline-flex;"> |
|
||||||
<div> |
|
||||||
<el-input placeholder="请输入项目名称" prefix-icon="el-icon-search" v-model.trim="keyword" clearable></el-input> |
|
||||||
</div> |
|
||||||
<el-button style="margin-left: 5px" type="primary" round @click="toProject">自定义实验项目</el-button> |
|
||||||
</div> |
|
||||||
</div> |
</div> |
||||||
<!-- 实训项目表格 --> |
<el-button style="margin-left: 5px" |
||||||
<el-table :data="projects" class="table" stripe header-align="center"> |
type="primary" |
||||||
<el-table-column width="60" label="选择" align="center"> |
round |
||||||
<template slot-scope="scope"> |
@click="toProject">自定义实验项目</el-button> |
||||||
<el-radio v-model="form.projectId" :label="scope.row.projectId"> </el-radio> |
</div> |
||||||
</template> |
</div> |
||||||
</el-table-column> |
<!-- 实训项目表格 --> |
||||||
<el-table-column prop="projectName" label="项目名称" align="center"></el-table-column> |
<el-table :data="projects" |
||||||
<el-table-column prop="auth" label="项目权限" align="center"> |
class="table" |
||||||
<template slot-scope="scope"> |
stripe |
||||||
{{ permissionsKeys[scope.row.permissions] }} |
header-align="center"> |
||||||
</template> |
<el-table-column width="60" |
||||||
</el-table-column> |
label="选择" |
||||||
<el-table-column prop="founder" label="创建人" align="center"> |
align="center"> |
||||||
<template slot-scope="scope"> |
<template slot-scope="scope"> |
||||||
{{ scope.row.founder ? '老师创建' : '系统内置' }} |
<el-radio v-model="form.projectId" |
||||||
</template> |
:label="scope.row.projectId"> </el-radio> |
||||||
</el-table-column> |
</template> |
||||||
<el-table-column prop="createTime" label="创建时间" align="center"></el-table-column> |
</el-table-column> |
||||||
<!-- <el-table-column label="操作" align="center"> |
<el-table-column prop="projectName" |
||||||
|
label="项目名称" |
||||||
|
align="center"></el-table-column> |
||||||
|
<el-table-column prop="auth" |
||||||
|
label="项目权限" |
||||||
|
align="center"> |
||||||
|
<template slot-scope="scope"> |
||||||
|
{{ permissionsKeys[scope.row.permissions] }} |
||||||
|
</template> |
||||||
|
</el-table-column> |
||||||
|
<el-table-column prop="founder" |
||||||
|
label="创建人" |
||||||
|
align="center"> |
||||||
|
<template slot-scope="scope"> |
||||||
|
{{ scope.row.founder ? '老师创建' : '系统内置' }} |
||||||
|
</template> |
||||||
|
</el-table-column> |
||||||
|
<el-table-column prop="createTime" |
||||||
|
label="创建时间" |
||||||
|
align="center"></el-table-column> |
||||||
|
<!-- <el-table-column label="操作" align="center"> |
||||||
<template slot-scope="scope"> |
<template slot-scope="scope"> |
||||||
<el-button type="text" @click="showProject(scope.row)">查看</el-button> |
<el-button type="text" @click="showProject(scope.row)">查看</el-button> |
||||||
</template> |
</template> |
||||||
</el-table-column> --> |
</el-table-column> --> |
||||||
</el-table> |
</el-table> |
||||||
<div class="pagination"> |
<div class="pagination"> |
||||||
<el-pagination |
<el-pagination background |
||||||
background |
:page-size="pageSize" |
||||||
:page-size="pageSize" |
@current-change="handleCurrentChange" |
||||||
@current-change="handleCurrentChange" |
layout="total,prev, pager, next" |
||||||
layout="total,prev, pager, next" |
:total="total"></el-pagination> |
||||||
:total="total" |
|
||||||
></el-pagination> |
|
||||||
</div> |
|
||||||
</el-card> |
|
||||||
|
|
||||||
<div style="text-align: center"> |
|
||||||
<el-button @click="back">返回</el-button> |
|
||||||
<el-button type="primary" @click="save">保存</el-button> |
|
||||||
</div> |
</div> |
||||||
|
</el-card> |
||||||
|
|
||||||
|
<div style="text-align: center"> |
||||||
|
<el-button @click="back">返回</el-button> |
||||||
|
<el-button type="primary" |
||||||
|
@click="save">保存</el-button> |
||||||
</div> |
</div> |
||||||
|
</div> |
||||||
</template> |
</template> |
||||||
|
|
||||||
<script> |
<script> |
||||||
import util from "@/libs/util"; |
import util from "@/libs/util"; |
||||||
import { Loading } from 'element-ui' |
import { Loading } from 'element-ui' |
||||||
export default { |
export default { |
||||||
props: ['form', 'step1'], |
props: ['form', 'step1'], |
||||||
data() { |
data () { |
||||||
return { |
return { |
||||||
loadIns: null, |
loadIns: null, |
||||||
curriculumList: [], |
curriculumList: [], |
||||||
keyword: '', |
keyword: '', |
||||||
projects: [], |
projects: [], |
||||||
page: 1, |
page: 1, |
||||||
pageSize: 5, |
pageSize: 5, |
||||||
total: 0, |
total: 0, |
||||||
sysId: '', |
sysId: '', |
||||||
permissionsKeys: ['练习', '考核', '竞赛'], |
permissionsKeys: ['练习', '考核', '竞赛'], |
||||||
timeInvalid: false |
timeInvalid: false |
||||||
}; |
}; |
||||||
|
}, |
||||||
|
watch: { |
||||||
|
// 监听信息是否有更改,有的话页面离开的时候要询问是否要保存 |
||||||
|
form: { |
||||||
|
handler () { |
||||||
|
this.updateTime++ |
||||||
|
}, |
||||||
|
deep: true |
||||||
}, |
}, |
||||||
watch: { |
keyword: function (val) { |
||||||
// 监听信息是否有更改,有的话页面离开的时候要询问是否要保存 |
clearTimeout(this.searchTimer); |
||||||
form: { |
this.searchTimer = setTimeout(() => { |
||||||
handler(){ |
this.initData(); |
||||||
this.updateTime++ |
}, 500); |
||||||
}, |
} |
||||||
deep:true |
}, |
||||||
}, |
mounted () { |
||||||
keyword: function(val) { |
this.getCourse() |
||||||
clearTimeout(this.searchTimer); |
}, |
||||||
this.searchTimer = setTimeout(() => { |
methods: { |
||||||
this.initData(); |
// 获取课程 |
||||||
}, 500); |
getCourse () { |
||||||
} |
this.loadIns = Loading.service() |
||||||
|
this.$post(this.api.listOfGoods, { |
||||||
|
hotTag: 1, |
||||||
|
isShelves: 0, |
||||||
|
sort: 0, |
||||||
|
pageNum: 1, |
||||||
|
pageSize: 1000 |
||||||
|
}).then(({ page }) => { |
||||||
|
const list = page.records |
||||||
|
this.curriculumList = list |
||||||
|
if (!this.form.cid && list.length) this.form.cid = list[0].associatedProduct |
||||||
|
this.courseChange() |
||||||
|
}).catch(err => { |
||||||
|
this.loadIns.close() |
||||||
|
}); |
||||||
}, |
}, |
||||||
mounted() { |
// 课程选择回调 |
||||||
this.getCourse() |
courseChange (val) { |
||||||
|
const { systemId } = this.curriculumList.find(e => e.cid == this.form.cid) |
||||||
|
this.sysId = systemId |
||||||
|
if (val) this.loadIns = Loading.service() |
||||||
|
this.getProject() |
||||||
}, |
}, |
||||||
methods: { |
// 查询项目 |
||||||
// 获取课程 |
getProject () { |
||||||
getCourse() { |
this.$post(this.api.getProjectAssessmentByCompetition, { |
||||||
this.loadIns = Loading.service() |
pageNum: this.page, |
||||||
this.$get(this.api.curriculumList).then(({ data }) => { |
pageSize: this.pageSize, |
||||||
const list = data |
cid: this.form.cid, |
||||||
this.curriculumList = data |
projectName: this.keyword, |
||||||
if (!this.form.cid && list.length) this.form.cid = list[0].cid |
systemId: this.sysId, |
||||||
this.courseChange() |
permissions: 2 |
||||||
}).catch(err => { |
}).then(({ data }) => { |
||||||
this.loadIns.close() |
this.projects = data.records |
||||||
}); |
this.total = data.total |
||||||
}, |
this.loadIns.close() |
||||||
// 课程选择回调 |
}).catch(err => { |
||||||
courseChange(val) { |
this.loadIns.close() |
||||||
const { systemId } = this.curriculumList.find(e => e.cid == this.form.cid) |
}); |
||||||
this.sysId = systemId |
}, |
||||||
if (val) this.loadIns = Loading.service() |
initData () { |
||||||
this.getProject() |
this.page = 1; |
||||||
}, |
this.getProject(); |
||||||
// 查询项目 |
}, |
||||||
getProject() { |
handleCurrentChange (val) { |
||||||
this.$post(this.api.getProjectAssessmentByCompetition, { |
this.page = val; |
||||||
pageNum: this.page, |
this.getProject(); |
||||||
pageSize: this.pageSize, |
}, |
||||||
cid: this.form.cid, |
// 自定义项目 |
||||||
projectName: this.keyword, |
toProject () { |
||||||
systemId: this.sysId, |
const { form, curStep } = this.$parent |
||||||
permissions: 2 |
form[curStep] = this.form |
||||||
}).then(({ data }) => { |
this.$store.commit('match/setCache', { |
||||||
this.projects = data.records |
form, |
||||||
this.total = data.total |
curStep |
||||||
this.loadIns.close() |
}) |
||||||
}).catch(err => { |
this.$parent.pass = 1 |
||||||
this.loadIns.close() |
this.$router.push(`/project/list?show=1`) |
||||||
}); |
}, |
||||||
}, |
// 时间选择回调 |
||||||
initData() { |
timeChange (val) { |
||||||
this.page = 1; |
if (val.length) { |
||||||
this.getProject(); |
const startTime = new Date(val[0]) |
||||||
}, |
const endTime = new Date(val[1]) |
||||||
handleCurrentChange(val) { |
const { playStartTime, playEndTime } = this.step1 |
||||||
this.page = val; |
if (startTime < new Date(playStartTime) || endTime > new Date(playEndTime)) { |
||||||
this.getProject(); |
this.timeInvalid = true |
||||||
}, |
return util.warningMsg('设置的阶段比赛时间必须要在第一步设置的竞赛时间范围内,请重新设置。') |
||||||
// 自定义项目 |
} |
||||||
toProject() { |
this.timeInvalid = false |
||||||
const { form, curStep } = this.$parent |
const { form, curStep } = this.$parent |
||||||
form[curStep] = this.form |
for (const i in form) { |
||||||
this.$store.commit('match/setCache', { |
// 判断其他阶段的时间跟当前选的时间是否重叠 |
||||||
form, |
if (i !== curStep) { |
||||||
curStep |
const time1 = new Date(form[i].startTime) |
||||||
}) |
const time2 = new Date(form[i].endTime) |
||||||
this.$router.push(`/project/list?show=1`) |
if ((startTime >= time1 && startTime <= time2) || (endTime >= time1 && endTime <= time2)) { |
||||||
}, |
util.warningMsg('请注意,所设置的时间与已设置的阶段时间重合。') |
||||||
// 时间选择回调 |
break |
||||||
timeChange(val) { |
|
||||||
if (val.length) { |
|
||||||
const startTime = new Date(val[0]) |
|
||||||
const endTime = new Date(val[1]) |
|
||||||
const { playStartTime, playEndTime } = this.step1 |
|
||||||
if (startTime < new Date(playStartTime) || endTime > new Date(playEndTime)) { |
|
||||||
this.timeInvalid = true |
|
||||||
return util.warningMsg('设置的阶段比赛时间必须要在第一步设置的竞赛时间范围内,请重新设置。') |
|
||||||
} |
|
||||||
this.timeInvalid = false |
|
||||||
const { form, curStep } = this.$parent |
|
||||||
for (const i in form) { |
|
||||||
// 判断其他阶段的时间跟当前选的时间是否重叠 |
|
||||||
if (i !== curStep) { |
|
||||||
const time1 = new Date(form[i].startTime) |
|
||||||
const time2 = new Date(form[i].endTime) |
|
||||||
if ((startTime >= time1 && startTime <= time2) || (endTime >= time1 && endTime <= time2)) { |
|
||||||
util.warningMsg('请注意,所设置的时间与已设置的阶段时间重合。') |
|
||||||
break |
|
||||||
} |
|
||||||
} |
} |
||||||
} |
} |
||||||
} |
} |
||||||
}, |
|
||||||
// 提交 |
|
||||||
save() { |
|
||||||
const { form } = this |
|
||||||
if (!form.time.length) return util.warningMsg('请选择比赛时间') |
|
||||||
const { playStartTime, playEndTime } = this.step1 |
|
||||||
if (new Date(form.time[0]) < new Date(playStartTime) || new Date(form.time[1]) > new Date(playEndTime)) return util.warningMsg('设置的阶段比赛时间必须要在第一步设置的竞赛时间范围内,请重新设置。') |
|
||||||
if (!form.cid) return util.warningMsg('请选择课程') |
|
||||||
if (!form.projectId) return util.warningMsg('请选择项目') |
|
||||||
const { systemId, systemName, projectName } = this.projects.find(e => e.projectId == form.projectId) |
|
||||||
if (systemId) form.systemId = systemId |
|
||||||
if (projectName) form.projectName = projectName |
|
||||||
if (systemName) form.systemName = systemName |
|
||||||
form.startTime = form.time[0] |
|
||||||
form.endTime = form.time[1] |
|
||||||
this.$emit('hideSet', this.form) |
|
||||||
}, |
|
||||||
// 返回 |
|
||||||
back() { |
|
||||||
this.$emit('hideSet') |
|
||||||
} |
} |
||||||
|
}, |
||||||
|
// 提交 |
||||||
|
save () { |
||||||
|
const { form } = this |
||||||
|
if (!form.time.length) return util.warningMsg('请选择比赛时间') |
||||||
|
const { playStartTime, playEndTime } = this.step1 |
||||||
|
if (new Date(form.time[0]) < new Date(playStartTime) || new Date(form.time[1]) > new Date(playEndTime)) return util.warningMsg('设置的阶段比赛时间必须要在第一步设置的竞赛时间范围内,请重新设置。') |
||||||
|
if (!form.cid) return util.warningMsg('请选择课程') |
||||||
|
if (!form.projectId) return util.warningMsg('请选择项目') |
||||||
|
const { systemId, systemName, projectName } = this.projects.find(e => e.projectId == form.projectId) |
||||||
|
if (systemId) form.systemId = systemId |
||||||
|
if (projectName) form.projectName = projectName |
||||||
|
if (systemName) form.systemName = systemName |
||||||
|
form.startTime = form.time[0] |
||||||
|
form.endTime = form.time[1] |
||||||
|
this.$emit('hideSet', this.form) |
||||||
|
}, |
||||||
|
// 返回 |
||||||
|
back () { |
||||||
|
this.$emit('hideSet') |
||||||
} |
} |
||||||
|
} |
||||||
}; |
}; |
||||||
</script> |
</script> |
||||||
|
|
||||||
<style scoped lang="scss"> |
<style scoped lang="scss"> |
||||||
|
|
||||||
</style> |
</style> |
@ -1,319 +1,355 @@ |
|||||||
<template> |
<template> |
||||||
<div> |
<div> |
||||||
<div v-show="!setVisible" class="page"> |
<div v-show="!setVisible" |
||||||
<div class="page-content"> |
class="page"> |
||||||
<div class="p-title">比赛内容设置</div> |
<div class="page-content"> |
||||||
<el-form label-width="170px" label-suffix=":" size="small" :disabled="!editing && id"> |
<div class="p-title">比赛内容设置</div> |
||||||
<div v-for="(item, i) in form" :key="i" class="step"> |
<el-form label-width="170px" |
||||||
<div class="title"> |
label-suffix=":" |
||||||
<span>{{ item.stageName }}(第{{ nums[i] }}阶段) | {{ methods.find(e => e.id === item.method).name }} </span> |
size="small" |
||||||
<el-button v-if="item.method !== 2" type="primary" @click="toSet(i)">设置</el-button> |
:disabled="!editing && id"> |
||||||
</div> |
<div v-for="(item, i) in form" |
||||||
<el-form-item class="req" prop="time" label="比赛时间"> |
:key="i" |
||||||
<span v-if="item.method !== 2 && item.startTime">{{ item.startTime + ' 至 ' + item.endTime }}</span> |
class="step"> |
||||||
<div style="display: flex;align-items: center;" v-if="item.method === 2"> |
<div class="title"> |
||||||
<el-date-picker |
<span>{{ item.stageName }}(第{{ nums[i] }}阶段) | {{ methods.find(e => e.id === item.method).name }} </span> |
||||||
v-model="item.time" |
<el-button v-if="item.method !== 2" |
||||||
type="datetimerange" |
type="primary" |
||||||
range-separator="~" |
@click="toSet(i)">设置</el-button> |
||||||
start-placeholder="开始日期" |
</div> |
||||||
end-placeholder="结束日期" |
<el-form-item class="req" |
||||||
format="yyyy-MM-dd HH:mm:ss" |
prop="time" |
||||||
value-format="yyyy-MM-dd HH:mm:ss" |
label="比赛时间"> |
||||||
@change="timeChange"> |
<span v-if="item.method !== 2 && item.startTime">{{ item.startTime + ' 至 ' + item.endTime }}</span> |
||||||
</el-date-picker> |
<div style="display: flex;align-items: center;" |
||||||
<el-alert |
v-if="item.method === 2"> |
||||||
style="width: auto;padding: 0px 16px;margin-left: 10px;" |
<el-date-picker v-model="item.time" |
||||||
:title="'(请设置在 ' + step1.playStartTime + ' ~ ' + step1.playEndTime + '间)'" |
type="datetimerange" |
||||||
type="error" |
range-separator="~" |
||||||
:closable="false" |
start-placeholder="开始日期" |
||||||
effect="dark"> |
end-placeholder="结束日期" |
||||||
</el-alert> |
format="yyyy-MM-dd HH:mm:ss" |
||||||
</div> |
value-format="yyyy-MM-dd HH:mm:ss" |
||||||
</el-form-item> |
@change="timeChange"> |
||||||
<template v-if="item.method === 2"> |
</el-date-picker> |
||||||
<el-form-item class="req" label="比赛地点"> |
<el-alert style="width: auto;padding: 0px 16px;margin-left: 10px;" |
||||||
<el-input v-model="item.offlineAddress" style="width: 80%"></el-input> |
:title="'(请设置在 ' + step1.playStartTime + ' ~ ' + step1.playEndTime + '间)'" |
||||||
</el-form-item> |
type="error" |
||||||
<el-form-item class="req" label="比赛内容"> |
:closable="false" |
||||||
<el-input v-model="item.contentDescription" type="textarea" style="width: 80%"></el-input> |
effect="dark"> |
||||||
</el-form-item> |
</el-alert> |
||||||
<el-form-item class="req" label="评分规则"> |
|
||||||
<el-input v-model="item.scoreRule" type="textarea" style="width: 80%"></el-input> |
|
||||||
</el-form-item> |
|
||||||
</template> |
|
||||||
<template v-else> |
|
||||||
<el-form-item class="req" prop="cid" label="课程系统"> |
|
||||||
{{ item.systemName }} |
|
||||||
</el-form-item> |
|
||||||
<el-form-item class="req" prop="assessmentId" label="已选择考核"> |
|
||||||
{{ item.projectName }} |
|
||||||
</el-form-item> |
|
||||||
<el-form-item class="req" prop="resultAnnouncementTime" label="比赛地点"> |
|
||||||
<div class="line"> |
|
||||||
<el-checkbox v-model="item.onlineButton">线上</el-checkbox> |
|
||||||
<el-input v-model="item.onlineAddress" clearable placeholder="请输入比赛网址" :disabled="!item.onlineButton" style="width: 400px;margin-left: 10px"></el-input> |
|
||||||
</div> |
|
||||||
<div class="line"> |
|
||||||
<el-checkbox v-model="item.offlineButton">线下</el-checkbox> |
|
||||||
<el-input v-model="item.offlineAddress" clearable placeholder="请输入地址" :disabled="!item.offlineButton" style="width: 400px;margin-left: 10px"></el-input> |
|
||||||
</div> |
|
||||||
</el-form-item> |
|
||||||
</template> |
|
||||||
</div> |
</div> |
||||||
</el-form> |
</el-form-item> |
||||||
|
<template v-if="item.method === 2"> |
||||||
|
<el-form-item class="req" |
||||||
|
label="比赛地点"> |
||||||
|
<el-input v-model="item.offlineAddress" |
||||||
|
style="width: 80%"></el-input> |
||||||
|
</el-form-item> |
||||||
|
<el-form-item class="req" |
||||||
|
label="比赛内容"> |
||||||
|
<el-input v-model="item.contentDescription" |
||||||
|
type="textarea" |
||||||
|
style="width: 80%"></el-input> |
||||||
|
</el-form-item> |
||||||
|
<el-form-item class="req" |
||||||
|
label="评分规则"> |
||||||
|
<el-input v-model="item.scoreRule" |
||||||
|
type="textarea" |
||||||
|
style="width: 80%"></el-input> |
||||||
|
</el-form-item> |
||||||
|
</template> |
||||||
|
<template v-else> |
||||||
|
<el-form-item class="req" |
||||||
|
prop="cid" |
||||||
|
label="课程系统"> |
||||||
|
{{ item.systemName }} |
||||||
|
</el-form-item> |
||||||
|
<el-form-item class="req" |
||||||
|
prop="assessmentId" |
||||||
|
label="已选择考核"> |
||||||
|
{{ item.projectName }} |
||||||
|
</el-form-item> |
||||||
|
<el-form-item class="req" |
||||||
|
prop="resultAnnouncementTime" |
||||||
|
label="比赛地点"> |
||||||
|
<div class="line"> |
||||||
|
<el-checkbox v-model="item.onlineButton">线上</el-checkbox> |
||||||
|
<el-input v-model="item.onlineAddress" |
||||||
|
clearable |
||||||
|
placeholder="请输入比赛网址" |
||||||
|
:disabled="!item.onlineButton" |
||||||
|
style="width: 400px;margin-left: 10px"></el-input> |
||||||
|
</div> |
||||||
|
<div class="line"> |
||||||
|
<el-checkbox v-model="item.offlineButton">线下</el-checkbox> |
||||||
|
<el-input v-model="item.offlineAddress" |
||||||
|
clearable |
||||||
|
placeholder="请输入地址" |
||||||
|
:disabled="!item.offlineButton" |
||||||
|
style="width: 400px;margin-left: 10px"></el-input> |
||||||
|
</div> |
||||||
|
</el-form-item> |
||||||
|
</template> |
||||||
</div> |
</div> |
||||||
</div> |
</el-form> |
||||||
|
</div> |
||||||
<set v-if="setVisible" :form.sync="form[curStep]" :step1.sync="step1" @hideSet="hideSet" /> |
|
||||||
</div> |
</div> |
||||||
|
|
||||||
|
<set v-if="setVisible" |
||||||
|
:form.sync="form[curStep]" |
||||||
|
:step1.sync="step1" |
||||||
|
@hideSet="hideSet" /> |
||||||
|
</div> |
||||||
</template> |
</template> |
||||||
|
|
||||||
<script> |
<script> |
||||||
import util from "@/libs/util"; |
import util from "@/libs/util"; |
||||||
import set from './set' |
import set from './set' |
||||||
export default { |
export default { |
||||||
props: ['setupId', 'competitionId', 'editing'], |
props: ['setupId', 'competitionId', 'editing'], |
||||||
data() { |
data () { |
||||||
return { |
return { |
||||||
id: this.$route.query.id, |
id: this.$route.query.id, |
||||||
updateTime: 0, |
updateTime: 0, |
||||||
step1: this.$parent.$refs.step1.form, |
step1: this.$parent.$refs.step1.form, |
||||||
cache: this.$store.state.match.cache, |
cache: this.$store.state.match.cache, |
||||||
nums: ['一', '二', '三'], |
nums: ['一', '二', '三'], |
||||||
methods: [ |
methods: [ |
||||||
{ |
{ |
||||||
id: 0, |
id: 0, |
||||||
name: '实操' |
name: '实操' |
||||||
}, |
|
||||||
{ |
|
||||||
id: 1, |
|
||||||
name: '理论' |
|
||||||
}, |
|
||||||
{ |
|
||||||
id: 2, |
|
||||||
name: '线下' |
|
||||||
} |
|
||||||
], |
|
||||||
originForm: { |
|
||||||
cid: '', |
|
||||||
contentDescription: '', |
|
||||||
endTime: '', |
|
||||||
scoreRule: '', |
|
||||||
stageId: '', |
|
||||||
startTime: '', |
|
||||||
systemId: '', |
|
||||||
offlineAddress: '', |
|
||||||
offlineButton: 0, |
|
||||||
onlineAddress: '', |
|
||||||
onlineButton: 0, |
|
||||||
time: [] |
|
||||||
}, |
|
||||||
form: [], |
|
||||||
setVisible: false, |
|
||||||
curStep: 0, |
|
||||||
}; |
|
||||||
}, |
|
||||||
components: { |
|
||||||
set |
|
||||||
}, |
|
||||||
watch: { |
|
||||||
// 监听信息是否有更改,有的话页面离开的时候要询问是否要保存 |
|
||||||
form: { |
|
||||||
handler(){ |
|
||||||
this.updateTime++ |
|
||||||
}, |
}, |
||||||
deep:true |
{ |
||||||
}, |
id: 1, |
||||||
}, |
name: '理论' |
||||||
mounted() { |
}, |
||||||
this.handleForm() |
{ |
||||||
}, |
id: 2, |
||||||
methods: { |
name: '线下' |
||||||
// 如果是从自定义项目入口进去后返回的,要恢复上次的阶段和数据 |
|
||||||
resumeData() { |
|
||||||
if (this.cache) { |
|
||||||
this.curStep = this.cache.curStep |
|
||||||
if (this.cache.form) this.form = this.cache.form |
|
||||||
this.setVisible = true |
|
||||||
this.$store.commit('match/setCache', null) |
|
||||||
} |
} |
||||||
|
], |
||||||
|
originForm: { |
||||||
|
cid: '', |
||||||
|
mallId: '', |
||||||
|
contentDescription: '', |
||||||
|
endTime: '', |
||||||
|
scoreRule: '', |
||||||
|
stageId: '', |
||||||
|
startTime: '', |
||||||
|
systemId: '', |
||||||
|
offlineAddress: '', |
||||||
|
offlineButton: 0, |
||||||
|
onlineAddress: '', |
||||||
|
onlineButton: 0, |
||||||
|
time: [] |
||||||
}, |
}, |
||||||
// 处理form |
form: [], |
||||||
handleForm() { |
setVisible: false, |
||||||
// 根据赛事id查询赛事规则 |
curStep: 0, |
||||||
this.$post(`${this.api.queryCompetitionStageBySetupId}?setupId=${this.setupId}`).then(res => { |
pass: 0 |
||||||
res.competitionStages.map(e => { |
}; |
||||||
const form = e.competitionContent || JSON.parse(JSON.stringify(this.originForm)) |
}, |
||||||
if (form.startTime) { |
components: { |
||||||
form.time = [form.startTime, form.endTime] |
set |
||||||
} else { |
}, |
||||||
form.time = [] |
watch: { |
||||||
} |
// 监听信息是否有更改,有的话页面离开的时候要询问是否要保存 |
||||||
form.offlineButton = !!form.offlineButton |
form: { |
||||||
form.onlineButton = !!form.onlineButton |
handler () { |
||||||
form.method = e.method |
this.updateTime++ |
||||||
form.stageId = e.stageId |
|
||||||
form.stageName = e.stageName |
|
||||||
this.form.push(form) |
|
||||||
}) |
|
||||||
this.resumeData() |
|
||||||
this.$nextTick(() => { |
|
||||||
this.updateTime = 0 |
|
||||||
}) |
|
||||||
}).catch(res => {}) |
|
||||||
}, |
}, |
||||||
// 显示设置页面 |
deep: true |
||||||
toSet(i) { |
}, |
||||||
this.curStep = i |
}, |
||||||
this.$parent.showBtns = false |
mounted () { |
||||||
|
this.handleForm() |
||||||
|
}, |
||||||
|
methods: { |
||||||
|
// 如果是从自定义项目入口进去后返回的,要恢复上次的阶段和数据 |
||||||
|
resumeData () { |
||||||
|
if (this.cache) { |
||||||
|
this.curStep = this.cache.curStep |
||||||
|
if (this.cache.form) this.form = this.cache.form |
||||||
this.setVisible = true |
this.setVisible = true |
||||||
}, |
this.$store.commit('match/setCache', null) |
||||||
// 隐藏设置 |
} |
||||||
hideSet(form) { |
}, |
||||||
if (form) this.form[this.curStep] = form |
// 处理form |
||||||
this.setVisible = false |
handleForm () { |
||||||
this.$parent.showBtns = true |
// 根据赛事id查询赛事规则 |
||||||
}, |
this.$post(`${this.api.queryCompetitionStageBySetupId}?setupId=${this.setupId}`).then(res => { |
||||||
// 时间选择回调 |
res.competitionStages.map(e => { |
||||||
timeChange(val) { |
const form = e.competitionContent || JSON.parse(JSON.stringify(this.originForm)) |
||||||
if (val.length) { |
if (form.startTime) { |
||||||
const startTime = new Date(val[0]) |
form.time = [form.startTime, form.endTime] |
||||||
const endTime = new Date(val[1]) |
} else { |
||||||
const { playStartTime, playEndTime } = this.step1 |
form.time = [] |
||||||
if (startTime < new Date(playStartTime) || endTime > new Date(playEndTime)) return util.warningMsg('设置的阶段比赛时间必须要在第一步设置的竞赛时间范围内,请重新设置。') |
} |
||||||
const { form, curStep } = this |
form.offlineButton = !!form.offlineButton |
||||||
for (const i in form) { |
form.onlineButton = !!form.onlineButton |
||||||
// 判断其他阶段的时间跟当前选的时间是否重叠 |
form.method = e.method |
||||||
if (i !== curStep) { |
form.stageId = e.stageId |
||||||
const time1 = new Date(form[i].startTime) |
form.stageName = e.stageName |
||||||
const time2 = new Date(form[i].endTime) |
this.form.push(form) |
||||||
if ((startTime >= time1 && startTime <= time2) || (endTime >= time1 && endTime <= time2)) { |
}) |
||||||
util.warningMsg('请注意,所设置的时间与已设置的阶段时间重合。') |
this.resumeData() |
||||||
break |
this.$nextTick(() => { |
||||||
} |
this.updateTime = 0 |
||||||
|
}) |
||||||
|
}).catch(res => { }) |
||||||
|
}, |
||||||
|
// 显示设置页面 |
||||||
|
toSet (i) { |
||||||
|
this.curStep = i |
||||||
|
this.$parent.showBtns = false |
||||||
|
this.setVisible = true |
||||||
|
}, |
||||||
|
// 隐藏设置 |
||||||
|
hideSet (form) { |
||||||
|
if (form) this.form[this.curStep] = form |
||||||
|
this.setVisible = false |
||||||
|
this.$parent.showBtns = true |
||||||
|
}, |
||||||
|
// 时间选择回调 |
||||||
|
timeChange (val) { |
||||||
|
if (val.length) { |
||||||
|
const startTime = new Date(val[0]) |
||||||
|
const endTime = new Date(val[1]) |
||||||
|
const { playStartTime, playEndTime } = this.step1 |
||||||
|
if (startTime < new Date(playStartTime) || endTime > new Date(playEndTime)) return util.warningMsg('设置的阶段比赛时间必须要在第一步设置的竞赛时间范围内,请重新设置。') |
||||||
|
const { form, curStep } = this |
||||||
|
for (const i in form) { |
||||||
|
// 判断其他阶段的时间跟当前选的时间是否重叠 |
||||||
|
if (i !== curStep) { |
||||||
|
const time1 = new Date(form[i].startTime) |
||||||
|
const time2 = new Date(form[i].endTime) |
||||||
|
if ((startTime >= time1 && startTime <= time2) || (endTime >= time1 && endTime <= time2)) { |
||||||
|
util.warningMsg('请注意,所设置的时间与已设置的阶段时间重合。') |
||||||
|
break |
||||||
} |
} |
||||||
} |
} |
||||||
} |
} |
||||||
}, |
} |
||||||
// 发布赛事 |
}, |
||||||
publish() { |
// 发布赛事 |
||||||
this.competitionId && this.$post(`${this.api.publishCompetition}?competitionId=${this.competitionId}&publishStatus=1`).then(res => {}).catch(err => {}) |
publish () { |
||||||
}, |
this.competitionId && this.$post(`${this.api.publishCompetition}?competitionId=${this.competitionId}&publishStatus=1`).then(res => { }).catch(err => { }) |
||||||
// 提交 |
}, |
||||||
save(status, next = 0,releaseType,cb) { |
// 提交 |
||||||
const { form } = this |
save (status, next = 0, releaseType, cb) { |
||||||
if (!form.length) { |
const { form } = this |
||||||
this.$parent.hideLoad() |
if (!form.length) { |
||||||
util.successMsg('保存成功') |
this.$parent.hideLoad() |
||||||
this.$emit('next', next) |
util.successMsg('保存成功') |
||||||
return |
this.$emit('next', next) |
||||||
} |
return |
||||||
// 发布才需要判断必填 |
} |
||||||
if (status) { |
// 发布才需要判断必填 |
||||||
let invalid = 0 |
if (status) { |
||||||
const { playStartTime, playEndTime } = this.step1 |
let invalid = 0 |
||||||
for (const e of form) { |
const { playStartTime, playEndTime } = this.step1 |
||||||
if (!e.time.length) { |
for (const e of form) { |
||||||
|
if (!e.time.length) { |
||||||
|
invalid = 1 |
||||||
|
util.errorMsg('请选择比赛时间') |
||||||
|
break |
||||||
|
} |
||||||
|
if (new Date(e.time[0]) < new Date(playStartTime) || new Date(e.time[1]) > new Date(playEndTime)) { |
||||||
|
invalid = 1 |
||||||
|
util.errorMsg('设置的阶段比赛时间必须要在第一步设置的竞赛时间范围内,请重新设置。') |
||||||
|
break |
||||||
|
} |
||||||
|
e.startTime = e.time[0] |
||||||
|
e.endTime = e.time[1] |
||||||
|
if (e.method !== 2 && !e.cid) { |
||||||
|
invalid = 1 |
||||||
|
util.errorMsg('请选择课程') |
||||||
|
break |
||||||
|
} |
||||||
|
if (e.method === 2) { // 线下 |
||||||
|
if (!e.offlineAddress) { |
||||||
|
invalid = 1 |
||||||
|
util.errorMsg('请输入比赛地点') |
||||||
|
break |
||||||
|
} |
||||||
|
if (!e.contentDescription) { |
||||||
invalid = 1 |
invalid = 1 |
||||||
util.errorMsg('请选择比赛时间') |
util.errorMsg('请输入比赛内容') |
||||||
break |
break |
||||||
} |
} |
||||||
if (new Date(e.time[0]) < new Date(playStartTime) || new Date(e.time[1]) > new Date(playEndTime)) { |
if (!e.scoreRule) { |
||||||
invalid = 1 |
invalid = 1 |
||||||
util.errorMsg('设置的阶段比赛时间必须要在第一步设置的竞赛时间范围内,请重新设置。') |
util.errorMsg('请输入评分规则') |
||||||
break |
break |
||||||
} |
} |
||||||
e.startTime = e.time[0] |
} else { |
||||||
e.endTime = e.time[1] |
if (e.onlineButton && !e.onlineAddress) { |
||||||
if (e.method !== 2 && !e.cid) { |
|
||||||
invalid = 1 |
invalid = 1 |
||||||
util.errorMsg('请选择课程') |
util.errorMsg('请输入线上地点') |
||||||
break |
break |
||||||
} |
} |
||||||
if (e.method === 2) { // 线下 |
if (e.offlineButton && !e.offlineAddress) { |
||||||
if (!e.offlineAddress) { |
invalid = 1 |
||||||
invalid = 1 |
util.errorMsg('请输入线下地点') |
||||||
util.errorMsg('请输入比赛地点') |
break |
||||||
break |
} |
||||||
} |
if (!e.onlineAddress && !e.offlineAddress) { |
||||||
if (!e.contentDescription) { |
invalid = 1 |
||||||
invalid = 1 |
util.errorMsg('请输入比赛地点') |
||||||
util.errorMsg('请输入比赛内容') |
break |
||||||
break |
|
||||||
} |
|
||||||
if (!e.scoreRule) { |
|
||||||
invalid = 1 |
|
||||||
util.errorMsg('请输入评分规则') |
|
||||||
break |
|
||||||
} |
|
||||||
} else { |
|
||||||
if (e.onlineButton && !e.onlineAddress) { |
|
||||||
invalid = 1 |
|
||||||
util.errorMsg('请输入线上地点') |
|
||||||
break |
|
||||||
} |
|
||||||
if (e.offlineButton && !e.offlineAddress) { |
|
||||||
invalid = 1 |
|
||||||
util.errorMsg('请输入线下地点') |
|
||||||
break |
|
||||||
} |
|
||||||
if (!e.onlineAddress && !e.offlineAddress) { |
|
||||||
invalid = 1 |
|
||||||
util.errorMsg('请输入比赛地点') |
|
||||||
break |
|
||||||
} |
|
||||||
} |
} |
||||||
} |
} |
||||||
if (invalid) return |
|
||||||
} |
} |
||||||
// 处理单选框 |
if (invalid) return |
||||||
for (const e of form) { |
} |
||||||
e.offlineButton = e.offlineButton ? 1 : 0 |
// 处理单选框 |
||||||
e.onlineButton = e.onlineButton ? 1 : 0 |
for (const e of form) { |
||||||
} |
e.offlineButton = e.offlineButton ? 1 : 0 |
||||||
this.$parent.showLoad() |
e.onlineButton = e.onlineButton ? 1 : 0 |
||||||
this.$post(this.api[form[0].contentId ? 'editCompetitionContent' : 'addCompetitionContent'], { |
} |
||||||
competitionContents: form |
this.$parent.showLoad() |
||||||
}).then(res => { |
this.$post(this.api[form[0].contentId ? 'editCompetitionContent' : 'addCompetitionContent'], { |
||||||
this.$parent.hideLoad() |
competitionContents: form |
||||||
// 新增赛事,并且点的是发布按钮,则发布该赛事 |
}).then(res => { |
||||||
status && this.publish(status) |
this.$parent.hideLoad() |
||||||
util.successMsg((status ? '发布' : '保存') + '成功') |
// 新增赛事,并且点的是发布按钮,则发布该赛事 |
||||||
this.$emit('next', next,cb) |
status && this.publish(status) |
||||||
}).catch(err => { |
util.successMsg((status ? '发布' : '保存') + '成功') |
||||||
this.$parent.hideLoad() |
this.$emit('next', next, cb) |
||||||
}) |
}).catch(err => { |
||||||
}, |
this.$parent.hideLoad() |
||||||
} |
}) |
||||||
|
}, |
||||||
|
} |
||||||
}; |
}; |
||||||
</script> |
</script> |
||||||
|
|
||||||
<style scoped lang="scss"> |
<style scoped lang="scss"> |
||||||
.step { |
.step { |
||||||
padding-bottom: 10px; |
padding-bottom: 10px; |
||||||
background-color: #f9f9f9; |
background-color: #f9f9f9; |
||||||
.title { |
.title { |
||||||
display: flex; |
display: flex; |
||||||
justify-content: space-between; |
justify-content: space-between; |
||||||
align-items: center; |
align-items: center; |
||||||
padding: 10px 15px; |
padding: 10px 15px; |
||||||
margin-bottom: 10px; |
margin-bottom: 10px; |
||||||
background-color: #ededed; |
background-color: #ededed; |
||||||
} |
} |
||||||
} |
} |
||||||
.line { |
.line { |
||||||
margin-bottom: 10px; |
margin-bottom: 10px; |
||||||
} |
} |
||||||
/deep/.req { |
/deep/.req { |
||||||
.el-form-item__label { |
.el-form-item__label { |
||||||
&:before { |
&:before { |
||||||
content: '*'; |
content: '*'; |
||||||
margin-right: 5px; |
margin-right: 5px; |
||||||
font-size: 18px; |
font-size: 18px; |
||||||
vertical-align: middle; |
vertical-align: middle; |
||||||
color: #f00; |
color: #f00; |
||||||
|
} |
||||||
} |
} |
||||||
} |
|
||||||
} |
} |
||||||
</style> |
</style> |
Loading…
Reference in new issue