diff --git a/src/views/system/ManageNodeInformation/indexjs.js b/src/views/system/ManageNodeInformation/indexjs.js index 481029f..b0a9ef0 100644 --- a/src/views/system/ManageNodeInformation/indexjs.js +++ b/src/views/system/ManageNodeInformation/indexjs.js @@ -451,8 +451,9 @@ export default { optiononditionOperator() { var dictType = "trigger_condition_operator"; getAgencytype(dictType).then((res) => { - console.log(res, 'redsssssssss') + // console.log(res, 'redsssssssss') this.optionstriggerConditionOperator = res.data; + }); }, @@ -628,9 +629,12 @@ export default { //wangeditor传值 onNodeContent(item) { this.form.nodeContent = item.nodeContent; - var abc = new RegExp("
", "g"); - var bbb = this.form.nodeContent.replace(abc, ""); - this.form.nodeContent = bbb; + if (this.form.nodeContent) { + var abc = new RegExp("
", "g"); + var bbb = this.form.nodeContent.replace(abc, ""); + this.form.nodeContent = bbb; + } + }, //小程序传值 miniProgramtemplate(item) { @@ -733,12 +737,13 @@ export default { }, bottomclickevent(uitem, index, uindex) { - if ( - this.form.taskSubdivisiontemplateType != "QUESTIONNAIRE" && - this.form.taskSubdivisiontemplateType != "PROPAGANDA" - ) { + // if ( + // this.form.taskSubdivisiontemplateType != "QUESTIONNAIRE" && + // this.form.taskSubdivisiontemplateType != "PROPAGANDA" + // ) { + // console.log() this.$refs.wangeditor.emit(); - } + // } setTimeout(() => { this.form = uitem; this.taskPartitionList = []; diff --git a/src/views/system/ManuallyCreatingTasks/index.vue b/src/views/system/ManuallyCreatingTasks/index.vue index 807fc0f..cce6afb 100644 --- a/src/views/system/ManuallyCreatingTasks/index.vue +++ b/src/views/system/ManuallyCreatingTasks/index.vue @@ -157,6 +157,7 @@ type="textarea" v-model="formInline.textRemindContent" :rows="6" + style="width: 600px" placeholder="请输入内容" /> @@ -187,24 +188,100 @@ -
-
- 推送方式:短信 - - +
+
+
+
推送方式:人工电话
+ +
+ + +
+
+
+
+ 重播次数: + + + + + + +
+
+ 时间间隔: + + + + +
+
+ 短信提醒: + + + + +
+
+ 短信模板: + + + + + + +
+
-
+
推送方式:公众号
-
+
推送方式:小程序
推送方式: - 人工电话 + + + 人工电话 + 自动外呼 + +
- 模板: - + 话术模板: + + + + + + +
+
+ 问卷模板: + + + + + +
-
-
@@ -330,8 +449,8 @@