WXL (wul)
5 天以前 17efc8b0fb7d3fa66eb8e22f32b81e3e14bcd7f6
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,
@@ -999,7 +1000,6 @@
        { label: "电话号码", width: "180", prop: "telcode" },
        { label: "性别", width: "", prop: "sex" },
        { label: "年龄", width: "", prop: "age" },
        { label: "电话", width: "180", prop: "telcode" },
        { label: "出院天数", width: "", prop: "endDay" },
        { label: "责任护士", width: "", prop: "nurseName" },
        { label: "主治医生", width: "", prop: "drname" },
@@ -1482,7 +1482,7 @@
          this.form.preachformList = this.selectedOrder;
        } else {
          this.$modal.msgError("请选择服务类型");
            this.submitLoading = false;
          this.submitLoading = false;
          return;
        }
@@ -1497,7 +1497,7 @@
        ) {
        } else {
          this.$modal.msgError("请选择任务关联条件");
            this.submitLoading = false;
          this.submitLoading = false;
          return;
        }
@@ -1508,7 +1508,7 @@
        if (!this.form.templatename && !this.templateor) {
          this.$modal.msgError("未选择模板");
            this.submitLoading = false;
          this.submitLoading = false;
          return;
        }
@@ -1522,7 +1522,7 @@
          this.form.longTask
        ) {
        } else {
            this.submitLoading = false;
          this.submitLoading = false;
          return this.$modal.msgError("时间信息缺失");
        }
@@ -1611,13 +1611,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 {
            }
          });
@@ -1931,7 +1936,7 @@
              ? this.form.patTaskRelevances
              : [];
            this.overallCase = this.form.patTaskRelevances.concat();
            this.checkList = this.form.preachform.split(",");
            this.checkList = this.form.preachform.split(",") || [];
            this.selectedOrder = this.form.preachformList;
            this.overallCase.forEach((item) => {
@@ -2202,7 +2207,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;
@@ -2320,7 +2325,7 @@
            this.objyl.isoperation = 1;
            this.objyl.ivrLibaTemplateScriptVOList.forEach((item) => {
              item.ivrTaskScriptTargetoptionList =
                item.ivrTaskScriptTargetoptionList;
                item.ivrLibaScriptTargetoptionList;
            });
            this.objyl.ivrTaskTemplateScriptVOList =
              this.objyl.ivrLibaTemplateScriptVOList;