From c8e9849cb5f24848df0174c13bfbbff37bb08a5a Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 七月 2026 15:45:30 +0800
Subject: [PATCH] 维护

---
 src/views/project/donatefinishcheck/index.vue |   56 ++++++++++++++++++++++++++++++--------------------------
 1 files changed, 30 insertions(+), 26 deletions(-)

diff --git a/src/views/project/donatefinishcheck/index.vue b/src/views/project/donatefinishcheck/index.vue
index 1e855a7..a2b6100 100644
--- a/src/views/project/donatefinishcheck/index.vue
+++ b/src/views/project/donatefinishcheck/index.vue
@@ -139,7 +139,19 @@
           />
         </template>
       </el-table-column>
-      <el-table-column label="骞撮緞" align="center" prop="age" width="100" />
+      <el-table-column label="骞撮緞" align="center" prop="age" width="100">
+        <template slot-scope="scope">
+           {{
+            `${
+              scope.row.age && scope.row.age !== 0 ? `${scope.row.age}${scope.row.ageunit?scope.row.ageunit:''}` : ""
+            } ${
+              scope.row.age2 && scope.row.age2 !== 0
+                ? `${scope.row.age2}${scope.row.ageunit2}`
+                : ""
+            }`.trim()
+          }}
+        </template>
+      </el-table-column>
       <el-table-column
         label="鐜版墍鍦ㄥ湴甯�"
         align="center"
@@ -167,7 +179,7 @@
           />
         </template>
       </el-table-column>
-      
+
       <el-table-column
         label="鎿嶄綔"
         align="center"
@@ -211,21 +223,13 @@
         <el-button type="primary" @click="saveReview">纭� 瀹�</el-button>
         <el-button @click="hideReviewDialog">鍙� 娑�</el-button>
       </div>
-       <!-- <el-dialog
-      :title="title"
-      align="center"
-      :visible.sync="open"
-      width="1100px"
-      :close-on-click-modal="false"
-      append-to-body
-    > -->
       <el-form ref="form" :model="form" :rules="rules" label-width="120px">
         <el-row>
           <el-col :span="8">
-            <el-form-item label="鎹愮尞缂栧彿" prop="donorno">
+            <el-form-item label="鎹愮尞缂栧彿" prop="caseNo">
               <el-input
                 disabled
-                v-model="curCase.donorno"
+                v-model="curCase.caseNo"
                 placeholder="璇疯緭鍏ユ崘鐚�呯紪鍙�"
               />
             </el-form-item>
@@ -450,7 +454,7 @@
             <annex-upload
               ref="finishannex"
               :infoid="curCase.id"
-              :donorno="curCase.donorno"
+              :caseNo="curCase.caseNo"
               :flowname="flowname"
               :annexno="annexno"
             />
@@ -497,7 +501,7 @@
     </el-dialog>
 
 
-     
+
 
 
   </div>
@@ -585,7 +589,7 @@
   data() {
     return {
       curCase: {
-        donorno: "",
+        caseNo: "",
         name: "",
         registerAddresss: "",
         infoid: "",
@@ -640,7 +644,7 @@
       queryParams: {
         pageNum: 1,
         pageSize: 10,
-        donorno: null,
+        caseNo: null,
         recordstate: "13",
         // treatmenthospitalno: null,
         treatmenthospitalname: null,
@@ -750,7 +754,7 @@
        this.loading = true;
       this.reset();
       this.curCase.registerAddresss = row.registeraddresss;
-      this.curCase.donorno = row.donorno;
+      this.curCase.caseNo = row.caseNo;
       this.curCase.name = row.name;
       this.curCase.infoid = row.id;
       this.curCase.id = row.id;
@@ -759,11 +763,11 @@
       this.curdonotor = row;
       //鏌ヨ
       let searchParam = {
-        donorno: row.donorno,
+        caseNo: row.caseNo,
       };
       let oraganqueryParam = {
         // donorname: this.curCase.name,
-        // donorno: this.curCase.donorno,
+        // caseNo: this.curCase.caseNo,
         // registeraddress: this.curCase.registeraddresss,
         infoid:this.curCase.id
       };
@@ -965,7 +969,7 @@
         bloodtype: "0",
         inpatientno: null,
         rhyin: 0,
-        donorno: null,
+        caseNo: null,
         donationcategory: null,
         illnessoverview: null,
         diseasetype: [],
@@ -1020,7 +1024,7 @@
         // "2"
         recordstate: null,
         treatmenthospitalname: null,
-        donorno: null,
+        caseNo: null,
         acquisitiontissueno: null,
         reportername: null,
         reporttime: null,
@@ -1189,7 +1193,7 @@
       this.reviewForm = {
         id: null,
         infoid: null,
-        donorno: null,
+        caseNo: null,
         delFlag: null,
         createBy: null,
         createTime: null,
@@ -1208,7 +1212,7 @@
       // console.log(JSON.stringify(this.curCase));
       this.resetReviewForm();
       this.reviewForm.infoid = row.id;
-      this.reviewForm.donorno = row.donorno;
+      this.reviewForm.caseNo = row.caseNo;
       this.reviewForm.flowname = this.flowname;
       this.isShowReviewDialog = true;
     },
@@ -1268,7 +1272,7 @@
     getReview(row) {
       this.curCase = row;
       let searchParam = {
-        donorno: row.donorno,
+        caseNo: row.caseNo,
         flowname: this.flowname,
       };
       listDonateflowchart(searchParam).then((response) => {
@@ -1277,13 +1281,13 @@
           if (response.rows.length == 0) {
             this.resetReviewForm();
             this.reviewForm.infoid = row.id;
-            this.reviewForm.donorno = row.donorno;
+            this.reviewForm.caseNo = row.caseNo;
             this.reviewForm.flowname = this.flowname;
             this.isShowReviewDialog = true;
           } else if (response.rows.length == 1) {
             this.reviewForm = response.rows[0];
             this.reviewForm.infoid = row.id;
-            this.reviewForm.donorno = row.donorno;
+            this.reviewForm.caseNo = row.caseNo;
             this.reviewForm.flowname = this.flowname;
             this.isShowReviewDialog = true;
           }

--
Gitblit v1.9.3