From 50dd8296b363798246749bc402302535451921a5 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期二, 23 七月 2024 15:37:37 +0800
Subject: [PATCH] qxtj

---
 src/views/doctor/checkAll/index.vue |  726 +++++++++++++++++++++++++++++++------------------------
 1 files changed, 403 insertions(+), 323 deletions(-)

diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue
index 5beb0fd..b01db8c 100644
--- a/src/views/doctor/checkAll/index.vue
+++ b/src/views/doctor/checkAll/index.vue
@@ -68,7 +68,11 @@
         </el-select>
       </el-form-item>
       <el-form-item>
-        <el-button type="primary" size="mini" @click="submitForm"
+        <el-button
+          type="primary"
+          size="mini"
+          @click="submitForm"
+          style="margin-right: 15px"
           >鎼滅储</el-button
         >
         <el-button size="mini" @click="resetQuery">閲嶇疆</el-button>
@@ -91,6 +95,7 @@
         ref="table"
         border
         style="margin: 20px; width: 98%"
+        @current-change="handleCurrentChange"
       >
         <!-- <template slot="empty">鏁版嵁姝e湪鍔犺浇涓�</template> -->
         <el-table-column
@@ -182,17 +187,25 @@
           <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="handleClick(scope.row)"
+              @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="viewReport(scope.row)"
+              @click.stop="viewReport(scope.row)"
               v-if="scope.row.tjStatus == '1'"
               title="棰勮"
               icon="el-icon-view"
@@ -202,7 +215,7 @@
               size="mini"
               v-if="scope.row.tjStatus == '1'"
               title="鎾ら攢"
-              @click="getRevoke(scope.row)"
+              @click.stop="getRevoke(scope.row)"
               icon="el-icon-refresh-left"
             ></el-button>
           </template>
@@ -216,7 +229,7 @@
             :total="total"
             :page.sync="queryParams.page"
             :limit.sync="queryParams.pageSize"
-            @pagination="getList"
+            @pagination="submitForm"
           />
         </div>
       </div>
@@ -230,69 +243,87 @@
       :with-header="false"
       size="80%"
     >
-      <div style="font-size: 14px">
-        <table
-          style="
-            width: 96%;
-            margin: 10px 10px;
-            border: 1px solid #dfe6ec;
-            border-collapse: collapse;
-          "
-          cellspacing="4"
-        >
-          <caption style="background-color: #f8f8f9; font-size: 18px">
-            {{
-              tableAll.cusName
-            }}鐨勪綋妫�璧勬枡
-          </caption>
-          <tr style="border: 1px solid #dfe6ec; border-collapse: collapse">
-            <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-              濮撳悕锛�
-            </td>
-            <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-              {{ tableAll.cusName }}
-            </td>
-            <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-              鎬у埆锛�
-            </td>
-            <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-              {{
-                tableAll.cusSex == 0
-                  ? "鐢�"
-                  : tableAll.cusSex == 1
-                  ? "濂�"
-                  : "鏈煡"
-              }}
-            </td>
-          </tr>
-          <tr style="border: 1px solid #dfe6ec; border-collapse: collapse">
-            <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-              浣撴鍗曞彿锛�
-            </td>
-            <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-              {{ tableAll.tjNumber }}
-            </td>
-            <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-              浣撴鏃堕棿锛�
-            </td>
-            <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-              {{ tableAll.tjTime }}
-            </td>
-          </tr>
-        </table>
-      </div>
       <div>
         <el-row>
           <el-col :span="18">
-            <div style="margin: 10px 10px">
-              <el-radio-group
-                v-model="tjproject"
-                @input="radiotjprojectChange"
-                style="margin-left: 20px"
+            <div style="font-size: 14px">
+              <table
+                style="
+                  width: 98%;
+                  margin: 10px 10px;
+                  border: 1px solid #dfe6ec;
+                  border-collapse: collapse;
+                "
+                cellspacing="4"
               >
