|
@@ -1345,6 +1345,23 @@
|
|
|
</div>
|
|
|
</div> -->
|
|
|
</div>
|
|
|
+ <div class="tool" :class="{ isToolChoose: itemTool.tool.indexOf(69) != -1 }"
|
|
|
+ @click="addTools(69, itemTaskIndex, toolIndex)">
|
|
|
+ <div class="whiteBIcon" @click.stop="openTools(itemTaskIndex, 69, toolIndex)">
|
|
|
+ <img src="../../assets/icon/thirdToolList/ask.png" alt />
|
|
|
+ <div style="margin: 5px 0">英语写作</div>
|
|
|
+ </div>
|
|
|
+ <div class="noCTool"><img src="../../assets/icon/new/isToolC.png" alt="" /></div>
|
|
|
+ <div class="isCTool" v-if="itemTool.tool.indexOf(69) != -1"><img
|
|
|
+ src="../../assets/icon/new/isToolC.png" alt="" /></div>
|
|
|
+ <!-- <div class="check" @click="addTools(4, itemTaskIndex, toolIndex)">
|
|
|
+ <img src="../../assets/icon/checkNo.png" alt
|
|
|
+ v-if="itemTool.tool.indexOf(4) == -1" />
|
|
|
+ <div class="checkDiv" v-else>
|
|
|
+ <img src="../../assets/icon/checkedIs.png" alt /><span>已选择</span>
|
|
|
+ </div>
|
|
|
+ </div> -->
|
|
|
+ </div>
|
|
|
<!-- <div class="tool">
|
|
|
<div class="whiteBIcon" @click="openTools(itemTaskIndex, 49, toolIndex)">
|
|
|
<img src="../../assets/icon/fourthToolList/group.png" alt />
|
|
@@ -3623,6 +3640,14 @@
|
|
|
<el-button type="primary" @click="updataVideoC">确 定</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
+ <el-dialog title="创建作文题目" :visible.sync="englishDialogVisible" :append-to-body="true" width="800px"
|
|
|
+ :before-close="(done) => { closePan(69) }" class="dialog_diy fullStyle">
|
|
|
+ <englishRight @setEngList="setEnglishList" :englishList="englishList"></englishRight>
|
|
|
+ <span slot="footer" class="dialog-footer">
|
|
|
+ <el-button @click="englishDialogVisible = false">取 消</el-button>
|
|
|
+ <el-button type="primary" @click="addEnglish">确 定</el-button>
|
|
|
+ </span>
|
|
|
+ </el-dialog>
|
|
|
<interVideo :dialogVisibleVideo.sync="dialogVisibleVideo" :videoJson="videoJson" @add="addVideoJson"></interVideo>
|
|
|
<el-dialog title="切换阶段顺序" :visible.sync="dialogVisibleStageChange" :append-to-body="true" width="400px"
|
|
|
:before-close="handleClose" class="dialog_diy dialog_diyStage">
|
|
@@ -3665,6 +3690,7 @@ import SeeBoard from "../tools/seeBoard";
|
|
|
import weilaiData from "./components/weilai.js";
|
|
|
import sourceDialog from "./teacherSource/dialog.vue";
|
|
|
import interVideo from "./interVideo/index.vue";
|
|
|
+import englishRight from "./components/englishRight.vue";
|
|
|
|
|
|
export default {
|
|
|
components: {
|
|
@@ -3676,6 +3702,7 @@ export default {
|
|
|
Table,
|
|
|
sourceDialog,
|
|
|
interVideo,
|
|
|
+ englishRight,
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
@@ -3740,6 +3767,7 @@ export default {
|
|
|
dialogVisibleVideo: false,
|
|
|
dialogVisibleStageChange: false,
|
|
|
dialogVisibleupdataVideoT: false,
|
|
|
+ englishDialogVisible: false,
|
|
|
isClickColor: 1,
|
|
|
toolIndexType: "",
|
|
|
publicTool: 0,
|
|
@@ -3903,6 +3931,7 @@ export default {
|
|
|
oldIndex: 0,
|
|
|
oldData: null,
|
|
|
newIndex: "",
|
|
|
+ englishList:{},
|
|
|
};
|
|
|
},
|
|
|
directives: {
|
|
@@ -4260,6 +4289,12 @@ export default {
|
|
|
} else {
|
|
|
this.closeConfirm(tool);
|
|
|
}
|
|
|
+ }else if (tool == 69){
|
|
|
+ if (JSON.stringify(this.englishList) == JSON.stringify(this.englishList)) {
|
|
|
+ this.englishDialogVisible = false
|
|
|
+ } else {
|
|
|
+ this.closeConfirm(tool);
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
closeConfirm(tool) {
|
|
@@ -4280,6 +4315,8 @@ export default {
|
|
|
this.addSelectAnswer();
|
|
|
} else if (tool == 47) {
|
|
|
this.addSentenceTool();
|
|
|
+ }else if(tool == 69){
|
|
|
+ this.addEnglish();
|
|
|
}
|
|
|
})
|
|
|
.catch(() => {
|
|
@@ -4293,9 +4330,31 @@ export default {
|
|
|
this.dialogVisibleSelect = false;
|
|
|
} else if (tool == 47) {
|
|
|
this.dialogVisibleSentence = false;
|
|
|
+ } else if (tool == 69) {
|
|
|
+ this.englishDialogVisible = false;
|
|
|
}
|
|
|
});
|
|
|
},
|
|
|
+ addEnglish(){
|
|
|
+ if(this.englishList.engTitle == "" || this.englishList.englishText == ""){
|
|
|
+ this.$message.error("请将内容填写完整!");
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
|
|
|
+ this.taskCount
|
|
|
+ ].toolChoose[this.toolIndex].englishList = this.englishList;
|
|
|
+ this.englishList = {};
|
|
|
+ this.englishDialogVisible = false;
|
|
|
+ if (
|
|
|
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[this.taskCount]
|
|
|
+ .toolChoose[this.toolIndex].tool != 69
|
|
|
+ ) {
|
|
|
+ this.addTools(69, this.taskCount, this.toolIndex);
|
|
|
+ }
|
|
|
+ },
|
|
|
+ setEnglishList(engList){
|
|
|
+ this.englishList = engList;
|
|
|
+ },
|
|
|
imgChange2(i, j) {
|
|
|
var _tmp = this.testJson.testJson[i].checkList[j];
|
|
|
this.noneBtnImg = _tmp.length >= 1;
|
|
@@ -6877,6 +6936,19 @@ export default {
|
|
|
},
|
|
|
"*"
|
|
|
);
|
|
|
+ }else if(i == 69){
|
|
|
+ this.englishList = this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
|
|
|
+ itemTaskIndex
|
|
|
+ ].toolChoose[toolIndex].englishList
|
|
|
+ ? JSON.parse(
|
|
|
+ JSON.stringify(
|
|
|
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
|
|
|
+ itemTaskIndex
|
|
|
+ ].toolChoose[toolIndex].englishList
|
|
|
+ )
|
|
|
+ )
|
|
|
+ : { };
|
|
|
+ this.englishDialogVisible = true;
|
|
|
}
|
|
|
},
|
|
|
chapAddTools(i) {
|
|
@@ -6990,6 +7062,18 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ if(i == 69){
|
|
|
+ if (
|
|
|
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
|
|
|
+ .toolChoose[toolIndex].englishList.engTitle == "" ||
|
|
|
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
|
|
|
+ .toolChoose[toolIndex].englishList.englishText == ""
|
|
|
+ ) {
|
|
|
+ this.openTools(itemTaskIndex, 69, toolIndex);
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ }
|
|
|
// if (i == 48) {
|
|
|
// if (
|
|
|
// !this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
|