From 599dc1a68be60373048aff95bd53ef8fdd138b4e Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期四, 03 四月 2025 18:02:28 +0800
Subject: [PATCH] 1

---
 src/views/doctor/checkAll/index.vue | 1948 +++++++++++++++++++++++++++-------------------------------
 1 files changed, 911 insertions(+), 1,037 deletions(-)

diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue
index e19e1cf..68f6865 100644
--- a/src/views/doctor/checkAll/index.vue
+++ b/src/views/doctor/checkAll/index.vue
@@ -1,127 +1,47 @@
 <template>
   <div class="mainbox">
-    <el-form
-      :model="queryParams"
-      ref="tableList"
-      :inline="true"
-      label-width="76px"
-      style="margin-top: 10px"
-    >
+    <el-form :model="queryParams" ref="tableList" :inline="true" label-width="76px" style="margin-top: 10px">
       <el-form-item label="濮撳悕" prop="name">
-        <el-input
-          v-model="queryParams.name"
-          style="width: 120px"
-          placeholder="璇疯緭鍏ュ鍚�"
-          clearable
-          @keyup.enter.native="submitForm"
-        ></el-input>
+        <el-input v-model="queryParams.name" style="width: 120px" placeholder="璇疯緭鍏ュ鍚�" clearable
+          @keyup.enter.native="submitForm"></el-input>
       </el-form-item>
       <el-form-item label="浣撴鍙�" prop="tjNumber">
-        <el-input
-          ref="inputName"
-          v-model="queryParams.tjNumber"
-          style="width: 180px"
-          placeholder="璇疯緭鍏ヤ綋妫�鍙�"
-          clearable
-          @keyup.enter.native="submitForm"
-          @blur="hb"
-        ></el-input>
+        <el-input ref="inputName" v-model="queryParams.tjNumber" style="width: 180px" placeholder="璇疯緭鍏ヤ綋妫�鍙�" clearable
+          @keyup.enter.native="submitForm" @blur="hb"></el-input>
       </el-form-item>
       <el-form-item label="浣撴鏃堕棿" prop="tjTime">
-        <el-date-picker
-          v-model="startTime"
-          type="datetimerange"
-          align="right"
-          :picker-options="pickerOptions"
-          style="width: 310px"
-          start-placeholder="寮�濮嬫棩鏈�"
-          end-placeholder="缁撴潫鏃ユ湡"
-          :default-time="['00:00:00', '23:00:00']"
-          format="yyyy-MM-dd HH:mm"
-          value-format="yyyy-MM-dd HH:mm"
-          @change="dateChangebirthday1"
-        >
+        <el-date-picker v-model="startTime" type="datetimerange" align="right" :picker-options="pickerOptions"
+          style="width: 310px" start-placeholder="寮�濮嬫棩鏈�" end-placeholder="缁撴潫鏃ユ湡" :default-time="['00:00:00', '23:00:00']"
+          format="yyyy-MM-dd HH:mm" value-format="yyyy-MM-dd HH:mm" @change="dateChangebirthday1">
         </el-date-picker>
       </el-form-item>
-      <el-form-item
-        label="鍗曚綅鍚嶇О"
-        prop="tjCompName"
-        style="margin-left: 20px"
-      >
-        <el-select
-          :remote-method="getRemoteData"
-          v-model="queryParams.tjCompName"
-          value-key="drugManufacturerId"
-          style="width: 180px"
-          remote
-          filterable
-          placeholder="璇烽�夋嫨鍗曚綅鍚嶇О"
-          clearable
-          @change="searchSelect"
-        >
-          <el-option
-            v-for="dict in CompanyList"
-            :key="dict.drugManufacturerId"
-            :label="dict.cnName"
-            :value="dict"
-          />
+      <el-form-item label="鍗曚綅鍚嶇О" prop="tjCompName" style="margin-left: 20px">
+        <el-select :remote-method="getRemoteData" v-model="queryParams.tjCompName" value-key="drugManufacturerId"
+          style="width: 180px" remote filterable placeholder="璇烽�夋嫨鍗曚綅鍚嶇О" clearable @change="searchSelect">
+          <el-option v-for="dict in CompanyList" :key="dict.drugManufacturerId" :label="dict.cnName" :value="dict" />
         </el-select>
       </el-form-item>
       <el-form-item>
-        <el-button
-          type="primary"
-          size="mini"
-          @click="submitForm"
-          style="margin-right: 15px"
-          >鎼滅储</el-button
-        >
+        <el-button type="primary" size="mini" @click="submitForm" style="margin-right: 15px">鎼滅储</el-button>
         <el-button size="mini" @click="resetQuery">閲嶇疆</el-button>
       </el-form-item>
     </el-form>
 
-    <el-radio-group
-      v-model="tjStatus"
-      @input="radioChange"
-      style="margin-left: 20px"
-    >
+    <el-radio-group v-model="tjStatus" @input="radioChange" style="margin-left: 20px">
       <el-radio-button label="0">鏈鏍�</el-radio-button>
       <el-radio-button label="1">宸插鏍�</el-radio-button>
     </el-radio-group>
 
     <template>
-      <el-table
-        v-loading="loading"
-        :data="checkList"
-        ref="table"
-        border
-        style="margin: 20px; width: 98%"
-        @current-change="handleCurrentChange"
-      >
+      <el-table v-loading="loading" :data="checkList" ref="table" border style="margin: 20px; width: 98%"
+        @current-change="handleCurrentChange">
         <!-- <template slot="empty">鏁版嵁姝e湪鍔犺浇涓�</template> -->
-        <el-table-column
-          label="浣撴鍙�"
-          align="center"
-          prop="tjNumber"
-          :show-overflow-tooltip="true"
-          width="160px"
-          fixed="left"
-        />
-        <el-table-column
-          label="濮撳悕"
-          align="center"
-          prop="cusName"
-          :show-overflow-tooltip="true"
-          width="100px"
-          fixed="left"
-        />
+        <el-table-column label="浣撴鍙�" align="center" prop="tjNumber" :show-overflow-tooltip="true" width="160px"
+          fixed="left" />
+        <el-table-column label="濮撳悕" align="center" prop="cusName" :show-overflow-tooltip="true" width="100px"
+          fixed="left" />
 
-        <el-table-column
-          label="鎬у埆"
-          align="center"
-          prop="cusSex"
-          :show-overflow-tooltip="true"
-          width="55px"
-        >
+        <el-table-column label="鎬у埆" align="center" prop="cusSex" :show-overflow-tooltip="true" width="55px">
           <template slot-scope="scope">
             <span v-if="scope.row.cusSex == '0'">鐢�</span>
             <span v-if="scope.row.cusSex == '1'">濂�</span>
@@ -129,20 +49,8 @@
             <span v-if="scope.row.cusSex == '9'">鏈鏄庢�у埆</span>
           </template>
         </el-table-column>
-        <el-table-column
-          label="鍑虹敓鏃ユ湡"
-          align="center"
-          prop="cusBrithday"
-          :show-overflow-tooltip="true"
-          width="110px"
-        />
-        <el-table-column
-          label="鐢佃瘽"
-          align="center"
-          prop="cusPhone"
-          :show-overflow-tooltip="true"
-          width="130px"
-        />
+        <el-table-column label="鍑虹敓鏃ユ湡" align="center" prop="cusBrithday" :show-overflow-tooltip="true" width="110px" />
+        <el-table-column label="鐢佃瘽" align="center" prop="cusPhone" :show-overflow-tooltip="true" width="130px" />
 
         <!-- <el-table-column
           label="浣撴鏃堕棿"
@@ -151,133 +59,56 @@
           :show-overflow-tooltip="true"
           width="110px"
         /> -->
-        <el-table-column
-          label="瀹℃牳鏃堕棿"
-          align="center"
-          prop="shsj"
-          :show-overflow-tooltip="true"
-          width="180px"
-        />
-        <el-table-column
-          label="瀹屾垚鏃堕棿"
-          align="center"
-          prop="finishTime"
-          :show-overflow-tooltip="true"
-          width="160px"
-        />
-        <el-table-column
-          label="鐘舵��"
-          align="center"
-          prop="tjStatus"
-          :show-overflow-tooltip="true"
-          width="120px"
-        >
+        <el-table-column label="瀹℃牳鏃堕棿" align="center" prop="shsj" :show-overflow-tooltip="true" width="180px" />
+        <el-table-column label="瀹屾垚鏃堕棿" align="center" prop="finishTime" :show-overflow-tooltip="true" width="160px" />
+        <el-table-column label="鐘舵��" align="center" prop="tjStatus" :show-overflow-tooltip="true" width="120px">
           <template slot-scope="scope">
             <span>{{ scope.row.tjStatus == "1" ? "宸插鏍�" : "鏈鏍�" }}</span>
           </template>
         </el-table-column>
