|
@@ -9,10 +9,11 @@
|
|
<div>
|
|
<div>
|
|
<div style="width: 100%;">
|
|
<div style="width: 100%;">
|
|
<div class="course_input_box">
|
|
<div class="course_input_box">
|
|
- <div class="bb_courseIcon"><img src="../../../../../assets/icon/new/course.png" />
|
|
|
|
|
|
+ <div class="bb_courseIcon"><img
|
|
|
|
+ src="../../../../../assets/icon/new/course.png" />
|
|
</div>
|
|
</div>
|
|
- <input @input="titleChange" type="text" placeholder="请输入表单名称" class="binfo_input"
|
|
|
|
- v-model="courseName"
|
|
|
|
|
|
+ <input @input="titleChange" type="text" placeholder="请输入表单名称"
|
|
|
|
+ class="binfo_input" v-model="courseName"
|
|
style="border: 1.5px solid rgb(202, 209, 220);margin: 0px 10px 0px 0px;border-radius: 5px;font-weight: 600;padding: 12px 14px 12px 71px;" />
|
|
style="border: 1.5px solid rgb(202, 209, 220);margin: 0px 10px 0px 0px;border-radius: 5px;font-weight: 600;padding: 12px 14px 12px 71px;" />
|
|
<el-switch v-model="isTeacherSee" active-text="允许回答后查看正确答案"
|
|
<el-switch v-model="isTeacherSee" active-text="允许回答后查看正确答案"
|
|
style="justify-content: center;" @change="seeChange"></el-switch>
|
|
style="justify-content: center;" @change="seeChange"></el-switch>
|
|
@@ -52,7 +53,8 @@
|
|
<div class="all_choose" v-for="(item, index) in CourseType[0]" :key="index"
|
|
<div class="all_choose" v-for="(item, index) in CourseType[0]" :key="index"
|
|
@change="typeChange">
|
|
@change="typeChange">
|
|
<span v-if="CourseTypeJson[item.id].length > 0">{{ item.name }}:</span>
|
|
<span v-if="CourseTypeJson[item.id].length > 0">{{ item.name }}:</span>
|
|
- <el-checkbox-group v-model="courseTypeId" v-if="CourseTypeJson[item.id].length > 0">
|
|
|
|
|
|
+ <el-checkbox-group v-model="courseTypeId"
|
|
|
|
+ v-if="CourseTypeJson[item.id].length > 0">
|
|
<el-checkbox v-for="item1 in CourseTypeJson[item.id]" :key="item1.id"
|
|
<el-checkbox v-for="item1 in CourseTypeJson[item.id]" :key="item1.id"
|
|
:label="item1.id">{{
|
|
:label="item1.id">{{
|
|
item1.name }}</el-checkbox>
|
|
item1.name }}</el-checkbox>
|
|
@@ -60,6 +62,19 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="whiteBg" style="border-radius: 0; margin-top: 0px;margin-bottom: 10px;" v-if="teaType.length">
|
|
|
|
+ <div class="c_info_title" style="padding: 0 0 15px;margin: 0 auto 0 0;">设置填写范围
|
|
|
|
+ <span style="font-weight: 500; color: #7F7979E5;">(符合以下所有条件的教师)</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="typeBox" v-for="item in teaType" :key="item.id" style="margin: 0 0 10px">
|
|
|
|
+ <span>{{ item.name + ":" }}</span>
|
|
|
|
+ <el-select v-model="item.value" :placeholder="'请选择' + item.name"
|
|
|
|
+ @change="Ochange">
|
|
|
|
+ <el-option v-for="i in item.child" :key="i.id" :label="i.name" :value="i.id">
|
|
|
|
+ </el-option>
|
|
|
|
+ </el-select>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
<div class="whiteBg" style="border-radius: 0; margin-top: 0px">
|
|
<div class="whiteBg" style="border-radius: 0; margin-top: 0px">
|
|
<div class="c_info_title" style="padding: 0 0 15px;margin: 0 auto 0 0;">表单描述</div>
|
|
<div class="c_info_title" style="padding: 0 0 15px;margin: 0 auto 0 0;">表单描述</div>
|
|
<div style="width: 100%;box-sizing: border-box;">
|
|
<div style="width: 100%;box-sizing: border-box;">
|
|
@@ -74,12 +89,12 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="e_btn" style="display: flex;justify-content: center;margin-top: 10px;" v-show="oid == 'd67940a5-510c-40ea-9c9a-2631ab03013a'">
|
|
|
|
- <el-button type="primary" size="mini" @click="nextSteps()"
|
|
|
|
- >下一步</el-button
|
|
|
|
- >
|
|
|
|
|
|
+ <div class="e_btn" style="display: flex;justify-content: center;margin-top: 10px;"
|
|
|
|
+ v-show="oid == 'd67940a5-510c-40ea-9c9a-2631ab03013a'">
|
|
|
|
+ <el-button type="primary" size="mini" @click="nextSteps()">下一步</el-button>
|
|
</div>
|
|
</div>
|
|
- <div class="whiteBg" style="background:#fff;margin: 10px 0;min-height: 300px;" v-show="oid != 'd67940a5-510c-40ea-9c9a-2631ab03013a'">
|
|
|
|
|
|
+ <div class="whiteBg" style="background:#fff;margin: 10px 0;min-height: 300px;"
|
|
|
|
+ v-show="oid != 'd67940a5-510c-40ea-9c9a-2631ab03013a'">
|
|
<div class="whiteBg" style="border-radius: 0">
|
|
<div class="whiteBg" style="border-radius: 0">
|
|
<div class="c_info_title">创建表单内容</div>
|
|
<div class="c_info_title">创建表单内容</div>
|
|
<div class="c_info_box">
|
|
<div class="c_info_box">
|
|
@@ -94,7 +109,8 @@
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="c_info_tab_box">
|
|
<div class="c_info_tab_box">
|
|
- <manualCreate v-if="type == 2" :manualJson.sync="manualJson" @nextSteps="nextSteps"></manualCreate>
|
|
|
|
|
|
+ <manualCreate v-if="type == 2" :manualJson.sync="manualJson" @nextSteps="nextSteps">
|
|
|
|
+ </manualCreate>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -168,6 +184,9 @@ export default {
|
|
},
|
|
},
|
|
juriList: {
|
|
juriList: {
|
|
type: Array
|
|
type: Array
|
|
|
|
+ },
|
|
|
|
+ typeInfo: {
|
|
|
|
+ type: Array
|
|
}
|
|
}
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
@@ -195,7 +214,8 @@ export default {
|
|
checkList2: [],
|
|
checkList2: [],
|
|
juriDialog: false,
|
|
juriDialog: false,
|
|
checkAll: false,
|
|
checkAll: false,
|
|
- ischeckAll: false
|
|
|
|
|
|
+ ischeckAll: false,
|
|
|
|
+ teaType: []
|
|
}
|
|
}
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
@@ -208,13 +228,13 @@ export default {
|
|
for (var i = 0; i < this.classJuri.length; i++) {
|
|
for (var i = 0; i < this.classJuri.length; i++) {
|
|
_people2.push(this.classJuri[i].id);
|
|
_people2.push(this.classJuri[i].id);
|
|
}
|
|
}
|
|
- for(var i = 0; i < clist.length; i++){
|
|
|
|
- if(_people2.indexOf(clist[i]) !== -1){
|
|
|
|
|
|
+ for (var i = 0; i < clist.length; i++) {
|
|
|
|
+ if (_people2.indexOf(clist[i]) !== -1) {
|
|
_people3.push(clist[i]);
|
|
_people3.push(clist[i]);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
for (var i = 0; i < this.classJuri.length; i++) {
|
|
for (var i = 0; i < this.classJuri.length; i++) {
|
|
- if(_people3.indexOf(this.classJuri[i].id) !== -1){
|
|
|
|
|
|
+ if (_people3.indexOf(this.classJuri[i].id) !== -1) {
|
|
_people.push(this.classJuri[i].name);
|
|
_people.push(this.classJuri[i].name);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -239,6 +259,10 @@ export default {
|
|
},
|
|
},
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ Ochange() {
|
|
|
|
+ this.$forceUpdate()
|
|
|
|
+ this.$emit("update:typeInfo", this.teaType)
|
|
|
|
+ },
|
|
handleClose(done) {
|
|
handleClose(done) {
|
|
done();
|
|
done();
|
|
},
|
|
},
|
|
@@ -370,7 +394,7 @@ export default {
|
|
this.ajax
|
|
this.ajax
|
|
.get(this.$store.state.api + "selectTeacherOfficeBySchool", params)
|
|
.get(this.$store.state.api + "selectTeacherOfficeBySchool", params)
|
|
.then((res) => {
|
|
.then((res) => {
|
|
- this.classJuri = res.data[0].filter((item) => {return item.parentid == '6'});
|
|
|
|
|
|
+ this.classJuri = res.data[0].filter((item) => { return item.parentid == '6' });
|
|
})
|
|
})
|
|
.catch((err) => {
|
|
.catch((err) => {
|
|
this.isLoading = false;
|
|
this.isLoading = false;
|
|
@@ -380,11 +404,11 @@ export default {
|
|
checkJuri() {
|
|
checkJuri() {
|
|
let clist = []
|
|
let clist = []
|
|
let clist2 = []
|
|
let clist2 = []
|
|
- for(var i = 0; i< this.classJuri.length;i++){
|
|
|
|
|
|
+ for (var i = 0; i < this.classJuri.length; i++) {
|
|
clist2.push(this.classJuri[i].id)
|
|
clist2.push(this.classJuri[i].id)
|
|
}
|
|
}
|
|
- for(var i = 0; i< this.checkList.length;i++){
|
|
|
|
- if(clist2.indexOf(this.checkList[i]) !== -1){
|
|
|
|
|
|
+ for (var i = 0; i < this.checkList.length; i++) {
|
|
|
|
+ if (clist2.indexOf(this.checkList[i]) !== -1) {
|
|
clist.push(this.checkList[i])
|
|
clist.push(this.checkList[i])
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -393,36 +417,36 @@ export default {
|
|
this.ischeckAll = !this.checkList2.length;
|
|
this.ischeckAll = !this.checkList2.length;
|
|
this.juriDialog = true
|
|
this.juriDialog = true
|
|
},
|
|
},
|
|
- checkAllChange(){
|
|
|
|
- if(this.checkAll){
|
|
|
|
|
|
+ checkAllChange() {
|
|
|
|
+ if (this.checkAll) {
|
|
this.checkList2 = []
|
|
this.checkList2 = []
|
|
- for(var i = 0; i < this.classJuri.length; i++){
|
|
|
|
|
|
+ for (var i = 0; i < this.classJuri.length; i++) {
|
|
this.checkList2.push(this.classJuri[i].id)
|
|
this.checkList2.push(this.classJuri[i].id)
|
|
}
|
|
}
|
|
this.ischeckAll = false
|
|
this.ischeckAll = false
|
|
- }else{
|
|
|
|
|
|
+ } else {
|
|
this.checkList2 = []
|
|
this.checkList2 = []
|
|
this.ischeckAll = true
|
|
this.ischeckAll = true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- ischeckAllChange(){
|
|
|
|
- if(this.ischeckAll){
|
|
|
|
|
|
+ ischeckAllChange() {
|
|
|
|
+ if (this.ischeckAll) {
|
|
this.checkAll = false
|
|
this.checkAll = false
|
|
this.checkList2 = []
|
|
this.checkList2 = []
|
|
- }else{
|
|
|
|
|
|
+ } else {
|
|
}
|
|
}
|
|
this.ischeckAll = !this.checkList2.length;
|
|
this.ischeckAll = !this.checkList2.length;
|
|
|
|
|
|
},
|
|
},
|
|
- pChange(val){
|
|
|
|
- if(val.length == this.classJuri.length){
|
|
|
|
|
|
+ pChange(val) {
|
|
|
|
+ if (val.length == this.classJuri.length) {
|
|
this.checkAll = true
|
|
this.checkAll = true
|
|
- }else{
|
|
|
|
|
|
+ } else {
|
|
this.checkAll = false
|
|
this.checkAll = false
|
|
}
|
|
}
|
|
this.ischeckAll = !this.checkList2.length;
|
|
this.ischeckAll = !this.checkList2.length;
|
|
},
|
|
},
|
|
- confirmCheck(){
|
|
|
|
|
|
+ confirmCheck() {
|
|
this.checkList = JSON.parse(JSON.stringify(this.checkList2));
|
|
this.checkList = JSON.parse(JSON.stringify(this.checkList2));
|
|
this.$emit("update:juriList", this.checkList)
|
|
this.$emit("update:juriList", this.checkList)
|
|
this.juriDialog = false
|
|
this.juriDialog = false
|
|
@@ -438,7 +462,7 @@ export default {
|
|
this.sJuri = this.depthCopy(this.juri)
|
|
this.sJuri = this.depthCopy(this.juri)
|
|
this.selectedDate = this.depthCopy(this.overDate)
|
|
this.selectedDate = this.depthCopy(this.overDate)
|
|
this.checkList = this.depthCopy(this.juriList)
|
|
this.checkList = this.depthCopy(this.juriList)
|
|
-
|
|
|
|
|
|
+ this.teaType = this.depthCopy(this.typeInfo)
|
|
this.$forceUpdate()
|
|
this.$forceUpdate()
|
|
// this.selectAllType();
|
|
// this.selectAllType();
|
|
this.selectType();
|
|
this.selectType();
|
|
@@ -746,19 +770,19 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.people_name>>>.el-checkbox {
|
|
.people_name>>>.el-checkbox {
|
|
- width: 100%;
|
|
|
|
- display: flex;
|
|
|
|
- align-items: center;
|
|
|
|
- margin-bottom: 10px;
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
.people_name>>>.el-checkbox__label {
|
|
.people_name>>>.el-checkbox__label {
|
|
- text-overflow: ellipsis;
|
|
|
|
- overflow: hidden;
|
|
|
|
- width: calc(100%);
|
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ width: calc(100%);
|
|
}
|
|
}
|
|
|
|
|
|
.people_name2>>>.el-checkbox__label {
|
|
.people_name2>>>.el-checkbox__label {
|
|
- width: calc(100% - 130px);
|
|
|
|
|
|
+ width: calc(100% - 130px);
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|