From 57318307b301d2b0d63f8a91fe6a03fa4982a972 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期四, 03 四月 2025 17:46:35 +0800
Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb

---
 src/views/doctor/checkAll/index.vue | 1663 +++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 1,057 insertions(+), 606 deletions(-)

diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue
index ef54aa3..695b888 100644
--- a/src/views/doctor/checkAll/index.vue
+++ b/src/views/doctor/checkAll/index.vue
@@ -144,17 +144,33 @@
           width="130px"
         />
 
-        <el-table-column
+        <!-- <el-table-column
           label="浣撴鏃堕棿"
           align="center"
           prop="tjTime"
           :show-overflow-tooltip="true"
           width="110px"
+        /> -->
+        <el-table-column
+          v-if="tjStatus === '1'"
+          label="瀹℃牳鏃堕棿"
+          align="center"
+          prop="shsj"
+          :show-overflow-tooltip="true"
+          width="180px"
         />
         <el-table-column
+          v-if="tjStatus === '0'"
           label="瀹屾垚鏃堕棿"
           align="center"
           prop="finishTime"
+          :show-overflow-tooltip="true"
+          width="160px"
+        />
+        <el-table-column
+          label="濂楅鍚嶇О"
+          align="center"
+          prop="pacName"
           :show-overflow-tooltip="true"
           width="160px"
         />
@@ -163,10 +179,10 @@
           align="center"
           prop="tjStatus"
           :show-overflow-tooltip="true"
-          width="50px"
+          width="120px"
         >
           <template slot-scope="scope">
-            <span>{{ scope.row.tjStatus == "1" ? "宸叉" : "鏈" }}</span>
+            <span>{{ scope.row.tjStatus == "1" ? "宸插鏍�" : "鏈鏍�" }}</span>
           </template>
         </el-table-column>
         <el-table-column
@@ -183,16 +199,13 @@
             />
           </template>
         </el-table-column>
-        <el-table-column label="鎿嶄綔" align="center" width="90px" fixed="right">
+        <el-table-column
+          label="鎿嶄綔"
+          align="center"
+          width="120px"
+          fixed="right"
+        >
           <template slot-scope="scope">
-            <el-button
-              fixed="right"
-              title="澶勬柟"
-              type="text"
-              size="mini"
-              @click.stop="rowClick(scope.row)"
-              icon="el-icon-edit-outline"
-            ></el-button>
             <el-button
               fixed="right"
               title="璇︽儏"
@@ -201,6 +214,24 @@
               @click.stop="handleClick(scope.row)"
               icon="el-icon-document-copy"
             ></el-button>
+            <el-button
+              fixed="right"
+              title="鍚屾"
+              type="text"
+              size="mini"
+              @click.stop="tongbu(scope.row)"
+              v-if="scope.row.tjStatus != '1'"
+              icon="el-icon-upload2"
+            ></el-button>
+            <el-button
+              fixed="right"
+              title="澶勬柟"
+              type="text"
+              size="mini"
+              @click.stop="rowClick(scope.row)"
+              icon="el-icon-edit-outline"
+            ></el-button>
+
             <!-- <el-button type="text" size="mini" @click="generate(scope.row)" v-if="scope.row.tjStatus=='1'">鐢熸垚</el-button> -->
             <el-button
               type="text"
@@ -235,14 +266,14 @@
       </div>
     </template>
 
-    <!-- 鐐瑰嚮寮瑰嚭妗� -->
+    <!-- 鐐瑰嚮寮瑰嚭妗�   show-close="true"-->
     <el-drawer
       custom-class="tanchu"
       :visible.sync="drawer"
       :before-close="handleClose"
       :with-header="false"
       size="100%"
-      show-close="true"
+     
     >
       <div class="top">
         <table
@@ -326,7 +357,9 @@
           >
         </div>
         <div class="btn1" v-if="msgjianqian == 'y' || msgjianqian == 'Y'">
-          <el-button @click="jianqian()" type="primary"><span class="vertical-text">妫�鍓嶉棶璇�</span></el-button>
+          <el-button @click="jianqian()" type="primary"
+            ><span class="vertical-text">妫�鍓嶉棶璇�</span></el-button
+          >
         </div>
 
         <div class="btn1">
@@ -341,274 +374,287 @@
         </div>
       </div>
       <div class="box">
-        <div
-          class="left"
-          style="
-            font-size: 14px;
-            height: calc(100% - 11%);
-            width: 1100px;
-            margin-left: 10px;
-          "
-        >
-          <div v-for="(item, index) in changedate" :key="index">
-            <div
-              style="
-                text-align: center;
-                background-color: #aad8df;
-                margin-top: 10px;
-              "
-            >
-              {{ item.parent || "" }}
-            </div>
-            <div v-if="item.xmlb == '0'">
-              <el-table
-                :data="item.sons"
-                border
-                style="width: 100%"
-                :row-style="changRed"
-                :header-cell-style="{ background: '#aad8df' }"
+        <div class="left-container">
+          <div class="left">
+            <div v-for="(item, index) in changedate" :key="index">
+              <div
+                style="
+                  text-align: center;
+                  background-color: #aad8df;
+                  margin-top: 10px;
+                "
               >
-                <el-table-column align="center" label="妫�娴嬮」鐩�" width="464">
-                  <template slot-scope="scope">
-                    <div>{{ scope.row.proName }}</div>
-                  </template>
-                </el-table-column>
-                <el-table-column
-                  align="center"
-                  prop="proResult"
-                  label="妫�娴嬬粨鏋�"
-                  width="180"
+                {{ item.parent || "" }}
+              </div>
+              <div v-if="item.xmlb == '0'">
+                <el-table
+                  :data="item.sons"
+                  border
+                  style="width: 100%"
+                  :row-style="changRed"
+                  :header-cell-style="{ background: '#aad8df' }"
                 >
-                </el-table-column>
-                <el-table-column align="center" prop="" label="鍗曚綅">
-                  <template slot-scope="scope">
-                    <div v-if="scope.row.project != null">
-                      {{ scope.row.standard.company || "" }}
-                    </div>
-                    <div v-else>{{ scope.row.proAdvice }}</div>
-                  </template>
-                </el-table-column>
-                <el-table-column align="center" prop="" label=" 鍙傝�冭寖鍥�">
-                  <template slot-scope="scope">
-                    <div v-if="scope.row.project != null">
-                      {{
-                        scope.row.standard.tjStandardGtValue ||
-                        "/" + "-" + scope.row.standard.tjStandardLtValue ||
-                        "/"
-                      }}
-                    </div>
-                    <div v-else>{{ scope.row.stanId || "/" }}</div>
-                  </template>
-                </el-table-column>
-              </el-table>
-              <table style="width: 100%" v-if="tjproject != '1'">
-                <tr
-                  style="border: 1px solid #dfe6ec; border-collapse: collapse"
-                >
-                  <td
-                    style="
-                      border: 1px solid #dfe6ec;
-                      border-collapse: collapse;
-                      width: 7%;
-                    "
+                  <el-table-column align="center" label="妫�娴嬮」鐩�" width="464">
+                    <template slot-scope="scope">
+                      <div>{{ scope.row.proName }}</div>
+                    </template>
+                  </el-table-column>
+                  <el-table-column
+                    align="center"
+                    prop="proResult"
+                    label="妫�娴嬬粨鏋�"
+                    width="180"
                   >
-                    灏忕粨锛�
-                  </td>
-                  <td style="border: 1px solid #dfe6ec; width: 45%">
-                    <el-input v-model="item.remark" disabled></el-input>
-                  </td>
-                  <td
-                    style="
-                      border: 1px solid #dfe6ec;
-                      border-collapse: collapse;
-                      width: 15%;
-                    "
-                  >
-                    涓绘鍖诲笀锛�
-                  </td>
-                  <td
+                  </el-table-column>
+                  <el-table-column align="center" prop="" label="鍗曚綅">
+                    <template slot-scope="scope">
+                      <div v-if="scope.row.project != null">
+                        {{ scope.row.standard.company || "" }}
+                      </div>
+                      <div v-else>{{ scope.row.proAdvice }}</div>
+                    </template>
+                  </el-table-column>
+                  <el-table-column
+                    align="center"
+                    prop="conclusion"
+                    label="寮傚父"
+                    width="180"
+                  ></el-table-column>
+                  <el-table-column align="center" prop="" label=" 鍙傝�冭寖鍥�">
+                    <template slot-scope="scope">
+                      <div v-if="scope.row.project != null">
+                        {{
+                          scope.row.standard.tjStandardGtValue ||
+                          "/" + "-" + scope.row.standard.tjStandardLtValue ||
+                          "/"
+                        }}
+                      </div>
+                      <div v-else>{{ scope.row.stanId || "/" }}</div>
+                    </template>
+                  </el-table-column>
+                </el-table>
+                <table style="width: 100%" v-if="tjproject != '1'">
+                  <tr
                     style="border: 1px solid #dfe6ec; border-collapse: collapse"