-        <el-table-column
-          label="鍗曚綅鍚嶇О"
-          align="center"
-          prop="tjCompName"
-          :show-overflow-tooltip="true"
-        />
+        <el-table-column label="鍗曚綅鍚嶇О" align="center" prop="tjCompName" :show-overflow-tooltip="true" />
         <el-table-column label="浣撴绫诲埆" align="center" prop="tjCategory">
           <template slot-scope="scope">
-            <dict-tag
-              :options="dict.type.dict_tjtype"
-              :value="scope.row.tjCategory"
-            />
+            <dict-tag :options="dict.type.dict_tjtype" :value="scope.row.tjCategory" />
           </template>
         </el-table-column>
-        <el-table-column
-          label="鎿嶄綔"
-          align="center"
-          width="120px"
-          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="璇︽儏"
-              type="text"
-              size="mini"
-              @click.stop="handleClick(scope.row)"
-              icon="el-icon-document-copy"
-            ></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 fixed="right" title="璇︽儏" type="text" size="mini" @click.stop="handleClick(scope.row)"
+              icon="el-icon-document-copy"></el-button>
             <!-- <el-button type="text" size="mini" @click="generate(scope.row)" v-if="scope.row.tjStatus=='1'">鐢熸垚</el-button> -->
-            <el-button
-              type="text"
-              size="mini"
-              @click.stop="viewReport(scope.row)"
-              v-if="scope.row.tjStatus == '1'"
-              title="棰勮"
-              icon="el-icon-view"
-            ></el-button>
-            <el-button
-              type="text"
-              size="mini"
-              v-if="scope.row.tjStatus == '1'"
-              title="鎾ら攢"
-              @click.stop="getRevoke(scope.row)"
-              icon="el-icon-refresh-left"
-            ></el-button>
+            <el-button type="text" size="mini" @click.stop="viewReport(scope.row)" v-if="scope.row.tjStatus == '1'"
+              title="棰勮" icon="el-icon-view"></el-button>
+            <el-button type="text" size="mini" v-if="scope.row.tjStatus == '1'" title="鎾ら攢"
+              @click.stop="getRevoke(scope.row)" icon="el-icon-refresh-left"></el-button>
           </template>
         </el-table-column>
       </el-table>
 
       <div class="pag">
         <div class="pag1">
-          <pagination
-            v-show="total > 0"
-            :total="total"
-            :page.sync="queryParams.page"
-            :limit.sync="queryParams.pageSize"
-            @pagination="submitForm"
-          />
+          <pagination v-show="total > 0" :total="total" :page.sync="queryParams.page" :limit.sync="queryParams.pageSize"
+            @pagination="submitForm" />
         </div>
       </div>
     </template>
 
     <!-- 鐐瑰嚮寮瑰嚭妗� -->
-    <el-drawer
-      custom-class="tanchu"
-      :visible.sync="drawer"
-      :before-close="handleClose"
-      :with-header="false"
-      size="100%"
-      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
-          style="
-            width: 100%;
-            margin: 10px 10px;
-            border: 1px solid #dfe6ec;
-            border-collapse: collapse;
-          "
-          cellspacing="4"
-        >
+        <table style="width: 100%; margin: 10px 10px; border: 1px solid #dfe6ec; border-collapse: collapse;"
+          cellspacing="4">
           <caption style="background-color: #f8f8f9; font-size: 18px">
-            {{
-              tableAll.cusName
-            }}鐨勪綋妫�璧勬枡
+            {{ tableAll.cusName }}鐨勪綋妫�璧勬枡
           </caption>
-          <tr
-            style="
+          <tr style="
               border: 1px solid #dfe6ec;
               border-collapse: collapse;
               height: 36px;
-            "
-          >
+            ">
             <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
               濮撳悕锛�
             </td>
@@ -292,18 +123,16 @@
                 tableAll.cusSex == 0
                   ? "鐢�"
                   : tableAll.cusSex == 1
-                  ? "濂�"
-                  : "鏈煡"
+                    ? "濂�"
+                    : "鏈煡"
               }}
             </td>
           </tr>
-          <tr
-            style="
+          <tr style="
               border: 1px solid #dfe6ec;
               border-collapse: collapse;
               height: 36px;
-            "
-          >
+            ">
             <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
               浣撴鍗曞彿锛�
             </td>
@@ -328,361 +157,227 @@
           </el-button>
         </div>
         <div class="btn1">
-          <el-button @click="historicalreport()" type="primary"
-            ><span class="vertical-text">鍘嗗彶鎶ュ憡</span></el-button
-          >
+          <el-button @click="historicalreport()" type="primary"><span class="vertical-text">鍘嗗彶鎶ュ憡</span></el-button>
         </div>
         <div v-if="tableAll.tjCategory == '02'" class="btn1">
-          <el-button @click="medicalhistory()" type="primary"
-            ><span class="vertical-text">鑱屼笟鐥呭彶</span></el-button
-          >
+          <el-button @click="medicalhistory()" type="primary"><span class="vertical-text">鑱屼笟鐥呭彶</span></el-button>
         </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">
-          <el-button @click="xiangmuqingkuang()" type="primary"
-            ><span class="vertical-text">椤圭洰鎯呭喌</span></el-button
-          >
+          <el-button @click="xiangmuqingkuang()" type="primary"><span class="vertical-text">椤圭洰鎯呭喌</span></el-button>
         </div>
         <div class="btn1">
-          <el-button @click="yichangjieguo()" type="primary"
-            ><span class="vertical-text">寮傚父缁撴灉</span></el-button
-          >
+          <el-button @click="yichangjieguo()" type="primary"><span class="vertical-text">寮傚父缁撴灉</span></el-button>
         </div>
       </div>
       <div class="box">
