From fe7f65e63714807890ab103fbc84cf5f634ae8d8 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 09 八月 2024 11:33:25 +0800
Subject: [PATCH] 测试完成
---
src/views/knowledge/questionbank/particulars/index.vue | 145 +++++++++++++++++++++++++++++++++++++-----------
1 files changed, 112 insertions(+), 33 deletions(-)
diff --git a/src/views/knowledge/questionbank/particulars/index.vue b/src/views/knowledge/questionbank/particulars/index.vue
index ac445b6..9d0809d 100644
--- a/src/views/knowledge/questionbank/particulars/index.vue
+++ b/src/views/knowledge/questionbank/particulars/index.vue
@@ -132,6 +132,7 @@
><el-form-item label="棰樼洰绫诲瀷">
<el-select
v-model="topicobj.scriptType"
+ @change="changefn"
size="medium"
filterable
placeholder="璇烽�夋嫨鍒嗙被"
@@ -173,6 +174,44 @@
placeholder="璇疯緭鍏ラ鐩唴瀹�"
></el-input>
</el-form-item>
+ <el-form-item
+ label=""
+ prop="scriptContent"
+ v-if="topicobj.scriptType == 3"
+ >
+ <div style="display: flex; margin-bottom: 10px">
+ <div class="tsgnames" @click="tsgnametos">鎻掑叆濉┖</div>
+ </div>
+ </el-form-item>
+ <el-row>
+ <el-col :span="20">
+ <el-form-item label="鏀堕泦淇℃伅" v-if="topicobj.scriptType == 3">
+ <el-card class="box-card" style="width: 200%">
+ <div
+ v-for="item in topicobj.svyLibScriptOptions"
+ style="margin-bottom: 10px"
+ >
+ <el-input
+ type="text"
+ placeholder="濉叆鍐呭淇℃伅"
+ v-model="item.aaa"
+ >
+ <el-button
+ slot="append"
+ @click="deletexuanx(item)"
+ type="danger"
+ icon="el-icon-delete"
+ circle
+ ></el-button>
+ <span slot="prepend">{{
+ "(" + item.orderno + ")"
+ }}</span>
+ </el-input>
+ </div>
+ </el-card>
+ </el-form-item>
+ </el-col>
+ </el-row>
<el-form-item label="棰樼洰璇存槑">
<el-input
style="width: 40vw"
@@ -375,7 +414,7 @@
</el-col>
</el-row>
<el-row :gutter="10">
- <el-form-item label="棰勮鍊�">
+ <el-form-item label="棰勮鎻愰啋">
<el-radio-group v-model="item.isabnormal">
<el-radio :label="1">鏄�</el-radio>
<el-radio :label="0">鍚�</el-radio>
@@ -452,14 +491,16 @@
@keyup.enter.native="gettargetInfo"
/>
</el-form-item>
- <el-form-item label="鎸囨爣鏍囩" prop="userName">
- <el-input
- v-model="queryParams.tagName"
- placeholder="璇疯緭鍏�"
- clearable
- style="width: 200px"
- @keyup.enter.native="gettargetInfo"
- />
+ <el-form-item label="鎸囨爣绫诲瀷" prop="scriptType">
+ <el-select v-model="queryParams.scriptType" placeholder="璇烽�夋嫨">
+ <el-option
+ v-for="(item, index) in qyoptions"
+ :key="item.value"
+ :label="item.label"
+ :value="item.value"
+ >
+ </el-option>
+ </el-select>
</el-form-item>
<el-form-item>
@@ -591,6 +632,7 @@
inputVisible: false,
inputValue: "",
currentInputId: "",
+ scriptTypels: "",
total: 0,
drawer: false,
loading: false,
@@ -614,6 +656,7 @@
pageNum: 1,
pageSize: 10,
isavailable: "",
+ scriptType: "",
},
optionlist: [
{ value: "scriptTopic", table: "scriptTopic" },
@@ -630,6 +673,7 @@
inputVisibleillness: false,
illnessVisible: false, //鎸囨爣鐤剧梾寮规
deptOptions: [],
+ qyoptions: [],
optionsillness: [],
illnesslistapi: [],
illnesslist: [],
@@ -656,6 +700,7 @@
this.usable = store.getters.usable;
this.valuetype = store.getters.askvaluetype;
this.required = store.getters.required;
+ this.qyoptions = store.getters.askvaluetype;
},
methods: {
@@ -698,6 +743,7 @@
this.dynamicTags = this.topicobj.svyLibScriptTagList.map(
this.processElement
);
+ this.scriptTypels = this.topicobj.scriptType;
this.variablelist = JSON.parse(this.topicobj.otherdata)
? JSON.parse(this.topicobj.otherdata)
: this.variablelist;
@@ -720,7 +766,10 @@
});
return;
}
- this.queryParams.scriptType = this.topicobj.scriptType;
+ if (this.topicobj.scriptType) {
+ this.queryParams.scriptType = this.topicobj.scriptType;
+ }
+ this.queryParams.suitWay = 1;
gettargetInfo(this.queryParams).then((res) => {
this.targetList = res.rows;
this.total = res.total;
@@ -823,6 +872,24 @@
this.Scorejudgment();
} else {
this.compileissue();
+ }
+ },
+ // 鍒ゆ柇鎸囨爣
+ changefn(item) {
+ console.log(item);
+
+ if (
+ this.topicobj.targetname ||
+ this.topicobj.svyLibScriptOptions[0].optioncontent
+ ) {
+ this.$modal
+ .confirm("鏇存敼绫诲瀷鍚庨�夐」灏嗘竻绌烘槸鍚︾户缁紵")
+ .then(() => {
+ this.scriptTypels = this.topicobj.scriptType;
+ })
+ .catch(() => {
+ this.topicobj.scriptType = this.scriptTypels;
+ });
}
},
@@ -999,21 +1066,16 @@
};
this.gettargetInfo();
},
- // 渚挎嵎鏍囩
- tsgnameto(row) {
+
+ // 渚挎嵎鏍囩鎻掑叆濉┖
+ tsgnametos(row) {
let inputValueArr = "";
+ let value = this.testuserList.length + 1;
+
let el = document.querySelector("#" + this.currentInputId);
//el.selectionStart; 杩欏氨鏄綋鍓嶅厜鏍囨墍鍦ㄧ殑浣嶇疆锛堝瓧绗︿覆涓瓧绗︾殑index锛�
- if (this.currentInputId == "scriptContent") {
- inputValueArr = this.topicobj.scriptContent.split("");
- } else if (this.currentInputId == "nomatchtext") {
- inputValueArr = this.topicobj.nomatchtext.split("");
- } else if (this.currentInputId == "sliencetext") {
- inputValueArr = this.topicobj.sliencetext.split("");
- } else if (this.currentInputId == "noclearlytext") {
- inputValueArr = this.topicobj.noclearlytext.split("");
- } else if (this.currentInputId == "submoduletext") {
- inputValueArr = this.topicobj.submoduletext.split("");
+ if (this.currentInputId == "targetdesc") {
+ inputValueArr = this.indexform.targetdesc.split("");
} else {
return;
}
@@ -1022,20 +1084,22 @@
// 鎷垮埌閫変腑鏂囧瓧鐨勯暱搴︼紙鍚庣画鍙互鐢ㄦ潵鏇挎崲閫変腑鐨勬枃瀛楋級
let selectLength = el.selectionEnd - el.selectionStart;
// 灏嗚鎻掑叆/鏇挎崲鐨勬枃瀛楁彃鍏�/鏇挎崲锛坴alue.name鏄鎻掑叆/鏇挎崲鐨勫瓧绗︿覆锛�
- inputValueArr.splice(el.selectionStart, selectLength, `${row.variate}`);
+ inputValueArr.splice(
+ el.selectionStart,
+ selectLength,
+ "__" + value + "__"
+ );
+ this.testuserList.push({
+ orderno: value,
+ optiondesc: "",
+ isoperation: 1,
+ });
// 鎶婃暟缁勯噸鏂拌浆鎹负瀛楃涓插苟璧嬪��
inputValueArr = inputValueArr.join("");
+
console.log(inputValueArr);
- if (this.currentInputId == "scriptContent") {
- this.topicobj.scriptContent = inputValueArr;
- } else if (this.currentInputId == "nomatchtext") {
- this.topicobj.nomatchtext = inputValueArr;
- } else if (this.currentInputId == "sliencetext") {
- this.topicobj.sliencetext = inputValueArr;
- } else if (this.currentInputId == "noclearlytext") {
- this.topicobj.noclearlytext = inputValueArr;
- } else if (this.currentInputId == "submoduletext") {
- this.topicobj.submoduletext = inputValueArr;
+ if (this.currentInputId == "targetdesc") {
+ this.indexform.targetdesc = inputValueArr;
} else {
return;
}
@@ -1197,6 +1261,21 @@
.tsgname:hover {
background: #3366f5;
}
+.tsgnames {
+ width: 90px;
+ margin-right: 10px;
+ text-align: center;
+ cursor: pointer;
+ height: 40px;
+ line-height: 40px;
+ background: #66c18c;
+ color: #ffff;
+ font-size: 18px;
+ border-radius: 5px;
+}
+.tsgnames:hover {
+ background: #20894d;
+}
.preview-left {
margin: 20px;
// margin: 20px;
--
Gitblit v1.9.3