-                    colspan="2"
                   >
-                    {{ item.doctorName }}
-                  </td>
-                </tr>
-                <tr
-                  style="
-                    border: 1px solid #dfe6ec;
-                    border-collapse: collapse;
-                    width: 200px;
-                  "
-                >
-                  <td
+                    <td
+                      style="
+                        border: 1px solid #dfe6ec;
+                        border-collapse: collapse;
+                        width: 7%;
+                      "
+                    >
+                      灏忕粨锛�
+                    </td>
+                    <td style="border: 1px solid #dfe6ec; width: 45%">
+                      <el-input v-model="item.remark" disabled></el-input>
+                    </td>
+                    <td
+                      style="
+                        border: 1px solid #dfe6ec;
+                        border-collapse: collapse;
+                        width: 15%;
+                      "
+                    >
+                      涓绘鍖诲笀锛�
+                    </td>
+                    <td
+                      style="
+                        border: 1px solid #dfe6ec;
+                        border-collapse: collapse;
+                      "
+                      colspan="2"
+                    >
+                      {{ item.doctorName }}
+                    </td>
+                  </tr>
+                  <tr
                     style="
                       border: 1px solid #dfe6ec;
                       border-collapse: collapse;
-                      width: 240px;
+                      width: 200px;
                     "
                   >
-                    澶囨敞锛�
-                  </td>
-                  <td
+                    <td
+                      style="
+                        border: 1px solid #dfe6ec;
+                        border-collapse: collapse;
+                        width: 240px;
+                      "
+                    >
+                      澶囨敞锛�
+                    </td>
+                    <td
+                      style="
+                        border: 1px solid #dfe6ec;
+                        border-collapse: collapse;
+                      "
+                      colspan="3"
+                    >
+                      <el-input
+                        type="textarea"
+                        autosize
+                        placeholder="璇疯緭鍏ュ唴瀹�"
+                        v-model="changedate[index].remark"
+                        v-on:input="change"
+                        style="width: 100%"
+                      >
+                      </el-input>
+                      <!-- <textarea
+                        placeholder="璇疯緭鍏ュ唴瀹�"
+                        :autosize="{ minRows: 2 }"
+                        style="width: 100%; height: 240px; resize: none"
+                        v-model="changedate[index].remark"
+                        v-on:input="change"
+                      ></textarea> -->
+                    </td>
+                  </tr>
+                </table>
+              </div>
+              <div v-else>
+                <table style="width: 100%" v-if="tjproject != '1'">
+                  <tr style="border: 1px solid #dfe6ec">
+                    <td
+                      style="
+                        border: 1px solid #dfe6ec;
+                        border-collapse: collapse;
+                        width: 15%;
+                        height: auto;
+                      "
+                    >
+                      妫�鏌ユ墍瑙侊細
+                    </td>
+                    <td
+                      style="border: 1px solid #dfe6ec; height: auto"
+                      colspan="2"
+                    >
+                      <el-input
+                        type="textarea"
+                        autosize
+                        placeholder="璇疯緭鍏ュ唴瀹�"
+                        v-model="item.jgbx"
+                        style="width: 100%"
+                      >
+                      </el-input>
+                      <!-- <textarea
+                        placeholder="璇疯緭鍏ュ唴瀹�"
+                        :autosize="{ minRows: 3}"
+                        style="width: 100%; height: auto; resize: none"
+                        v-model="item.jgbx"
+                      ></textarea> -->
+                    </td>
+                  </tr>
+                  <tr
                     style="border: 1px solid #dfe6ec; border-collapse: collapse"
-                    colspan="3"
                   >
-                    <el-input
-                      type="textarea"
-                      autosize
-                      placeholder="璇疯緭鍏ュ唴瀹�"
-                      v-model="changedate[index].remark"
-                      v-on:input="change"
-                      style="width: 100%"
+                    <td
+                      style="
+                        border: 1px solid #dfe6ec;
+                        border-collapse: collapse;
+                        width: 15%;
+                      "
                     >
-                    </el-input>
-                    <!-- <textarea
-                      placeholder="璇疯緭鍏ュ唴瀹�"
-                      :autosize="{ minRows: 2 }"
-                      style="width: 100%; height: 240px; resize: none"
-                      v-model="changedate[index].remark"
-                      v-on:input="change"
-                    ></textarea> -->
-                  </td>
-                </tr>
-              </table>
-            </div>
-            <div v-else>
-              <table style="width: 100%" v-if="tjproject != '1'">
-                <tr style="border: 1px solid #dfe6ec">
-                  <td
-                    style="
-                      border: 1px solid #dfe6ec;
-                      border-collapse: collapse;
-                      width: 15%;
-                      height: auto;
-                    "
-                  >
-                    妫�鏌ユ墍瑙侊細
-                  </td>
-                  <td
-                    style="border: 1px solid #dfe6ec; height: auto"
-                    colspan="2"
-                  >
-                    <el-input
-                      type="textarea"
-                      autosize
-                      placeholder="璇疯緭鍏ュ唴瀹�"
-                      v-model="item.jgbx"
-                      style="width: 100%"
+                      妫�鏌ユ彁绀猴細
+                    </td>
+                    <td
+                      style="
+                        border: 1px solid #dfe6ec;
+                        border-collapse: collapse;
+                      "
+                      colspan="2"
                     >
-                    </el-input>
-                    <!-- <textarea
-                      placeholder="璇疯緭鍏ュ唴瀹�"
-                      :autosize="{ minRows: 3}"
-                      style="width: 100%; height: auto; resize: none"
-                      v-model="item.jgbx"
-                    ></textarea> -->
-                  </td>
-                </tr>
-                <tr
-                  style="border: 1px solid #dfe6ec; border-collapse: collapse"
-                >
-                  <td
-                    style="
-                      border: 1px solid #dfe6ec;
-                      border-collapse: collapse;
-                      width: 15%;
-                    "
-                  >
-                    妫�鏌ユ彁绀猴細
-                  </td>
-                  <td
-                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
-                    colspan="2"
-                  >
-                    <el-input
-                      type="textarea"
-                      autosize
-                      placeholder="璇疯緭鍏ュ唴瀹�"
-                      v-model="item.remark"
-                      style="width: 100%"
-                    >
-                    </el-input>
-                    <!-- <textarea
+                      <el-input
+                        type="textarea"
+                        autosize
+                        placeholder="璇疯緭鍏ュ唴瀹�"
+                        v-model="item.remark"
+                        style="width: 100%"
+                      >
+                      </el-input>
+                      <!-- <textarea
       
-                      placeholder="璇疯緭鍏ュ唴瀹�"
-                      style="width: 100%;  resize: none"
-                      v-model="item.remark"
-                    ></textarea> -->
-                  </td>
-                </tr>
-                <tr
-                  style="
-                    border: 1px solid #dfe6ec;
-                    border-collapse: collapse;
-                    width: 200px;
-                  "
-                >
-                  <td
+                        placeholder="璇疯緭鍏ュ唴瀹�"
+                        style="width: 100%;  resize: none"
+                        v-model="item.remark"
+                      ></textarea> -->
+                    </td>
+                  </tr>
+                  <tr
                     style="
                       border: 1px solid #dfe6ec;
                       border-collapse: collapse;
-                      width: 15%;
+                      width: 200px;
                     "
                   >
