WXL (wul)
2 天以前 447ac8696eb82c65d7e231a96679e0ca04943751
src/views/patient/propaganda/particty.vue
@@ -743,7 +743,7 @@
                    <el-radio
                      v-for="(
                        items, index
                      ) in item.ivrTaskScriptTargetoptionList"
                      ) in item.ivrLibaScriptTargetoptionList"
                      :key="index"
                      :label="index"
                      >{{ items.targetvalue }}</el-radio
@@ -765,7 +765,7 @@
                    <el-checkbox
                      v-for="(
                        items, index
                      ) in item.ivrTaskScriptTargetoptionList"
                      ) in item.ivrLibaScriptTargetoptionList"
                      :key="index"
                      :label="index"
                    >
@@ -904,6 +904,7 @@
  getbaseopera,
  getFollowuplist,
  getvFollowup,
  selectInfoByCondition,
  Taskparticty,
  deleteTaskparticty,
  getTaskInfo,
@@ -1308,7 +1309,7 @@
      };
      this.currenttype = this.$route.query.type;
      this.title = "随访内容列表";
      this.tableLabel = this.tableLabelwj;
      this.tableLabel = this.tableLabelwj || [];
      if (this.form.serviceType == 1) {
        this.checkboxlist = [
          {
@@ -1328,8 +1329,16 @@
            label: "微信公众号",
          },
        ];
      } else if (this.form.serviceType == 6) {
      } else if (
        this.form.serviceType == 6 ||
        this.form.serviceType == 14 ||
        this.form.serviceType == 15
      ) {
        this.checkboxlist = [
          {
            value: "1",
            label: "人工",
          },
          {
            value: "3",
            label: "智能语音",
@@ -1477,11 +1486,11 @@
          this.leavehospitaldistrictcodes = [];
        }
        if (this.checkList) {
          this.form.preachform = this.checkList.join(",");
          this.form.preachformList = this.selectedOrder;
          this.form.preachform = this.checkList.join(",") || [];
          this.form.preachformList = this.selectedOrder || [];
        } else {
          this.$modal.msgError("请选择服务类型");
            this.submitLoading = false;
          this.submitLoading = false;
          return;
        }
@@ -1496,7 +1505,7 @@
        ) {
        } else {
          this.$modal.msgError("请选择任务关联条件");
            this.submitLoading = false;
          this.submitLoading = false;
          return;
        }
@@ -1507,7 +1516,7 @@
        if (!this.form.templatename && !this.templateor) {
          this.$modal.msgError("未选择模板");
            this.submitLoading = false;
          this.submitLoading = false;
          return;
        }
@@ -1521,7 +1530,7 @@
          this.form.longTask
        ) {
        } else {
            this.submitLoading = false;
          this.submitLoading = false;
          return this.$modal.msgError("时间信息缺失");
        }
@@ -1610,13 +1619,18 @@
          // 疾病
          this.getillness(this.form.libtemplateid);
          getvFollowup({ id: this.form.libtemplateid }).then((res) => {
          selectInfoByCondition({ id: this.form.templateid }).then((res) => {
            if (res.code == 200) {
              this.previewtf = true;
              this.previewtftype = 1;
              this.questionList = res.data.ivrLibaTemplateScriptVOList;
              this.objyl.ivrLibaTemplateScriptVOList =
                res.data.ivrLibaTemplateScriptVOList;
              this.questionList = res.data.ivrTaskTemplateScriptVOList;
              this.questionList.forEach((item) => {
                item.qremark = [];
                item.ivrLibaScriptTargetoptionList =
                  item.ivrTaskScriptTargetoptionList;
              });
              this.objyl.ivrLibaScriptTargetoptionList =
                res.data.ivrTaskScriptTargetoptionList;
            } else {
            }
          });
@@ -1930,8 +1944,8 @@
              ? this.form.patTaskRelevances
              : [];
            this.overallCase = this.form.patTaskRelevances.concat();
            this.checkList = this.form.preachform.split(",");
            this.selectedOrder = this.form.preachformList;
            this.checkList = this.form.preachform.split(",") || [];
            this.selectedOrder = this.form.preachformList || [];
            this.overallCase.forEach((item) => {
              if (item.endtime) {
@@ -2201,7 +2215,7 @@
        this.objyl.suitway = this.objyl.suitway.join(",");
      }
      this.objyl.ivrLibaTemplateScriptVOList.forEach((item) => {
        item.ivrTaskScriptTargetoptionList = item.ivrTaskScriptTargetoptionList;
        item.ivrTaskScriptTargetoptionList = item.ivrLibaScriptTargetoptionList;
      });
      this.objyl.ivrTaskTemplateScriptVOList =
        this.objyl.ivrLibaTemplateScriptVOList;
@@ -2278,7 +2292,7 @@
      });
    },
    checkSelectionChange(selectedValues, selectedOrder) {
      this.selectedOrder = selectedValues;
      this.selectedOrder = selectedValues || [];
      console.log("当前选中:", selectedValues);
      console.log("选中顺序:", selectedOrder);
    },
@@ -2315,11 +2329,15 @@
            if (Array.isArray(this.objyl.suitway)) {
              this.objyl.suitway = this.objyl.suitway.join(",");
            }
            this.objyl.templateid = this.objyl.id;
            this.objyl.libtemplateid = this.objyl.id;
            this.form.libtemplateid = this.objyl.id;
            this.objyl.isoperation = 1;
            console.log(this.objyl, "this.objyl");
            this.objyl.ivrLibaTemplateScriptVOList.forEach((item) => {
              item.ivrTaskScriptTargetoptionList =
                item.ivrTaskScriptTargetoptionList;
                item.ivrLibaScriptTargetoptionList;
            });
            this.objyl.ivrTaskTemplateScriptVOList =
              this.objyl.ivrLibaTemplateScriptVOList;