|
@@ -11,7 +11,7 @@
|
|
|
<div class="navImg">
|
|
|
<img src="../../../assets/icon/anliDetail/second.png" alt="" />
|
|
|
</div>
|
|
|
- <div>项目概况</div>
|
|
|
+ <div>课程设计</div>
|
|
|
</div>
|
|
|
<div class="first" @click="checkSteps(3)" :class="{ active: steps == 3 }">
|
|
|
<div class="navImg">
|
|
@@ -19,23 +19,47 @@
|
|
|
</div>
|
|
|
<div>项目安排</div>
|
|
|
</div>
|
|
|
+ <div class="first" @click="checkSteps(4)" :class="{ active: steps == 4 }">
|
|
|
+ <div class="navImg">
|
|
|
+ <img src="../../../assets/icon/anliDetail/fouth.png" alt="" />
|
|
|
+ </div>
|
|
|
+ <div>过程记录</div>
|
|
|
+ </div>
|
|
|
+ <div class="first" @click="checkSteps(5)" :class="{ active: steps == 5 }">
|
|
|
+ <div class="navImg">
|
|
|
+ <img src="../../../assets/icon/anliDetail/five.png" alt="" />
|
|
|
+ </div>
|
|
|
+ <div>成果与评价</div>
|
|
|
+ </div>
|
|
|
+ <div class="first" @click="checkSteps(6)" :class="{ active: steps == 6 }">
|
|
|
+ <div class="navImg">
|
|
|
+ <img src="../../../assets/icon/anliDetail/six.png" alt="" />
|
|
|
+ </div>
|
|
|
+ <div>成效与反思</div>
|
|
|
+ </div>
|
|
|
+ <!-- <div class="first" @click="checkSteps(3)" :class="{ active: steps == 3 }">
|
|
|
+ <div class="navImg">
|
|
|
+ <img src="../../../assets/icon/anliDetail/third.png" alt="" />
|
|
|
+ </div>
|
|
|
+ <div>项目安排</div>
|
|
|
+ </div> -->
|
|
|
<!-- <div class="first" @click="checkSteps(4)" :class="{ active: steps == 4 }">
|
|
|
<div class="navImg">
|
|
|
<img src="../../../assets/icon/anliDetail/fouth.png" alt="" />
|
|
|
</div>
|
|
|
- <div>项目过程记录</div>
|
|
|
+ <div>过程记录</div>
|
|
|
</div>
|
|
|
<div class="first" @click="checkSteps(5)" :class="{ active: steps == 5 }">
|
|
|
<div class="navImg">
|
|
|
<img src="../../../assets/icon/anliDetail/five.png" alt="" />
|
|
|
</div>
|
|
|
- <div>项目成效</div>
|
|
|
+ <div>成效</div>
|
|
|
</div>
|
|
|
<div class="first" @click="checkSteps(6)" :class="{ active: steps == 6 }">
|
|
|
<div class="navImg">
|
|
|
<img src="../../../assets/icon/anliDetail/six.png" alt="" />
|
|
|
</div>
|
|
|
- <div>项目反思</div>
|
|
|
+ <div>反思</div>
|
|
|
</div> -->
|
|
|
</div>
|
|
|
<div class="race_body">
|
|
@@ -209,31 +233,46 @@ export default {
|
|
|
cover: [],
|
|
|
autor: [],
|
|
|
tableData: [],
|
|
|
- courseText: "",
|
|
|
data: [],
|
|
|
},
|
|
|
raceOverView: {
|
|
|
+ courseText: "",
|
|
|
driQuestion: { brief: "", data: [] },
|
|
|
tarDesign: { brief: "", data: [] },
|
|
|
- actiDesign: { brief: "", data: [] },
|
|
|
+ eventDesign: { brief: "", data: [] },
|
|
|
+ evaDesign: { brief: "", data: [] },
|
|
|
+ refDesign: { brief: "", data: [] },
|
|
|
+ noteDesign: { brief: "", data: [] },
|
|
|
},
|
|
|
+ // raceProcess: {
|
|
|
+ // stageBox: [
|
|
|
+ // {
|
|
|
+ // staTitle: "",
|
|
|
+ // allTime: "",
|
|
|
+ // brief: "",
|
|
|
+ // data: [],
|
|
|
+ // actBox: [
|
|
|
+ // {
|
|
|
+ // actName: "",
|
|
|
+ // actTime: "",
|
|
|
+ // driQuestion: { brief: "", data: [] },
|
|
|
+ // tarDesign: { brief: "", data: [] },
|
|
|
+ // actiDesign: { brief: "", data: [] },
|
|
|
+ // evaDesign: { brief: "", data: [] },
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // },
|
|
|
raceProcess: {
|
|
|
- stageBox: [
|
|
|
+ actBox: [
|
|
|
{
|
|
|
- staTitle: "",
|
|
|
- allTime: "",
|
|
|
+ actName: "",
|
|
|
brief: "",
|
|
|
data: [],
|
|
|
- actBox: [
|
|
|
- {
|
|
|
- actName: "",
|
|
|
- actTime: "",
|
|
|
- driQuestion: { brief: "", data: [] },
|
|
|
- tarDesign: { brief: "", data: [] },
|
|
|
- actiDesign: { brief: "", data: [] },
|
|
|
- evaDesign: { brief: "", data: [] },
|
|
|
- },
|
|
|
- ],
|
|
|
+ driQuestion: { brief: "", data: [] },
|
|
|
+ tarDesign: { brief: "", data: [] },
|
|
|
+ actiDesign: { brief: "", data: [] },
|
|
|
},
|
|
|
],
|
|
|
},
|
|
@@ -297,54 +336,15 @@ export default {
|
|
|
if (this.raceInfo.title == "") {
|
|
|
this.$message.error("标题不能为空");
|
|
|
return;
|
|
|
- } else if (this.raceInfo.type.length == 0) {
|
|
|
- // this.$message.error("课程分类不能为空");
|
|
|
- this.$message.error("案例组别不能为空");
|
|
|
- return;
|
|
|
} else if (this.raceInfo.autor.length == 0) {
|
|
|
this.$message.error("请添加联系人");
|
|
|
return;
|
|
|
- } else if (this.raceInfo.courseText == "") {
|
|
|
- this.$message.error("请填写项目简介");
|
|
|
- return;
|
|
|
} else if (this.raceInfo.data.length == 0) {
|
|
|
this.$message.error("上传文件不能为空");
|
|
|
return;
|
|
|
- } else if (this.raceInfo.type.length > 0) {
|
|
|
- var t = 1;
|
|
|
- var a = [
|
|
|
- "24d162b0-d030-11ec-8c78-005056b86db5",
|
|
|
- "264bd103-d030-11ec-8c78-005056b86db5",
|
|
|
- "28d2c456-d030-11ec-8c78-005056b86db5",
|
|
|
- "2ad17d24-d030-11ec-8c78-005056b86db5",
|
|
|
- ];
|
|
|
- for (var i = 0; i < this.raceInfo.type.length; i++) {
|
|
|
- if (t == 1) {
|
|
|
- if (this.raceInfo.type[i] != "") {
|
|
|
- if (a.indexOf(this.raceInfo.type[i]) == -1) {
|
|
|
- console.log(this.raceInfo.type[i]);
|
|
|
- } else {
|
|
|
- t = 2;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- if (t == 1) {
|
|
|
- this.$message.error("案例组别不能为空");
|
|
|
- return;
|
|
|
- } else if (t == 2) {
|
|
|
- this.steps = steps;
|
|
|
- }
|
|
|
- // this.$message.error("课程分类不能为空");
|
|
|
+ } else {
|
|
|
+ this.steps = steps;
|
|
|
}
|
|
|
- // else {
|
|
|
- // this.steps = steps;
|
|
|
- // }
|
|
|
-
|
|
|
- // else if (this.raceInfo.tableData.length == 0) {
|
|
|
- // this.$message.error("请添加协作者");
|
|
|
- // return;
|
|
|
- // }
|
|
|
} else {
|
|
|
this.steps = steps;
|
|
|
}
|
|
@@ -354,64 +354,24 @@ export default {
|
|
|
if (this.raceInfo.title == "") {
|
|
|
this.$message.error("标题不能为空");
|
|
|
return;
|
|
|
- } else if (this.raceInfo.type.length == 0) {
|
|
|
- // this.$message.error("课程分类不能为空");
|
|
|
- this.$message.error("案例组别不能为空");
|
|
|
- return;
|
|
|
} else if (this.raceInfo.autor.length == 0) {
|
|
|
this.$message.error("请添加联系人");
|
|
|
return;
|
|
|
- } else if (this.raceInfo.courseText == "") {
|
|
|
- this.$message.error("请填写项目简介");
|
|
|
- return;
|
|
|
} else if (this.raceInfo.data.length == 0) {
|
|
|
this.$message.error("上传文件不能为空");
|
|
|
return;
|
|
|
- } else if (this.raceInfo.type.length > 0) {
|
|
|
- var t = 1;
|
|
|
- var a = [
|
|
|
- "24d162b0-d030-11ec-8c78-005056b86db5",
|
|
|
- "264bd103-d030-11ec-8c78-005056b86db5",
|
|
|
- "28d2c456-d030-11ec-8c78-005056b86db5",
|
|
|
- "2ad17d24-d030-11ec-8c78-005056b86db5",
|
|
|
- ];
|
|
|
- for (var i = 0; i < this.raceInfo.type.length; i++) {
|
|
|
- if (t == 1) {
|
|
|
- if (this.raceInfo.type[i] != "") {
|
|
|
- if (a.indexOf(this.raceInfo.type[i]) == -1) {
|
|
|
- } else {
|
|
|
- t = 2;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- if (t == 1) {
|
|
|
- this.$message.error("案例组别不能为空");
|
|
|
- return;
|
|
|
- } else if (t == 2) {
|
|
|
- if (this.timer) {
|
|
|
- clearInterval(this.timer);
|
|
|
- }
|
|
|
- this.timer = null;
|
|
|
- this.lastTime = 5;
|
|
|
- this.dialogVisible1 = true;
|
|
|
- this.setTime();
|
|
|
- // setTimeout(() => {
|
|
|
- // this.dialogVisible1 = false;
|
|
|
- // this.steps++;
|
|
|
- // }, 5000);
|
|
|
- // this.steps++;
|
|
|
+ } else {
|
|
|
+ if (this.timer) {
|
|
|
+ clearInterval(this.timer);
|
|
|
}
|
|
|
- // this.$message.error("课程分类不能为空");
|
|
|
+ this.timer = null;
|
|
|
+ this.lastTime = 5;
|
|
|
+ this.dialogVisible1 = true;
|
|
|
+ this.setTime();
|
|
|
}
|
|
|
} else {
|
|
|
this.steps++;
|
|
|
}
|
|
|
- // else if(2 <= this.steps < 6) {
|
|
|
- // this.dialogVisible1 = true;
|
|
|
- // this.steps++;
|
|
|
- // }
|
|
|
- // this.isAddOrUpRace1(3);
|
|
|
},
|
|
|
lastSteps() {
|
|
|
this.steps--;
|
|
@@ -441,49 +401,19 @@ export default {
|
|
|
if (this.raceInfo.title == "") {
|
|
|
this.$message.error("标题不能为空");
|
|
|
return;
|
|
|
- } else if (this.raceInfo.type.length == 0) {
|
|
|
- // this.$message.error("课程分类不能为空");
|
|
|
- this.$message.error("案例组别不能为空");
|
|
|
- return;
|
|
|
} else if (this.raceInfo.autor.length == 0) {
|
|
|
this.$message.error("请添加联系人");
|
|
|
return;
|
|
|
- } else if (this.raceInfo.courseText == "") {
|
|
|
- this.$message.error("请填写项目简介");
|
|
|
- return;
|
|
|
} else if (this.raceInfo.data.length == 0) {
|
|
|
this.$message.error("上传文件不能为空");
|
|
|
return;
|
|
|
- } else if (this.raceInfo.type.length > 0) {
|
|
|
- var t = 1;
|
|
|
- var a = [
|
|
|
- "24d162b0-d030-11ec-8c78-005056b86db5",
|
|
|
- "264bd103-d030-11ec-8c78-005056b86db5",
|
|
|
- "28d2c456-d030-11ec-8c78-005056b86db5",
|
|
|
- "2ad17d24-d030-11ec-8c78-005056b86db5",
|
|
|
- ];
|
|
|
- for (var i = 0; i < this.raceInfo.type.length; i++) {
|
|
|
- if (t == 1) {
|
|
|
- if (this.raceInfo.type[i] != "") {
|
|
|
- if (a.indexOf(this.raceInfo.type[i]) == -1) {
|
|
|
- } else {
|
|
|
- t = 2;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- if (t == 1) {
|
|
|
- this.$message.error("案例组别不能为空");
|
|
|
- return;
|
|
|
- } else if (t == 2) {
|
|
|
- this.isJump = q;
|
|
|
- if (this.aid == "" || this.aid == undefined) {
|
|
|
- this.addRace();
|
|
|
- } else {
|
|
|
- this.updateRace();
|
|
|
- }
|
|
|
+ } else {
|
|
|
+ this.isJump = q;
|
|
|
+ if (this.aid == "" || this.aid == undefined) {
|
|
|
+ this.addRace();
|
|
|
+ } else {
|
|
|
+ this.updateRace();
|
|
|
}
|
|
|
- // this.$message.error("课程分类不能为空");
|
|
|
}
|
|
|
},
|
|
|
saveRace(noDia) {
|
|
@@ -640,7 +570,6 @@ export default {
|
|
|
this.raceInfo.title != "" ||
|
|
|
this.raceInfo.type.length > 0 ||
|
|
|
this.raceInfo.autor.length > 0 ||
|
|
|
- this.raceInfo.courseText != "" ||
|
|
|
this.raceInfo.data.length > 0
|
|
|
) {
|
|
|
this.dialogVisible2 = true;
|