-                    涓绘鍖诲笀锛�
-                  </td>
-                  <td
-                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
-                    colspan="2"
-                  >
-                    {{ item.doctorName }}
-                  </td>
-                </tr>
-              </table>
+                    <td
+                      style="
+                        border: 1px solid #dfe6ec;
+                        border-collapse: collapse;
+                        width: 15%;
+                      "
+                    >
+                      涓绘鍖诲笀锛�
+                    </td>
+                    <td
+                      style="
+                        border: 1px solid #dfe6ec;
+                        border-collapse: collapse;
+                      "
+                      colspan="2"
+                    >
+                      {{ item.doctorName }}
+                    </td>
+                  </tr>
+                </table>
+              </div>
             </div>
-          </div>
 
-          <div style="margin: 0 0px 10px 15px" v-if="tjproject != '1'">
-            <el-button type="primary" @click="propoChange">蹇嵎寤鸿</el-button>
-            <el-button type="primary" @click="proposalChange"
-              >鐢熸垚寤鸿</el-button
-            >
-          </div>
-
-          <el-form
-            ref="numberValidateForm"
-            label-width="80px"
-            class="demo-ruleForm"
-            v-if="tjproject != '1'"
-          >
-            <el-form-item label="鎬绘寤鸿">
-              <el-input
-                type="textarea"
-                placeholder="璇疯緭鍏ュ唴瀹�"
-                v-model="textarea1"
-                :rows="3"
-                style="width: 96%"
+            <div style="margin: 0 0px 10px 15px" v-if="tjproject != '1'">
+              <el-button type="primary" @click="propoChange"
+                >蹇嵎寤鸿</el-button
               >
-              </el-input>
-            </el-form-item>
-          </el-form>
-          <div slot="footer" class="dialog-footers">
-            <el-button type="primary" @click.stop="guanbi">鍙栨秷</el-button>
-            <el-button
-              v-if="tjproject == '0' && (msgkcf == 'y' || msgkcf == 'Y')"
-              type="primary"
-              @click.stop="rowClick"
-              icon="el-icon-edit-outline"
-              >寮�澶勬柟</el-button
+              <el-button type="primary" @click="proposalChange"
+                >鐢熸垚寤鸿</el-button
+              >
+            </div>
+
+            <el-form
+              ref="numberValidateForm"
+              label-width="80px"
+              class="demo-ruleForm"
+              v-if="tjproject != '1'"
             >
-            <div v-if="tjproject == '0'">
+              <el-form-item label="鎬绘寤鸿">
+                <el-input
+                  type="textarea"
+                  placeholder="璇疯緭鍏ュ唴瀹�"
+                  v-model="textarea1"
+                  :rows="3"
+                  style="width: 96%"
+                >
+                </el-input>
+              </el-form-item>
+            </el-form>
+            <div slot="footer" class="dialog-footers">
+              <el-button type="primary" @click.stop="guanbi">鍙栨秷</el-button>
               <el-button
+                v-if="tjproject == '0' && (msgkcf == 'y' || msgkcf == 'Y')"
                 type="primary"
-                @click="determine"
-                :disabled="isdisabled"
-                >鎻愪氦骞剁敓鎴愭姤鍛�</el-button
+                @click.stop="rowClick"
+                icon="el-icon-edit-outline"
+                >寮�澶勬柟</el-button
               >
+              <div v-if="tjproject == '0'">
+                <el-button
+                  type="primary"
+                  @click="determine"
+                  :disabled="isdisabled"
+                  >鎻愪氦骞剁敓鎴愭姤鍛�</el-button
+                >
+              </div>
             </div>
           </div>
         </div>
-
         <div class="rightbox">
           <div class="right">
             <template v-if="status1 == 0">
@@ -624,105 +670,217 @@
                 </div>
                 <template v-if="item.jyjc == '0'">
                   <el-table
-                  :stripe="true"
-                  :row-style="red"
-                  :data="item.sone"
-                  border
-                  style="width: 100%"
-                  :header-cell-style="{ background: '#67C23A' }"
-                  :expand-row-keys="expends"
-                  :row-key="getRowKeys"
-                >
-                  <el-table-column type="expand">
-                    <template slot-scope="props">
-                      <div
-                        v-if="props.row.advices && props.row.advices.length > 0"
-                      >
-                        <div
-                          v-for="(jianyi, index1) in props.row.advices"
-                          :key="index1"
-                          style="padding: 0 10px; margin-bottom: 10px"
-                        >
-                          <div>鏍囬锛歿{ jianyi.bt || "" }}</div>
-                          <div>鍐呭锛歿{ jianyi.nr || "" }}</div>
+                    :stripe="true"
+                    :row-style="red"
+                    :data="item.sone"
+                    border
+                    style="width: 100%"
+                    :header-cell-style="{ background: '#67C23A' }"
+                    :expand-row-keys="expends"
+                    :row-key="getRowKeys"
+                  >
+                    <el-table-column type="expand">
+                      <template slot-scope="props">
+                        <div style="padding: 10px">
+                          <!-- 鍐呭鍖哄煙 -->
+                          <div
+                            v-if="
+                              props.row.advices && props.row.advices.length > 0
+                            "
+                          >
+                            <div
+                              v-for="(jianyi, index1) in props.row.advices"
+                              :key="index1"
+                              style="margin-bottom: 10px"
+                            >
+                              <div>
+                                鏍囬锛�
+                                <el-input
+                                  v-model="jianyi.bt"
+                                  size="small"
+                                  type="textarea"
+                                  autosize
+                                ></el-input>
+                              </div>
+                              <div>
+                                鍐呭锛�
+                                <el-input
+                                  v-model="jianyi.nr"
+                                  size="small"
+                                  type="textarea"
+                                  autosize
+                                ></el-input>
+                              </div>
+                            </div>
+                          </div>
+
+                          <!-- 濡傛灉 advices 涓虹┖鏃讹紝娓叉煋绌虹殑杈撳叆妗� -->
+                          <div v-else>
+                            <div>
+                              鏍囬锛�
+                              <el-input
+                                v-model="emptyAdvice.bt"
+                                size="small"
+                                type="textarea"
+                                autosize
+                              ></el-input>
+                            </div>
+                            <div>
+                              鍐呭锛�
+                              <el-input
+                                v-model="emptyAdvice.nr"
+                                size="small"
+                                type="textarea"
+                                autosize
+                              ></el-input>
+                            </div>
+                          </div>
+
+                          <div style="margin-top: 10px">
+                            <el-button
+                              @click="shanchu(props.row)"
+                              type="danger"
+                              size="small"
+                              >鍒犻櫎</el-button
+                            >
+                          </div>
                         </div>
-                      </div>
-                      <div v-else style="padding: 0 10px">鏆傛棤鍐呭</div>
-                    </template>
-                  </el-table-column>
+                      </template>
+                    </el-table-column>
 
-                  <el-table-column align="center" label="妫�娴嬮」鐩�" width="335">
-                    <template slot-scope="scope">
-                      <div>{{ scope.row.proName }}</div>
-                    </template>
-                  </el-table-column>
-                  <el-table-column
-                    align="center"
-                    prop="proResult"
-                    label="妫�娴嬬粨鏋�"
-                    width="85"
-                  >
-                  </el-table-column>
+                    <el-table-column
+                      align="center"
+                      label="妫�娴嬮」鐩�"
+                      :show-overflow-tooltip="true"
+                      width="353"
+                    >
+                      <template slot-scope="scope">
+                        <div>{{ scope.row.proName }}</div>
+                      </template>
+                    </el-table-column>
+                    <el-table-column
+                      align="center"
+                      prop="proResult"
+                      label="妫�娴嬬粨鏋�"
+                      width="85"
+                    >
+                    </el-table-column>
 
-                  <el-table-column
-                    align="center"
-                    prop="stanId"
-                    label=" 鍙傝�冭寖鍥�"
-                    width="117"
-                  >
-                  </el-table-column>
+                    <el-table-column
+                      align="center"
+                      prop="stanId"
+                      label=" 鍙傝�冭寖鍥�"
+                      width="117"
+                    >
+                    </el-table-column>
 
-                  <el-table-column
-                    align="center"
-                    prop="proAdvice"
-                    label="鍗曚綅"
-                    width="78"
-                  >
-                  </el-table-column>
-                </el-table>
+                    <el-table-column
+                      align="center"
+                      prop="proAdvice"
+                      label="鍗曚綅"
+                      width="78"
+                    >
+                    </el-table-column>
+                  </el-table>
                 </template>
                 <template v-if="item.jyjc == '1'">
                   <el-table
