unknown
2024-06-03 8f6329a8ea3f85b6bc9f751449109cba06b73591
src/books/lifeCare/view/chapter005.vue
@@ -383,7 +383,33 @@
          </div>
          <p><br /></p>
          <p>3.小组讨论分析各位成员的一日食谱,评出最佳一日食谱。</p>
          <p>(1)请用图片形式呈现,并贴在下面。</p>
          <p class="pic-wall">
            (1)请用图片形式呈现,并贴在下面。<span
              class="btnUpload-list"
              @click="handFile('fileTwo')"
            >
              <svg
                t="1717059899765"
                class="icon"
                viewBox="0 0 1024 1024"
                version="1.1"
                xmlns="http://www.w3.org/2000/svg"
                p-id="2633"
                xmlns:xlink="http://www.w3.org/1999/xlink"
                width="18"
                height="18"
              >
                <path
                  d="M256.111993 608.601962c61.628148 0 122.808324 17.790888 183.220549 52.796701 88.122492-119.67252 198.387601-180.788701 328.747453-180.788701 80.122992 0 142.071121 0 191.860009 41.213424V217.522405C959.940004 168.181489 919.750516 127.992 870.345603 127.992h-716.755202A89.5944 89.5944 0 0 0 63.996 217.586401v489.569402c47.165052-64.95594 111.929004-98.489844 192.179989-98.489845z m95.994-159.99a95.994 95.994 0 1 0 0-191.988001 95.994 95.994 0 0 0 0 191.988001z m0 63.996a159.990001 159.990001 0 1 1 0-319.980001 159.990001 159.990001 0 0 1 0 319.980001zM1023.936004 619.097306a254.448097 254.448097 0 0 0-112.63296-41.469408c-38.909568-33.021936-81.27492-33.021936-143.223049-33.021936-116.664708 0-213.682645 58.23636-293.357665 177.716893l-17.726892 26.622336-26.622336-17.726892c-58.940316-39.293544-116.920692-58.620336-174.261109-58.620336-72.699456 0-125.880132 53.564652-163.317793 128.439972l-14.335104 28.606212-14.207112-7.103556A89.5944 89.5944 0 0 0 153.590401 905.031436h425.893381c6.783576 22.782576 16.63896 44.285232 29.182176 63.996H153.590401a153.590401 153.590401 0 0 1-153.590401-153.590401V217.586401A153.590401 153.590401 0 0 1 153.590401 63.996h716.691206A153.654397 153.654397 0 0 1 1023.936004 217.586401v401.510905z"
                  p-id="2634"
                ></path>
                <path
                  d="M796.366227 796.430223v-142.199112a28.414224 28.414224 0 0 1 56.892444 0v142.199112h142.199113a28.414224 28.414224 0 0 1 0 56.828448h-142.199113v142.263109a28.414224 28.414224 0 0 1-56.95644 0v-142.263109h-142.135116a28.414224 28.414224 0 0 1 0-56.828448h142.199112z"
                  p-id="2635"
                ></path>
              </svg>
            </span>
          </p>
          <!-- <div class="bk-tx">
          <textarea
            v-model="chapter005.textAreaItem.text7"
@@ -412,7 +438,6 @@
                id="fileTwo"
                @change="handUploadFile($event, '2')"
              />
              <span class="btnUpload-list" @click="handFile('fileTwo')">+</span>
            </div>
          </div>
        </div>
@@ -2576,23 +2601,79 @@
              <thead>
                <tr>
                  <th>婴幼儿姓名</th>
                  <th></th>
                  <td>
                    <textarea
                      rows="2"
                      style="min-width: 80px;max-width:80px;font-size: 14px"
                      v-model="chapter005.textTh.text1"
                      @blur="changeThVal($event, 'text1')"
                    />
                  </td>
                  <th>性别</th>
                  <th></th>
                  <td>
                    <textarea
                      rows="2"
                      style="min-width: 80px;max-width:80px;font-size: 14px"
                      v-model="chapter005.textTh.text2"
                      @blur="changeThVal($event, 'text2')"
                    />
                  </td>
                  <th>年龄</th>
                  <th></th>
                  <td>
                    <textarea
                      rows="2"
                      style="min-width: 80px;max-width:80px;font-size: 14px"
                      v-model="chapter005.textTh.text3"
                      @blur="changeThVal($event, 'text3')"
                    />
                  </td>
                  <th>班级</th>
                  <th></th>
                  <td>
                    <textarea
                      rows="2"
                      style="min-width: 80px;max-width:80px;font-size: 14px"
                      v-model="chapter005.textTh.text4"
                      @blur="changeThVal($event, 'text4')"
                    />
                  </td>
                </tr>
                <tr>
                  <th>家长姓名</th>
                  <th></th>
                  <td>
                    <textarea
                      rows="2"
                      style="min-width: 80px;max-width:80px;font-size: 14px"
                      v-model="chapter005.textTh.text5"
                      @blur="changeThVal($event, 'text5')"
                    />
                  </td>
                  <th>联系方式</th>
                  <th></th>
                  <td>
                    <textarea
                      rows="2"
                      style="min-width: 80px;max-width:80px;font-size: 14px"
                      v-model="chapter005.textTh.text6"
                      @blur="changeThVal($event, 'text6')"
                    />
                  </td>
                  <th>家庭住址</th>
                  <th></th>
                  <td>
                    <textarea
                      rows="2"
                      style="min-width: 80px;max-width:80px;font-size: 14px"
                      v-model="chapter005.textTh.text7"
                      @blur="changeThVal($event, 'text7')"
                    />
                  </td>
                  <th>记录时间</th>
                  <th></th>
                  <td>
                    <textarea
                      rows="2"
                      style="min-width: 80px;max-width:80px;font-size: 14px"
                      v-model="chapter005.textTh.text8"
                      @blur="changeThVal($event, 'text8')"
                    />
                  </td>
                </tr>
              </thead>
              <tbody>