-        <div
-          class="left"
-          style="
-            font-size: 14px;
-            width: 1100px;
-            margin-left: 10px;
-            padding: 0 0 50px;
-          "
-        >
-          <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' }"
-              >
-                <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"
-                >
-                </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"
-                >
-                  <td
-                    style="
+        <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;
+                ">
+                {{ 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 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">
+                  </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">
+                    <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: 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: 200px;
-                  "
-                >
-                  <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"
-                >
-                  <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
+                      width: 200px;
+                    ">
+                    <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">
+                    <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
       
-                      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
-                    style="
+                        placeholder="璇疯緭鍏ュ唴瀹�"
+                        style="width: 100%;  resize: none"
+                        v-model="item.remark"
+                      ></textarea> -->
+                    </td>
+                  </tr>
+                  <tr 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>
+                      width: 200px;
+                    ">
+                    <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>
+            <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%"
-              >
-              </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
-            >
-            <div v-if="tjproject == '0'">
-              <el-button
-                type="primary"
-                @click="determine"
-                :disabled="isdisabled"
-                >鎻愪氦骞剁敓鎴愭姤鍛�</el-button
-              >
+            <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%">
+                </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>
+              <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">
               <div v-for="(item, index) in yichangList" :key="index">
-                <div
-                  style="
+                <div style="
                     text-align: center;
                     background-color: #67c23a;
                     margin-top: 10px;
-                  "
-                >
+                  ">
                   {{ item.proName || "" }}
                 </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 :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>
-                          <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 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>
+                                <el-input v-model="jianyi.bt" size="small" type="textarea" autosize
+                                  @blur="handleAdviceBlur(props.row, index1)"></el-input>
                               </div>
                               <div>
                                 鍐呭锛�
-                                <el-input
-                                  v-model="jianyi.nr"
-                                  size="small"
-                                  type="textarea"
-                                  autosize
-                                ></el-input>
+                                <el-input v-model="jianyi.nr" size="small" type="textarea" autosize
+                                  @blur="handleAdviceBlur(props.row, index1)"></el-input>
                               </div>
                             </div>
                           </div>
@@ -691,104 +386,58 @@
                           <div v-else>
                             <div>
                               鏍囬锛�
-                              <el-input
-                                v-model="emptyAdvice.bt"
-                                size="small"
-                                type="textarea"
-                                autosize
-                              ></el-input>
+                              <el-input v-model="emptyAdvice.bt" size="small" type="textarea" autosize
+                                @blur="handleAdviceBlur(props.row, -1)"></el-input>
                             </div>
                             <div>
                               鍐呭锛�
-                              <el-input
-                                v-model="emptyAdvice.nr"
-                                size="small"
-                                type="textarea"
-                                autosize
-                              ></el-input>
+                              <el-input v-model="emptyAdvice.nr" size="small" type="textarea" autosize
+                                @blur="handleAdviceBlur(props.row, -1)"></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="妫�娴嬮」鐩�"
-                      :show-overflow-tooltip="true"
-                      width="353"
-                    >
+                    <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 align="center" prop="proResult" label="妫�娴嬬粨鏋�" width="85">
                     </el-table-column>
 
-                    <el-table-column
-                      align="center"
-                      prop="stanId"
-                      label=" 鍙傝�冭寖鍥�"
-                      width="117"
-                    >
+                    <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 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 :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>
-                          <!-- 濡傛灉 advices 闈炵┖锛屾覆鏌撳叾鍐呭 -->
-                          <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 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>
+                                <el-input v-model="jianyi.bt" size="small" type="textarea" autosize
+                                  @blur="handleAdviceBlur(props.row, index1)"></el-input>
                               </div>
                               <div>
                                 鍐呭锛�
-                                <el-input
-                                  v-model="jianyi.nr"
-                                  size="small"
-                                  type="textarea"
-                                  autosize
-                                ></el-input>
+                                <el-input v-model="jianyi.nr" size="small" type="textarea" autosize
+                                  @blur="handleAdviceBlur(props.row, index1)"></el-input>
                               </div>
                             </div>
                           </div>
@@ -797,43 +446,29 @@
                           <div v-else>
                             <div>
                               鏍囬锛�
-                              <el-input
-                                v-model="emptyAdvice.bt"
-                                size="small"
-                                type="textarea"
-                                autosize
-                              ></el-input>
+                              <el-input v-model="emptyAdvice.bt" size="small" type="textarea" autosize
+                                @blur="handleAdviceBlur(props.row, -1)"></el-input>
                             </div>
                             <div>
                               鍐呭锛�
-                              <el-input
-                                v-model="emptyAdvice.nr"
-                                size="small"
-                                type="textarea"
-                                autosize
-                              ></el-input>
+                              <el-input v-model="emptyAdvice.nr" size="small" type="textarea" autosize
+                                @blur="handleAdviceBlur(props.row, -1)"></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"
-                    >
+                    <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 align="center" prop="proResult" label="妫�娴嬬粨鏋�" width="403">
                     </el-table-column>
                   </el-table>
                 </template>
@@ -841,43 +476,21 @@
             </template>
             <template v-if="status1 == 1">
               <div>
-                <div
-                  style="
+                <div style="
                     text-align: center;
                     background-color: #e6a23c;
                     margin-top: 10px;
-                  "
-                >
+                  ">
                   椤圭洰妫�鏌ユ儏鍐�
                 </div>
-                <el-table
-                  :row-style="redxiangmu"
-                  :data="statusList"
-                  style="width: 100%"
-                  :header-cell-style="{ background: '#e6a23c' }"
-                >
-                  <el-table-column
-                    align="center"
-                    label="閮ㄩ棬"
-                    width="144"
-                    prop="deptName"
-                  >
+                <el-table :row-style="redxiangmu" :data="statusList" style="width: 100%"
+                  :header-cell-style="{ background: '#e6a23c' }">
+                  <el-table-column align="center" label="閮ㄩ棬" width="144" prop="deptName">
                   </el-table-column>
-                  <el-table-column
-                    align="center"
-                    prop="proName"
-                    label="椤圭洰"
-                    width="260"
-                  >
+                  <el-table-column align="center" prop="proName" label="椤圭洰" width="260">
                   </el-table-column>
 
-                  <el-table-column
-                    label="鐘舵��"
-                    align="center"
-                    prop="type"
-                    :show-overflow-tooltip="true"
-                    width="120"
-                  >
+                  <el-table-column label="鐘舵��" align="center" prop="type" :show-overflow-tooltip="true" width="120">
                     <template slot-scope="scope">
                       <span v-if="scope.row.type == '0'">鏈鏍�</span>
                       <span v-if="scope.row.type == '1'">宸插鏍�</span>
@@ -885,167 +498,80 @@
                       <span v-if="scope.row.type == '3'">寤舵湡</span>
                     </template>
                   </el-table-column>
-                  <el-table-column
-                    label="妫�鏌ユ椂闂�"
-                    align="center"
-                    prop="bcupdateTime"
-                    width="160"
-                  />
+                  <el-table-column label="妫�鏌ユ椂闂�" align="center" prop="bcupdateTime" width="160" />
                 </el-table>
               </div>
             </template>
+            <el-button type="primary" @click="addnew" :disabled="isdisabled">鏂板</el-button>
           </div>
         </div>
       </div>
 
       <div class="hist3" v-if="wenzhen">
         <span class="txt">闂瘖淇℃伅</span>
-        <el-form
-          ref="form"
-          :model="formobj"
-          label-width="100px"
-          :inline="true"
-          size="mini"
-        >
+        <el-form ref="form" :model="formobj" label-width="100px" :inline="true" size="mini">
           <el-collapse class="coll" v-model="activeName" accordion>
-            <el-collapse-item
-              class="coll"
-              title="鍩烘湰淇℃伅"
-              name="1"
-              style="width: 100%; font-weight: 600"
-            >
+            <el-collapse-item class="coll" title="鍩烘湰淇℃伅" name="1" style="width: 100%; font-weight: 600">
               <div style="width: 100%">
                 <el-form-item label="濮撳悕" prop="cusName">
-                  <el-input
-                    disabled
-                    v-model="formobj.cusName"
-                    placeholder="璇疯緭鍏ュ鍚�"
-                  />
+                  <el-input disabled v-model="formobj.cusName" placeholder="璇疯緭鍏ュ鍚�" />
                 </el-form-item>
                 <el-form-item label="鑱屼笟" prop="work">
-                  <el-select
-                    filterable
-                    v-model="formobj.work"
-                    placeholder="璇烽�夋嫨鑱屼笟"
-                    clearable
-                    style="width: 150px"
-                    disabled
-                  >
-                    <el-option
-                      v-for="dict in dict.type.tj_work"
-                      :key="dict.value"
-                      :label="dict.label"
-                      :value="dict.value"
-                    />
+                  <el-select filterable v-model="formobj.work" placeholder="璇烽�夋嫨鑱屼笟" clearable style="width: 150px"
+                    disabled>
+                    <el-option v-for="dict in dict.type.tj_work" :key="dict.value" :label="dict.label"
+                      :value="dict.value" />
                   </el-select>
                 </el-form-item>
                 <el-form-item label="宸ヤ綔鐘舵��" prop="workStatus">
-                  <el-select
-                    disabled
-                    filterable
-                    v-model="formobj.workStatus"
-                    placeholder="璇烽�夋嫨宸ヤ綔鐘舵��"
-                    clearable
-                    style="width: 150px"
-                  >
-                    <el-option
-                      v-for="dict in dict.type.tj_work_status"
-                      :key="dict.value"
-                      :label="dict.label"
-                      :value="dict.value"
-                    />
+                  <el-select disabled filterable v-model="formobj.workStatus" placeholder="璇烽�夋嫨宸ヤ綔鐘舵��" clearable
+                    style="width: 150px">
+                    <el-option v-for="dict in dict.type.tj_work_status" :key="dict.value" :label="dict.label"
+                      :value="dict.value" />
                   </el-select>
                 </el-form-item>
                 <el-form-item label="鎺ヨЕ姣掔墿" prop="contactPoison">
-                  <el-input
-                    disabled
-                    type="textarea"
-                    rows="4"
-                    v-model="formobj.contactPoison"
-                    placeholder="璇疯緭鍏ユ帴瑙︽瘨鐗�"
-                    style="width: 700px"
-                  />
+                  <el-input disabled type="textarea" rows="4" v-model="formobj.contactPoison" placeholder="璇疯緭鍏ユ帴瑙︽瘨鐗�"
+                    style="width: 700px" />
                 </el-form-item>
                 <el-form-item label="鏃㈠線鐥呭彶" prop="medicalHistory">
-                  <el-input
-                    disabled
-                    type="textarea"
-                    rows="4"
-                    v-model="formobj.medicalHistory"
-                    placeholder="璇疯緭鍏ユ棦寰�鐥呭彶"
-                    style="width: 700px"
-                  />
+                  <el-input disabled type="textarea" rows="4" v-model="formobj.medicalHistory" placeholder="璇疯緭鍏ユ棦寰�鐥呭彶"
+                    style="width: 700px" />
                 </el-form-item>
               </div>
             </el-collapse-item>
             <el-collapse-item title="鏈堢粡鍙�" name="2" v-show="sex">
               <div style="width: 100%">
                 <el-form-item label="鍒濇疆(宀�)" prop="chuchao">
-                  <el-input
-                    v-model="formobj.chuchao"
-                    style="width: 70px"
-                    disabled
-                  />
+                  <el-input v-model="formobj.chuchao" style="width: 70px" disabled />
                 </el-form-item>
                 <el-form-item label="缁忔湡" prop="jingqi">
-                  <el-input
-                    v-model="formobj.jingqi"
-                    disabled
-                    style="width: 70px"
-                  />澶�
+                  <el-input v-model="formobj.jingqi" disabled style="width: 70px" />澶�
                 </el-form-item>
                 <el-form-item label="鍛ㄦ湡" prop="zhouqi">
-                  <el-input
-                    v-model="formobj.zhouqi"
-                    disabled
-                    style="width: 70px"
-                  />澶�
+                  <el-input v-model="formobj.zhouqi" disabled style="width: 70px" />澶�
                 </el-form-item>
                 <el-form-item label="鏈鏈堢粡" prop="mociage">
-                  <el-input
-                    v-model="formobj.mociage"
-                    disabled
-                    style="width: 100px"
-                  />
+                  <el-input v-model="formobj.mociage" disabled style="width: 100px" />
                 </el-form-item>
               </div>
             </el-collapse-item>
             <el-collapse-item title="鐢熻偛鍙�" name="3" v-show="sex">
               <div style="width: 100%">
                 <el-form-item label="鐜版湁瀛愬コ(浜�)" prop="zinv">
-                  <el-input
-                    v-model="formobj.zinv"
-                    style="width: 70px"
-                    disabled
-                  />
+                  <el-input v-model="formobj.zinv" style="width: 70px" disabled />
                 </el-form-item>
                 <el-form-item label="娴佷骇(娆�)" prop="liuchan">
-                  <el-input
-                    v-model="formobj.liuchan"
-                    style="width: 70px"
-                    disabled
-                  />
+                  <el-input v-model="formobj.liuchan" style="width: 70px" disabled />
                 </el-form-item>
                 <el-form-item label="鏃╀骇(娆�)" prop="zaochan">
-                  <el-input
-                    v-model="formobj.zaochan"
-                    style="width: 70px"
-                    disabled
-                  />
+                  <el-input v-model="formobj.zaochan" style="width: 70px" disabled />
                 </el-form-item>
                 <el-form-item label="姝讳骇(娆�)" prop="sichan">
-                  <el-input
-                    v-model="formobj.sichan"
-                    style="width: 70px"
-                    disabled
-                  />
+                  <el-input v-model="formobj.sichan" style="width: 70px" disabled />
                 </el-form-item>
                 <el-form-item label="寮傚父鑳�(娆�)" prop="yichangtai">
-                  <el-input
-                    v-model="formobj.yichangtai"
-                    style="width: 70px"
-                    disabled
-                  />
+                  <el-input v-model="formobj.yichangtai" style="width: 70px" disabled />
                 </el-form-item>
               </div>
             </el-collapse-item>
@@ -1053,152 +579,72 @@
               <div style="width: 100%">
                 <el-form-item label="鏄惁鍚哥儫" prop="xiyan">
                   <!-- <el-input v-model="form.xiyanpinlv" placeholder="璇疯緭鍏ュ惛鐑熼鐜�" /> -->
-                  <el-select
-                    disabled
-                    filterable
-                    v-model="formobj.xiyan"
-                    placeholder="璇烽�夋嫨鏄惁鍚哥儫"
-                    clearable
-                    style="width: 150px"
-                  >
-                    <el-option
-                      v-for="dict in dict.type.tj_smoking_pinlv"
-                      :key="dict.value"
-                      :label="dict.label"
-                      :value="dict.value"
-                    />
+                  <el-select disabled filterable v-model="formobj.xiyan" placeholder="璇烽�夋嫨鏄惁鍚哥儫" clearable
+                    style="width: 150px">
+                    <el-option v-for="dict in dict.type.tj_smoking_pinlv" :key="dict.value" :label="dict.label"
+                      :value="dict.value" />
                   </el-select>
                 </el-form-item>
                 <el-form-item label="鍚哥儫棰戠巼" prop="xiyanpinlv">
-                  <el-input
-                    v-model="formobj.xiyanpinlv"
-                    disabled
-                    style="width: 70px"
-                  />鏀�/澶�
+                  <el-input v-model="formobj.xiyanpinlv" disabled style="width: 70px" />鏀�/澶�
                 </el-form-item>
                 <el-form-item label="鍚哥儫鏃堕棿" prop="xiyanyear">
-                  <el-input
-                    v-model="formobj.xiyanyear"
-                    disabled
-                    style="width: 70px"
-                  />骞� </el-form-item
-                ><br />
+                  <el-input v-model="formobj.xiyanyear" disabled style="width: 70px" />骞� </el-form-item><br />
                 <el-form-item label="鏄惁楗厭" prop="yinjiu">
                   <!-- <el-input v-model="form.yinjiupinlv" placeholder="璇疯緭鍏ラギ閰掗鐜�" /> -->
-                  <el-select
-                    filterable
-                    v-model="formobj.yinjiu"
-                    disabled
-                    placeholder="璇烽�夋嫨鏄惁楗厭"
-                    clearable
-                    style="width: 150px"
-                  >
-                    <el-option
-                      v-for="dict in dict.type.tj_smoking_pinlv"
-                      :key="dict.value"
-                      :label="dict.label"
-                      :value="dict.value"
-                    />
+                  <el-select filterable v-model="formobj.yinjiu" disabled placeholder="璇烽�夋嫨鏄惁楗厭" clearable
+                    style="width: 150px">
+                    <el-option v-for="dict in dict.type.tj_smoking_pinlv" :key="dict.value" :label="dict.label"
+                      :value="dict.value" />
                   </el-select>
                 </el-form-item>
                 <el-form-item label="楗厭棰戠巼" prop="yinjiupinlv">
-                  <el-input
-                    v-model="formobj.yinjiupinlv"
-                    disabled
-                    style="width: 70px"
-                  />ml/澶�
+                  <el-input v-model="formobj.yinjiupinlv" disabled style="width: 70px" />ml/澶�
                 </el-form-item>
                 <el-form-item label="楗厭鏃堕棿" prop="yinjiuyear">
-                  <el-input
-                    v-model="formobj.yinjiuyear"
-                    disabled
-                    style="width: 70px"
-                  />骞�
+                  <el-input v-model="formobj.yinjiuyear" disabled style="width: 70px" />骞�
                 </el-form-item>
                 <el-form-item label="鍏朵粬" prop="qita">
-                  <el-input
-                    v-model="formobj.qita"
-                    placeholder="璇疯緭鍏ュ叾浠�"
-                    disabled
-                    type="textarea"
-                    style="width: 600px"
-                    rows="2"
-                  />
+                  <el-input v-model="formobj.qita" placeholder="璇疯緭鍏ュ叾浠�" disabled type="textarea" style="width: 600px"
+                    rows="2" />
                 </el-form-item>
               </div>
             </el-collapse-item>
             <el-collapse-item title="鎬ユ參鎬ц亴涓氱梾鍙蹭俊鎭�" name="5">
               <div style="width: 100%">
-                <el-table
-                  border
-                  :data="formobj.tjAskHistorysList"
-                  ref="tjAskHistorys"
-                  style="width: 98%"
-                >
+                <el-table border :data="formobj.tjAskHistorysList" ref="tjAskHistorys" style="width: 98%">
                   <el-table-column type="selection" width="40" align="center" />
                   <el-table-column label="鐤剧梾鍚嶇О" prop="diseaseName">
                     <template slot-scope="scope">
-                      <el-input
-                        size="mini"
-                        disabled
-                        v-model="scope.row.diseaseName"
-                        placeholder="璇疯緭鍏ョ柧鐥呭悕绉�"
-                      />
+                      <el-input size="mini" disabled v-model="scope.row.diseaseName" placeholder="璇疯緭鍏ョ柧鐥呭悕绉�" />
                     </template>
                   </el-table-column>
                   <el-table-column label="璇婃柇鏃ユ湡" prop="diseaseData">
                     <template slot-scope="scope">
-                      <el-date-picker
-                        size="mini"
-                        v-model="scope.row.diseaseData"
-                        align="right"
-                        type="date"
-                        placeholder="閫夋嫨鏃ユ湡"
-                        :picker-options="pickerOptions"
-                        style="width: 130px"
-                        value-format="yyyy-MM-dd"
-                      >
+                      <el-date-picker size="mini" v-model="scope.row.diseaseData" align="right" type="date"
+                        placeholder="閫夋嫨鏃ユ湡" :picker-options="pickerOptions" style="width: 130px"
+                        value-format="yyyy-MM-dd">
                       </el-date-picker>
                     </template>
                   </el-table-column>
                   <el-table-column label="璇婃柇鍗曚綅" prop="diseaseCompany">
                     <template slot-scope="scope">
-                      <el-input
-                        size="mini"
-                        disabled
-                        v-model="scope.row.diseaseCompany"
-                        placeholder="璇疯緭鍏ヨ瘖鏂崟浣�"
-                      />
+                      <el-input size="mini" disabled v-model="scope.row.diseaseCompany" placeholder="璇疯緭鍏ヨ瘖鏂崟浣�" />
                     </template>
                   </el-table-column>
                   <el-table-column label="鏄惁鐥婃剤" prop="isOk">
                     <template slot-scope="scope">
                       <!-- <el-input v-model="scope.row.isOk" placeholder="璇疯緭鍏ユ槸鍚︾棅鎰�" /> -->
-                      <el-select
-                        disabled
-                        filterable
-                        size="mini"
-                        v-model="scope.row.isOk"
-                        placeholder="璇烽�夋嫨鏄惁鐥婃剤"
-                        clearable
-                      >
-                        <el-option
-                          v-for="dict in dict.type.sys_yes_no"
-                          :key="dict.value"
-                          :label="dict.label"
-                          :value="dict.value"
-                        />
+                      <el-select disabled filterable size="mini" v-model="scope.row.isOk" placeholder="璇烽�夋嫨鏄惁鐥婃剤"
+                        clearable>
+                        <el-option v-for="dict in dict.type.sys_yes_no" :key="dict.value" :label="dict.label"
+                          :value="dict.value" />
                       </el-select>
                     </template>
                   </el-table-column>
                   <el-table-column label="澶囨敞" prop="remark">
                     <template slot-scope="scope">
-                      <el-input
-                        disabled
-                        size="mini"
-                        v-model="scope.row.remark"
-                        placeholder="璇疯緭鍏ュ娉�"
-                      />
+                      <el-input disabled size="mini" v-model="scope.row.remark" placeholder="璇疯緭鍏ュ娉�" />
                     </template>
                   </el-table-column>
                 </el-table>
@@ -1211,94 +657,48 @@
                   <el-table-column type="selection" width="40" align="center" />
                   <el-table-column label="寮�濮嬫椂闂�" prop="beginTime">
                     <template slot-scope="scope">
-                      <el-date-picker
-                        size="mini"
-                        v-model="scope.row.beginTime"
-                        align="right"
-                        type="date"
-                        placeholder="閫夋嫨鏃ユ湡"
-                        :picker-options="pickerOptions"
-                        style="width: 130px"
-                        value-format="yyyy-MM-dd"
-                      >
+                      <el-date-picker size="mini" v-model="scope.row.beginTime" align="right" type="date"
+                        placeholder="閫夋嫨鏃ユ湡" :picker-options="pickerOptions" style="width: 130px"
+                        value-format="yyyy-MM-dd">
                       </el-date-picker>
                     </template>
                   </el-table-column>
                   <el-table-column label="缁撴潫鏃堕棿" prop="endTime">
                     <template slot-scope="scope">
-                      <el-date-picker
-                        size="mini"
-                        disabled
-                        v-model="scope.row.endTime"
-                        align="right"
-                        type="date"
-                        placeholder="閫夋嫨鏃ユ湡"
-                        :picker-options="pickerOptions"
-                        style="width: 130px"
-                        value-format="yyyy-MM-dd"
-                      >
+                      <el-date-picker size="mini" disabled v-model="scope.row.endTime" align="right" type="date"
+                        placeholder="閫夋嫨鏃ユ湡" :picker-options="pickerOptions" style="width: 130px"
+                        value-format="yyyy-MM-dd">
                       </el-date-picker>
                     </template>
                   </el-table-column>
                   <el-table-column label="宸ヤ綔鍗曚綅" prop="workCompany">
                     <template slot-scope="scope">
-                      <el-input
-                        size="mini"
-                        disabled
-                        v-model="scope.row.workCompany"
-                        placeholder="璇疯緭鍏ュ伐浣滃崟浣�"
-                      />
+                      <el-input size="mini" disabled v-model="scope.row.workCompany" placeholder="璇疯緭鍏ュ伐浣滃崟浣�" />
                     </template>
                   </el-table-column>
                   <el-table-column label="閮ㄩ棬" prop="workDept">
                     <template slot-scope="scope">
-                      <el-input
-                        disabled
-                        size="mini"
-                        v-model="scope.row.workDept"
-                        placeholder="璇疯緭鍏ラ儴闂�"
-                      />
+                      <el-input disabled size="mini" v-model="scope.row.workDept" placeholder="璇疯緭鍏ラ儴闂�" />
                     </template>
                   </el-table-column>
                   <el-table-column label="宸ョ" prop="workType">
                     <template slot-scope="scope">
-                      <el-input
-                        disabled
-                        size="mini"
-                        v-model="scope.row.workType"
-                        placeholder="璇疯緭鍏ュ伐绉�"
-                      />
+                      <el-input disabled size="mini" v-model="scope.row.workType" placeholder="璇疯緭鍏ュ伐绉�" />
                     </template>
                   </el-table-column>
                   <el-table-column label="鏈夊鍥犵礌" prop="harmTypeLogs">
                     <template slot-scope="scope">
                       <!-- <el-input v-model="scope.row.isOk" placeholder="璇疯緭鍏ユ槸鍚︾棅鎰�" /> -->
-                      <el-select
-                        filterable
-                        disabled
-                        size="mini"
-                        v-model="scope.row.harmTypeLogs"
-                        multiple
-                        placeholder="璇烽�夋嫨鏈夊鍥犵礌"
-                        clearable
-                      >
-                        <el-option
-                          v-for="dict in harmTypeList"
-                          :key="dict.aid"
-                          :label="dict.harmtype"
-                          :value="dict.aid"
-                        />
+                      <el-select filterable disabled size="mini" v-model="scope.row.harmTypeLogs" multiple
+                        placeholder="璇烽�夋嫨鏈夊鍥犵礌" clearable>
+                        <el-option v-for="dict in harmTypeList" :key="dict.aid" :label="dict.harmtype"
+                          :value="dict.aid" />
                       </el-select>
                     </template>
                   </el-table-column>
                   <el-table-column label="闃叉姢鎺柦" prop="fangHu">
                     <template slot-scope="scope">
-                      <el-input
-                        disabled
-                        size="mini"
-                        v-model="scope.row.fangHu"
-                        placeholder="璇疯緭鍏ラ槻鎶ゆ帾鏂�"
-                      />
+                      <el-input disabled size="mini" v-model="scope.row.fangHu" placeholder="璇疯緭鍏ラ槻鎶ゆ帾鏂�" />
                     </template>
                   </el-table-column>
                 </el-table>
@@ -1309,33 +709,90 @@
       </div>
     </el-drawer>
 
-    <el-dialog
-      class="dia"
-      title="PDF 棰勮"
-      :visible.sync="dialogVisible"
-      :close-on-click-modal="false"
-    >
+    <el-dialog title="PDF 棰勮" :visible.sync="dialogVisible" :close-on-click-modal="false" width="50%">
       <div class="main">
-        <iframe
-          id="printIframe"
-          :src="url"
-          frameborder="0"
-          style="width: 100%; height: 100%"
-        ></iframe>
+        <iframe id="printIframe" :src="url" frameborder="0" style="width: 100%; height: 100%"></iframe>
       </div>
     </el-dialog>
-    <el-dialog
-      title="鎻愮ず"
-      :visible.sync="jianqians"
-      width="1000px"
-      :before-close="handleClose1"
-    >
-      <jianqianwenzhen
-        :jianqianwenzhendata="jianqianwenzhendata"
-        v-if="flags"
-      ></jianqianwenzhen>
+    <el-dialog title="鎻愮ず" :visible.sync="jianqians" width="1000px" :before-close="handleClose1">
+      <jianqianwenzhen :jianqianwenzhendata="jianqianwenzhendata" v-if="flags"></jianqianwenzhen>
       <span slot="footer" class="dialog-footer">
         <el-button @click="jianqians = false">鍙� 娑�</el-button>
+      </span>
+    </el-dialog>
+    <el-dialog title="鏂板寮傚父缁撴灉" :visible.sync="addNewDialogVisible" width="900px" class="custom-dialog">
+      <el-form :model="newItem" ref="newItemForm" label-width="100px" class="custom-form">
+        <el-form-item label="椤圭洰鍒嗙被" prop="parentName">
+          <el-select v-model="newItem.parentName" placeholder="璇烽�夋嫨椤圭洰鍒嗙被" clearable filterable
+            @change="handleCategoryChange">
+            <el-option v-for="item in projectCategories" :key="item.proId" :label="item.proName"
+              :value="item.proName" />
+          </el-select>
+        </el-form-item>
+        <el-form-item label="妫�娴嬮」鐩�" prop="jcxm">
+          <el-input v-model="newItem.jcxm" placeholder="璇疯緭鍏ユ娴嬮」鐩垨浠庡垎绫婚�夋嫨" clearable></el-input>
+        </el-form-item>
+        <el-form-item label="妫�娴嬬粨鏋�" prop="jcjg">
+          <el-input v-model="newItem.jcjg" placeholder="璇疯緭鍏ユ娴嬬粨鏋�" clearable></el-input>
+        </el-form-item>
+        <el-form-item label="鍙傝�冭寖鍥�" prop="ckfw">
+          <el-input v-model="newItem.ckfw" placeholder="璇疯緭鍏ュ弬鑰冭寖鍥�" clearable></el-input>
+        </el-form-item>
+        <el-form-item label="鍗曚綅" prop="dw">
+          <el-input v-model="newItem.dw" placeholder="璇疯緭鍏ュ崟浣�" clearable></el-input>
+        </el-form-item>
+
+        <!-- 鍔ㄦ�佸缓璁粍 -->
+        <div v-for="(advice, index) in newItem.map" :key="index" class="advice-group">
+          <el-form-item label="寤鸿鏍囬" :prop="'map.' + index + '.bt'">
+            <el-input v-model="advice.bt" placeholder="璇疯緭鍏ュ缓璁爣棰�" clearable @focus="tan"></el-input>
+          </el-form-item>
+          <el-form-item label="寤鸿鍐呭" :prop="'map.' + index + '.nr'">
+            <el-input v-model="advice.nr" type="textarea" rows="3" placeholder="璇疯緭鍏ュ缓璁唴瀹�" resize="none"
+              @focus="tan"></el-input>
+          </el-form-item>
+          <el-button v-if="index > 0" type="danger" size="small" @click="removeAdvice(index)"
+            style="margin-left: 100px; margin-bottom: 10px;">鍒犻櫎</el-button>
+        </div>
+
+        <el-form-item>
+          <el-button type="primary" size="small" @click="addAdvice" style="margin-left: 100px;">娣诲姞寤鸿</el-button>
+        </el-form-item>
+      </el-form>
+      <span slot="footer" class="dialog-footer">
+        <el-button @click="addNewDialogVisible = false">鍙栨秷</el-button>
+        <el-button type="primary" @click="submitNewItem">纭畾</el-button>
+      </span>
+    </el-dialog>
+    <el-dialog title="蹇嵎寤鸿閫夋嫨" :visible.sync="showjianyi" width="1000px" class="custom-dialog">
+      <!-- 鏇挎崲涓鸿緭鍏ユ -->
+      <div style="margin-bottom: 15px;">
+        <el-form :inline="true">
+          <el-form-item label="寤鸿鍚嶇О">
+            <el-input v-model="queryParams1.zyzd" placeholder="璇疯緭鍏ュ缓璁悕绉拌繘琛岀瓫閫�" clearable style="width: 200px"
+              @input="filterAdvices(true)" onkeydown="if(event.keyCode === 32 || event.keyCode === 13) return false;" />
+          </el-form-item>
+        </el-form>
+      </div>
+
+      <el-table :data="advicerulesList" ref="adviceTable" border highlight-current-row
+        @current-change="handleCurrentChangeAdvice" style="max-height: 400px; overflow-y: auto;">
+        <el-table-column label="绉戝" prop="ks" width="100" align="center" />
+        <el-table-column label="寤鸿鍚嶇О" prop="jymc" align="center" />
+        <el-table-column label="寤鸿鍐呭" prop="jynr" align="center" />
+      </el-table>
+
+      <!-- 鍒嗛〉缁勪欢 -->
+      <div class="pag">
+        <div class="pag2">
+          <pagination v-show="total1 > 0" :total="total1" :page.sync="queryParams1.pageNum"
+            :limit.sync="queryParams1.pageSize" @pagination="filterAdvices(false)" />
+        </div>
+      </div>
+
+      <span slot="footer" class="dialog-footer">
+        <el-button @click="showjianyi = false">鍙栨秷</el-button>
+        <el-button type="primary" @click="applySelectedAdvice" :disabled="!selectedAdvice">纭畾</el-button>
       </span>
     </el-dialog>
     <Packages ref="bbb" :baogao="baogao" />
@@ -1343,18 +800,14 @@
     <proposal ref="proposal" :cusobj="cusobj" @event1="eventchange($event)" />
     <createproposal ref="createproposal" :creatobj="creatobj" />
 
-    <el-dialog
-      title="甯哥敤寤鸿缁存姢"
-      :visible.sync="propdialog"
-      width="500px"
-      append-to-body
-    >
+    <el-dialog title="甯哥敤寤鸿缁存姢" :visible.sync="propdialog" width="500px" append-to-body>
     </el-dialog>
   </div>
 </template>
-  
+
 
 <script>
+import _ from 'lodash';
 import jianqianwenzhen from "@/components/jianqianwenzhen";
 import Packages from "@/components/Packages";
 import Prescription from "@/components/Prescription";
@@ -1373,11 +826,12 @@
   getModified,
   isPdfOrJimu,
   addOrder,
+  addOrder1
 } 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 ViewPdf from "@/components/ViewPdf";
@@ -1388,7 +842,9 @@
 import { getconfigKey } from "@/api/login";
 import moment from "moment";
 import { get } from "sortablejs";
-
+import {
+  listAdvicerules,
+} from "@/api/hosp/advicerules";
 export default {
   components: {
     ViewPdf,
@@ -1413,6 +869,23 @@
   name: "checkAll",
   data() {
     return {
+      selectedAdvice: null,
+      activeAdviceIndex: 0,
+      advicerulesList: [],
+      showjianyi: false,
+      addNewDialogVisible: false,
+      newItem: {
+        parentName: '',   // 椤圭洰鍒嗙被锛屽搴旀ā鏉夸腑鐨� parentName
+        jcxm: '',         // 妫�娴嬮」鐩紝瀵瑰簲妯℃澘涓殑 jcxm
+        jcjg: '',         // 妫�娴嬬粨鏋滐紝瀵瑰簲妯℃澘涓殑 jcjg
+        ckfw: '',         // 鍙傝�冭寖鍥达紝瀵瑰簲妯℃澘涓殑 ckfw
+        dw: '',           // 鍗曚綅锛屽搴旀ā鏉夸腑鐨� dw
+        map: [{           // 寤鸿鍒楄〃锛屽搴旀ā鏉夸腑鐨勫姩鎬佸缓璁粍 map
+          bt: '',         // 寤鸿鏍囬锛屽搴旀ā鏉夸腑鐨� map[index].bt
+          nr: ''          // 寤鸿鍐呭锛屽搴旀ā鏉夸腑鐨� map[index].nr
+        }]
+      },
+      projectCategories: [],
       // 鏇存柊鎬绘寤鸿
       emptyAdvice: {
         bt: "",
@@ -1544,6 +1017,12 @@
         tjCategory: undefined,
         payType: undefined,
       },
+      total1: 0,
+      queryParams1: {
+        pageNum: 1,
+        pageSize: 10,
+        zyzd: ''
+      },
       status1: 0, // 0灞曠ず寮傚父1灞曠ず椤圭洰鎯呭喌
       viewportHeight: 0,
       expends: [],
@@ -1564,6 +1043,246 @@
     });
   },
   methods: {
+
+    handleAdviceBlur(row, index) {
+      // 鏋勯�� advices 鏁版嵁
+      let advicesToSubmit = [];
+
+      if (index === -1) {
+        // advices 涓虹┖锛屼娇鐢� emptyAdvice 鐨勫��
+        if (this.emptyAdvice.bt || this.emptyAdvice.nr) {
+          advicesToSubmit = [{ bt: this.emptyAdvice.bt || '', nr: this.emptyAdvice.nr || '' }];
+          // 灏� emptyAdvice 鐨勫�艰祴鍊肩粰 row.advices
+          this.$set(row, 'advices', advicesToSubmit);
+        }
+      } else {
+        // advices 涓嶄负绌猴紝鐩存帴浣跨敤 row.advices
+        advicesToSubmit = row.advices;
+      }
+
+      // 濡傛灉 advicesToSubmit 涓虹┖鎴栨病鏈夋湁鏁堟暟鎹紝涓嶆彁浜�
+      if (!advicesToSubmit || advicesToSubmit.length === 0) {
+        return;
+      }
+
+
+      const parentItem = this.yichangList.find(item =>
+        item.sone.some(soneItem => soneItem.orderDetailId === row.orderDetailId)
+      );
+
+      if (!parentItem) {
+        this.$message.error('鏈壘鍒板搴旂殑鐖剁骇椤圭洰');
+        return;
+      }
+
+      const data = {
+        tjh: this.tableAll.tjNumber, // 浣撴鍙�
+        parentName: parentItem.proName, // 鐖剁骇椤圭洰鍚嶇О
+        jcxm: row.proName, // 妫�娴嬮」鐩�
+        jcjg: row.proResult, // 妫�娴嬬粨鏋�
+        ckfw: row.stanId, // 鍙傝�冭寖鍥�
+        dw: row.proAdvice, // 鍗曚綅
+        map: advicesToSubmit, // 寤鸿鍒楄〃
+        jyjc: parentItem.jyjc, // 妫�鏌ョ被鍨嬶紙0 鎴� 1锛�
+        id: row.orderDetailId, // 褰撳墠椤圭殑 orderDetailId
+      };
+
+      addOrder1(data).then((res) => {
+        if (res.code === 200) {
+
+        } else {
+          this.$message.error('寤鸿鏇存柊澶辫触锛�' + (res.msg || '鏈煡閿欒'));
+        }
+      }).catch((error) => {
+        console.error('寤鸿鏇存柊澶辫触:', error);
+        this.$message.error('寤鸿鏇存柊澶辫触锛�' + error.message);
+      });
+    },
+    handleCurrentChangeAdvice(currentRow) {
+      this.selectedAdvice = currentRow; // 瀛樺偍閫変腑鐨勫缓璁」
+    },
+    applySelectedAdvice() {
+      if (this.selectedAdvice) {
+        this.$set(this.newItem.map, this.activeAdviceIndex, {
+          bt: this.selectedAdvice.jymc, // 寤鸿鍚嶇О璧嬪�肩粰鏍囬
+          nr: this.selectedAdvice.jynr  // 寤鸿鍐呭璧嬪�肩粰鍐呭
+        });
+        this.showjianyi = false; // 鍏抽棴寮圭獥
+        this.selectedAdvice = null; // 娓呯┖閫変腑椤�
+      } else {
+        this.$message.warning('璇峰厛閫夋嫨涓�鏉″缓璁�');
+      }
+    },
+    handleSelectionChange(selection) {
+      console.log(selection);
+
+    },
+    tan(event) {
+      // 鑾峰彇褰撳墠寤鸿缁勭殑绱㈠紩
+      this.activeAdviceIndex = event.target.closest('.advice-group')
+        ? Array.from(event.target.closest('.el-form').querySelectorAll('.advice-group'))
+          .indexOf(event.target.closest('.advice-group'))
+        : 0;
+
+      // 閲嶇疆鍒嗛〉鍙傛暟鍜岀瓫閫夋潯浠�
+      this.queryParams1.pageNum = 1;
+      this.queryParams1.pageSize = 10;
+      this.queryParams1.zyzd = ''; // 娓呯┖寤鸿鍚嶇О杈撳叆妗�
+      // 绉婚櫎绉戝绛涢�夋潯浠�
+      delete this.queryParams1.ks; // 纭繚涓嶆惡甯� ks 鍙傛暟
+
+      // 鍔犺浇鎵�鏈夊揩鎹峰缓璁垪琛�
+      this.filterAdvices();
+      this.showjianyi = true;
+    },
+
+    // 涓嬫媺妗嗙瓫閫夊揩鎹峰缓璁紙鍖呭惈鍒嗛〉閫昏緫锛�
+    filterAdvices: _.debounce(function (resetPage = false) {
+      if (resetPage) {
+        this.queryParams1.pageNum = 1;
+      }
+      listAdvicerules(this.queryParams1).then((response) => {
+        this.advicerulesList = response.rows;
+        this.total1 = response.total;
+      }).catch((error) => {
+        console.error('绛涢�夊揩鎹峰缓璁け璐�:', error);
+        this.$message.error('绛涢�夊揩鎹峰缓璁け璐�');
+      });
+    }, 300),
+    submitNewItem() {
+      const data = {
+        tjh: this.tableAll.tjNumber, // 浣撴鍙凤紝浠� tableAll 涓幏鍙�
+        parentName: this.newItem.parentName,
+        jcxm: this.newItem.jcxm,
+        jcjg: this.newItem.jcjg,
+        ckfw: this.newItem.ckfw,
+        dw: this.newItem.dw,
+        map: this.newItem.map,
+        jyjc: this.newItem.ckfw ? "0" : "1"
+      };
+
+      addOrder1(data).then((res) => {
+        console.log(res);
+        if (res.code === 200) {
+          this.$message.success('鏂板寮傚父缁撴灉鎴愬姛');
+          this.addNewDialogVisible = false;
+          this.yichangjieguo();
+        } else {
+          this.$message.error('鏂板澶辫触');
+        }
+      }).catch((error) => {
+        console.error('鏂板寮傚父缁撴灉澶辫触:', error);
+        this.$message.error('鏂板寮傚父缁撴灉澶辫触');
+      });
+    },
+    addnew() {
+      this.newItem = {
+        parentName: '',
+        jcxm: '',
+        jcjg: '',
+        ckfw: '',
+        dw: '',
+        map: [{ bt: '', nr: '' }]
+      };
+      this.addNewDialogVisible = true;
+
+      cSWebGetPro(this.tjNumber).then((res) => {
+        console.log(res);
+        if (res.data && Array.isArray(res.data)) {
+          this.projectCategories = res.data;
+        } else {
+          this.$message.warning('鏈幏鍙栧埌椤圭洰鍒嗙被鏁版嵁');
+          this.projectCategories = [];
+        }
+      }).catch((error) => {
+        console.error('鑾峰彇椤圭洰鍒嗙被澶辫触:', error);
+        this.$message.error('鑾峰彇椤圭洰鍒嗙被澶辫触');
+        this.projectCategories = [];
+      });
+    },
+
+    handleCategoryChange(value) {
+      if (value) {
+        this.newItem.jcxm = value; // 灏嗛�夋嫨鐨勯」鐩垎绫昏祴鍊肩粰妫�娴嬮」鐩�
+      }
+    },
+
+    // 娣诲姞鏂扮殑寤鸿缁�
+    addAdvice() {
+      this.newItem.map.push({ bt: '', nr: '' });
+    },
+
+    removeAdvice(index) {
+      if (this.newItem.map.length > 1) {
+        this.newItem.map.splice(index, 1);
+      } else {
+        this.$message.warning('鑷冲皯淇濈暀涓�缁勫缓璁�');
+      }
+    },
+
+    shanchu(row) {
+      // 绂佺敤鍒犻櫎鎸夐挳锛岄槻姝㈤噸澶嶇偣鍑�
+      this.isdisabled = true;
+
+      // 璋冪敤鍚庣鎺ュ彛鍒犻櫎鏁版嵁
+      shanchu({
+        id: row.orderDetailId,
+      }).then((res) => {
+        if (res.code === 200) {  // 鍚庣鍒犻櫎鎴愬姛
+          // 鎵惧埌瑕佸垹闄ら」鎵�鍦ㄧ殑鐖剁骇鏁扮粍
+          const parentItem = this.yichangList.find(item =>
+            item.sone.some(soneItem => soneItem.orderDetailId === row.orderDetailId)
+          );
+
+          if (parentItem) {
+            // 浠庣埗绾х殑 sone 鏁扮粍涓垹闄よ椤�
+            const index = parentItem.sone.findIndex(item => item.orderDetailId === row.orderDetailId);
+            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.$forceUpdate();
+
+              this.$message.success('鍒犻櫎鎴愬姛');
+
+              // 鍙�夛細璋冪敤 yichangjieguo 鍒锋柊鏁版嵁锛堝鏋滈渶瑕佷笌鍚庣鍚屾锛�
+              // this.yichangjieguo();
+            } else {
+              this.$message.error('鏈壘鍒拌鍒犻櫎鐨勫瓙椤�');
+            }
+          } else {
+            this.$message.error('鏈壘鍒拌鍒犻櫎鐨勭埗椤�');
+          }
+        } else {
+          this.$message.error('鍚庣鍒犻櫎澶辫触锛�' + (res.msg || '鏈煡閿欒'));
+        }
+      }).catch((error) => {
+        console.error('鍒犻櫎澶辫触:', error);
+        this.$message.error('鍒犻櫎鎿嶄綔澶辫触锛�' + error.message);
+      }).finally(() => {
+        // 鎭㈠鍒犻櫎鎸夐挳鐘舵��
+        this.isdisabled = false;
+      });
+    },
+
+    // 纭繚 getExpends 鏂规硶瀛樺湪锛岀敤浜庢洿鏂板睍寮�鐘舵��
+    getExpends() {
+      this.expends = this.yichangList.flatMap(item =>
+        item.sone.map(soneItem => soneItem.orderDetailId)
+      );
+      console.log('Updated expends:', this.expends);
+    },
     getConfigKey() {
       getconfigKey("sfkqtwbg").then((res) => {
         this.msgtuwen = res.msg;
@@ -1576,15 +1295,10 @@
       });
     },
     //璁剧疆table涓殑鎵╁睍椤癸紝灞曞紑鐨刬d锛屾澶勬垜闇�瑕佸叏閮ㄥ睍寮�
-    getExpends() {
-      // 閫氳繃flatMap灏嗘瘡涓猻one鏁扮粍涓殑ID鎻愬彇鍑烘潵锛屽苟杩斿洖涓�涓墎骞冲寲鐨処D鏁扮粍
-      this.expends = this.yichangList.flatMap((item) =>
-        item.sone.map((subItem) => subItem.proId)
-      );
-    },
+
 
     getRowKeys(row) {
-      return row.proId;
+      return row.orderDetailId;
     },
     // 椤圭洰鎯呭喌
     xiangmuqingkuang() {
@@ -1608,8 +1322,7 @@
       }).then((res) => {
         this.yichangList = res.data;
 
-        console.log(this.yichangList, 3232);
-        this.getExpends();
+
 
         this.yichangList.forEach((item) => {
           item.sone.forEach((soneItem) => {
@@ -1735,7 +1448,10 @@
               setTimeout(() => {
                 loading.close();
               }, 3000);
-              this.$message.msgSuccess("鎶ュ憡姝e湪鐢熸垚锛岃涓ゅ垎閽熷悗棰勮锛�");
+              this.$message({
+                message: "璇锋挙鍥為噸鏂扮敓鎴愭姤鍛�",
+                type: "error"
+              });
             } else {
               this.dialogVisible = true;
 
@@ -1896,8 +1612,14 @@
       if (this.textarea1 == null) {
         this.textarea1 = "";
       }
+      console.log(data)
       data.forEach((item) => {
-        this.textarea1 += item.advice;
+        if(item.advice){
+          this.textarea1 += item.advice;
+        }else{
+          this.textarea1 += item.jynr;
+        }
+        
       });
     },
     proposalChange() {
@@ -2337,7 +2059,7 @@
               state: 1,
               id: this.MsgId,
             };
-            getfiedState(data).then((res) => {});
+            getfiedState(data).then((res) => { });
             this.submitForm();
           });
       } else {
@@ -2369,7 +2091,7 @@
     //     });
     //   }
     // },
-    change(vale) {},
+    change(vale) { },
 
     // determine() {
     //   let tjNumber = this.tableAll.tjNumber;
@@ -2597,25 +2319,33 @@
 .mainbox {
   position: relative;
 }
+
 .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;
 }
+
 .vertical-text {
   writing-mode: vertical-rl;
   text-orientation: upright;
@@ -2625,86 +2355,97 @@
 @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; /* 鏃犲欢杩� */
+.btnbox>div:nth-child(1) {
+  top: 20%;
+  /* 绗竴涓寜閽殑浣嶇疆 */
+  animation-delay: 0s;
+  /* 鏃犲欢杩� */
 }
 
-.btnbox > div:nth-child(2) {
-  top: 30%; /* 绗簩涓寜閽殑浣嶇疆 */
+.btnbox>div:nth-child(2) {
+  top: 30%;
+  /* 绗簩涓寜閽殑浣嶇疆 */
   animation-delay: 0.2s;
 }
 
-.btnbox > div:nth-child(3) {
-  top: 40%; /* 绗笁涓寜閽殑浣嶇疆 */
+.btnbox>div:nth-child(3) {
+  top: 40%;
+  /* 绗笁涓寜閽殑浣嶇疆 */
   animation-delay: 0.4s;
 }
 
-.btnbox > div:nth-child(4) {
-  top: 50%; /* 绗洓涓寜閽殑浣嶇疆 */
+.btnbox>div:nth-child(4) {
+  top: 50%;
+  /* 绗洓涓寜閽殑浣嶇疆 */
   animation-delay: 0.6s;
 }
 
-.btnbox > div:nth-child(5) {
-  top: 60%; /* 绗簲涓寜閽殑浣嶇疆 */
+.btnbox>div:nth-child(5) {
+  top: 60%;
+  /* 绗簲涓寜閽殑浣嶇疆 */
   animation-delay: 0.8s;
 }
 
-.btnbox > div:nth-child(6) {
-  top: 70%; /* 绗叚涓寜閽殑浣嶇疆 */
+.btnbox>div:nth-child(6) {
+  top: 70%;
+  /* 绗叚涓寜閽殑浣嶇疆 */
   animation-delay: 1s;
 }
 
 .main {
-  height: 800px;
-  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: 1700px;
-  height: 900px;
+  margin-top: 5vh !important; // 璋冩暣瀵硅瘽妗嗕綅缃�
 }
+
 ::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;
@@ -2724,10 +2465,40 @@
   width: 100%;
   display: flex;
   justify-content: center;
+  /* 纭繚鍒嗛〉鍣ㄦ暣浣撳眳涓� */
+  align-items: center;
+  /* 鍨傜洿灞呬腑 */
+  margin-top: 15px;
+  /* 涓庤〃鏍肩殑闂磋窛 */
+}
+
+.pag2 {
+  width: auto;
+  /* 绉婚櫎鍥哄畾瀹藉害锛岃鍒嗛〉鍣ㄦ牴鎹唴瀹硅嚜閫傚簲 */
+  min-width: 750px;
+  /* 璁剧疆鏈�灏忓搴︼紝纭繚鍒嗛〉鍣ㄤ笉浼氬お绐� */
+  text-align: center;
+  /* 纭繚鍒嗛〉鍣ㄥ唴閮ㄥ厓绱犲眳涓� */
+}
+
+@media (max-width: 750px) {
+  .pag2 {
+    min-width: 300px;
+    /* 绉诲姩绔渶灏忓搴� */
+    overflow-x: auto;
+    /* 鍏佽妯悜婊氬姩 */
+    padding: 10px;
+    /* 绉诲姩绔唴杈硅窛 */
+  }
 }
 
 .pag1 {
-  width: 30%;
+  width: auto;
+  /* 绉婚櫎鍥哄畾瀹藉害锛岃鍒嗛〉鍣ㄦ牴鎹唴瀹硅嚜閫傚簲 */
+  min-width: 300px;
+  /* 璁剧疆鏈�灏忓搴︼紝纭繚鍒嗛〉鍣ㄤ笉浼氬お绐� */
+  text-align: center;
+  /* 纭繚鍒嗛〉鍣ㄥ唴閮ㄥ厓绱犲眳涓� */
 }
 
 .dialog-footers {
@@ -2738,9 +2509,11 @@
   display: flex;
   justify-content: center;
   align-items: center;
-  z-index: 1000; /* 纭繚鎸夐挳灞傜骇鍦ㄥ叾浠栧唴瀹逛笂鏂� */
+  z-index: 1000;
+  /* 纭繚鎸夐挳灞傜骇鍦ㄥ叾浠栧唴瀹逛笂鏂� */
   width: 300px;
-  background-color: white; /* 鍙牴鎹渶瑕佽皟鏁磋儗鏅鑹� */
+  background-color: white;
+  /* 鍙牴鎹渶瑕佽皟鏁磋儗鏅鑹� */
 }
 
 /* 纭繚鎸夐挳涔嬮棿鏈夊悎閫傜殑闂磋窛 */
@@ -2753,30 +2526,66 @@
   border: none;
   outline: none;
 }
+
 .box {
   display: flex;
+  height: calc(100vh - 200px);
+  margin-top: 20px;
+  overflow: hidden;
+}
 
-  // height: 100vh;
+.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;
-  // position: fixed;
-  // top: 107px;
-  // right: 56px;
-  width: 684px;
-  position: fixed; /* 鍥哄畾瀹氫綅 */
-  right: 60px;
-  .right {
-    background-color: #fff;
-    // box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
-    z-index: 10;
-    max-height: 900px;
-    height: calc(100vh - 100px);
-    /* 鍋囪浣犳兂涓洪《閮ㄥ拰搴曢儴鐣欏嚭涓�浜涚┖闂� */
-    overflow-y: auto !important; /* 鍏佽鍨傜洿婊氬姩 */
-    padding: 0 0 50px; /* 鍙�夛細娣诲姞涓�浜涘唴杈硅窛浠ラ伩鍏嶅唴瀹圭揣璐磋竟缂� */
-    padding-bottom: 200px;
+  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;
   }
 }
 
@@ -2787,6 +2596,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;
@@ -2796,18 +2606,82 @@
     color: rgb(24, 144, 255);
   }
 }
+
 .kong {
   box-shadow: none;
 }
+
 ::v-deep .el-table--medium .el-table__cell {
   padding: 5px 0;
 }
+
 ::-webkit-scrollbar {
   display: none;
 }
+
 ::v-deep .el-drawer {
   padding: 0 0 50px;
 }
-</style>
 
-  
+.custom-dialog {
+  ::v-deep .el-dialog__header {
+    padding: 15px 20px;
+    background-color: #f5f7fa;
+    border-bottom: 1px solid #e8ecef;
+  }
+
+  ::v-deep .el-dialog__title {
+    font-size: 18px;
+    color: #303133;
+    font-weight: 600;
+  }
+
+  ::v-deep .el-dialog__body {
+    padding: 20px; // 澧炲姞鍐呰竟璺�
+    background-color: #fff;
+  }
+
+  ::v-deep .el-dialog__footer {
+    padding: 10px 20px;
+    border-top: 1px solid #e8ecef;
+    text-align: right;
+  }
+
+  .custom-form {
+    .advice-group {
+      border: 1px solid #e8ecef;
+      border-radius: 4px;
+      padding: 10px;
+      margin-bottom: 15px;
+      background-color: #f9fbfc;
+
+      .el-form-item {
+        margin-bottom: 15px;
+      }
+
+      .el-button {
+        margin-top: 5px;
+      }
+    }
+  }
+}
+
+.dialog-pager {
+  display: flex;
+  justify-content: center;
+  /* 姘村钩灞呬腑 */
+  align-items: center;
+  /* 鍨傜洿灞呬腑 */
+  margin-top: 15px;
+  /* 涓庤〃鏍肩殑闂磋窛 */
+  padding: 0 20px;
+  /* 澧炲姞鍐呰竟璺濓紝閬垮厤杩囦簬璐磋竟 */
+  box-sizing: border-box;
+  /* 纭繚鍐呰竟璺濅笉褰卞搷瀹藉害 */
+}
+
+// .dialog-pager-inner {
+//   width: auto; /* 鑷�傚簲瀹藉害 */
+//   min-width: 300px; /* 璁剧疆鏈�灏忓搴︼紝纭繚鍒嗛〉鍣ㄤ笉浼氬お绐� */
+//   text-align: center; /* 纭繚鍒嗛〉鍣ㄥ唴閮ㄥ厓绱犲眳涓� */
+// }</style>

--
Gitblit v1.8.0