-                  :stripe="true"
-                  :row-style="red"
-                  :data="item.sone"
-                  border
-                  style="width: 100%"
-                  :header-cell-style="{ background: '#67C23A' }"
-                  :expand-row-keys="expends"
-                  :row-key="getRowKeys"
-                >
-                  <el-table-column type="expand">
-                    <template slot-scope="props">
-                      <div
-                        v-if="props.row.advices && props.row.advices.length > 0"
-                      >
-                        <div
-                          v-for="(jianyi, index1) in props.row.advices"
-                          :key="index1"
-                          style="padding: 0 10px; margin-bottom: 10px"
-                        >
-                          <div>鏍囬锛歿{ jianyi.bt || "" }}</div>
-                          <div>鍐呭锛歿{ jianyi.nr || "" }}</div>
-                        </div>
-                      </div>
-                      <div v-else style="padding: 0 10px">鏆傛棤鍐呭</div>
-                    </template>
-                  </el-table-column>
-
-                  <el-table-column align="center" label="妫�娴嬮」鐩�" width="250">
-                    <template slot-scope="scope">
-                      <div>{{ scope.row.proName }}</div>
-                    </template>
-                  </el-table-column>
-                  <el-table-column
-                    align="center"
-                    prop="proResult"
-                    label="妫�娴嬬粨鏋�"
-                    width="366"
+                    :stripe="true"
+                    :row-style="red"
+                    :data="item.sone"
+                    border
+                    style="width: 100%"
+                    :header-cell-style="{ background: '#67C23A' }"
+                    :expand-row-keys="expends"
+                    :row-key="getRowKeys"
                   >
-                  </el-table-column>
-                </el-table>
+                    <el-table-column type="expand">
+                      <template slot-scope="props">
+                        <div style="padding: 10px">
+                          <!-- 鍐呭鍖哄煙 -->
+                          <div
+                            v-if="
+                              props.row.advices && props.row.advices.length > 0
+                            "
+                          >
+                            <div
+                              v-for="(jianyi, index1) in props.row.advices"
+                              :key="index1"
+                              style="margin-bottom: 10px"
+                            >
+                              <div>
+                                鏍囬锛�
+                                <el-input
+                                  v-model="jianyi.bt"
+                                  size="small"
+                                  type="textarea"
+                                  autosize
+                                ></el-input>
+                              </div>
+                              <div>
+                                鍐呭锛�
+                                <el-input
+                                  v-model="jianyi.nr"
+                                  size="small"
+                                  type="textarea"
+                                  autosize
+                                ></el-input>
+                              </div>
+                            </div>
+                          </div>
+
+                          <!-- 濡傛灉 advices 涓虹┖鏃讹紝娓叉煋绌虹殑杈撳叆妗� -->
+                          <div v-else>
+                            <div>
+                              鏍囬锛�
+                              <el-input
+                                v-model="emptyAdvice.bt"
+                                size="small"
+                                type="textarea"
+                                autosize
+                              ></el-input>
+                            </div>
+                            <div>
+                              鍐呭锛�
+                              <el-input
+                                v-model="emptyAdvice.nr"
+                                size="small"
+                                type="textarea"
+                                autosize
+                              ></el-input>
+                            </div>
+                          </div>
+
+                          <div style="margin-top: 10px">
+                            <el-button
+                              @click="shanchu(props.row)"
+                              type="danger"
+                              size="small"
+                              >鍒犻櫎</el-button
+                            >
+                          </div>
+                        </div>
+                      </template>
+                    </el-table-column>
+
+                    <el-table-column
+                      align="center"
+                      label="妫�娴嬮」鐩�"
+                      width="232"
+                      :show-overflow-tooltip="true"
+                    >
+                      <template slot-scope="scope">
+                        <div>{{ scope.row.proName }}</div>
+                      </template>
+                    </el-table-column>
+                    <el-table-column
+                      align="center"
+                      prop="proResult"
+                      label="妫�娴嬬粨鏋�"
+                      width="403"
+                    >
+                    </el-table-column>
+                  </el-table>
                 </template>
               </div>
             </template>
@@ -742,12 +900,11 @@
                   :data="statusList"
                   style="width: 100%"
                   :header-cell-style="{ background: '#e6a23c' }"
-                  :stripe="true"
                 >
                   <el-table-column
                     align="center"
                     label="閮ㄩ棬"
-                    width="185"
+                    width="144"
                     prop="deptName"
                   >
                   </el-table-column>
@@ -764,11 +921,11 @@
                     align="center"
                     prop="type"
                     :show-overflow-tooltip="true"
-                    width="60"
+                    width="120"
                   >
                     <template slot-scope="scope">
-                      <span v-if="scope.row.type == '0'">鏈</span>
-                      <span v-if="scope.row.type == '1'">宸叉</span>
+                      <span v-if="scope.row.type == '0'">鏈鏍�</span>
+                      <span v-if="scope.row.type == '1'">宸插鏍�</span>
                       <span v-if="scope.row.type == '2'">寮冩</span>
                       <span v-if="scope.row.type == '3'">寤舵湡</span>
                     </template>
@@ -1198,10 +1355,10 @@
     </el-drawer>
 
     <el-dialog
-      class="dia"
       title="PDF 棰勮"
       :visible.sync="dialogVisible"
       :close-on-click-modal="false"
+      width="50%"
     >
       <div class="main">
         <iframe
@@ -1228,7 +1385,7 @@
     </el-dialog>
     <Packages ref="bbb" :baogao="baogao" />
     <Prescription ref="Pre" :preObj="preObj" />
-    <proposal ref="proposal" :cusobj="cusobj" @event1="eventchange($event)" />
+    <proposal ref="proposal" :cusobj="cusobj" :tjNumber="tjNumber" @event1="eventchange($event)" />
     <createproposal ref="createproposal" :creatobj="creatobj" />
 
     <el-dialog
@@ -1240,7 +1397,7 @@
     </el-dialog>
   </div>
 </template>
-  
+
 
 <script>
 import jianqianwenzhen from "@/components/jianqianwenzhen";
@@ -1260,13 +1417,14 @@
   gettoPdf,
   getModified,
   isPdfOrJimu,
+  addOrder,
 } from "@/api/doctor/checkAll";
 import { getInfoById } from "@/api/hosp/history";
 import { getInfo } from "@/api/login";
 import { getCompany, queryCompany } from "@/api/team/tuanti";
-import { reportHistory, yichang } from "@/api/doctor/check";
+import { reportHistory, yichang, shanchu } from "@/api/doctor/check";
 import { getPdf, revoke } from "@/api/hosp/order";
-import { cSWebGetPro } from "@/api/doctor/examination";
+import { cSWebGetPro, dataSynchronization } from "@/api/doctor/examination";
 import ViewPdf from "@/components/ViewPdf";
 import Historicalreport from "@/components/Historicalreport";
 import { getDicts } from "@/api/system/dict/data";
@@ -1274,6 +1432,7 @@
 import { getNewDateList } from "@/api/hosp/order";
 import { getconfigKey } from "@/api/login";
 import moment from "moment";
