手动创建任务 话术
This commit is contained in:
parent
e71bc5dbea
commit
c039f4e38b
@ -632,6 +632,8 @@ export default {
|
|||||||
messageontemplateword(item) {
|
messageontemplateword(item) {
|
||||||
this.formInline.phoneId = item.templateId;
|
this.formInline.phoneId = item.templateId;
|
||||||
this.formInline.phoneTemplateName = item.templateName;
|
this.formInline.phoneTemplateName = item.templateName;
|
||||||
|
this.list[this.listindex].scriptInfoId=item.scriptInfoId
|
||||||
|
this.list[this.listindex].phoneTemplateId=item.phoneTemplateId
|
||||||
},
|
},
|
||||||
//公众号传值
|
//公众号传值
|
||||||
officialAccountontemplate(item) {
|
officialAccountontemplate(item) {
|
||||||
@ -690,22 +692,6 @@ export default {
|
|||||||
cancelButtonText: '取消',
|
cancelButtonText: '取消',
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.updata.routeNodeList = this.list;
|
this.updata.routeNodeList = this.list;
|
||||||
// this.updata.routeNodeList.forEach((el) => {
|
|
||||||
// if (el.phoneDialMethod == "COMMON" && el.questionInfoId) {
|
|
||||||
// el.templateType = "QUESTIONNAIRE";
|
|
||||||
// } else if (el.phoneDialMethod == "COMMON" && el.phoneId) {
|
|
||||||
// el.templateType = "SCRIPT";
|
|
||||||
// } else if (el.phoneDialMethod == "AI" && el.phoneId) {
|
|
||||||
// el.templateType = "SCRIPT";
|
|
||||||
// }
|
|
||||||
// });
|
|
||||||
// this.updata.triggerConditionList.forEach((e) => {
|
|
||||||
// e.routeId = this.$route.query.id;
|
|
||||||
// e.routeName = this.$route.query.routeName;
|
|
||||||
// delete e.optionstriggerConditionOperator
|
|
||||||
// });
|
|
||||||
// delete this.updata.triggerConditionList.optionstriggerConditionOperator
|
|
||||||
// return
|
|
||||||
signrouteadd(this.updata).then((res) => {
|
signrouteadd(this.updata).then((res) => {
|
||||||
this.$notify({
|
this.$notify({
|
||||||
type: "success",
|
type: "success",
|
||||||
@ -748,6 +734,10 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
::v-deep .el-form--inline .el-form-item__label{
|
||||||
|
display: inline-block !important;
|
||||||
|
float: inline-start !important;
|
||||||
|
}
|
||||||
.titlemengt {
|
.titlemengt {
|
||||||
width: 98.5%;
|
width: 98.5%;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user