From cb366314990b7e47895a105ab1bd28e9916724d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 4 Jul 2024 10:08:31 +0800 Subject: [PATCH 1/9] xg --- src/views/system/specialDiseaseNode/index.vue | 478 +++++------------- 1 file changed, 126 insertions(+), 352 deletions(-) diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index 66bd416..3306b42 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -8,17 +8,8 @@
适用范围 - - + +
@@ -30,59 +21,30 @@ - +
- + - +
- +
- +

{{ uitem.taskTypeName }}

- 已审核 - 不同意 - 未审核 + 已审核 + 不同意 + 未审核

{{ uitem.taskSubdivisionName }}

@@ -92,95 +54,48 @@
- - + + - - + + - + - + - + - - + + - - + +
-
+
{{ formview.propagandaTitle }}
@@ -188,40 +103,23 @@
知识卡片
- +
-
+
- -
+ +
推送方式: @@ -229,19 +127,11 @@
模板: - +
- +
@@ -250,10 +140,7 @@
-->
-
+
推送方式: @@ -262,21 +149,13 @@
模板: - +
- +
@@ -285,10 +164,7 @@
-->
-
+
推送方式: @@ -297,21 +173,13 @@
模板: - +
- +
@@ -324,19 +192,12 @@
-->
-
+
推送方式: - + 人工电话 自动外呼 @@ -344,42 +205,24 @@
话术模板: - - + + - +
-
+
问卷模板: - + - +
-
- +
+
@@ -487,41 +296,18 @@
- - + + - 同意 - 不同意 + 同意 + 不同意 - + @@ -579,7 +365,6 @@ export default { baseUrl: process.env.VUE_APP_BASE_API, showquestion: false, phoneNodeContent: "", - optionslist: [], optionslistS: [], value: "", @@ -641,7 +426,7 @@ export default { this.infolistword(); this.infolistMESSAGE(); }, - beforeDestroy() {}, + beforeDestroy() { }, watch: { "form.phoneMessageRemind": { handler(newValue, oldValue) { @@ -663,10 +448,9 @@ export default { // phoneTemplateId }, }, - mounted() {}, + mounted() { }, methods: { changephoneDialMethod(e) { - console.log(e); if (e == "AI") { // this.form.templateId='' // 清空问卷id和名字 @@ -677,10 +461,8 @@ export default { this.lookitemnew = ""; } else if (e == "COMMON") { // 清空问卷id话术id和对应名字 - this.form.templateId = ""; this.form.templateName = ""; - this.form.phoneTemplateId = ""; this.form.phoneTemplateName = ""; // 清空话术和问卷 @@ -702,7 +484,6 @@ export default { // this.taskinfo(); }); }, - changeoptions(e) { this.parentDictCode = this.options.find( (el) => el.dictValue == e @@ -744,7 +525,6 @@ export default { res.data.specialDiseaseNodeList.forEach((e) => { if (e.templateType == "SCRIPT" && e.flowScheme) { this.phoneNodeContent = e.flowScheme; - console.log(this.phoneNodeContent, "this.phoneNodeContent"); } if (e.messagePushSign) { e.messagePushSign = "" + e.messagePushSign; @@ -765,17 +545,12 @@ export default { "routeNodeName" ); this.form = this.lists[0].list[0]; - console.log(this.form, "this,form"); // 宣教模板回显 - if (this.form.templateType == "PROPAGANDA"&&this.form.templateId) { + if (this.form.templateType == "PROPAGANDA" && this.form.templateId) { getPropaganda(this.form.templateId).then((response) => { - console.log(response, " this.formview "); - this.formview = response.data; }); - } else if (this.form.templateType == "QUESTIONNAIRE"||this.form.templateType == "SCRIPT"&&this.form.templateId) { - console.log(this.form.templateId,'this.form.templateId5555555555') - + } else if (this.form.templateType == "QUESTIONNAIRE" || this.form.templateType == "SCRIPT" && this.form.templateId) { // 问卷模板回显 questionname(this.form.templateId).then((res) => { this.lookitemnew = res.data; @@ -919,25 +694,25 @@ export default { this.lists.forEach((e) => { e.list.length > 0 ? e.list.forEach((el) => { - el.routeNodeDay = e.routeNodeDay; - el.routeNodeName = e.routeNodeName; - if (el.phoneDialMethod == "COMMON" && el.templateId) { - el.phonePushSign = "1"; + el.routeNodeDay = e.routeNodeDay; + el.routeNodeName = e.routeNodeName; + if (el.phoneDialMethod == "COMMON" && el.templateId) { + el.phonePushSign = "1"; - el.templateType = "QUESTIONNAIRE"; - } else if ( - el.phoneDialMethod == "COMMON" && - el.phoneTemplateId - ) { - el.phonePushSign = "1"; + el.templateType = "QUESTIONNAIRE"; + } else if ( + el.phoneDialMethod == "COMMON" && + el.phoneTemplateId + ) { + el.phonePushSign = "1"; - el.templateType = "SCRIPT"; - } else if (el.phoneDialMethod == "AI" && el.phoneTemplateId) { - el.templateType = "SCRIPT"; - el.phonePushSign = "1"; - } - this.updata.specialDiseaseNodeList.push(el); - }) + el.templateType = "SCRIPT"; + } else if (el.phoneDialMethod == "AI" && el.phoneTemplateId) { + el.templateType = "SCRIPT"; + el.phonePushSign = "1"; + } + this.updata.specialDiseaseNodeList.push(el); + }) : ""; }); // this.updata.specialDiseaseNodeList = @@ -949,7 +724,6 @@ export default { // !e.taskSubdivision && // !e.taskStatus // ); - // console.log(this.updata,'this.updata') // return specialDiseaseNode(this.updata).then((res) => { this.info(); @@ -963,19 +737,21 @@ export default { }, //问卷传值 questionontemplate(item) { - console.log(item, "iten"); this.form.templateId = item.templateId; this.form.templateName = item.templateName; this.lookitemnew = item.lookitemnew; }, //宣教传值 propagandaontemplate(item) { - console.log(item, "iten"); - this.form.templateId = item.templateId; this.form.templateName = item.templateName; this.formview = item.formview; }, + //点击审核按钮 + dialogVisibletrue() { + this.form.routeNodeDay = Number(this.lists[this.listindex].routeNodeDay) + this.dialogVisible = true + }, // 点击每一条 bottomclickevent(uitem, index, uindex) { // this.phoneNodeContent = ""; @@ -988,24 +764,17 @@ export default { } setTimeout(() => { this.form = uitem; - - if (this.form.templateType == "PROPAGANDA"&&this.form.templateId) { - // 宣教 - getPropaganda(this.form.templateId).then((response) => { + if (this.form.templateType == "PROPAGANDA" && this.form.templateId) { + getPropaganda(this.form.templateId).then((response) => { // 宣教 this.formview = response.data; }); - } else if (this.form.templateType == "QUESTIONNAIRE"&&this.form.templateId) { - console.log(this.form.templateId,'this.form.templateId') - questionname(this.form.templateId).then((res) => { - // 问卷 - console.log(res, "res"); + } else if (this.form.templateType == "QUESTIONNAIRE" && this.form.templateId) { + questionname(this.form.templateId).then((res) => { // 问卷 this.lookitemnew = res.data; }); - // this.loading=true } else if (this.form.templateType == "SCRIPT" && this.form.flowScheme) { // 话术 this.phoneNodeContent = this.form.flowScheme; - console.log(this.phoneNodeContent, "this.phoneNodeContent11"); } this.taskPartitionList = []; if (this.form.taskType) { @@ -1159,7 +928,7 @@ export default { spinner: "el-icon-loading", background: "rgba(0, 0, 0, 0.7)", }); - if (!this.form.routeNodeDay) { + if (Number(this.form.routeNodeDay) != 0 && Number(this.form.routeNodeDay) < 0) { this.$message.error("请输入节点时间段天数"); return loading.close(); } @@ -1204,17 +973,21 @@ export default { border: 1.5px solid #c7c7c7; border-radius: 5px; } + ::v-deep iframe { width: 100%; height: 500px; } + .imageScriptpreview { width: 100%; margin-top: 20px; } + .imageScriptpreviews { margin: 0 auto; width: 90%; + // height: 300px; .titletop { font-size: 16px; @@ -1256,6 +1029,7 @@ export default { } } } + ::v-deep .el-input.is-disabled .el-input__inner { background-color: #fff !important; color: #606266 !important; From 3df2c6b7f4cfc41248b2c0c1b012d9a6a4d8cd2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 4 Jul 2024 10:08:47 +0800 Subject: [PATCH 2/9] xg --- src/views/manage/patientInfo/index.vue | 3 +++ src/views/manage/preHospitalized/index.vue | 27 ++++++++++++++-------- src/views/manage/visitin/index.vue | 8 ++++++- src/views/manage/visitout/index.vue | 7 +++++- 4 files changed, 33 insertions(+), 12 deletions(-) diff --git a/src/views/manage/patientInfo/index.vue b/src/views/manage/patientInfo/index.vue index ed7616e..6a59f3a 100644 --- a/src/views/manage/patientInfo/index.vue +++ b/src/views/manage/patientInfo/index.vue @@ -412,6 +412,9 @@ export default { this.queryParams.departmentId = null this.queryParams.wardId = null this.queryParams.attendingPhysicianId = null + setTimeout(() => { + this.attendingPhysicianlist = [] + }, 1000); }, //清空院区 clearcampusAgency() { diff --git a/src/views/manage/preHospitalized/index.vue b/src/views/manage/preHospitalized/index.vue index 6277382..7b0c8dc 100644 --- a/src/views/manage/preHospitalized/index.vue +++ b/src/views/manage/preHospitalized/index.vue @@ -83,8 +83,8 @@ - - + @@ -262,8 +262,8 @@ - - + @@ -523,6 +523,7 @@ export default { // 查询参数 appointmentDate: [], queryParams: { + certificateIssuingDoctorId: undefined, pageNum: 1, pageSize: 10, appointmentDateStart: '', @@ -708,7 +709,7 @@ export default { sex: null, address: null, patientType: 'PRE_HOSPITALIZED_PATIENT', - certificateIssuingDoctor: null, + certificateIssuingDoctorId: null, mainDiagnosis: null, hospitalAgencyId: null, campusAgencyId: null, @@ -725,6 +726,7 @@ export default { }, resetHospital() { this.formHospital = { + attendingPhysicianId: undefined, patientName: null, patientPhone: null, familyMemberPhone: null, @@ -737,7 +739,6 @@ export default { certificateIssuingDoctor: null, visitMethod: 'BE_IN_HOSPITAL', mainDiagnosis: null, - attendingPhysicianId: null, hospitalAgencyId: null, campusAgencyId: null, departmentId: null, @@ -1013,8 +1014,6 @@ export default { // } // getDepartmentList(query).then(res => { if (type) { - - if (!typetwo) { this.formHospital.departmentId = null this.formHospital.wardId = null @@ -1036,8 +1035,6 @@ export default { // } // getDepartmentList(query).then(res => { if (type) { - - if (!typetwo) { this.formHospital.wardId = null this.form.wardId = null @@ -1053,13 +1050,19 @@ export default { this.form.campusAgencyId = null this.form.departmentId = null this.form.wardId = null + this.form.attendingPhysicianId = null this.formHospital.campusAgencyId = null this.formHospital.departmentId = null this.formHospital.wardId = null + this.formHospital.attendingPhysicianId = null } else { this.queryParams.campusAgencyId = null this.queryParams.departmentId = null this.queryParams.wardId = null + this.queryParams.attendingPhysicianId = null + setTimeout(() => { + this.attendingPhysicianlist = [] + }, 1000); } }, //清空院区 @@ -1137,6 +1140,10 @@ export default { window.removeEventListener('resize', this.getMaxTableHeight, true) }) }, + changecertificateIssuingDoctor(e) { + console.log(e) + console.log(this.queryParams) + }, } }; diff --git a/src/views/manage/visitin/index.vue b/src/views/manage/visitin/index.vue index 0c2800f..8de6a95 100644 --- a/src/views/manage/visitin/index.vue +++ b/src/views/manage/visitin/index.vue @@ -92,7 +92,7 @@ - + { + this.attendingPhysicianlist = [] + }, 1000); } }, //清空院区 diff --git a/src/views/manage/visitout/index.vue b/src/views/manage/visitout/index.vue index 3ac6145..284d368 100644 --- a/src/views/manage/visitout/index.vue +++ b/src/views/manage/visitout/index.vue @@ -69,7 +69,7 @@ - + { + this.attendingPhysicianlist = [] + }, 1000); } }, //清空院区 From d5d5099358796510cfa9788dc8819a2c6c73ce83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Thu, 4 Jul 2024 10:32:25 +0800 Subject: [PATCH 3/9] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E5=8D=B7?= =?UTF-8?q?=E5=92=8C=E8=AF=9D=E6=9C=AF=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/ManageNodeInformation/index.vue | 69 ++++++++--- .../system/ManageNodeInformation/indexjs.js | 16 +++ src/views/system/specialDiseaseNode/index.vue | 109 ++++++++++++++---- 3 files changed, 156 insertions(+), 38 deletions(-) diff --git a/src/views/system/ManageNodeInformation/index.vue b/src/views/system/ManageNodeInformation/index.vue index 1cfee1f..5e389f3 100644 --- a/src/views/system/ManageNodeInformation/index.vue +++ b/src/views/system/ManageNodeInformation/index.vue @@ -343,6 +343,15 @@ :templateName="form.templateName" > + + 预览 +
-
-
+ + 确 定 + +
+
+
话术模板: + + 预览 +
+ + 预览 +
-
-
+ + 确 定 + + -
-
+ + 确 定 + +
diff --git a/src/views/system/ManageNodeInformation/indexjs.js b/src/views/system/ManageNodeInformation/indexjs.js index 794d72c..ec43717 100644 --- a/src/views/system/ManageNodeInformation/indexjs.js +++ b/src/views/system/ManageNodeInformation/indexjs.js @@ -46,6 +46,9 @@ export default { name: "specialDiseaseNode", data() { return { + lookNodeContent: false, + lookquestionname: false, + lookquestionlist: false, formview: {}, lookitemnew: {}, baseUrl: process.env.VUE_APP_BASE_API, @@ -628,6 +631,19 @@ export default { this.phoneNodeContent = item.phoneNodeContent; }, + // 预览话术图 + look() { + this.lookNodeContent = true + }, + // 预览问卷 + lookquestion() { + this.lookquestionname = true + }, + // 问卷库模板选择 + looklist() { + this.lookquestionlist = true + }, + changephoneDialMethod(e) { console.log(e) if (e == 'AI') { diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index 66bd416..9bb7dfc 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -159,6 +159,15 @@ :templateName="form.templateName" > + + 预览 +
-
-
+ + 确 定 + +
+
+
话术模板: + + 预览 + +
+ + 预览 +
-
-
+ + 确 定 + + -
+ -
+ + 确 定 + +
@@ -575,6 +615,9 @@ export default { data() { return { formview: {}, + lookquestionname: false, + lookquestionlist: false, + lookNodeContent: false, lookitemnew: {}, baseUrl: process.env.VUE_APP_BASE_API, showquestion: false, @@ -665,6 +708,19 @@ export default { }, mounted() {}, methods: { + // 问卷库模板选择 + looklist() { + this.lookquestionlist = true; + }, + // 预览问卷 + lookquestion() { + this.lookquestionname = true; + }, + // 预览话术图 + look() { + this.lookNodeContent = true; + }, + // 切换人工和自动 changephoneDialMethod(e) { console.log(e); if (e == "AI") { @@ -673,7 +729,7 @@ export default { this.form.phoneTemplateId = ""; this.form.phoneTemplateName = ""; // 清空话术和问卷 - this.phoneNodeContent = ""; + // this.phoneNodeContent = ""; this.lookitemnew = ""; } else if (e == "COMMON") { // 清空问卷id话术id和对应名字 @@ -684,7 +740,7 @@ export default { this.form.phoneTemplateId = ""; this.form.phoneTemplateName = ""; // 清空话术和问卷 - this.phoneNodeContent = ""; + // this.phoneNodeContent = ""; this.lookitemnew = ""; } }, @@ -767,14 +823,17 @@ export default { this.form = this.lists[0].list[0]; console.log(this.form, "this,form"); // 宣教模板回显 - if (this.form.templateType == "PROPAGANDA"&&this.form.templateId) { + if (this.form.templateType == "PROPAGANDA" && this.form.templateId) { getPropaganda(this.form.templateId).then((response) => { console.log(response, " this.formview "); this.formview = response.data; }); - } else if (this.form.templateType == "QUESTIONNAIRE"||this.form.templateType == "SCRIPT"&&this.form.templateId) { - console.log(this.form.templateId,'this.form.templateId5555555555') + } else if ( + this.form.templateType == "QUESTIONNAIRE" || + (this.form.templateType == "SCRIPT" && this.form.templateId) + ) { + console.log(this.form.templateId, "this.form.templateId5555555555"); // 问卷模板回显 questionname(this.form.templateId).then((res) => { @@ -989,13 +1048,16 @@ export default { setTimeout(() => { this.form = uitem; - if (this.form.templateType == "PROPAGANDA"&&this.form.templateId) { + if (this.form.templateType == "PROPAGANDA" && this.form.templateId) { // 宣教 getPropaganda(this.form.templateId).then((response) => { this.formview = response.data; }); - } else if (this.form.templateType == "QUESTIONNAIRE"&&this.form.templateId) { - console.log(this.form.templateId,'this.form.templateId') + } else if ( + this.form.templateType == "QUESTIONNAIRE" && + this.form.templateId + ) { + console.log(this.form.templateId, "this.form.templateId"); questionname(this.form.templateId).then((res) => { // 问卷 console.log(res, "res"); @@ -1209,6 +1271,7 @@ export default { height: 500px; } .imageScriptpreview { + // background: red; width: 100%; margin-top: 20px; } From 3323c7982687eb262e98b25cd7d444f7fba81394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Thu, 4 Jul 2024 10:50:08 +0800 Subject: [PATCH 4/9] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A3=E6=95=99?= =?UTF-8?q?=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/ManageNodeInformation/index.vue | 22 ++++++++++++- .../system/ManageNodeInformation/indexjs.js | 7 ++++- src/views/system/specialDiseaseNode/index.vue | 31 +++++++++++++++++++ 3 files changed, 58 insertions(+), 2 deletions(-) diff --git a/src/views/system/ManageNodeInformation/index.vue b/src/views/system/ManageNodeInformation/index.vue index 5e389f3..ec1244f 100644 --- a/src/views/system/ManageNodeInformation/index.vue +++ b/src/views/system/ManageNodeInformation/index.vue @@ -363,9 +363,23 @@ :templateName="form.templateName" > + + 预览
+
+ 确 定 + + + + 预览
+
+ 确 定 + + + + 预览 +
@@ -380,29 +380,29 @@ :visible.sync="imageScriptpreviews" width="60%" > -
-
-
{{ formview.propagandaTitle }}
+
+
+
{{ formview.propagandaTitle }}
-
- -
知识卡片
-
- +
+ +
知识卡片
+
+ +
-
确 定
-
-
+
+
话术模板: \ No newline at end of file From da6c980a091f040b933b594e4e6a4bc0119d22b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Thu, 4 Jul 2024 11:34:49 +0800 Subject: [PATCH 8/9] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/template/index.vue | 1 + .../system/ManageNodeInformation/index.vue | 3 +- .../system/ManageNodeInformation/indexjs.js | 34 +++---------------- src/views/system/specialDiseaseNode/index.vue | 1 + 4 files changed, 7 insertions(+), 32 deletions(-) diff --git a/src/views/manage/template/index.vue b/src/views/manage/template/index.vue index 52c9f38..c8cfe4a 100644 --- a/src/views/manage/template/index.vue +++ b/src/views/manage/template/index.vue @@ -149,6 +149,7 @@ prop="templateContent" label="模板内容" align="center" + :show-overflow-tooltip="true" > diff --git a/src/views/system/ManageNodeInformation/index.vue b/src/views/system/ManageNodeInformation/index.vue index d4307f4..bc77055 100644 --- a/src/views/system/ManageNodeInformation/index.vue +++ b/src/views/system/ManageNodeInformation/index.vue @@ -388,9 +388,9 @@ form.templateId " > +
文章模板:{{ formview.propagandaTitle }}
{{ formview.propagandaTitle }}
-
知识卡片
@@ -1132,7 +1132,6 @@ export default indexjs; } } } - } } diff --git a/src/views/system/ManageNodeInformation/indexjs.js b/src/views/system/ManageNodeInformation/indexjs.js index e511b18..6b346d7 100644 --- a/src/views/system/ManageNodeInformation/indexjs.js +++ b/src/views/system/ManageNodeInformation/indexjs.js @@ -49,7 +49,7 @@ export default { lookNodeContent: false, lookquestionname: false, lookquestionlist: false,//问卷 - imageScriptpreviews:false,//宣教 + imageScriptpreviews: false,//宣教 formview: {}, lookitemnew: {}, baseUrl: process.env.VUE_APP_BASE_API, @@ -161,9 +161,6 @@ export default { }, }, - mounted() { - // this.form = this.lists[0].list[0]; - }, methods: { // 短信提醒 infolistword() { @@ -626,10 +623,8 @@ export default { }, // 话术 messageontemplateword(item) { - console.log(item, 'item') this.form.phoneTemplateId = item.templateId; this.form.phoneTemplateName = item.templateName; - this.phoneNodeContent = item.phoneNodeContent; }, // 预览话术图 @@ -641,14 +636,14 @@ export default { this.lookquestionname = true }, // 宣教预览 - imagepreviews(){ - this.imageScriptpreviews=true + imagepreviews() { + this.imageScriptpreviews = true }, // 问卷库模板选择 looklist() { this.lookquestionlist = true }, - + // 切换人工电话和自动外呼 changephoneDialMethod(e) { console.log(e) if (e == 'AI') { @@ -659,21 +654,15 @@ export default { // 清空话术和问卷 this.phoneNodeContent = '' this.lookitemnew = '' - - } else if (e == 'COMMON') { // 清空问卷id话术id和对应名字 - this.form.templateId = '' this.form.templateName = '' - this.form.phoneTemplateId = '' this.form.phoneTemplateName = '' // 清空话术和问卷 this.phoneNodeContent = '' this.lookitemnew = '' - - } }, //短信传值 @@ -748,8 +737,6 @@ export default { // !e.taskStatus // ); // return - - specialDiseaseNode(this.itemlist).then((res) => { this.info(); loading.close(); @@ -787,33 +774,20 @@ export default { } setTimeout(() => { this.form = uitem; - // console.log( this.form,'this.form') - // console.log(this.form, ' this.form') this.$forceUpdate() if (this.form.templateType == "PROPAGANDA" && this.form.templateId) { getPropaganda(this.form.templateId).then((response) => { - // console.log(response.data, 'this.formview') - this.formview = response.data; }); } else if (this.form.templateType == "QUESTIONNAIRE" && this.form.templateId) { questionname(this.form.templateId).then((res) => { - // console.log(res, "res"); this.lookitemnew = res.data; }); - // this.loading=true - } else if (this.form.templateType == 'SCRIPT' && this.form.flowScheme) { - this.phoneNodeContent = this.form.flowScheme - console.log(this.phoneNodeContent, 'this.phoneNodeContent11') - - } - - this.taskPartitionList = []; if (this.form.taskType) { this.changeTaskType(this.form.taskType, this.form.taskSubdivision); diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index ac47aec..f71f05a 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -204,6 +204,7 @@ form.templateId " > +
文章模板:{{ formview.propagandaTitle }}
{{ formview.propagandaTitle }}
From e42487b6000793377bbd0914c61f9bf395ce2f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Thu, 4 Jul 2024 14:15:26 +0800 Subject: [PATCH 9/9] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/ManageNodeInformation/index.vue | 8 ++++---- src/views/system/ManageNodeInformation/indexjs.js | 5 ++--- src/views/system/components/question.vue | 2 +- src/views/system/components/questionopennew.vue | 1 - src/views/system/specialDiseaseNode/index.vue | 8 ++++---- 5 files changed, 11 insertions(+), 13 deletions(-) diff --git a/src/views/system/ManageNodeInformation/index.vue b/src/views/system/ManageNodeInformation/index.vue index bc77055..00c44e1 100644 --- a/src/views/system/ManageNodeInformation/index.vue +++ b/src/views/system/ManageNodeInformation/index.vue @@ -405,7 +405,7 @@
确 定关闭 @@ -419,7 +419,7 @@ 确 定关闭 @@ -685,7 +685,7 @@ > 确 定关闭 @@ -698,7 +698,7 @@ 确 定关闭 diff --git a/src/views/system/ManageNodeInformation/indexjs.js b/src/views/system/ManageNodeInformation/indexjs.js index 6b346d7..a109c0a 100644 --- a/src/views/system/ManageNodeInformation/indexjs.js +++ b/src/views/system/ManageNodeInformation/indexjs.js @@ -354,7 +354,6 @@ export default { if (e.templateType == 'SCRIPT' && e.flowScheme) { this.phoneNodeContent = e.flowScheme - console.log(this.phoneNodeContent, 'this.phoneNodeContent') } @@ -645,7 +644,7 @@ export default { }, // 切换人工电话和自动外呼 changephoneDialMethod(e) { - console.log(e) + // console.log(e) if (e == 'AI') { // this.form.templateId='' // 清空问卷id和名字 @@ -749,7 +748,7 @@ export default { }, //问卷传值 questionontemplate(item) { - console.log(item, 'iten') + // console.log(item, 'iten') this.form.templateId = item.templateId; this.form.templateName = item.templateName; this.lookitemnew = item.lookitemnew diff --git a/src/views/system/components/question.vue b/src/views/system/components/question.vue index 28e4068..4fb8be1 100644 --- a/src/views/system/components/question.vue +++ b/src/views/system/components/question.vue @@ -267,7 +267,7 @@ export default { this.showquestion = true; questionname(row.id).then((res) => { - console.log(res, "res"); + // console.log(res, "res"); this.lookitemnew = res.data; }); }, diff --git a/src/views/system/components/questionopennew.vue b/src/views/system/components/questionopennew.vue index 25be262..a80809f 100644 --- a/src/views/system/components/questionopennew.vue +++ b/src/views/system/components/questionopennew.vue @@ -79,7 +79,6 @@ export default { }, watch: { lookitemnew(newValue, oldValue) { - console.log(newValue, 'newValue111') if (newValue) { this.questiondata = newValue; } diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index f71f05a..8f9020c 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -222,7 +222,7 @@
确 定关闭 @@ -235,7 +235,7 @@ 确 定关闭 @@ -525,7 +525,7 @@ > 确 定关闭 @@ -538,7 +538,7 @@ 确 定关闭