+import { get } from "sortablejs";
 
 export default {
   components: {
@@ -1300,6 +1459,10 @@
   data() {
     return {
       // 鏇存柊鎬绘寤鸿
+      emptyAdvice: {
+        bt: "",
+        nr: "",
+      },
       initialTotalCheckAdvice: "",
       initialState: "",
       preObj: {},
@@ -1319,7 +1482,6 @@
       cusobj: {},
       xiaojie: "",
       isdisabled: false,
-      dialogVisible: false,
       src: "",
       url: "",
       userId: "",
@@ -1430,6 +1592,7 @@
       status1: 0, // 0灞曠ず寮傚父1灞曠ず椤圭洰鎯呭喌
       viewportHeight: 0,
       expends: [],
+      clearTimeSet: null,
     };
   },
 
@@ -1447,6 +1610,64 @@
     });
   },
   methods: {
+    setTime() {
+      //璁剧疆瀹氭椂鍣�
+      this.clearTimeSet = setInterval(() => {
+        this.$modal.closeLoading();
+      }, 300000);
+    },
+    tongbu(row) {
+      this.$modal.loading("姝e湪鍚屾锛岃绋嶅��...");
+      this.setTime();
+      let tjNumber = row.tjNumber;
+      dataSynchronization(tjNumber)
+        .then((res, error) => {
+          if (res.code == 200) {
+            this.clearTimeSet = null;
+            this.$modal.closeLoading();
+            this.$modal.msgSuccess("鍚屾鎴愬姛锛�");
+          }
+        })
+        .catch((error) => {
+          this.clearTimeSet = null;
+          this.$modal.closeLoading();
+        });
+    },
+    shanchu(row) {
+      console.log(row);
+      shanchu({
+        id: row.orderDetailId,
+      }).then((res) => {
+        console.log(res);
+        // 鎵惧埌瑕佸垹闄ら」鎵�鍦ㄧ殑鐖剁骇鏁扮粍
+        const parentItem = this.yichangList.find((item) =>
+          item.sone.some((soneItem) => soneItem.proId === row.proId)
+        );
+
+        if (parentItem) {
+          // 浠庣埗绾х殑 sone 鏁扮粍涓垹闄よ椤�
+          const index = parentItem.sone.findIndex(
+            (item) => item.proId === row.proId
+          );
+          if (index > -1) {
+            parentItem.sone.splice(index, 1);
+
+            // 濡傛灉鍒犻櫎鍚� sone 鏁扮粍涓虹┖,鍒欏垹闄ゆ暣涓埗绾ч」
+            if (parentItem.sone.length === 0) {
+              const parentIndex = this.yichangList.indexOf(parentItem);
+              if (parentIndex > -1) {
+                this.yichangList.splice(parentIndex, 1);
+              }
+            }
+
+            // 鏇存柊 expends 鏁扮粍
+            this.getExpends();
+
+            this.$message.success("鍒犻櫎鎴愬姛");
+          }
+        }
+      });
+    },
     getConfigKey() {
       getconfigKey("sfkqtwbg").then((res) => {
         this.msgtuwen = res.msg;
@@ -1490,21 +1711,41 @@
         tjNum: this.tjNumber,
       }).then((res) => {
         this.yichangList = res.data;
+
+        console.log(this.yichangList, 3232);
         this.getExpends();
-        if(!this.yichangList){
-          this.$message({
-          type: "warning ",
-          message: "鏆傛棤寮傚父鎶ュ憡",
+
+        this.yichangList.forEach((item) => {
+          item.sone.forEach((soneItem) => {
+            if (
+              !Array.isArray(soneItem.advices) ||
+              soneItem.advices.length === 0
+            ) {
+              // 濡傛灉 advices 鏄┖锛岃缃粯璁ゅ��
+              soneItem.advices = [
+                {
+                  bt: "",
+                  nr: "",
+                },
+              ];
+            }
+          });
         });
+
+        if (!this.yichangList) {
+          _this.$message({
+            type: "warning ",
+            message: "鏆傛棤寮傚父鎶ュ憡",
+          });
         }
       });
     },
     getdate() {
       getNewDateList().then((res) => {
-        this.startTime = [
+        /* this.startTime = [
           moment(res.data).format("YYYY-MM-DD 00:00:00"),
           moment(res.data).format("YYYY-MM-DD 23:59:00"),
-        ];
+        ]; */
         this.getList();
       });
     },
@@ -1598,7 +1839,10 @@
               setTimeout(() => {
                 loading.close();
               }, 3000);
-              this.$message.msgSuccess("鎶ュ憡姝e湪鐢熸垚锛岃涓ゅ垎閽熷悗棰勮锛�");
+              this.$message({
+                message: "鎶ュ憡姝e湪鐢熸垚锛岃涓ゅ垎閽熷悗棰勮锛�",
+                type: "error",
+              });
             } else {
               this.dialogVisible = true;
 
@@ -1779,6 +2023,7 @@
       if (this.tjproject == "0") {
         getupdateCheckType(this.tjNumber).then((response) => {
           this.changedate = response.data;
+
           this.changedate.forEach((item) => {
             this.textarea1 = item.checkAdvice;
           });
@@ -1917,10 +2162,11 @@
       };
     },
     redxiangmu({ row }) {
-      if (row.type == 0) {
+      if (row.type != 1) {
         // 鍙橀鑹茬殑鏉′欢
         return {
-          color: "red", // 杩欎釜return鐨勫氨鏄牱寮� 鍙互鏄痗olor 涔熷彲浠ユ槸backgroundColor
+          backgroundColor: "#AAD8DF !important", // 杩欎釜return鐨勫氨鏄牱寮� 鍙互鏄痗olor 涔熷彲浠ユ槸backgroundColor
+          // color: "#AAD8DF ",
         };
       }
     },
@@ -1957,37 +2203,158 @@
         this.status = res.data;
         if (this.status) {
           if (this.status.status === "1") {
+            this.yichangjieguo();
+            getInfo().then((response) => {
+              this.userId = response.user.userId;
+              if (this.userId) {
+                let data = {
+                  userId: this.userId,
+                  tjNumber: this.tjNumber,
+                  state: 0,
+                };
+                getModifiedState(data).then((res) => {
+                  this.MsgId = res.msg;
+                  this.drawer = true;
+                  getupdateCheckType(this.tjNumber).then((response) => {
+                    this.changedate = response.data;
+                    if (this.changedate) {
+                      this.changedate.forEach((item) => {
+                        this.textarea1 = item.checkAdvice || "";
+                      });
+
+                      // 杩欓噷璁剧疆鍒濆鍊�
+                      this.initialTotalCheckAdvice = this.textarea1; // 淇濆瓨鎬绘寤鸿
+
+                      // 淇濆瓨鍒濆鐘舵��
+                      this.initialState = JSON.parse(
+                        JSON.stringify(this.changedate)
+                      );
+
+                      for (let i = 0; i < this.changedate.length; i++) {
+                        this.remark = this.changedate[i].remark;
+                      }
+                      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 = "";
+                        //   }
+                        // });
+                      });
+                    } else {
+                      this.$message({
+                        type: "warning ",
+                        message: "璇ュ鎴锋病鏈変綋妫�椤圭洰鏁版嵁",
+                      });
+                    }
+                  });
+                });
+              }
+            });
+          } else {
+            this.$confirm(
+              "" + this.status.name + "姝e湪淇敼璇ヤ俊鎭�, 鏄惁寮哄埗杩涘幓?",
+              "鎻愮ず",
+              {
+                confirmButtonText: "鏄�",
+                cancelButtonText: "鍚�",
+                type: "warning",
+              }
+            )
+              .then(() => {
+                this.yichangjieguo();
+                getInfo().then((response) => {
+                  this.userId = response.user.userId;
+
+                  if (this.userId) {
+                    let data = {
+                      userId: this.userId,
+                      tjNumber: this.tjNumber,
+                      state: 0,
+                    };
+                    getforceIn(data).then((res) => {
+                      this.MsgId = res.msg;
+                      this.drawer = true;
+                      getupdateCheckType(this.tjNumber).then((response) => {
+                        this.changedate = response.data;
+                        if (this.changedate) {
+                          for (let i = 0; i < this.changedate.length; i++) {
+                            this.remark = this.changedate[i].remark;
+                          }
+                          this.initialState = JSON.parse(
+                            JSON.stringify(this.changedate)
+                          );
+
+                          this.changedate.forEach((item) => {
+                            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.remark = "";
+                          });
+
+                          // 淇濆瓨鎬绘寤鸿
+                          this.totalCheckAdvice = this.changedate.map(
+                            (item) => item.totalCheckAdvice
+                          );
+                        } else {
+                          this.$message({
+                            type: "warning ",
+                            message: "璇ュ鎴锋病鏈変綋妫�椤圭洰鏁版嵁",
+                          });
+                        }
+                      });
+                    });
+                  }
+                });
+              })
+              .catch(() => {
+                this.$message({
+                  type: "info",
+                  message: "宸插彇娑堣繘鍏�",
+                });
+              });
+
+            this.drawer = false;
+          }
+        } else {
+          this.drawer = true;
           this.yichangjieguo();
           getInfo().then((response) => {
             this.userId = response.user.userId;
+
             if (this.userId) {
               let data = {
                 userId: this.userId,
                 tjNumber: this.tjNumber,
                 state: 0,
               };
-              getModifiedState(data).then((res) => {
+              getforceIn(data).then((res) => {
                 this.MsgId = res.msg;
                 this.drawer = true;
                 getupdateCheckType(this.tjNumber).then((response) => {
                   this.changedate = response.data;
                   if (this.changedate) {
-                    this.changedate.forEach((item) => {
-                      this.textarea1 = item.checkAdvice || "";
-                    });
-
-                    // 杩欓噷璁剧疆鍒濆鍊�
-                    this.initialTotalCheckAdvice = this.textarea1; // 淇濆瓨鎬绘寤鸿
-
-                    // 淇濆瓨鍒濆鐘舵��
+                    for (let i = 0; i < this.changedate.length; i++) {
+                      this.remark = this.changedate[i].remark;
+                    }
                     this.initialState = JSON.parse(
                       JSON.stringify(this.changedate)
                     );
 
-                    for (let i = 0; i < this.changedate.length; i++) {
-                      this.remark = this.changedate[i].remark;
-                    }
                     this.changedate.forEach((item) => {
+                      this.textarea1 = item.checkAdvice || "";
+
                       // this.remark = item.remark;
                       // item.sons.forEach((item3) => {
                       //   if (item3.standard.tjStandardGtValue === null) {
@@ -1997,7 +2364,13 @@
                       //     item3.standard.tjStandardLtValue = "";
                       //   }
                       // });
+                      // item.remark = "";
                     });
+
+                    // 淇濆瓨鎬绘寤鸿
+                    this.totalCheckAdvice = this.changedate.map(
+                      (item) => item.totalCheckAdvice
+                    );
                   } else {
                     this.$message({
                       type: "warning ",
@@ -2008,86 +2381,7 @@
               });
             }
           });
-        } else {
-          this.$confirm(
-            "" + this.status.name + "姝e湪淇敼璇ヤ俊鎭�, 鏄惁寮哄埗杩涘幓?",
-            "鎻愮ず",
-            {
-              confirmButtonText: "鏄�",
-              cancelButtonText: "鍚�",
-              type: "warning",
-            }
-          )
-            .then(() => {
-              this.yichangjieguo();
-              getInfo().then((response) => {
-                this.userId = response.user.userId;
-
-                if (this.userId) {
-                  let data = {
-                    userId: this.userId,
-                    tjNumber: this.tjNumber,
-                    state: 0,
-                  };
-                  getforceIn(data).then((res) => {
-                    this.MsgId = res.msg;
-                    this.drawer = true;
-                    getupdateCheckType(this.tjNumber).then((response) => {
-                      this.changedate = response.data;
-                      if (this.changedate) {
-                        for (let i = 0; i < this.changedate.length; i++) {
-                          this.remark = this.changedate[i].remark;
-                        }
-                        this.initialState = JSON.parse(
-                          JSON.stringify(this.changedate)
-                        );
-
-                        this.changedate.forEach((item) => {
-                          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.remark = "";
-                        });
-
-                        // 淇濆瓨鎬绘寤鸿
-                        this.totalCheckAdvice = this.changedate.map(
-                          (item) => item.totalCheckAdvice
-                        );
-                      } else {
-                        this.$message({
-                          type: "warning ",
-                          message: "璇ュ鎴锋病鏈変綋妫�椤圭洰鏁版嵁",
-                        });
-                      }
-                    });
-                  });
-                }
-              });
-            })
-            .catch(() => {
-              this.$message({
-                type: "info",
-                message: "宸插彇娑堣繘鍏�",
-              });
-            });
-
-          this.drawer = false;
         }
-        } else {
-          this.$message({
-                type: "warning",
-                message: "璇风◢鍚庨噸璇�",
-              });
-        }
-       
       });
 
       // 鑾峰彇灏忕粨
@@ -2183,63 +2477,121 @@
     //   }
     // },
     change(vale) {},
-    /*  determine() {
-      let tjNumber = this.tableAll.tjNumber;
-      let advice = this.textarea1;
-      let data = {
-        tjNumber,
-        advice,
-        checkStatus: 1,
-      };
-      this.loading = true;
-      getTjdetailList(data).then((response) => {
-        if (response.code === 200) {
-          this.$modal.msgSuccess("鎻愪氦鎴愬姛");
-          let tjNumber = this.tjNumber;
-          let data = {
-            userId: this.userId,
-            tjNumber: tjNumber,
-            state: 1,
-            id: this.MsgId,
-          };
-          gettoPdf(tjNumber)
-            .then((res) => {
-              this.$modal.msgSuccess("宸茬敓鎴愭姤鍛婏紒璇峰墠寰�鎶ュ憡鏍告敹椤甸潰纭锛�");
-            })
-            .catch((error) => {
-              this.$modal.msgError(
-                "鎵撳嵃鎶ュ憡澶辫触锛岃鍓嶅線鎶ュ憡鎵撳嵃椤甸潰琛ユ墦鎶ュ憡锛�"
-              );
-            })
-          getfiedState(data).then((res) => {
-            this.drawer = false;
-          });
-          this.queryParams.page = 1;
-          this.queryParams.pageSize = 10;
-          this.submitForm();
-          this.$forceUpdate();
-      });
 
-      for (let i = 0; i < this.changedate.length; i++) {
-        this.proIds = this.changedate[i].parentId;
-        let remarks = this.changedate[i].remark;
-        let updateOrderRemarkVos = [
-          {
-            tjNumber,
-            proId: this.proIds.toString(),
-            remarks,
-          },
-        ];
-        getModified(updateOrderRemarkVos).then((response) => {});
-      }
+    // determine() {
+    //   let tjNumber = this.tableAll.tjNumber;
+    //   let tjh = this.tableAll.tjNumber;
+    //   // let jyjc = this.yichangList.map(item => item.jyjc || null);
+    //   let advice = this.textarea1;
+    //   let data = {
+    //     tjNumber,
+    //     advice,
+    //     checkStatus: 1,
+    //   };
 
-      // this.changedate.forEach((item) => {
-      //   this.proIds = item.parentId;
-      //   // this.remark = item.remark;
-      // });
-    }, */
+    //   console.log(this.yichangList, 66);
+
+    //   let dataList = this.yichangList
+    //     .map((item) => {
+    //       return item.sone.map((soneItem) => ({
+    //         tjh,
+    //         parentName: item.proName,
+    //         jcxm: soneItem.proName,
+    //         map: soneItem.advices,
+    //         jyjc: item.jyjc, // assuming jyjc belongs to the outer item, not soneItem
+    //         jcjg: soneItem.proResult,
+    //         ckfw: soneItem.stanId,
+    //         dw: soneItem.proAdvice,
+    //       }));
+    //     })
+    //     .flat(); // 浣跨敤 flat() 鏂规硶灏嗗祵濂楁暟缁勫睍骞�
+    //   console.log(dataList, 777);
+
+    //   /*  addOrder(dataList).then((res) => {
+    //     console.log(res, 999);
+    //   }); */
+    //   getTjdetailList(data)
+    //     .then((response) => {
+    //       if (response.code === 200) {
+    //         this.$modal.msgSuccess("鎻愪氦鎴愬姛");
+
+    //         // 鍑嗗鐢熸垚鎶ュ憡鐨勮姹傛暟鎹�
+    //         let reportData = {
+    //           userId: this.userId,
+    //           tjNumber: tjNumber,
+    //           state: 1,
+    //           id: this.MsgId,
+    //         };
+
+    //         // 鐢熸垚鎶ュ憡骞朵繚鎸� loading 鎵撳紑
+    //         const reportPromise = gettoPdf(tjNumber)
+    //           .then((res) => {
+    //             this.$modal.msgSuccess("宸茬敓鎴愭姤鍛婏紒璇峰墠寰�鎶ュ憡鏍告敹椤甸潰纭锛�");
+    //           })
+    //           .catch((error) => {
+    //             this.$modal.msgError(
+    //               "鎵撳嵃鎶ュ憡澶辫触锛岃鍓嶅線鎶ュ憡鎵撳嵃椤甸潰琛ユ墦鎶ュ憡锛�"
+    //             );
+    //           });
+
+    //         // 鏇存柊鐘舵�佸苟鎻愪氦淇敼璇锋眰
+    //         const statePromise = getfiedState(reportData).then((res) => {
+    //           this.drawer = false;
+    //         });
+
+    //         // const addOrderPromise = addOrder(dataList).then((res) => {
+    //         //   console.log(res, 999);
+    //         // });
+
+    //         // 澶勭悊鍏朵粬淇敼鎿嶄綔
+    //         const updatePromises = this.changedate.map((item) => {
+    //           this.proIds = item.parentId;
+    //           let remarks = item.remark;
+    //           let updateOrderRemarkVos = [
+    //             {
+    //               tjNumber,
+    //               proId: this.proIds.toString(),
+    //               remarks,
+    //             },
+    //           ];
+    //           return getModified(updateOrderRemarkVos); // 杩斿洖 Promise
+    //         });
+
+    //         // 绛夊緟鎵�鏈夎姹傚畬鎴�
+    //         Promise.all([
+    //           reportPromise,
+    //           statePromise,
+    //           // addOrderPromise,
+    //           ...updatePromises,
+    //         ])
+    //           .then(() => {
+    //             // 鎵�鏈夎姹傚畬鎴愶紝鍏抽棴 loading
+    //             this.loading = false;
+    //             // 鏇存柊鍒嗛〉淇℃伅
+    //             this.queryParams.page = 1;
+    //             this.queryParams.pageSize = 10;
+    //             this.submitForm();
+    //             this.$forceUpdate();
+    //           })
+    //           .catch((error) => {
+    //             // 澶勭悊閿欒鎯呭喌
+    //             this.loading = false;
+    //             console.error("鍙戠敓閿欒:", error);
+    //           });
+    //       } else {
+    //         // 鎻愪氦澶辫触锛屽叧闂� loading
+    //         this.loading = false;
+    //       }
+    //     })
+    //     .catch((error) => {
+    //       // 鎻愪氦璇锋眰澶辫触锛屽叧闂� loading
+    //       this.loading = false;
+    //       console.error("鎻愪氦璇锋眰澶辫触:", error);
+    //     });
+    // },
     determine() {
       let tjNumber = this.tableAll.tjNumber;
+      let tjh = this.tableAll.tjNumber;
       let advice = this.textarea1;
       let data = {
         tjNumber,
@@ -2247,10 +2599,23 @@
         checkStatus: 1,
       };
 
-      // 寮�濮嬪姞杞�
-      this.loading = true;
+      console.log(this.yichangList, 6644);
 
-      // 鎻愪氦鏁版嵁
+      let dataList = this.yichangList
+        .map((item) => {
+          return item.sone.map((soneItem) => ({
+            tjh,
+            parentName: item.proName,
+            jcxm: soneItem.proName,
+            map: soneItem.advices,
+            jyjc: item.jyjc,
+            jcjg: soneItem.proResult,
+            ckfw: soneItem.stanId,
+            dw: soneItem.proAdvice,
+          }));
+        })
+        .flat(); // 浣跨敤 flat() 鏂规硶灏嗗祵濂楁暟缁勫睍骞�
+
       getTjdetailList(data)
         .then((response) => {
           if (response.code === 200) {
@@ -2264,51 +2629,62 @@
               id: this.MsgId,
             };
 
-            // 鐢熸垚鎶ュ憡骞朵繚鎸� loading 鎵撳紑
-            const reportPromise = gettoPdf(tjNumber)
+            // 璋冪敤 addOrderPromise
+            console.log(dataList, 5555);
+
+            addOrder(dataList)
               .then((res) => {
-                this.$modal.msgSuccess("宸茬敓鎴愭姤鍛婏紒璇峰墠寰�鎶ュ憡鏍告敹椤甸潰纭锛�");
+                console.log(res, 999);
+                if (res.code == 200) {
+                  gettoPdf(tjNumber)
+                    .then((res) => {
+                      this.$modal.msgSuccess(
+                        "宸茬敓鎴愭姤鍛婏紒璇峰墠寰�鎶ュ憡鏍告敹椤甸潰纭锛�"
+                      );
+                    })
+                    .catch(() => {
+                      this.$modal.msgError(
+                        "鎵撳嵃鎶ュ憡澶辫触锛岃鍓嶅線鎶ュ憡鎵撳嵃椤甸潰琛ユ墦鎶ュ憡锛�"
+                      );
+                    });
+                  const statePromise = getfiedState(reportData).then(() => {
+                    this.drawer = false;
+                  });
+                  const updatePromises = this.changedate.map((item) => {
+                    this.proIds = item.parentId;
+                    let remarks = item.remark;
+                    let updateOrderRemarkVos = [
+                      {
+                        tjNumber,
+                        proId: this.proIds.toString(),
+                        remarks,
+                      },
+                    ];
+                    return getModified(updateOrderRemarkVos); // 杩斿洖 Promise
+                  });
+
+                  // 绛夊緟鎵�鏈夎姹傚畬鎴�
+                  Promise.all([statePromise, ...updatePromises])
+                    .then(() => {
+                      // 鎵�鏈夎姹傚畬鎴愶紝鍏抽棴 loading
+                      this.loading = false;
+                      // 鏇存柊鍒嗛〉淇℃伅
+                      this.queryParams.page = 1;
+                      this.queryParams.pageSize = 10;
+                      this.submitForm();
+                      this.$forceUpdate();
+                    })
+                    .catch((error) => {
+                      // 澶勭悊閿欒鎯呭喌
+                      this.loading = false;
+                      console.error("鍙戠敓閿欒:", error);
+                    });
+                }
               })
               .catch((error) => {
-                this.$modal.msgError(
-                  "鎵撳嵃鎶ュ憡澶辫触锛岃鍓嶅線鎶ュ憡鎵撳嵃椤甸潰琛ユ墦鎶ュ憡锛�"
-                );
-              });
-
-            // 鏇存柊鐘舵�佸苟鎻愪氦淇敼璇锋眰
-            const statePromise = getfiedState(reportData).then((res) => {
-              this.drawer = false;
-            });
-
-            // 澶勭悊鍏朵粬淇敼鎿嶄綔
-            const updatePromises = this.changedate.map((item) => {
-              this.proIds = item.parentId;
-              let remarks = item.remark;
-              let updateOrderRemarkVos = [
-                {
-                  tjNumber,
-                  proId: this.proIds.toString(),
-                  remarks,
-                },
-              ];
-              return getModified(updateOrderRemarkVos); // 杩斿洖 Promise
-            });
-
-            // 绛夊緟鎵�鏈夎姹傚畬鎴�
-            Promise.all([reportPromise, statePromise, ...updatePromises])
-              .then(() => {
-                // 鎵�鏈夎姹傚畬鎴愶紝鍏抽棴 loading
+                // 濡傛灉 addOrderPromise 澶辫触锛屽鐞嗛敊璇�
                 this.loading = false;
-                // 鏇存柊鍒嗛〉淇℃伅
-                this.queryParams.page = 1;
-                this.queryParams.pageSize = 10;
-                this.submitForm();
-                this.$forceUpdate();
-              })
-              .catch((error) => {
-                // 澶勭悊閿欒鎯呭喌
-                this.loading = false;
-                console.error("鍙戠敓閿欒:", error);
+                console.error("addOrderPromise 澶辫触:", error);
               });
           } else {
             // 鎻愪氦澶辫触锛屽叧闂� loading
@@ -2328,108 +2704,133 @@
 .mainbox {
   position: relative;
 }
-.tanchu {
-  background-color: red;
-}
+
 .btn {
   margin: 20px 0px;
 }
+
 .btnbox {
   display: flex;
   flex-direction: column;
-  gap: 10px; /* 鎸夐挳涔嬮棿鐨勯棿璺� */
-  position: fixed; /* 浣挎暣涓寜閽尯鍩熷浐瀹氬湪椤甸潰 */
-  right: 0; /* 鍥哄畾鍦ㄩ〉闈㈠彸渚� */
-  top: 20%; /* 鍒濆浣嶇疆 */
+  gap: 10px;
+  /* 鎸夐挳涔嬮棿鐨勯棿璺� */
+  position: fixed;
+  /* 浣挎暣涓寜閽尯鍩熷浐瀹氬湪椤甸潰 */
+  right: 0;
+  /* 鍥哄畾鍦ㄩ〉闈㈠彸渚� */
+  top: 20%;
+  /* 鍒濆浣嶇疆 */
   z-index: 10;
 }
 
 /* 姣忎釜鎸夐挳鐨勬牱寮� */
 .btn1 {
-  animation: fadeInUp 0.5s ease-out forwards; /* 鎸夐挳鍔犺浇鏃剁殑娣″叆鍔ㄧ敾 */
+  animation: fadeInUp 0.5s ease-out forwards;
+  /* 鎸夐挳鍔犺浇鏃剁殑娣″叆鍔ㄧ敾 */
   cursor: pointer;
-  text-align: center; 
+  text-align: center;
 }
+
 .vertical-text {
   writing-mode: vertical-rl;
   text-orientation: upright;
-
 }
 
 /* 璁剧疆鍔ㄧ敾鏁堟灉 */
 @keyframes fadeInUp {
   0% {
     opacity: 0;
-    transform: translateY(20px) scale(0.5); /* 鍒濆鐘舵�侊細閫忔槑涓旂缉灏� */
+    transform: translateY(20px) scale(0.5);
+    /* 鍒濆鐘舵�侊細閫忔槑涓旂缉灏� */
   }
+
   100% {
     opacity: 1;
-    transform: translateY(0) scale(1); /* 鏈�缁堢姸鎬侊細瀹屽叏鏄剧ず涓旀甯稿ぇ灏� */
+    transform: translateY(0) scale(1);
+    /* 鏈�缁堢姸鎬侊細瀹屽叏鏄剧ず涓旀甯稿ぇ灏� */
   }
 }
 
 /* 姣忎釜鎸夐挳鐨勪綅缃拰鍔ㄧ敾寤惰繜 */
 .btnbox > div:nth-child(1) {
-  top: 20%; /* 绗竴涓寜閽殑浣嶇疆 */
-  animation-delay: 0s; /* 鏃犲欢杩� */
+  top: 20%;
+  /* 绗竴涓寜閽殑浣嶇疆 */
+  animation-delay: 0s;
+  /* 鏃犲欢杩� */
 }
 
 .btnbox > div:nth-child(2) {
-  top: 30%; /* 绗簩涓寜閽殑浣嶇疆 */
+  top: 30%;
+  /* 绗簩涓寜閽殑浣嶇疆 */
   animation-delay: 0.2s;
 }
 
 .btnbox > div:nth-child(3) {
-  top: 40%; /* 绗笁涓寜閽殑浣嶇疆 */
+  top: 40%;
+  /* 绗笁涓寜閽殑浣嶇疆 */
   animation-delay: 0.4s;
 }
 
 .btnbox > div:nth-child(4) {
-  top: 50%; /* 绗洓涓寜閽殑浣嶇疆 */
+  top: 50%;
+  /* 绗洓涓寜閽殑浣嶇疆 */
   animation-delay: 0.6s;
 }
 
 .btnbox > div:nth-child(5) {
-  top: 60%; /* 绗簲涓寜閽殑浣嶇疆 */
+  top: 60%;
+  /* 绗簲涓寜閽殑浣嶇疆 */
   animation-delay: 0.8s;
 }
 
 .btnbox > div:nth-child(6) {
-  top: 70%; /* 绗叚涓寜閽殑浣嶇疆 */
+  top: 70%;
+  /* 绗叚涓寜閽殑浣嶇疆 */
   animation-delay: 1s;
 }
 
 .main {
-  height: 700px;
-  overflow: hidden;
+  height: 80vh; // 鏀逛负浣跨敤瑙嗙獥楂樺害
+  min-height: 600px; // 璁剧疆鏈�灏忛珮搴�
+  overflow: auto; // 鏀逛负auto鍏佽婊氬姩
 }
 
-#printIframe::-webkit-scrollbar {
+// 浼樺寲婊氬姩鏉℃牱寮�
+.main::-webkit-scrollbar {
   width: 6px;
 }
 
-/* 淇敼 婊氬姩鏉$殑 涓嬮潰 鐨� 鏍峰紡 */
-#printIframe::-webkit-scrollbar-track {
+.main::-webkit-scrollbar-track {
   background-color: white;
-  -webkit-border-radius: 2em;
-  -moz-border-radius: 2em;
   border-radius: 2em;
 }
 
-/* 淇敼 婊戝潡 */
-#printIframe::-webkit-scrollbar-thumb {
+.main::-webkit-scrollbar-thumb {
   background-color: #dcdfe6;
-  -webkit-border-radius: 2em;
-  -moz-border-radius: 2em;
   border-radius: 2em;
 }
+
 ::v-deep .el-dialog {
-  width: 1200px;
-  height: 800px;
+  margin-top: 5vh !important; // 璋冩暣瀵硅瘽妗嗕綅缃�
 }
-::v-deep .el-button--medium  {
- padding: 10px;
+
+::v-deep .el-dialog__header {
+  padding: 8px;
 }
+
+::v-deep .el-dialog__body {
+  padding: 0;
+}
+
+::v-deep .el-button--medium {
+  padding: 10px;
+}
+
+::v-deep .el-dialog__headerbtn {
+  // position: relative;
+  top: 13px;
+}
+
 /* .el-dialog {
   width: 1264px;
   height: 800px;
@@ -2463,10 +2864,11 @@
   display: flex;
   justify-content: center;
   align-items: center;
-  padding: 0px 20px;
-  z-index: 1000; /* 纭繚鎸夐挳灞傜骇鍦ㄥ叾浠栧唴瀹逛笂鏂� */
+  z-index: 1000;
+  /* 纭繚鎸夐挳灞傜骇鍦ㄥ叾浠栧唴瀹逛笂鏂� */
   width: 300px;
-  background-color: white; /* 鍙牴鎹渶瑕佽皟鏁磋儗鏅鑹� */
+  background-color: white;
+  /* 鍙牴鎹渶瑕佽皟鏁磋儗鏅鑹� */
 }
 
 /* 纭繚鎸夐挳涔嬮棿鏈夊悎閫傜殑闂磋窛 */
@@ -2479,26 +2881,66 @@
   border: none;
   outline: none;
 }
+
 .box {
   display: flex;
-  position: sticky;
-  top: 0px;
-  height: 85vh;
-  overflow: auto; // 纭繚鐖跺鍣ㄥ彲浠ユ粴鍔�
+  height: calc(100% - 160px);
+  margin-top: 20px;
+  overflow: hidden;
+}
+
+.left-container {
+  flex: 1;
+  margin-right: 10px;
+  overflow: hidden;
+}
+
+.left {
+  height: 100%;
+  padding: 0 10px;
+  overflow-y: scroll; // 鏀逛负 scroll 鑰屼笉鏄� auto
+
+  &::-webkit-scrollbar {
+    width: 8px; // 澧炲姞瀹藉害浣垮叾鏇村鏄撶湅瑙�
+    background-color: #f5f5f5;
+    display: block; // 纭繚鏄剧ず
+  }
+
+  &::-webkit-scrollbar-thumb {
+    background: #909399;
+    border-radius: 4px;
+  }
+
+  &::-webkit-scrollbar-track {
+    background: #f5f5f5;
+    border-radius: 4px;
+  }
 }
 
 .rightbox {
-  margin-left: 60px;
-  overflow-y: scroll;
-  position: sticky;
-  top: 0px;
-  width: 684px;
-  .right {
-    position: sticky;
-    top: 0px;
-    background-color: #fff;
-    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
-    z-index: 10;
+  width: 700px;
+  overflow: hidden;
+}
+
+.right {
+  height: 100%;
+  padding: 0 10px;
+  overflow-y: scroll; // 鏀逛负 scroll 鑰屼笉鏄� auto
+
+  &::-webkit-scrollbar {
+    width: 8px; // 澧炲姞瀹藉害
+    background-color: #f5f5f5;
+    display: block; // 纭繚鏄剧ず
+  }
+
+  &::-webkit-scrollbar-thumb {
+    background: #909399;
+    border-radius: 4px;
+  }
+
+  &::-webkit-scrollbar-track {
+    background: #f5f5f5;
+    border-radius: 4px;
   }
 }
 
@@ -2509,6 +2951,7 @@
   background-color: #fff;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
   display: flex;
+
   .el-icon-close {
     cursor: pointer;
     font-size: 30px;
@@ -2518,12 +2961,20 @@
     color: rgb(24, 144, 255);
   }
 }
+
 .kong {
   box-shadow: none;
 }
+
 ::v-deep .el-table--medium .el-table__cell {
   padding: 5px 0;
 }
-</style>
 
-  
+::-webkit-scrollbar {
+  display: none;
+}
+
+::v-deep .el-drawer {
+  padding: 0 0 50px;
+}
+</style>

--
Gitblit v1.8.0