From 44d24a2155bb22930a0d0d02ccacebd8d0871fa2 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 25 二月 2025 15:42:21 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/record/detailpage/index.vue | 131 ++++++++++++++++++++++++++++++++-----------
1 files changed, 96 insertions(+), 35 deletions(-)
diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue
index 0074af5..7d2254e 100644
--- a/src/views/followvisit/record/detailpage/index.vue
+++ b/src/views/followvisit/record/detailpage/index.vue
@@ -26,21 +26,26 @@
<el-table :data="logsheetlist" style="width: 100%">
<el-table-column prop="sendname" align="center" label="濮撳悕">
</el-table-column>
- <el-table-column prop="sendstate" align="center" label="鏈嶅姟鐘舵��">
+ <el-table-column
+ prop="sendstate"
+ align="center"
+ width="200"
+ label="鏈嶅姟鐘舵��"
+ >
<template slot-scope="scope">
<div v-if="scope.row.sendstate == 1">
<el-tag type="primary" :disable-transitions="false"
- >琚鍙�</el-tag
+ >琛ㄥ崟宸查鍙�</el-tag
>
</div>
<div v-if="scope.row.sendstate == 2">
<el-tag type="primary" :disable-transitions="false"
- >寰呭彂閫�</el-tag
+ >寰呮墽琛�</el-tag
>
</div>
<div v-if="scope.row.sendstate == 3">
<el-tag type="success" :disable-transitions="false"
- >宸插彂閫佹湭棰嗗彇</el-tag
+ >琛ㄥ崟宸插彂閫�</el-tag
>
</div>
<div v-if="scope.row.sendstate == 4">
@@ -50,7 +55,9 @@
<el-tag type="danger" :disable-transitions="false"
>鍙戦�佸け璐�</el-tag
>
- </div>
+ </div><div v-if="scope.row.sendstate == 6">
+ <el-tag type="success" :disable-transitions="false">宸插畬鎴�</el-tag>
+ </div>
</template>
</el-table-column>
<el-table-column
@@ -418,11 +425,12 @@
getsearchrResults,
getPersonVoices,
getTaskservelist,
- getTaskparticty,
+ getTaskFollowup,
Editsingletaskson,
serviceSubtaskDetailedit,
serviceSubtaskDetailadd,
updatePersonVoices,
+ addPersonVoices,
} from "@/api/AiCentre/index";
export default {
dicts: ["sys_normal_disable", "sys_user_sex", "sys_yujing", "sys_suggest"],
@@ -434,6 +442,7 @@
taskname: "",
activeName: "wj",
voice: "",
+ templateid: "",
tableDatatop: [], //棰樼洰琛�
voiceDatatop: [], //棰樼洰琛�
Whetherall: false, //鏄惁鍏ㄩ儴璁板綍灞曠ず
@@ -455,11 +464,7 @@
this.patid = this.$route.query.patid;
this.Voicetype = this.$route.query.Voicetype;
this.serviceType = this.$route.query.serviceType;
- if (this.Voicetype) {
- this.getPersonVoices();
- } else {
- this.getsearchrResults();
- }
+
this.getTaskservelist(this.taskid);
},
@@ -475,10 +480,12 @@
if (res.code === 200) {
this.tableDatatop = res.data.scriptResult.script;
this.tableDatatop.forEach((item) => {
- if (item.scriptResult && item.scriptType != 2) {
+ console.log(item.scriptResultId,'scriptResultId');
+
+ if (item.scriptResultId && item.scriptType != 2) {
item.isoption = 3;
- item.scriptResult = JSON.parse(item.scriptResult);
- } else if (item.scriptResult && item.scriptType == 2) {
+ item.scriptResult = item.scriptResult;
+ } else if (item.scriptResultId && item.scriptType == 2) {
item.scriptResult = item.scriptResult.split("&");
item.isoption = 3;
}
@@ -502,7 +509,7 @@
if (res.code == 200) {
this.voiceDatatop = res.data.serviceSubtaskDetails;
this.voice = res.data.voice;
- this.activeName = "yy";
+ // this.activeName = "yy";
this.taskname = res.data.taskName;
// 闂嵎灞曠ず鏁版嵁澶勭悊
this.tableDatatop = res.data.filteredDetails;
@@ -513,14 +520,34 @@
item.scriptResult = [];
}
});
+ if (!this.tableDatatop.length) {
+ this.puttaskid(this.templateid);
+ }
}
});
},
// 鑾峰彇闂嵎瀹屾暣鏁版嵁姣斿
puttaskid(id) {
- getTaskparticty(id).then((res) => {
+ getTaskFollowup(id).then((res) => {
if (res.code == 200) {
-
+ this.tableDatatop = res.data.ivrTaskTemplateScriptVOList;
+ this.tableDatatop.forEach((item) => {
+ item.id = null;
+ // 绫诲瀷鍒ゆ柇璧嬪��
+ if (item.ivrTaskScriptTargetoptionList) {
+ item.targetvalue = 1;
+ item.questiontext = item.scriptContent;
+ item.targetvalue = item.ivrTaskScriptTargetoptionList
+ .map((obj) => obj.targetvalue)
+ .join("&");
+ }
+ if (item.targetvalue) {
+ item.scriptResult = item.targetvalue.split("&");
+ } else {
+ item.scriptResult = [];
+ }
+ });
+ console.log(this.tableDatatop, "this.tableDatatop");
}
});
},
@@ -531,9 +558,10 @@
var objs = item.svyLibTemplateTargetoptions.find(
(items) => items.optioncontent == item.scriptResult
);
-
- if (objs.isabnormal) {
- excep = 1;
+ if (obj) {
+ if (objs.isabnormal) {
+ excep = 1;
+ }
}
let obj = {
@@ -547,8 +575,9 @@
if (item.scriptType == 2 && item.scriptResult[0]) {
obj.asrtext = item.scriptResult.join("&");
} else if (item.scriptType != 2 && item.scriptResult) {
- obj.asrtext = JSON.stringify(item.scriptResult);
+ obj.asrtext = item.scriptResult;
}
+console.log(item,'item90');
if (item.isoption == 3) {
serviceSubtaskDetailedit(obj).then((res) => {
@@ -570,15 +599,34 @@
this.Editsingletasksonyic(excep);
},
yuyingetdetail() {
- this.tableDatatop.forEach((item) => {
- item.scriptResult = item.scriptResult.join("&");
- });
- updatePersonVoices(this.tableDatatop).then((res) => {
- if (res.code == 200) {
- this.$modal.msgSuccess("鏈嶅姟淇敼鎴愬姛");
- }
- });
- },
+ this.tableDatatop.forEach((item, index) => {
+ console.log(item.scriptResult, "scriptResult");
+ item.scriptResult = item.scriptResult.join("&");
+ item.templatequestionnum = index + 1;
+ item.subId = this.id;
+ item.taskid = this.taskid;
+ item.asrtext = item.matchedtext;
+ if (!item.id) {
+ item.isoperation = 1;
+ }
+ item.patid = this.patid;
+ item.templateid = item.templateID;
+ });
+ let obj ={
+ serviceSubtaskDetailList: this.tableDatatop,
+ param1: this.taskid,
+ param2: this.patid,
+ subId: this.id,
+ }
+
+ addPersonVoices(obj).then((res) => {
+ if (res.code == 200) {
+ this.$modal.msgSuccess("鏈嶅姟淇濆瓨鎴愬姛");
+ }
+ });
+
+ },
+
// 鑾峰彇鎮h�呰褰�
getTaskservelist(taskid) {
this.taskid = taskid;
@@ -593,7 +641,12 @@
}).then((res) => {
if (res.code == 200) {
this.logsheetlist = res.rows[0].serviceSubtaskList;
- this.puttaskid(this.logsheetlist[0].templateid)
+ this.templateid = this.logsheetlist[0].templateid;
+ }
+ if (this.Voicetype) {
+ this.getPersonVoices();
+ } else {
+ this.getsearchrResults();
}
});
},
@@ -604,7 +657,7 @@
taskid: this.taskid,
}).then((res) => {
if (res.code == 200) {
- objson = res.rows[0];
+ objson = res.rows[0].serviceSubtaskList[0];
objson.suggest = son;
Editsingletaskson(objson).then((res) => {
if (res.code) {
@@ -646,9 +699,17 @@
.catch(() => {});
},
handleOptionChange(a, b, c) {
- var obj = this.tableDatatop[b].svyLibTemplateTargetoptions.find(
- (item) => item.optioncontent == a
- );
+ console.log(this.tableDatatop[b], "this.tableDatatop[b]");
+
+ if (this.Voicetype) {
+ var obj = this.tableDatatop[b].ivrTaskScriptTargetoptionList.find(
+ (item) => item.optioncontent == a
+ );
+ } else {
+ var obj = this.tableDatatop[b].svyLibTemplateTargetoptions.find(
+ (item) => item.optioncontent == a
+ );
+ }
if (obj.isabnormal) {
this.tableDatatop[b].isabnormal = true;
} else {
--
Gitblit v1.9.3