-                <el-radio-button label="0">浣撴椤圭洰</el-radio-button>
-                <el-radio-button label="1">鍖栭獙椤圭洰</el-radio-button>
-              </el-radio-group>
+                <caption style="background-color: #f8f8f9; font-size: 18px">
+                  {{
+                    tableAll.cusName
+                  }}鐨勪綋妫�璧勬枡
+                </caption>
+                <tr
+                  style="
+                    border: 1px solid #dfe6ec;
+                    border-collapse: collapse;
+                    height: 36px;
+                  "
+                >
+                  <td
+                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
+                  >
+                    濮撳悕锛�
+                  </td>
+                  <td
+                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
+                  >
+                    {{ tableAll.cusName }}
+                  </td>
+                  <td
+                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
+                  >
+                    鎬у埆锛�
+                  </td>
+                  <td
+                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
+                  >
+                    {{
+                      tableAll.cusSex == 0
+                        ? "鐢�"
+                        : tableAll.cusSex == 1
+                        ? "濂�"
+                        : "鏈煡"
+                    }}
+                  </td>
+                </tr>
+                <tr
+                  style="
+                    border: 1px solid #dfe6ec;
+                    border-collapse: collapse;
+                    height: 36px;
+                  "
+                >
+                  <td
+                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
+                  >
+                    浣撴鍗曞彿锛�
+                  </td>
+                  <td
+                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
+                  >
+                    {{ tableAll.tjNumber }}
+                  </td>
+                  <td
+                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
+                  >
+                    浣撴鏃堕棿锛�
+                  </td>
+                  <td
+                    style="border: 1px solid #dfe6ec; border-collapse: collapse"
+                  >
+                    {{ tableAll.tjTime }}
+                  </td>
+                </tr>
+              </table>
             </div>
           </el-col>
           <el-col :span="6">
@@ -330,227 +361,220 @@
           <div
             style="font-size: 14px; overflow-y: auto; height: calc(100% - 11%)"
           >
-            <table
-              style="
-                width: 96%;
-                margin: 10px 10px;
-                border: 1px solid #dfe6ec;
-                border-collapse: collapse;
-              "
-              cellspacing="4"
+            <div
               v-for="(item, index) in changedate"
               :key="index"
+              style="margin-left: 10px"
             >
-              <caption style="background-color: #f8f8f9">
-                {{
-                  item.parent || ""
-                }}
-              </caption>
-              <tr
-                style="border: 1px solid #dfe6ec; border-collapse: collapse"
-                align="center"
-              >
-                <th
-                  style="
-                    border: 1px solid #dfe6ec;
-                    border-collapse: collapse;
-                    width: 200px;
-                  "
-                >
-                  妫�娴嬮」鐩�
-                </th>
-                <th
-                  style="
-                    border: 1px solid #dfe6ec;
-                    border-collapse: collapse;
-                    width: 200px;
-                  "
-                >
-                  妫�娴嬬粨鏋�
-                </th>
-                <th
-                  style="
-                    border: 1px solid #dfe6ec;
-                    border-collapse: collapse;
-                    width: 200px;
-                  "
-                >
-                  鍗曚綅
-                </th>
-                <th
-                  style="
-                    border: 1px solid #dfe6ec;
-                    border-collapse: collapse;
-                    width: 200px;
-                  "
-                >
-                  鍙傝�冭寖鍥�
-                </th>
-              </tr>
-
-              <tr
+              <div
                 style="
-                  border: 1px solid #dfe6ec;
-                  border-collapse: collapse;
-                  width: 200px;
-                  height: 35px;
                   text-align: center;
