From 53b7cfd8589201ec728c68a08b4ea07d94e66258 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期一, 08 七月 2024 17:16:48 +0800
Subject: [PATCH] qxtj

---
 src/views/doctor/checkAll/index.vue |  224 ++++++++++++++++++++++++++++++-------------------------
 1 files changed, 121 insertions(+), 103 deletions(-)

diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue
index bc6558e..878a99e 100644
--- a/src/views/doctor/checkAll/index.vue
+++ b/src/views/doctor/checkAll/index.vue
@@ -243,69 +243,79 @@
       :with-header="false"
       size="80%"
     >
-      <div style="font-size: 14px">
-        <table
-          style="
-            width: 96%;
-            margin: 10px 10px;
-            border: 1px solid #dfe6ec;
-            border-collapse: collapse;
-          "
-          cellspacing="4"
-        >
-          <caption style="background-color: #f8f8f9; font-size: 18px">
-            {{
-              tableAll.cusName
-            }}鐨勪綋妫�璧勬枡
-          </caption>
-          <tr style="border: 1px solid #dfe6ec; border-collapse: collapse">
-            <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-              濮撳悕锛�
-            </td>
-            <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-              {{ tableAll.cusName }}
-            </td>
-            <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-              鎬у埆锛�
-            </td>
-            <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-              {{
-                tableAll.cusSex == 0
-                  ? "鐢�"
-                  : tableAll.cusSex == 1
-                  ? "濂�"
-                  : "鏈煡"
-              }}
-            </td>
-          </tr>
-          <tr style="border: 1px solid #dfe6ec; border-collapse: collapse">
-            <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-              浣撴鍗曞彿锛�
-            </td>
-            <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-              {{ tableAll.tjNumber }}
-            </td>
-            <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-              浣撴鏃堕棿锛�
-            </td>
-            <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-              {{ tableAll.tjTime }}
-            </td>
-          </tr>
-        </table>
-      </div>
       <div>
         <el-row>
           <el-col :span="18">
-            <div style="margin: 10px 10px">
-               <!--<el-radio-group
-                v-model="tjproject"
-                @input="radiotjprojectChange"
-                style="margin-left: 20px"
+            <div style="font-size: 14px">
+              <table
+                style="
+                  width: 98%;
+                  margin: 10px 10px;
+                  border: 1px solid #dfe6ec;
+                  border-collapse: collapse;
+                "
+                cellspacing="4"
               >
-                <el-radio-button label="0">浣撴椤圭洰</el-radio-button>
-                <el-radio-button label="1">鍖栭獙椤圭洰</el-radio-button>
-              </el-radio-group> -->
+                <caption style="background-color: #f8f8f9; font-size: 18px">
+                  {{
+                    tableAll.cusName
+                  }}鐨勪綋妫�璧勬枡
+                </caption>
+                <tr
+                  style="border: 1px solid #dfe6ec; border-collapse: collapse;height: 36px;"
+                >
+                  <td
+                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
+                  >
+                    濮撳悕锛�
+                  </td>
+                  <td
+                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
+                  >
+                    {{ tableAll.cusName }}
+                  </td>
+                  <td
+                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
+                  >
+                    鎬у埆锛�
+                  </td>
+                  <td
+                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
+                  >
+                    {{
+                      tableAll.cusSex == 0
+                        ? "鐢�"
+                        : tableAll.cusSex == 1
+                        ? "濂�"
+                        : "鏈煡"
+                    }}
+                  </td>
+                </tr>
+                <tr
+                  style="border: 1px solid #dfe6ec; border-collapse: collapse;height: 36px;"
+                >
+                  <td
+                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
+                  >
+                    浣撴鍗曞彿锛�
+                  </td>
+                  <td
+                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
+                  >
+                    {{ tableAll.tjNumber }}
+                  </td>
+                  <td
+                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
+                  >
+                    浣撴鏃堕棿锛�
+                  </td>
+                  <td
+                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
+                  >
+                    {{ tableAll.tjTime }}
+                  </td>
+                </tr>
+              </table>
             </div>
           </el-col>
           <el-col :span="6">
@@ -348,7 +358,13 @@
               :key="index"
               style="margin-left: 10px"
             >
-              <div style="text-align: center; background-color: #f8f8f9;margin-top: 10px;">
+              <div
+                style="
+                  text-align: center;
+                  background-color: #aad8df;
+                  margin-top: 10px;
+                "
+              >
                 {{ item.parent || "" }}
               </div>
               <el-table
@@ -356,6 +372,7 @@
                 border
                 style="width: 100%"
                 :row-style="changRed"
+                :header-cell-style="{background:'#aad8df'}"
               >
                 <el-table-column align="center" label="妫�娴嬮」鐩�" width="240">
                   <template slot-scope="scope">
@@ -384,16 +401,16 @@
                   <template slot-scope="scope">
                     <div v-if="scope.row.project != null">
                       {{
-                        scope.row.standard.tjStandardGtValue +
-                        "-" +
-                        scope.row.standard.tjStandardLtValue || "/"
+                        scope.row.standard.tjStandardGtValue ||
+                        "/" + "-" + scope.row.standard.tjStandardLtValue ||
+                        "/"
                       }}
                     </div>
-                    <div v-else>{{ scope.row.stanId || "/"}}</div>
+                    <div v-else>{{ scope.row.stanId || "/" }}</div>
                   </template>
                 </el-table-column>
               </el-table>
-              <table style="width: 100%" v-if="tjproject!='1'">
+              <table style="width: 100%" v-if="tjproject != '1'">
                 <tr
                   style="border: 1px solid #dfe6ec; border-collapse: collapse"
                 >
