From 28214e38ea02cca66c747034f57f8dce912bee42 Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期五, 31 五月 2024 17:52:33 +0800
Subject: [PATCH] 优化

---
 src/books/lifeCare/view/chapter005.vue |  127 ++++++++++++++++++++++++++++++++++++++----
 1 files changed, 114 insertions(+), 13 deletions(-)

diff --git a/src/books/lifeCare/view/chapter005.vue b/src/books/lifeCare/view/chapter005.vue
index ad7a97a..69e4c2b 100644
--- a/src/books/lifeCare/view/chapter005.vue
+++ b/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: {},
       },
     };
   },
@@ -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));
     },
@@ -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>

--
Gitblit v1.9.1