WXL (wul)
2 天以前 447ac8696eb82c65d7e231a96679e0ca04943751
src/views/outsideChainnew.vue
@@ -8,7 +8,9 @@
            {{
              kcb
                ? kcb
                : "亲爱的患者-家属,您好!我们是无锡儿童医院的医护人员,为了更好地了解您的康复情况,请您抽一点宝贵时间,完成这份随访问卷。"
                : "亲爱的患者-家属,我们是" +
                  localStorage.getItem("orgname") +
                  "的医护人员,为了更好地了解您的康复情况,请您抽一点宝贵时间,完成这份随访问卷。"
            }}
            <!-- 亲爱的患者/家属您好,为了更好的了解您出院后的康复情况,给您适当及时的健康指导,请您抽一点宝贵时间,完成这份出院随访问卷调查。 -->
          </div>
@@ -35,7 +37,7 @@
              >
                <el-radio
                  border
                  v-for="(items, index) in item.ivrLibaScriptTargetoptionList"
                  v-for="(items, index) in item.ivrTaskScriptTargetoptionList"
                  :class="
                    items.isabnormal && item.questionResult == items.targetvalue
                      ? 'red-star'
@@ -68,7 +70,7 @@
                <el-checkbox
                  border
                  @change="$forceUpdate()"
                  v-for="(items, indexs) in item.ivrLibaScriptTargetoptionList"
                  v-for="(items, indexs) in item.ivrTaskScriptTargetoptionList"
                  :key="indexs"
                  :label="items.targetvalue"
                >
@@ -82,7 +84,11 @@
            </div>
          </div>
          <!-- 填空 -->
          <div class="scriptTopic-dev" :key="index" v-if="item.scriptType == 4||item.scriptType == 3">
          <div
            class="scriptTopic-dev"
            :key="index"
            v-if="item.scriptType == 4 || item.scriptType == 3"
          >
            <div class="dev-text">
              {{ index + 1 }}、<span style="line-height: 1.5"
                >{{ item.scriptContent
@@ -163,12 +169,13 @@
      kcb: "",
      excep: "",
      taskname: "",
      param6: null,
      questionList: [
        // {
        //   scriptType: 1,
        //   scriptContent: "您的年龄范围是?",
        //   questionResult: null,
        //   ivrLibaScriptTargetoptionList: [
        //   ivrTaskScriptTargetoptionList: [
        //     { targetvalue: "18-25", value: "18-25", isabnormal: true },
        //     { targetvalue: "26-35", value: "26-35" },
        //     { targetvalue: "36-45", value: "36-45" },
@@ -181,7 +188,7 @@
        //   scriptType: 1,
        //   scriptContent: "您的职业是什么?",
        //   questionResult: null,
        //   ivrLibaScriptTargetoptionList: [
        //   ivrTaskScriptTargetoptionList: [
        //     { targetvalue: "学生", value: "student" },
        //     { targetvalue: "教师", value: "teacher" },
        //     { targetvalue: "工程师", value: "engineer" },
@@ -194,7 +201,7 @@
        //   scriptType: 2,
        //   scriptContent: "您感兴趣的活动有哪些?",
        //   questionResult: [],
        //   ivrLibaScriptTargetoptionList: [
        //   ivrTaskScriptTargetoptionList: [
        //     { targetvalue: "旅游", value: "travel", isabnormal: true },
        //     { targetvalue: "阅读", value: "reading", isabnormal: true },
        //     { targetvalue: "运动", value: "sports", isabnormal: true },
@@ -207,7 +214,7 @@
        //   scriptType: 1,
        //   scriptContent: "您的职业是什么?",
        //   questionResult: null,
        //   ivrLibaScriptTargetoptionList: [
        //   ivrTaskScriptTargetoptionList: [
        //     { targetvalue: "学生", value: "student" },
        //     { targetvalue: "教师", value: "teacher" },
        //     { targetvalue: "工程师", value: "engineer" },
@@ -220,7 +227,7 @@
        //   scriptType: 1,
        //   scriptContent: "您的职业是什么?",
        //   questionResult: null,
        //   ivrLibaScriptTargetoptionList: [
        //   ivrTaskScriptTargetoptionList: [
        //     { targetvalue: "学生", value: "student" },
        //     { targetvalue: "教师", value: "teacher" },
        //     { targetvalue: "工程师", value: "engineer", isabnormal: true },
@@ -233,7 +240,7 @@
        //   scriptType: 1,
        //   scriptContent: "您的职业是什么?",
        //   questionResult: null,
        //   ivrLibaScriptTargetoptionList: [
        //   ivrTaskScriptTargetoptionList: [
        //     { targetvalue: "学生", value: "student" },
        //     { targetvalue: "教师", value: "teacher" },
        //     { targetvalue: "工程师", value: "engineer" },
@@ -281,17 +288,21 @@
    geturlinfo() {
      // let url = window.location.href;
      let url = this.$route.query.p;
      console.log(445);
      // let url = 'http://218.108.11.22:8093/sf/003';
      // let urlid = this.extractLastSegmentFromUrl(url);
      geturlinfo(url).then((res) => {
        if (res.code == 200) {
          this.getQuestionnaire(
            res.data.param1,
            res.data.param2,
            res.data.param3,
            res.data.param5
          );
          this.param6 = res.data.param6;
        }
      });
    },
@@ -383,10 +394,12 @@
      let form = {
        param1: this.taskid,
        param2: this.patid,
        param6: this.param6,
        excep: this.excep,
        type: this.type,
        serviceSubtaskDetailList: [],
      };
      const arr = structuredClone(this.questionList);
      // arr.forEach((item) => {
      //   item.asrtext = JSON.stringify(item.questionResult);
@@ -411,14 +424,15 @@
      let form = {
        param1: this.taskid,
        param2: this.patid,
        param6: this.param6,
        type: this.type,
        ivrLibaTemplateScriptVOList: [],
        ivrTaskTemplateScriptVOList: [],
      };
      const arr = structuredClone(this.questionList);
      console.log(arr, "srr");
      arr.forEach((item, index) => {
        if (item.scriptType == 3||item.scriptType == 4) return;
        var obj = item.ivrLibaScriptTargetoptionList.find(
        if (item.scriptType == 3 || item.scriptType == 4) return;
        var obj = item.ivrTaskScriptTargetoptionList.find(
          (items) => items.targetvalue == item.questionResult
        );
        console.log(obj, "isabnormal");
@@ -437,7 +451,7 @@
          item.questionResult = JSON.stringify(item.questionResult);
        }
      });
      form.ivrLibaTemplateScriptVOList = arr;
      form.ivrTaskTemplateScriptVOList = arr;
      Cachequestionnaire(form).then((res) => {
        if (res.code == 200) {
          if (subm) {
@@ -449,7 +463,7 @@
    // 处理单选选项
    handleOptionChange(selectedvalue, index, arr) {
      // 查找选中的选项对象
      const selectedOption = arr.ivrLibaScriptTargetoptionList.find(
      const selectedOption = arr.ivrTaskScriptTargetoptionList.find(
        (option) => option.targetvalue == selectedvalue
      );
      if (selectedOption) {
@@ -464,7 +478,7 @@
      // ��加分数
      let score = 0;
      selectedvalues.forEach((value) => {
        const selectedOption = arr.ivrLibaScriptTargetoptionList.find(
        const selectedOption = arr.ivrTaskScriptTargetoptionList.find(
          (option) => option.targetvalue == value
        );
        if (selectedOption) {