@@ -401,17 +418,17 @@
                     style="
                       border: 1px solid #dfe6ec;
                       border-collapse: collapse;
-                      width: 240px;
+                      width:7%
                     "
+                     
                   >
                     灏忕粨锛�
                   </td>
                   <td
                     style="
-                      border: 1px solid #dfe6ec;
-                      border-collapse: collapse;
-                      width: 180px;
+                      border: 1px solid #dfe6ec;width:45%
                     "
+
                   >
                     <el-input v-model="item.remark" disabled></el-input>
                     <!-- <el-select v-model="item.value" multiple filterable placeholder="璇烽�夋嫨" style="width: 100%" @change="xiAoJieChange($event, item)">
@@ -423,13 +440,13 @@
                     style="
                       border: 1px solid #dfe6ec;
                       border-collapse: collapse;
-                      width: 350px;
+                      width:15%
                     "
                   >
                     涓绘鍖诲笀锛�
                   </td>
                   <td
-                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
+                    style="border: 1px solid #dfe6ec; border-collapse: collapse" colspan="2"
                   >
                     {{ item.doctorName }}
                   </td>
@@ -451,8 +468,8 @@
                     澶囨敞锛�
                   </td>
                   <td
-                    style="border: 1px solid #dfe6ec; border-collapse: collapse;"
-                    colspan="2"
+                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
+                    colspan="3"
                   >
                     <textarea
                       placeholder="璇疯緭鍏ュ唴瀹�"
@@ -468,7 +485,7 @@
               </table>
             </div>
 
-            <div style="margin: 0 0px 10px 15px" v-if="tjproject!='1'">
+            <div style="margin: 0 0px 10px 15px" v-if="tjproject != '1'">
               <el-button type="primary" @click="propoChange"
                 >蹇嵎寤鸿</el-button
               >
@@ -481,7 +498,7 @@
               ref="numberValidateForm"
               label-width="80px"
               class="demo-ruleForm"
-              v-if="tjproject!='1'"
+              v-if="tjproject != '1'"
             >
               <el-form-item label="鎬绘寤鸿">
                 <el-input
@@ -496,7 +513,7 @@
             </el-form>
             <div slot="footer" class="dialog-footers">
               <el-button
-              v-if="tjproject == '0'"
+                v-if="tjproject == '0'"
                 type="primary"
                 size="mini"
                 @click.stop="rowClick"
@@ -1467,14 +1484,14 @@
             }
             this.changedate.forEach((item) => {
               // this.remark = item.remark;
-              item.sons.forEach((item3) => {
-                if (item3.standard.tjStandardGtValue === null) {
-                  item3.standard.tjStandardGtValue = "";
-                }
-                if (item3.standard.tjStandardLtValue === null) {
-                  item3.standard.tjStandardLtValue = "";
-                }
-              });
+              // item.sons.forEach((item3) => {
+              //   if (item3.standard.tjStandardGtValue === null) {
+              //     item3.standard.tjStandardGtValue = "";
+              //   }
+              //   if (item3.standard.tjStandardLtValue === null) {
+              //     item3.standard.tjStandardLtValue = "";
+              //   }
+              // });
               // item.remark = "";
             });
           } else {
@@ -1590,8 +1607,8 @@
       }
     },
 
-    handleCurrentChange(val){
-      this.handleClick(val)
+    handleCurrentChange(val) {
+      this.handleClick(val);
     },
 
     // 鐐瑰嚮璇︽儏
@@ -1632,17 +1649,17 @@
                     for (let i = 0; i < this.changedate.length; i++) {
                       this.remark = this.changedate[i].remark;
                     }
-                    console.log( this.changedate)
+                    console.log(this.changedate);
                     this.changedate.forEach((item) => {
                       // this.remark = item.remark;
-                      item.sons.forEach((item3) => {
-                        if (item3.standard.tjStandardGtValue === null) {
-                          item3.standard.tjStandardGtValue = "";
-                        }
-                        if (item3.standard.tjStandardLtValue === null) {
-                          item3.standard.tjStandardLtValue = "";
-                        }
-                      });
+                      // item.sons.forEach((item3) => {
+                      //   if (item3.standard.tjStandardGtValue === null) {
+                      //     item3.standard.tjStandardGtValue = "";
+                      //   }
+                      //   if (item3.standard.tjStandardLtValue === null) {
+                      //     item3.standard.tjStandardLtValue = "";
+                      //   }
+                      // });
                     });
                   } else {
                     this.$message({
@@ -1686,14 +1703,14 @@
                           this.textarea1 = item.checkAdvice;
 
                           // this.remark = item.remark;
-                          item.sons.forEach((item3) => {
-                            if (item3.standard.tjStandardGtValue === null) {
-                              item3.standard.tjStandardGtValue = "";
-                            }
-                            if (item3.standard.tjStandardLtValue === null) {
-                              item3.standard.tjStandardLtValue = "";
-                            }
-                          });
+                          // item.sons.forEach((item3) => {
+                          //   if (item3.standard.tjStandardGtValue === null) {
+                          //     item3.standard.tjStandardGtValue = "";
+                          //   }
+                          //   if (item3.standard.tjStandardLtValue === null) {
+                          //     item3.standard.tjStandardLtValue = "";
+                          //   }
+                          // });
                           // item.remark = "";
                         });
                       } else {
@@ -1911,6 +1928,7 @@
   border: none;
   outline: none;
 }
+
 </style>
 
   

--
Gitblit v1.8.0