From 49fcdb7178dffc69769e2fb8cb6a03e204cb1e68 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 31 五月 2024 18:26:42 +0800
Subject: [PATCH] 测试完成
---
src/views/repositoryai/templateku/configurat/index.vue | 174 ++++++++++++++++++++++++++++++++-------------------------
1 files changed, 98 insertions(+), 76 deletions(-)
diff --git a/src/views/repositoryai/templateku/configurat/index.vue b/src/views/repositoryai/templateku/configurat/index.vue
index 2d92d79..b021d50 100644
--- a/src/views/repositoryai/templateku/configurat/index.vue
+++ b/src/views/repositoryai/templateku/configurat/index.vue
@@ -311,7 +311,6 @@
<el-form-item label="闅忚鍓嶅鐞�" prop="name">
<el-input
type="textarea"
- maxlength="66"
show-word-limit
v-model="ruleForm.revisitBefore"
></el-input></el-form-item
@@ -320,7 +319,6 @@
<el-form-item label="闅忚鍚庡鐞�" prop="region">
<el-input
type="textarea"
- maxlength="66"
show-word-limit
v-model="ruleForm.revisitAfter"
></el-input> </el-form-item
@@ -353,8 +351,10 @@
>涓嬩竴姝�</el-button
>
<el-button type="info" @click="closeFm('ruleForm')">鍏抽棴</el-button>
- <el-button type="success" @click="Departmenttreatment('ruleForm')"
- >淇濆瓨闅忚妯$増鍩虹淇℃伅</el-button
+ <el-button
+ type="success"
+ @click="Departmenttreatment('ruleForm')"
+ >{{ task ? "淇濆瓨鍒颁换鍔℃ā鐗�" : "淇濆瓨闅忚妯$増鍩虹淇℃伅" }}</el-button
>
</el-form-item>
</el-form>
@@ -455,7 +455,6 @@
<el-input
v-model="topicobj.questiontitle"
placeholder="璇蜂粠宸︿晶鍒楄〃閫夋嫨"
- :disabled="true"
></el-input>
</el-form-item>
<el-form-item label="闂鑺傜偣">
@@ -541,13 +540,13 @@
<el-input
type="text"
placeholder="璇疯緭鍏�"
- v-model="topicobj.nomatchtext"
+ v-model="topicobj.noMatchText"
show-word-limit
>
</el-input> </el-form-item
></el-col>
</el-row>
- <el-row :gutter="10">
+ <!-- <el-row :gutter="10">
<el-col :span="12"
><el-form-item label="澶勭悊">
<el-input
@@ -559,7 +558,7 @@
>
</el-input> </el-form-item
></el-col>
- </el-row>
+ </el-row> -->
<el-row :gutter="10">
<el-col :span="16">
@@ -588,13 +587,13 @@
<el-input
type="text"
placeholder="璇疯緭鍏�"
- v-model="topicobj.noclearlytext"
+ v-model="topicobj.noClearlyText"
show-word-limit
>
</el-input> </el-form-item
></el-col>
</el-row>
- <el-row :gutter="10">
+ <!-- <el-row :gutter="10">
<el-col :span="12"
><el-form-item label="澶勭悊">
<el-input
@@ -606,7 +605,7 @@
>
</el-input> </el-form-item
></el-col>
- </el-row>
+ </el-row> -->
<el-row :gutter="10">
<el-col :span="16">
@@ -635,13 +634,13 @@
<el-input
type="text"
placeholder="璇疯緭鍏�"
- v-model="topicobj.sliencetext"
+ v-model="topicobj.slienceText"
show-word-limit
>
</el-input> </el-form-item
></el-col>
</el-row>
- <el-row :gutter="10">
+ <!-- <el-row :gutter="10">
<el-col :span="12"
><el-form-item label="澶勭悊">
<el-input
@@ -653,7 +652,7 @@
>
</el-input> </el-form-item
></el-col>
- </el-row>
+ </el-row> -->
<el-row :gutter="10">
<el-col :span="16">
@@ -681,9 +680,9 @@
</div>
</div>
- <el-button type="success" @click="Departmenttreatment('ruleForm')"
- >淇濆瓨棰樼洰鏁版嵁</el-button
- >
+ <el-button type="success" @click="Departmenttreatment('ruleForm')">{{
+ task ? "淇濆瓨鍒颁换鍔℃ā鐗�" : "淇濆瓨棰樼洰鏁版嵁"
+ }}</el-button>
<el-button type="primary" plain @click="laststep()">涓婁竴姝�</el-button>
<el-button type="success" plain @click="preview('ruleForm')"
>鏌ョ湅棰勮</el-button
@@ -860,16 +859,27 @@
drawer: false, //鎺у埗灞曞紑
radios: [], //澶氶�夐閫変腑
radioas: "", //濉┖棰樼瓟妗�
+ task: null, //鏄惁鏉ヨ嚜浠诲姟
+ taskform: null, //浠诲姟淇℃伅
labelInfovalue: [], //鏍囩涓存椂瀛樺偍
deptNamesvalue: [], //绉戝涓存椂瀛樺偍
dynamicTags: [],
indexAssortlist: [],
inputValue: "",
inputValueillness: "",
- topicobj: {},
+ topicobj: {
+ noMatchText: "",
+ noClearlyText: "",
+ slienceText: "",
+ },
total: 1,
id: "",
- ruleForm: {},
+ ruleForm: {
+ templateName: "",
+ ivrLibaTemplateTagList: [],
+ ivrLibaTemplateScriptVOList: [],
+ tempDetpRelevances: [],
+ },
rules: {},
optionstag: [],
prefollowuplist: [],
@@ -927,38 +937,11 @@
},
],
- valssu: [
- {
- idd: 1,
- wssd: "浣犳渶杩戞�庝箞鏍�",
- sdadd: ["sss", "ssccss", "ssaas", "ss"],
- },
- ],
+ valssu: [],
radio: "",
addvalue: "娣诲姞棰樼洰",
// 棰樼洰琛ㄦ牸鏁版嵁
- userList: [
- {
- userid: "1",
- userName: "涓�鍙烽殢璁挎ā鐗�",
- verbaltrick: "涓�鍙烽殢璁挎ā鐗�",
- },
- {
- userid: "2",
- userName: "浜屽彿闅忚妯$増",
- verbaltrick: "涓�鍙烽殢璁挎ā鐗�",
- },
- {
- userid: "3",
- userName: "涓夊彿闅忚妯$増",
- verbaltrick: "涓�鍙烽殢璁挎ā鐗�",
- },
- {
- userid: "4",
- userName: "鍥涘彿闅忚妯$増",
- verbaltrick: "涓�鍙烽殢璁挎ā鐗�",
- },
- ],
+ userList: [],
// 鏌ヨ鍙傛暟
queryParams: {
pageNum: 1,
@@ -973,6 +956,7 @@
},
created() {
+ this.RoutingDataProcessing();
this.gettabList();
this.getvFollowup();
this.auxiliary();
@@ -984,6 +968,7 @@
this.courtyardlist = store.getters.courtyardlist;
this.precedencetype = store.getters.precedencetype;
},
+ mounted() {},
methods: {
//鍏叡鏂规硶--------------------
@@ -993,27 +978,37 @@
processElement(element) {
return { ...element, isoperation: 0 };
},
+ // 璺敱鏁版嵁澶勭悊
+ RoutingDataProcessing() {
+ this.id = this.$route.query.id;
+ this.task = this.$route.query.task;
+
+ // console.log(this.task, "task");
+ // if (this.task) {
+ // this.id = this.$route.query.id;
+ // }
+ },
// 鑾峰彇琛ㄥ崟鏁版嵁
getvFollowup() {
- this.id = this.$route.query.id;
-
getvFollowup({ id: this.id }).then((res) => {
- this.ruleForm = res.data;
+ if (res.code == 200 && this.id) {
+ console.log(2211);
+ this.ruleForm = res.data;
+ this.tempDetpRelevanceslist = JSON.parse(this.ruleForm.deptNames);
+ this.ruleForm.suitway = this.ruleForm.suitway.split(",");
+ this.ruleForm.campus = this.ruleForm.campus.split(",");
+ this.ruleForm.submoduleID = this.ruleForm.submoduleID.split(",");
+ this.ruleForm.submoduleID = this.ruleForm.submoduleID.map((res) => {
+ return Number(res);
+ });
+ console.log(this.ruleForm.submoduleID, "this.ruleForm.submoduleID鍙�");
+ this.dynamicTags = this.ruleForm.ivrLibaTemplateTagList;
- this.tempDetpRelevanceslist = JSON.parse(this.ruleForm.deptNames);
- this.ruleForm.suitway = this.ruleForm.suitway.split(",");
- this.ruleForm.campus = this.ruleForm.campus.split(",");
- this.ruleForm.submoduleID = this.ruleForm.submoduleID.split(",");
- this.ruleForm.submoduleID = this.ruleForm.submoduleID.map((res) => {
- return Number(res);
- });
- console.log(this.ruleForm.submoduleID, "this.ruleForm.submoduleID鍙�");
- this.dynamicTags = this.ruleForm.ivrLibaTemplateTagList;
-
- this.dynamicTags = this.ruleForm.ivrLibaTemplateTagList.map(
- this.processElement
- );
- console.log(this.ruleForm.suitway);
+ this.dynamicTags = this.ruleForm.ivrLibaTemplateTagList.map(
+ this.processElement
+ );
+ console.log(this.ruleForm.suitway);
+ }
});
getillnesslist({
pageNum: 1,
@@ -1021,9 +1016,11 @@
}).then((response) => {
this.optionsillness = response.rows;
});
- getillness({ outid: this.id, type: 3 }).then((res) => {
- this.illnesslist = res.rows;
- });
+ if (this.id) {
+ getillness({ outid: this.id, type: 3 }).then((res) => {
+ this.illnesslist = res.rows;
+ });
+ }
listDept(this.queryParams).then((response) => {
this.deptList = this.handleTree(response.data, "deptId");
});
@@ -1033,6 +1030,18 @@
// 鍒嗙被
getFollowupclassify({}).then((res) => {
this.indexAssortlist = res.rows;
+ this.ruleForm.assortid = Number(this.$route.query.assortid);
+ });
+ // 绉戝
+ listDept(this.queryParams).then((response) => {
+ this.deptList = this.handleTree(response.data, "deptId");
+ });
+ // 鐤剧梾
+ getillnesslist({
+ pageNum: 1,
+ pageSize: 100,
+ }).then((response) => {
+ this.optionsillness = response.rows;
});
getgenerallist({
pageNum: 1,
@@ -1225,7 +1234,6 @@
this.getaddtopiclist();
},
getaddtopiclist() {
- console.log(12);
this.drawer = true;
getverbaltricklist(this.queryParams).then((res) => {
this.loading = false;
@@ -1236,6 +1244,14 @@
},
addtopic(row) {
console.log(row);
+ if (
+ this.ruleForm.ivrLibaTemplateScriptVOList.some(
+ (obj) => obj.questiontitle == row.questiontitle
+ )
+ ) {
+ this.$modal.msgError("璇ラ鐩凡瀛樺湪");
+ return
+ }
getverbaltrick({ id: row.id }).then((res) => {
console.log(res, "璇︽儏");
res.data.isoperation = 1;
@@ -1245,16 +1261,22 @@
});
this.ruleForm.ivrLibaTemplateScriptVOList.push(res.data);
this.sortFn();
+ this.$modal.msgSuccess("娣诲姞鎴愬姛");
});
},
handleDelete(row) {
- let index = this.ruleForm.ivrLibaTemplateScriptVOList.indexOf(row);
- this.ruleForm.ivrLibaTemplateScriptVOList.splice(
- this.ruleForm.ivrLibaTemplateScriptVOList.indexOf(row),
- 1
- );
- row.isoperation = 3;
- this.delScriptVOList.push(row);
+ this.$modal
+ .confirm('鏄惁纭鍒犻櫎闂锛�"' + row.questiontitle + '"锛�')
+ .then(() => {
+ this.ruleForm.ivrLibaTemplateScriptVOList.splice(
+ this.ruleForm.ivrLibaTemplateScriptVOList.indexOf(row),
+ 1
+ );
+ row.isoperation = 3;
+ this.delScriptVOList.push(row);
+ this.$modal.msgSuccess("宸插垹闄わ紝淇濆瓨妯$増鐢熸晥");
+ })
+ .catch(() => {});
},
handleUpdate(row) {
console.log(row);
--
Gitblit v1.9.3