diff --git a/src/views/manage/components/Scriptpreviewopen.vue b/src/views/manage/components/Scriptpreviewopen.vue
index 60dcd87..1bc848d 100644
--- a/src/views/manage/components/Scriptpreviewopen.vue
+++ b/src/views/manage/components/Scriptpreviewopen.vue
@@ -522,7 +522,7 @@ export default {
};
},
mounted() {
- console.log()
+ console.log(11111111111111111)
this.initG6Editor();
this.getlist();
// this.editor.getCurrentPage().save()
@@ -541,6 +541,8 @@ export default {
},
// 初始化
initG6Editor() {
+ console.log(11111111111111111)
+
const _this = this;
const editor = new G6Editor();
this.editor = editor;
diff --git a/src/views/system/ManageNodeInformation/index.vue b/src/views/system/ManageNodeInformation/index.vue
index 0b7ddfa..be7d631 100644
--- a/src/views/system/ManageNodeInformation/index.vue
+++ b/src/views/system/ManageNodeInformation/index.vue
@@ -241,7 +241,7 @@
推送方式:
-
+
人工电话
自动外呼
diff --git a/src/views/system/ManageNodeInformation/indexjs.js b/src/views/system/ManageNodeInformation/indexjs.js
index b91ecc0..8738274 100644
--- a/src/views/system/ManageNodeInformation/indexjs.js
+++ b/src/views/system/ManageNodeInformation/indexjs.js
@@ -607,6 +607,21 @@ export default {
// this.form.messagePreview = item.templateContent;
},
+ changephoneDialMethod(e){
+ console.log(e,'e')
+ if(e=='AI'){
+ // this.form.templateId=''
+ this.form.phoneTemplateId=''
+ this.form.phoneTemplateName=''
+
+ }else if(e=='COMMON'){
+ this.form.templateId=''
+ this.form.templateName=''
+
+ this.form.phoneTemplateId=''
+ this.form.phoneTemplateName=''
+ }
+ },
//短信传值
messageontemplate(item) {
this.form.messageTemplateId = item.templateId;
diff --git a/src/views/system/ManuallyCreatingTasks/index.vue b/src/views/system/ManuallyCreatingTasks/index.vue
index 8ce6ba6..55c89bb 100644
--- a/src/views/system/ManuallyCreatingTasks/index.vue
+++ b/src/views/system/ManuallyCreatingTasks/index.vue
@@ -317,7 +317,10 @@
推送方式:
-
+
人工电话
自动外呼
@@ -646,6 +649,21 @@ export default {
delitem(item, index, list) {
list.splice(index, 1);
},
+ changephoneDialMethod(e){
+ console.log(e,'e')
+ if(e=='AI'){
+ // this.form.templateId=''
+ this.formInline.phoneId=''
+ this.formInline.phoneTemplateName=''
+
+ }else if(e=='COMMON'){
+ this.formInline.questionInfoId=''
+ this.formInline.questionInfoName=''
+
+ this.formInline.phoneId=''
+ this.formInline.phoneTemplateName=''
+ }
+ },
upload() {
this.updata.routeNodeList = this.list;
// console.log(this.updata,'this.updata')
@@ -659,7 +677,7 @@ export default {
}
});
console.log(this.updata,'updata')
- return
+ // return
signrouteadd(this.updata).then((res) => {
this.$notify({
diff --git a/src/views/system/components/Scriptpreviewopen.vue b/src/views/system/components/Scriptpreviewopen.vue
new file mode 100644
index 0000000..30dda69
--- /dev/null
+++ b/src/views/system/components/Scriptpreviewopen.vue
@@ -0,0 +1,795 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 文件
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ jpg
+ 白色背景
+
+
+ png
+ 透明背景
+
+
+
+
+
+ 取 消
+ 确 定
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/components/questionopennew.vue b/src/views/system/components/questionopennew.vue
new file mode 100644
index 0000000..eb2adbc
--- /dev/null
+++ b/src/views/system/components/questionopennew.vue
@@ -0,0 +1,386 @@
+
+
+
+
+
+ {{ index + 1 }}.{{ item.questionName }}
+
(单选题)
+
(多选题)
+
(打分题)
+
(组合单选题)
+
(组合多选题)
+
(组合填空题)
+
(填空题)
+
(组合打分题)
+
(日期填空题)
+
(时间填空题)
+
+ {{ aitem.optionName }}
+
+
+
+ {{ aitem.optionName
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue
index bc92a09..0f01c49 100644
--- a/src/views/system/followupsee/index.vue
+++ b/src/views/system/followupsee/index.vue
@@ -47,10 +47,14 @@