-                "
-                v-for="item1 in item.sons"
-                :key="item1.proId"
-              >
-                <td
-                  style="
-                    border: 1px solid #dfe6ec;
-                    border-collapse: collapse;
-                    width: 200px;
-                  "
-                  v-if="item1.project != null"
-                >
-                  {{ item1.project.proName || "" }}
-                </td>
-                <td
-                  style="
-                    border: 1px solid #dfe6ec;
-                    border-collapse: collapse;
-                    width: 200px;
-                  "
-                  v-else
-                >
-                  {{ item1.proName }}
-                </td>
-                <td
-                  style="
-                    border: 1px solid #dfe6ec;
-                    border-collapse: collapse;
-                    width: 200px;
-                  "
-                >
-                  {{ item1.proResult }}
-                  <!-- <el-input v-model="item1.proResult" placeholder="璇疯緭鍏ュ唴瀹�"></el-input> -->
-                </td>
-                <td
-                  style="
-                    border: 1px solid #dfe6ec;
-                    border-collapse: collapse;
-                    width: 200px;
-                  "
-                  v-if="item1.project != null"
-                >
-                  {{ item1.standard.company }}
-                </td>
-                <td
-                  style="
-                    border: 1px solid #dfe6ec;
-                    border-collapse: collapse;
-                    width: 200px;
-                  "
-                  v-else
-                >
-                  {{ item1.proAdvice }}
-                </td>
-                <td
-                  style="
-                    border: 1px solid #dfe6ec;
-                    border-collapse: collapse;
-                    width: 200px;
-                  "
-                  v-if="item1.project != null"
-                >
-                  {{
-                    item1.standard.tjStandardGtValue +
-                    "-" +
-                    item1.standard.tjStandardLtValue
-                  }}
-                </td>
-                <td
-                  style="
-                    border: 1px solid #dfe6ec;
-                    border-collapse: collapse;
-                    width: 200px;
-                  "
-                  v-else
-                >
-                  {{ item1.stanId }}
-                </td>
-              </tr>
-              <tr
-                style="
-                  border: 1px solid #dfe6ec;
-                  border-collapse: collapse;
-                  width: 200px;
+                  background-color: #aad8df;
+                  margin-top: 10px;
                 "
               >