@@ -2620,6 +2701,13 @@
                    </template>
                    <template v-else>
                      <input
                        :readonly="
                          cell == '问题表现' ||
                          cell == '原因分析' ||
                          cell == '采取措施' ||
                          cell == '效果分析' ||
                          cell == '后续建议'
                        "
                        type="text"
                        :value="chapter005.tableData156[rowIndex][cellIndex]"
                        @blur="
@@ -2636,6 +2724,7 @@
              </tbody>
            </table>
          </div>
          <p><br/></p>
          <h3 id="c020">
            <span class="bk-h3"
              ><span class="bj1-h3">六</span>  餐后保育 </span
@@ -3414,7 +3503,7 @@
          ["", "", "", ""],
        ],
        // 1-5-3
        headers153: ["适合月龄", "7-2月龄", "13-24月龄", "24以上月龄"], // 表头
        headers153: ["适合月龄", "7-12月龄", "13-24月龄", "24以上月龄"], // 表头
        tableData153: [
          // 二维数组作为表格数据
          ["食物名称", "", "", ""],
@@ -3436,7 +3525,7 @@
        headers155: [
          "喂养原则",
          "适合月龄",
          "7-2月龄",
          "7-12月龄",
          "13-24月龄",
          "24以上月龄",
        ],
@@ -3457,6 +3546,7 @@
        ],
        textAreaItem: {},
        radio: {},
        textTh: {},
      },
    };
  },
@@ -3469,26 +3559,26 @@
    if (localData) {
      this.chapter005 = { ...Object.assign(this.chapter005, localData) };
    }
    this.chapter005.videOneUrl = getResourcePath(
    this.chapter005.videOneUrl = await getResourcePath(
      "439b0bde62a5098875c77e2492676577"
    );
    this.chapter005.videoTwoUrl = getResourcePath(
    this.chapter005.videoTwoUrl = await getResourcePath(
      "1a878261410b01ee8e4e0602a1fe935f"
    );
    this.chapter005.videoFourUrl = getResourcePath(
    this.chapter005.videoFourUrl = await getResourcePath(
      "6cf2619beb704b3d79de04f0775c8ba3"
    );
    this.chapter005.videoFiveUrl = getResourcePath(
    this.chapter005.videoFiveUrl = await getResourcePath(
      "8400384441ad9236d5eab24f500ec2c7"
    );
    this.chapter005.videOneUrl =
      "https://jsek.bnuic.com/file/api/ApiDownload?md5=439b0bde62a5098875c77e2492676577";
    this.chapter005.videoTwoUrl =
      "https://jsek.bnuic.com/file/api/ApiDownload?md5=1a878261410b01ee8e4e0602a1fe935f";
    this.chapter005.videoFourUrl =
      "https://jsek.bnuic.com/file/api/ApiDownload?md5=6cf2619beb704b3d79de04f0775c8ba3";
    this.chapter005.videoFiveUrl =
      "https://jsek.bnuic.com/file/api/ApiDownload?md5=8400384441ad9236d5eab24f500ec2c7";
    // this.chapter005.videOneUrl =
    //   "https://jsek.bnuic.com/file/api/ApiDownload?md5=439b0bde62a5098875c77e2492676577";
    // this.chapter005.videoTwoUrl =
    //   "https://jsek.bnuic.com/file/api/ApiDownload?md5=1a878261410b01ee8e4e0602a1fe935f";
    // this.chapter005.videoFourUrl =
    //   "https://jsek.bnuic.com/file/api/ApiDownload?md5=6cf2619beb704b3d79de04f0775c8ba3";
    // this.chapter005.videoFiveUrl =
    //   "https://jsek.bnuic.com/file/api/ApiDownload?md5=8400384441ad9236d5eab24f500ec2c7";
  },
  methods: {
    activityOne() {
@@ -3621,6 +3711,11 @@
      this.$set(this.chapter005.tableData155[rowIndex], cellIndex, value);
      localStorage.setItem("chapter005", JSON.stringify(this.chapter005));
    },
    updateCell156(rowIndex, cellIndex, value) {
      // 更新单元格数据
      this.$set(this.chapter005.tableData156[rowIndex], cellIndex, value);
      localStorage.setItem("chapter005", JSON.stringify(this.chapter005));
    },
    onBlurChange() {
      localStorage.setItem("chapter005", JSON.stringify(this.chapter005));
    },
@@ -3654,8 +3749,8 @@
            if (type == "3") {
              that.chapter005.pictrueListThree.push(getPublicImage(e));
            }
            that.isLoding = false;
            localStorage.setItem("chapter005", JSON.stringify(this.chapter005));
            that.$emit('Upload_initViewer',"")
            localStorage.setItem("chapter005", JSON.stringify(that.chapter005));
          }, 1000);
        })
        .catch((e) => {
@@ -3664,13 +3759,19 @@
        });
    },
    handFile(str) {
      let dom = document.getElementById(str);
      let dom = (this.container ? this.container : document).getElementById(
        str
      );
      dom.click();
    },
    drawflowDataClick(val) {
      this.chapter005.drawData = val;
      localStorage.setItem("chapter005", JSON.stringify(this.chapter005));
    },
    changeThVal(e, val) {
      this.chapter005.textTh[val] = e.target.value;
      localStorage.setItem("chapter005", JSON.stringify(this.chapter005));
    },
  },
};
</script>