-                <td>灏忕粨锛�</td>
-                <td
-                  style="
-                    border: 1px solid #dfe6ec;
-                    border-collapse: collapse;
-                    width: 200px;
-                  "
+                {{ 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-input v-model="item.remark" disabled></el-input>
-                  <!-- <el-select v-model="item.value" multiple filterable placeholder="璇烽�夋嫨" style="width: 100%" @change="xiAoJieChange($event, item)">
+                  <el-table-column align="center" label="妫�娴嬮」鐩�" width="240">
+                    <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="" 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>
+                      <!-- <el-select v-model="item.value" multiple filterable placeholder="璇烽�夋嫨" style="width: 100%" @change="xiAoJieChange($event, item)">
                 <el-option v-for="item1 in item.parentAdvice" :key="item1.id" :label="item1.title" :value="item1.id">
                 </el-option>
               </el-select> -->
-                </td>
-                <td
-                  style="
-                    border: 1px solid #dfe6ec;
-                    border-collapse: collapse;
-                    width: 200px;
-                  "
-                >
-                  涓绘鍖诲笀锛�
-                </td>
-                <td
-                  style="
-                    border: 1px solid #dfe6ec;
-                    border-collapse: collapse;
-                    width: 200px;
-                  "
-                >
-                  {{ 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: 200px;
-                  "
-                >
-                  澶囨敞锛�
-                </td>
-                <td
-                  style="
-                    border: 1px solid #dfe6ec;
-                    border-collapse: collapse;
-                    width: 200px;
-                  "
-                  colspan="2"
-                >
-                  <textarea
-                    placeholder="璇疯緭鍏ュ唴瀹�"
-                    :autosize="{ minRows: 2, maxRows: 2 }"
-                    style="width: 100%; height: 100%"
-                    v-model="changedate[index].remark"
-                    v-on:input="change"
-                  ></textarea>
-                  <!-- <el-input type="textarea" autosize >
+                    </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"
+                    >
+                      <textarea
+                        placeholder="璇疯緭鍏ュ唴瀹�"
+                        :autosize="{ minRows: 2, maxRows: 2 }"
+                        style="width: 100%; height: 100%; resize: none"
+                        v-model="changedate[index].remark"
+                        v-on:input="change"
+                      ></textarea>
+                      <!-- <el-input type="textarea" autosize >
               </el-input> -->
-                </td>
-              </tr>
-            </table>
-            <div style="margin: 0 0px 10px 15px">
+                    </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: 52px;
+                      "
+                    >
+                      妫�鏌ユ墍瑙侊細
+                    </td>
+                    <td style="border: 1px solid #dfe6ec; height: 52px;" colspan="2">
+                      <textarea
+                        placeholder="璇疯緭鍏ュ唴瀹�"
+                        :autosize="{ minRows: 3, maxRows: 4 }"
+                        style="width: 100%; height: 100%; 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 v-model="item.remark"></el-input> -->
+                      <textarea
+                        placeholder="璇疯緭鍏ュ唴瀹�"
+                        :autosize="{ minRows: 2, maxRows: 3 }"
+                        style="width: 100%; height: 100%; resize: none"
+                        v-model="item.remark"
+                      ></textarea>
+                    </td>
+                  </tr>
+                  <tr
+                    style="
+                      border: 1px solid #dfe6ec;
+                      border-collapse: collapse;
+                      width: 200px;
+                      height: 36px;
+                    "
+                  >
+                    <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 style="margin: 0 0px 10px 15px" v-if="tjproject != '1'">
               <el-button type="primary" @click="propoChange"
                 >蹇嵎寤鸿</el-button
               >
@@ -563,6 +587,7 @@
               ref="numberValidateForm"
               label-width="80px"
               class="demo-ruleForm"
+              v-if="tjproject != '1'"
             >
               <el-form-item label="鎬绘寤鸿">
                 <el-input
@@ -575,13 +600,23 @@
                 </el-input>
               </el-form-item>
             </el-form>
-            <div slot="footer" class="dialog-footers" v-if="tjproject == '0'">
+            <div slot="footer" class="dialog-footers">
               <el-button
+                v-if="tjproject == '0'"
                 type="primary"
-                @click="determine"
-                :disabled="isdisabled"
-                >鎻愪氦骞剁敓鎴愭姤鍛�</el-button
+                size="mini"
+                @click.stop="rowClick"
+                icon="el-icon-edit-outline"
+                >寮�澶勬柟</el-button
               >
+              <div v-if="tjproject == '0'" style="padding-left: 10px">
+                <el-button
+                  type="primary"
+                  @click="determine"
+                  :disabled="isdisabled"
+                  >鎻愪氦骞剁敓鎴愭姤鍛�</el-button
+                >
+              </div>
             </div>
           </div>
         </el-col>
@@ -1047,8 +1082,9 @@
       </span>
     </el-dialog>
     <Packages ref="bbb" :baogao="baogao" />
+    <Prescription ref="Pre" :preObj="preObj" />
     <proposal ref="proposal" :cusobj="cusobj" @event1="eventchange($event)" />
-    <createproposal ref="createproposal" :textarea1="textarea1" />
+    <createproposal ref="createproposal" :creatobj="creatobj" />
 
     <el-dialog
       title="甯哥敤寤鸿缁存姢"
@@ -1064,6 +1100,7 @@
 <script>
 import jianqianwenzhen from "@/components/jianqianwenzhen";
 import Packages from "@/components/Packages";
+import Prescription from "@/components/Prescription";
 import proposal from "@/components/proposal";
 import createproposal from "@/components/createproposal";
 import {
@@ -1098,6 +1135,7 @@
     Packages,
     proposal,
     createproposal,
+    Prescription,
   },
   dicts: [
     "dict_tjtype",
@@ -1113,6 +1151,7 @@
   name: "checkAll",
   data() {
     return {
+      preObj: {},
       baogao: [],
       flags: false,
       jianqianwenzhendata: [],
@@ -1123,6 +1162,7 @@
       hosproy: true,
       remarks: "",
       remark: "",
+      creatobj: {},
       propdialog: false,
       proIds: "",
       cusobj: {},
@@ -1468,10 +1508,22 @@
       });
     },
 
+    rowClick(row) {
+      if (row.tjNumber) {
+        this.preObj = row;
+      } else {
+        this.preObj = this.tableAll;
+      }
+      this.$refs.Pre.open = true;
+      this.$refs.Pre.title = "澶勬柟";
+    },
+
     // 鍗曢�夋寜閽�
     radioChange(value) {
       this.loading = true;
       this.queryParams.checkStatus = value;
+      this.queryParams.page = 1;
+      this.queryParams.pageSize = 10;
       getcheckList(this.queryParams).then((response) => {
         if (response.data) {
           this.checkList = response.data.customers;
@@ -1489,20 +1541,24 @@
       // this.$refs.proposal.getList();
     },
     eventchange(data) {
-      this.dataText = data
+      this.dataText = data;
+      if (this.textarea1 == null) {
+        this.textarea1 = "";
+      }
       data.forEach((item) => {
         this.textarea1 += item.advice;
       });
     },
     proposalChange() {
       if (this.textarea1) {
+        this.creatobj = { proParentList: this.textarea1, isZj: 0 };
         this.$refs.createproposal.open = true;
         this.$refs.createproposal.title = "甯哥敤寤鸿缁存姢";
-      }else{
+      } else {
         this.$message({
-              type: "warning ",
-              message: "璇峰厛濉啓鎬绘寤鸿",
-            });
+          type: "warning ",
+          message: "璇峰厛濉啓鎬绘寤鸿",
+        });
       }
     },
     radiotjprojectChange() {
@@ -1518,14 +1574,14 @@
             }
             this.changedate.forEach((item) => {
               // this.remark = item.remark;
-              item.sons.forEach((item3) => {
-                if (item3.standard.tjStandardGtValue === null) {
-                  item3.standard.tjStandardGtValue = "";
-                }
-                if (item3.standard.tjStandardLtValue === null) {
-                  item3.standard.tjStandardLtValue = "";
-                }
-              });
+              // item.sons.forEach((item3) => {
+              //   if (item3.standard.tjStandardGtValue === null) {
+              //     item3.standard.tjStandardGtValue = "";
+              //   }
+              //   if (item3.standard.tjStandardLtValue === null) {
+              //     item3.standard.tjStandardLtValue = "";
+              //   }
+              // });
               // item.remark = "";
             });
           } else {
@@ -1550,12 +1606,12 @@
               this.changedate.forEach((item) => {
                 // this.remark = item.remark;
                 item.sons.forEach((item3) => {
-                  if (item3.standard.tjStandardGtValue === null) {
-                    item3.standard.tjStandardGtValue = "";
-                  }
-                  if (item3.standard.tjStandardLtValue === null) {
-                    item3.standard.tjStandardLtValue = "";
-                  }
+                  // if (item3.standard.tjStandardGtValue === null) {
+                  //   item3.standard.tjStandardGtValue = "";
+                  // }
+                  // if (item3.standard.tjStandardLtValue === null) {
+                  //   item3.standard.tjStandardLtValue = "";
+                  // }
                 });
                 // item.remark = "";
               });
@@ -1598,6 +1654,7 @@
 
     // 鎼滅储
     submitForm() {
+      console.log(this.tjStatus);
       this.loading = true;
       this.queryParams.compId = this.CheckBox.drugManufacturerId;
       this.queryParams.checkStatus = this.tjStatus;
@@ -1632,9 +1689,24 @@
       this.resetForm("tableList");
       this.submitForm();
     },
+    changRed({ row }) {
+      if (row.ycbz != "" && row.ycbz != null) {
+        // 鍙橀鑹茬殑鏉′欢
+        return {
+          color: "red", // 杩欎釜return鐨勫氨鏄牱寮� 鍙互鏄痗olor 涔熷彲浠ユ槸backgroundColor
+        };
+      }
+    },
+
+    handleCurrentChange(val) {
+      if (val != null) {
+        this.handleClick(val);
+      }
+    },
 
     // 鐐瑰嚮璇︽儏
     handleClick(row) {
+      this.$refs.Pre.open = false;
       this.tableAll = row;
       this.tjproject = "0";
       // if (this.tableAll.cusSex === 0) {
@@ -1672,15 +1744,14 @@
                     }
                     this.changedate.forEach((item) => {
                       // this.remark = item.remark;
-                      item.sons.forEach((item3) => {
-                        if (item3.standard.tjStandardGtValue === null) {
-                          item3.standard.tjStandardGtValue = "";
-                        }
-                        if (item3.standard.tjStandardLtValue === null) {
-                          item3.standard.tjStandardLtValue = "";
-                        }
-                      });
-                      // item.remark = "";
+                      // item.sons.forEach((item3) => {
+                      //   if (item3.standard.tjStandardGtValue === null) {
+                      //     item3.standard.tjStandardGtValue = "";
+                      //   }
+                      //   if (item3.standard.tjStandardLtValue === null) {
+                      //     item3.standard.tjStandardLtValue = "";
+                      //   }
+                      // });
                     });
                   } else {
                     this.$message({
@@ -1724,14 +1795,14 @@
                           this.textarea1 = item.checkAdvice;
 
                           // this.remark = item.remark;
-                          item.sons.forEach((item3) => {
-                            if (item3.standard.tjStandardGtValue === null) {
-                              item3.standard.tjStandardGtValue = "";
-                            }
-                            if (item3.standard.tjStandardLtValue === null) {
-                              item3.standard.tjStandardLtValue = "";
-                            }
-                          });
+                          // item.sons.forEach((item3) => {
+                          //   if (item3.standard.tjStandardGtValue === null) {
+                          //     item3.standard.tjStandardGtValue = "";
+                          //   }
+                          //   if (item3.standard.tjStandardLtValue === null) {
+                          //     item3.standard.tjStandardLtValue = "";
+                          //   }
+                          // });
                           // item.remark = "";
                         });
                       } else {
@@ -1805,6 +1876,7 @@
             id: this.MsgId,
           };
           getfiedState(data).then((res) => {});
+          this.submitForm();
         });
     },
     handleClose1() {
@@ -1831,9 +1903,7 @@
     //     });
     //   }
     // },
-    change(vale) {
-      // console.log(this.changedate[index].remark);
-    },
+    change(vale) {},
     determine() {
       let tjNumber = this.tableAll.tjNumber;
       let advice = this.textarea1;
@@ -1852,12 +1922,22 @@
             state: 1,
             id: this.MsgId,
           };
-          gettoPdf(tjNumber).then((res) => {
-            this.$modal.msgSuccess("宸茬敓鎴愭姤鍛婏紒璇峰墠寰�鎶ュ憡鏍告敹椤甸潰纭锛�");
-          });
+          gettoPdf(tjNumber)
+            .then((res) => {
+              this.$modal.msgSuccess("宸茬敓鎴愭姤鍛婏紒璇峰墠寰�鎶ュ憡鏍告敹椤甸潰纭锛�");
+            })
+            .catch((error) => {
+              this.$modal.msgError(
+                "鎵撳嵃鎶ュ憡澶辫触锛岃鍓嶅線鎶ュ憡鎵撳嵃椤甸潰琛ユ墦鎶ュ憡锛�"
+              );
+            });
           getfiedState(data).then((res) => {
             this.drawer = false;
           });
+          this.queryParams.page = 1;
+          this.queryParams.pageSize = 10;
+          this.submitForm();
+          this.$forceUpdate();
         }
       });
 
@@ -1873,8 +1953,7 @@
         ];
         getModified(updateOrderRemarkVos).then((response) => {});
       }
-      this.submitForm();
-      this.$forceUpdate();
+
       // this.changedate.forEach((item) => {
       //   this.proIds = item.parentId;
       //   // this.remark = item.remark;
@@ -1940,7 +2019,8 @@
 
 .dialog-footers {
   /* margin-top: 5px; */
-  margin-left: calc(100% - 15%);
+  display: flex;
+  margin-left: calc(100% - 25%);
 }
 
 textarea {

--
Gitblit v1.8.0