From 3453ba7e5243022ad4388da1515dc75ad8d81f94 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期日, 17 五月 2026 15:00:23 +0800
Subject: [PATCH] 近期调试

---
 src/views/business/decide/DecideInfo.vue | 1314 +++++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 957 insertions(+), 357 deletions(-)

diff --git a/src/views/business/decide/DecideInfo.vue b/src/views/business/decide/DecideInfo.vue
index 927d786..0e262e8 100644
--- a/src/views/business/decide/DecideInfo.vue
+++ b/src/views/business/decide/DecideInfo.vue
@@ -1,81 +1,124 @@
 <template>
   <div class="death-judgment-detail">
-    <el-card class="detail-card">
-      <!-- 鍩虹淇℃伅 -->
+    <case-basic-info :case-id="caseId" :show-attachment="true" />
+    <!-- 鍏叡淇℃伅妯″潡锛堢嫭绔嬫樉绀猴級 -->
+
+    <!-- 鍒ゅ畾绫诲瀷鏍囩椤� -->
+    <el-card class="type-card">
+      <el-tabs
+        v-model="activeJudgmentType"
+        type="card"
+        @tab-click="handleTabChange"
+      >
+        <el-tab-pane label="鑴戞浜″垽瀹�" name="brain">
+          <span slot="label">
+            <i class="el-icon-s-promotion" style="margin-right: 5px;"></i>
+            鑴戞浜″垽瀹�
+          </span>
+        </el-tab-pane>
+        <el-tab-pane label="蹇冩浜″垽瀹�" name="heart">
+          <span slot="label">
+            <i class="el-icon-help" style="margin-right: 5px;"></i>
+            蹇冩浜″垽瀹�
+          </span>
+        </el-tab-pane>
+      </el-tabs>
+    </el-card>
+    <el-card class="detail-card common-info-card">
       <div slot="header" class="clearfix">
-        <span class="detail-title">姝讳骸鍒ゅ畾鍩烘湰淇℃伅</span>
+        <span class="detail-title">鍏叡淇℃伅</span>
+      </div>
+
+      <el-form :model="form" label-width="120px">
+        <el-row>
+          <el-col :span="8">
+            <el-form-item label="璐熻矗浜�" prop="responsibleusername">
+              <el-input
+                v-model="form.responsibleusername"
+                :readonly="!isEdit"
+              />
+            </el-form-item>
+          </el-col>
+        </el-row>
+        <el-row :gutter="20">
+          <el-col :span="8">
+            <el-form-item label="鍣ㄥ畼鑾峰彇鏈烘瀯" prop="gainhospitalname">
+              <el-input v-model="form.gainhospitalname" :readonly="!isEdit" />
+            </el-form-item>
+          </el-col>
+          <el-col :span="8">
+            <el-form-item label="鏄惁榛樺搥缂呮��" prop="isspendremember">
+              <el-select
+                v-model="form.isspendremember"
+                :disabled="!isEdit"
+                style="width: 100%"
+              >
+                <el-option label="鏄�" :value="1" />
+                <el-option label="鍚�" :value="0" />
+              </el-select>
+            </el-form-item>
+          </el-col>
+          <el-col :span="8">
+            <el-form-item label="鎭㈠閬椾綋浠" prop="isrestoreremains">
+              <el-select
+                v-model="form.isrestoreremains"
+                :disabled="!isEdit"
+                style="width: 100%"
+              >
+                <el-option label="鏄�" :value="1" />
+                <el-option label="鍚�" :value="0" />
+              </el-select>
+            </el-form-item>
+          </el-col>
+        </el-row>
+      </el-form>
+    </el-card>
+    <!-- 鑴戞浜″垽瀹氭ā鍧� -->
+    <el-card v-if="activeJudgmentType === 'brain'" class="detail-card">
+      <div slot="header" class="clearfix">
+        <span class="detail-title">鑴戞浜″垽瀹氫俊鎭�</span>
         <el-button
           v-if="isEdit"
-          type="primary"
-          style="float: right; padding: 3px 0"
+          style="float: right; margin-left: 10px;"
+          type="success"
           @click="handleSave"
           :loading="saveLoading"
         >
           淇濆瓨淇℃伅
         </el-button>
+        <el-button
+          v-if="isEdit"
+          style="float: right; margin-left: 10px;"
+          type="success"
+          @click="accomplish"
+          :loading="saveLoading"
+        >
+          瀹屾垚鍒ゅ畾
+        </el-button>
+        <el-button
+          v-else
+          style="float: right; margin-left: 10px;"
+          type="primary"
+          @click="handleEdit"
+        >
+          缂栬緫淇℃伅
+        </el-button>
       </div>
 
-      <el-form :model="form" ref="form" :rules="rules" label-width="120px">
+      <el-form :model="form" ref="brainForm" :rules="rules" label-width="120px">
         <el-row :gutter="20">
           <el-col :span="8">
-            <el-form-item label="妗堜緥缂栧彿" prop="hospitalNo">
-              <el-input
-                v-model="form.hospitalNo"
-                :readonly="!isEdit"
-                placeholder="鑷姩鐢熸垚 D+鏁板瓧"
-              />
-            </el-form-item>
-          </el-col>
-          <el-col :span="8">
-            <el-form-item label="鎹愮尞鑰呭鍚�" prop="donorName">
-              <el-input v-model="form.donorName" :readonly="!isEdit" />
-            </el-form-item>
-          </el-col>
-          <el-col :span="8">
-            <el-form-item label="鎬у埆" prop="gender">
-              <el-select
-                v-model="form.gender"
-                :disabled="!isEdit"
-                style="width: 100%"
-              >
-                <el-option label="鐢�" value="0" />
-                <el-option label="濂�" value="1" />
-              </el-select>
+            <el-form-item label="姝讳骸鍘熷洜" prop="deathreason">
+              <el-input v-model="form.deathreason" :readonly="!isEdit" />
             </el-form-item>
           </el-col>
         </el-row>
 
         <el-row :gutter="20">
           <el-col :span="8">
-            <el-form-item label="骞撮緞" prop="age">
-              <el-input v-model="form.age" :readonly="!isEdit" />
-            </el-form-item>
-          </el-col>
-          <el-col :span="8">
-            <el-form-item label="鐤剧梾璇婃柇" prop="diagnosis">
-              <el-input v-model="form.diagnosis" :readonly="!isEdit" />
-            </el-form-item>
-          </el-col>
-          <el-col :span="8">
-            <el-form-item label="姝讳骸鍘熷洜" prop="deathReason">
-              <el-select
-                v-model="form.deathReason"
-                :disabled="!isEdit"
-                style="width: 100%"
-              >
-                <el-option label="鑴戞浜�" value="brain_death" />
-                <el-option label="蹇冩浜�" value="heart_death" />
-                <el-option label="鍏朵粬" value="other" />
-              </el-select>
-            </el-form-item>
-          </el-col>
-        </el-row>
-
-        <el-row :gutter="20">
-          <el-col :span="8">
-            <el-form-item label="姝讳骸鏃堕棿" prop="deathTime">
+            <el-form-item label="姝讳骸鏃堕棿" prop="deathtime">
               <el-date-picker
-                v-model="form.deathTime"
+                v-model="form.deathtime"
                 type="datetime"
                 value-format="yyyy-MM-dd HH:mm:ss"
                 style="width: 100%"
@@ -84,157 +127,320 @@
             </el-form-item>
           </el-col>
           <el-col :span="8">
-            <el-form-item label="鍒ゅ畾鍖荤敓" prop="judgmentDoctor">
-              <el-input v-model="form.judgmentDoctor" :readonly="!isEdit" />
+            <el-form-item label="鍒ゅ畾鍖荤敓涓�" prop="deathjudgedocto">
+              <el-input v-model="form.deathjudgedocto" :readonly="!isEdit" />
             </el-form-item>
           </el-col>
           <el-col :span="8">
-            <el-form-item label="鐧昏浜�" prop="registrant">
-              <el-input v-model="form.registrant" :readonly="!isEdit" />
+            <el-form-item label="鍒ゅ畾鍖荤敓浜�" prop="deathjudgedoctt">
+              <el-input v-model="form.deathjudgedoctt" :readonly="!isEdit" />
+            </el-form-item>
+          </el-col>
+        </el-row>
+      </el-form>
+
+      <!-- 鑴戞浜¤瘎浼拌〃闄勪欢 -->
+      <div class="attachment-section">
+        <div class="attachment-header">
+          <h3>鑴戞浜″垽瀹氳瘎浼拌〃闄勪欢</h3>
+        </div>
+
+        <!-- 闄勪欢绫诲瀷閫夐」鍗� -->
+        <el-tabs v-model="activeAttachmentType" type="card">
+          <el-tab-pane
+            v-for="type in brainDeathAttachmentTypes"
+            :key="type.value"
+            :label="type.label"
+            :name="type.value"
+          >
+            <div class="attachment-upload-section">
+              <div class="upload-header">
+                <span class="upload-title">{{ type.label }}</span>
+                <el-tooltip content="鐐瑰嚮涓婁紶璇ョ被鍨嬭瘎浼拌〃" placement="top">
+                  <el-button
+                    size="mini"
+                    type="primary"
+                    icon="el-icon-plus"
+                    @click="openUploadDialog(type.value)"
+                    :disabled="!isEdit"
+                  >
+                    娣诲姞璇勪及琛�
+                  </el-button>
+                </el-tooltip>
+              </div>
+
+              <!-- 闄勪欢鍒楄〃 -->
+              <el-table
+                :data="getAttachmentsByType(type.value)"
+                v-loading="attachmentLoading"
+                style="width: 100%; margin-top: 15px;"
+              >
+                <el-table-column label="鏂囦欢鍚嶇О" min-width="200">
+                  <template slot-scope="scope">
+                    <div class="file-info">
+                      <i
+                        class="el-icon-document"
+                        style="margin-right: 8px; color: #409EFF;"
+                      ></i>
+                      <span>{{ scope.row.fileName }}</span>
+                    </div>
+                  </template>
+                </el-table-column>
+
+                <el-table-column label="鏂囦欢绫诲瀷" width="100" align="center">
+                  <template slot-scope="scope">
+                    <el-tag size="small">{{
+                      getFileType(scope.row.fileName)
+                    }}</el-tag>
+                  </template>
+                </el-table-column>
+
+                <el-table-column label="鏂囦欢澶у皬" width="100" align="center">
+                  <template slot-scope="scope">
+                    <span>{{ formatFileSize(scope.row.fileSize) }}</span>
+                  </template>
+                </el-table-column>
+
+                <el-table-column label="涓婁紶鏃堕棿" width="160" align="center">
+                  <template slot-scope="scope">
+                    <span>{{ parseTime(scope.row.uploadTime) }}</span>
+                  </template>
+                </el-table-column>
+
+                <el-table-column label="涓婁紶浜�" width="100" align="center">
+                  <template slot-scope="scope">
+                    <span>{{ scope.row.uploader }}</span>
+                  </template>
+                </el-table-column>
+
+                <el-table-column label="鎿嶄綔" width="180" align="center">
+                  <template slot-scope="scope">
+                    <el-button
+                      size="mini"
+                      type="text"
+                      icon="el-icon-view"
+                      @click="handlePreview(scope.row)"
+                      >棰勮</el-button
+                    >
+                    <el-button
+                      size="mini"
+                      type="text"
+                      icon="el-icon-download"
+                      @click="handleDownload(scope.row)"
+                      >涓嬭浇</el-button
+                    >
+                    <el-button
+                      v-if="isEdit"
+                      size="mini"
+                      type="text"
+                      icon="el-icon-delete"
+                      style="color: #F56C6C;"
+                      @click="handleRemoveAttachment(scope.row)"
+                      >鍒犻櫎</el-button
+                    >
+                  </template>
+                </el-table-column>
+              </el-table>
+
+              <div
+                v-if="getAttachmentsByType(type.value).length === 0"
+                class="empty-attachment"
+              >
+                <el-empty
+                  description="鏆傛棤璇勪及琛ㄩ檮浠�"
+                  :image-size="80"
+                ></el-empty>
+              </div>
+            </div>
+          </el-tab-pane>
+        </el-tabs>
+      </div>
+    </el-card>
+
+    <!-- 蹇冩浜″垽瀹氭ā鍧� -->
+    <el-card v-else class="detail-card">
+      <div slot="header" class="clearfix">
+        <span class="detail-title">蹇冩浜″垽瀹氫俊鎭�</span>
+        <el-button
+          v-if="isEdit"
+          style="float: right; margin-left: 10px;"
+          type="success"
+          @click="handleSave"
+          :loading="saveLoading"
+        >
+          淇濆瓨淇℃伅
+        </el-button>
+        <el-button
+          v-else
+          style="float: right; margin-left: 10px;"
+          type="primary"
+          @click="handleEdit"
+        >
+          缂栬緫淇℃伅
+        </el-button>
+      </div>
+
+      <el-form :model="form" ref="heartForm" :rules="rules" label-width="120px">
+        <el-row :gutter="20">
+          <el-col :span="8">
+            <el-form-item label="蹇冩浜″師鍥�" prop="heartdeathreason">
+              <el-input v-model="form.heartdeathreason" :readonly="!isEdit" />
             </el-form-item>
           </el-col>
         </el-row>
 
-        <el-form-item label="姝讳骸鍒ゅ畾璇存槑" prop="judgmentDescription">
-          <el-input
-            type="textarea"
-            :rows="3"
-            v-model="form.judgmentDescription"
-            :readonly="!isEdit"
-            placeholder="璇︾粏璁板綍姝讳骸鍒ゅ畾杩囩▼鍜屼緷鎹�"
-          />
-        </el-form-item>
+        <el-row :gutter="20">
+          <el-col :span="8">
+            <el-form-item label="蹇冩浜℃椂闂�" prop="heartdeathtime">
+              <el-date-picker
+                v-model="form.heartdeathtime"
+                type="datetime"
+                value-format="yyyy-MM-dd HH:mm:ss"
+                style="width: 100%"
+                :disabled="!isEdit"
+              />
+            </el-form-item>
+          </el-col>
+          <el-col :span="8">
+            <el-form-item label="鍒ゅ畾鍖荤敓涓�" prop="heartdeathjudgedocto">
+              <el-input
+                v-model="form.heartdeathjudgedocto"
+                :readonly="!isEdit"
+              />
+            </el-form-item>
+          </el-col>
+          <el-col :span="8">
+            <el-form-item label="鍒ゅ畾鍖荤敓浜�" prop="heartdeathjudgedoctt">
+              <el-input
+                v-model="form.heartdeathjudgedoctt"
+                :readonly="!isEdit"
+              />
+            </el-form-item>
+          </el-col>
+        </el-row>
       </el-form>
-    </el-card>
 
-    <!-- 璇勪及琛ㄩ檮浠� -->
-    <el-card class="attachment-card">
-      <div slot="header" class="clearfix">
-        <span class="detail-title">姝讳骸鍒ゅ畾璇勪及琛ㄩ檮浠�</span>
-        <el-button
-          v-if="isEdit"
-          type="primary"
-          size="mini"
-          @click="openUploadDialog"
-          :loading="uploadLoading"
-        >
-          涓婁紶闄勪欢
-        </el-button>
-      </div>
+      <!-- 蹇冩浜¤瘎浼拌〃闄勪欢 -->
+      <div class="attachment-section">
+        <div class="attachment-header">
+          <h3>蹇冩浜″垽瀹氳瘎浼拌〃闄勪欢</h3>
+        </div>
 
-      <!-- 闄勪欢绫诲瀷閫夐」鍗� -->
-      <el-tabs v-model="activeAttachmentType" type="card">
-        <el-tab-pane
-          v-for="type in attachmentTypes"
-          :key="type.value"
-          :label="type.label"
-          :name="type.value"
-        >
-          <div class="attachment-upload-section">
-            <div class="upload-header">
-              <span class="upload-title">{{ type.label }}</span>
-              <el-tooltip content="鐐瑰嚮涓婁紶璇ョ被鍨嬭瘎浼拌〃" placement="top">
-                <el-button
-                  size="mini"
-                  type="primary"
-                  icon="el-icon-plus"
-                  @click="openUploadDialog(type.value)"
-                  :disabled="!isEdit"
-                >
-                  娣诲姞璇勪及琛�
-                </el-button>
-              </el-tooltip>
-            </div>
+        <!-- 蹇冩浜¢檮浠剁被鍨嬮�夐」鍗� -->
+        <el-tabs v-model="activeHeartDeathAttachmentType" type="card">
+          <el-tab-pane
+            v-for="type in heartDeathAttachmentTypes"
+            :key="type.value"
+            :label="type.label"
+            :name="type.value"
+          >
+            <div class="attachment-upload-section">
+              <div class="upload-header">
+                <span class="upload-title">{{ type.label }}</span>
+                <el-tooltip content="鐐瑰嚮涓婁紶璇ョ被鍨嬭瘎浼拌〃" placement="top">
+                  <el-button
+                    size="mini"
+                    type="primary"
+                    icon="el-icon-plus"
+                    @click="openHeartDeathUploadDialog(type.value)"
+                    :disabled="!isEdit"
+                  >
+                    娣诲姞璇勪及琛�
+                  </el-button>
+                </el-tooltip>
+              </div>
 
-            <!-- 闄勪欢鍒楄〃 -->
-            <el-table
-              :data="getAttachmentsByType(type.value)"
-              v-loading="attachmentLoading"
-              style="width: 100%; margin-top: 15px;"
-            >
-              <el-table-column label="鏂囦欢鍚嶇О" min-width="200">
-                <template slot-scope="scope">
-                  <div class="file-info">
-                    <i
-                      class="el-icon-document"
-                      style="margin-right: 8px; color: #409EFF;"
-                    ></i>
-                    <span>{{ scope.row.fileName }}</span>
-                  </div>
-                </template>
-              </el-table-column>
-
-              <el-table-column label="鏂囦欢绫诲瀷" width="100" align="center">
-                <template slot-scope="scope">
-                  <el-tag size="small">{{ getFileType(scope.row.fileName) }}</el-tag>
-                </template>
-              </el-table-column>
-
-              <el-table-column label="鏂囦欢澶у皬" width="100" align="center">
-                <template slot-scope="scope">
-                  <span>{{ formatFileSize(scope.row.fileSize) }}</span>
-                </template>
-              </el-table-column>
-
-              <el-table-column label="涓婁紶鏃堕棿" width="160" align="center">
-                <template slot-scope="scope">
-                  <span>{{ parseTime(scope.row.uploadTime) }}</span>
-                </template>
-              </el-table-column>
-
-              <el-table-column label="涓婁紶浜�" width="100" align="center">
-                <template slot-scope="scope">
-                  <span>{{ scope.row.uploader }}</span>
-                </template>
-              </el-table-column>
-
-              <el-table-column
-                label="鎿嶄綔"
-                width="180"
-                align="center"
+              <!-- 蹇冩浜¢檮浠跺垪琛� -->
+              <el-table
+                :data="getHeartDeathAttachmentsByType(type.value)"
+                v-loading="attachmentLoading"
+                style="width: 100%; margin-top: 15px;"
               >
-                <template slot-scope="scope">
-                  <el-button
-                    size="mini"
-                    type="text"
-                    icon="el-icon-view"
-                    @click="handlePreview(scope.row)"
-                    >棰勮</el-button
-                  >
-                  <el-button
-                    size="mini"
-                    type="text"
-                    icon="el-icon-download"
-                    @click="handleDownload(scope.row)"
-                    >涓嬭浇</el-button
-                  >
-                  <el-button
-                    v-if="isEdit"
-                    size="mini"
-                    type="text"
-                    icon="el-icon-delete"
-                    style="color: #F56C6C;"
-                    @click="handleRemoveAttachment(scope.row)"
-                    >鍒犻櫎</el-button
-                  >
-                </template>
-              </el-table-column>
-            </el-table>
+                <el-table-column label="鏂囦欢鍚嶇О" min-width="200">
+                  <template slot-scope="scope">
+                    <div class="file-info">
+                      <i
+                        class="el-icon-document"
+                        style="margin-right: 8px; color: #409EFF;"
+                      ></i>
+                      <span>{{ scope.row.fileName }}</span>
+                    </div>
+                  </template>
+                </el-table-column>
 
-            <div
-              v-if="getAttachmentsByType(type.value).length === 0"
-              class="empty-attachment"
-            >
-              <el-empty description="鏆傛棤璇勪及琛ㄩ檮浠�" :image-size="80"></el-empty>
+                <el-table-column label="鏂囦欢绫诲瀷" width="100" align="center">
+                  <template slot-scope="scope">
+                    <el-tag size="small">{{
+                      getFileType(scope.row.fileName)
+                    }}</el-tag>
+                  </template>
+                </el-table-column>
+
+                <el-table-column label="鏂囦欢澶у皬" width="100" align="center">
+                  <template slot-scope="scope">
+                    <span>{{ formatFileSize(scope.row.fileSize) }}</span>
+                  </template>
+                </el-table-column>
+
+                <el-table-column label="涓婁紶鏃堕棿" width="160" align="center">
+                  <template slot-scope="scope">
+                    <span>{{ parseTime(scope.row.uploadTime) }}</span>
+                  </template>
+                </el-table-column>
+
+                <el-table-column label="涓婁紶浜�" width="100" align="center">
+                  <template slot-scope="scope">
+                    <span>{{ scope.row.uploader }}</span>
+                  </template>
+                </el-table-column>
+
+                <el-table-column label="鎿嶄綔" width="180" align="center">
+                  <template slot-scope="scope">
+                    <el-button
+                      size="mini"
+                      type="text"
+                      icon="el-icon-view"
+                      @click="handlePreview(scope.row)"
+                      >棰勮</el-button
+                    >
+                    <el-button
+                      size="mini"
+                      type="text"
+                      icon="el-icon-download"
+                      @click="handleDownload(scope.row)"
+                      >涓嬭浇</el-button
+                    >
+                    <el-button
+                      v-if="isEdit"
+                      size="mini"
+                      type="text"
+                      icon="el-icon-delete"
+                      style="color: #F56C6C;"
+                      @click="handleRemoveHeartDeathAttachment(scope.row)"
+                      >鍒犻櫎</el-button
+                    >
+                  </template>
+                </el-table-column>
+              </el-table>
+
+              <div
+                v-if="getHeartDeathAttachmentsByType(type.value).length === 0"
+                class="empty-attachment"
+              >
+                <el-empty
+                  description="鏆傛棤璇勪及琛ㄩ檮浠�"
+                  :image-size="80"
+                ></el-empty>
+              </div>
             </div>
-          </div>
-        </el-tab-pane>
-      </el-tabs>
+          </el-tab-pane>
+        </el-tabs>
+      </div>
     </el-card>
 
-    <!-- 涓婁紶瀵硅瘽妗� -->
+    <!-- 涓婁紶瀵硅瘽妗嗭紙鑴戞浜★級 -->
     <el-dialog
-      :title="`涓婁紶${getCurrentTypeLabel}璇勪及琛╜"
+      :title="`涓婁紶${getCurrentBrainDeathTypeLabel}璇勪及琛╜"
       :visible.sync="uploadDialogVisible"
       width="500px"
       :close-on-click-modal="false"
@@ -243,16 +449,20 @@
         ref="uploadRef"
         class="upload-demo"
         drag
-        action="#"
+        :action="uploadAction"
+        :headers="headers"
         multiple
         :file-list="tempFileList"
         :before-upload="beforeUpload"
         :on-change="handleFileChange"
         :on-remove="handleTempRemove"
+        :on-success="handleUploadSuccess"
         :auto-upload="false"
       >
         <i class="el-icon-upload"></i>
-        <div class="el-upload__text">灏嗚瘎浼拌〃鏂囦欢鎷栧埌姝ゅ锛屾垨<em>鐐瑰嚮涓婁紶</em></div>
+        <div class="el-upload__text">
+          灏嗚瘎浼拌〃鏂囦欢鎷栧埌姝ゅ锛屾垨<em>鐐瑰嚮涓婁紶</em>
+        </div>
         <div class="el-upload__tip" slot="tip">
           鏀寔涓婁紶pdf銆乯pg銆乸ng銆乨oc銆乨ocx銆亁ls銆亁lsx鏍煎紡鏂囦欢锛屽崟涓枃浠朵笉瓒呰繃10MB
         </div>
@@ -270,156 +480,339 @@
         </el-button>
       </div>
     </el-dialog>
+
+    <!-- 涓婁紶瀵硅瘽妗嗭紙蹇冩浜★級 -->
+    <el-dialog
+      :title="`涓婁紶${getCurrentHeartDeathTypeLabel}璇勪及琛╜"
+      :visible.sync="heartDeathUploadDialogVisible"
+      width="500px"
+      :close-on-click-modal="false"
+    >
+      <el-upload
+        ref="heartDeathUploadRef"
+        class="upload-demo"
+        drag
+        :action="uploadAction"
+        :headers="headers"
+        multiple
+        :file-list="tempHeartDeathFileList"
+        :before-upload="beforeUpload"
+        :on-change="handleHeartDeathFileChange"
+        :on-remove="handleHeartDeathTempRemove"
+        :on-success="handleHeartDeathUploadSuccess"
+        :auto-upload="false"
+      >
+        <i class="el-icon-upload"></i>
+        <div class="el-upload__text">
+          灏嗚瘎浼拌〃鏂囦欢鎷栧埌姝ゅ锛屾垨<em>鐐瑰嚮涓婁紶</em>
+        </div>
+        <div class="el-upload__tip" slot="tip">
+          鏀寔涓婁紶pdf銆乯pg銆乸ng銆乨oc銆乨ocx銆亁ls銆亁lsx鏍煎紡鏂囦欢锛屽崟涓枃浠朵笉瓒呰繃10MB
+        </div>
+      </el-upload>
+
+      <div slot="footer" class="dialog-footer">
+        <el-button @click="heartDeathUploadDialogVisible = false"
+          >鍙栨秷</el-button
+        >
+        <el-button
+          type="primary"
+          @click="submitHeartDeathUpload"
+          :loading="heartDeathUploadLoading"
+          :disabled="tempHeartDeathFileList.length === 0"
+        >
+          纭涓婁紶
+        </el-button>
+      </div>
+    </el-dialog>
   </div>
 </template>
 
 <script>
-import { getDeathJudgmentDetail, updateDeathJudgment } from "./mockDeathJudgmentApi";
+import {
+  deathinfoedit,
+  deathinfoadd,
+  queryDathInfoBaseInfo
+} from "@/api/businessApi";
+import { getToken } from "@/utils/auth";
+import CaseBasicInfo from "@/components/CaseBasicInfo";
 
 export default {
   name: "DeathJudgmentDetail",
+  components: { CaseBasicInfo },
+
   data() {
     return {
-      // 鏄惁缂栬緫妯″紡
+      caseId: null,
       isEdit: false,
-      // 淇濆瓨鍔犺浇鐘舵��
       saveLoading: false,
+      infoid: undefined,
+
+      // 鍒ゅ畾绫诲瀷鏍囩
+      activeJudgmentType: "brain", // 榛樿鏄剧ず鑴戞浜�
+
       // 琛ㄥ崟鏁版嵁
       form: {
         id: undefined,
-        hospitalNo: "",
-        donorName: "",
-        gender: "",
+        infoid: undefined,
+        donorno: "",
+        name: "",
+        sex: "",
         age: "",
-        diagnosis: "",
-        deathReason: "",
-        deathTime: "",
-        judgmentDoctor: "",
-        judgmentDescription: "",
-        registrant: "",
-        registrationTime: ""
+        diagnosisname: "",
+        // 鑴戞浜$浉鍏冲瓧娈�
+        deathreason: "",
+        deathtime: "",
+        deathjudgedocto: "",
+        deathjudgedoctt: "",
+        // 蹇冩浜$浉鍏冲瓧娈�
+        heartdeathtime: "",
+        heartdeathreason: "",
+        heartdeathjudgedocto: "",
+        heartdeathjudgedoctt: "",
+        heartDeathRemark: "",
+        // 鍏叡瀛楁
+        gainhospitalno: "",
+        gainhospitalname: "",
+        isspendremember: 0,
+        isrestoreremains: 0,
+        rememberAnnex: "",
+        heartdeathjudgeannex: "", // 鏂板蹇冩浜¢檮浠跺瓧娈�
+        responsibleuserid: "",
+        responsibleusername: "",
+        recordstate: "0",
+        remark: ""
       },
       // 琛ㄥ崟楠岃瘉瑙勫垯
       rules: {
-        donorName: [
+        name: [
           { required: true, message: "鎹愮尞鑰呭鍚嶄笉鑳戒负绌�", trigger: "blur" }
         ],
-        deathReason: [
+        deathreason: [
           { required: true, message: "姝讳骸鍘熷洜涓嶈兘涓虹┖", trigger: "change" }
         ],
-        deathTime: [
+        deathtime: [
           { required: true, message: "姝讳骸鏃堕棿涓嶈兘涓虹┖", trigger: "change" }
         ],
-        judgmentDoctor: [
-          { required: true, message: "鍒ゅ畾鍖荤敓涓嶈兘涓虹┖", trigger: "blur" }
+        deathjudgedocto: [
+          { required: true, message: "鍒ゅ畾鍖荤敓涓�涓嶈兘涓虹┖", trigger: "blur" }
+        ],
+        heartdeathreason: [
+          { required: false, message: "蹇冩浜″師鍥犱笉鑳戒负绌�", trigger: "blur" }
+        ],
+        heartdeathtime: [
+          { required: false, message: "蹇冩浜℃椂闂翠笉鑳戒负绌�", trigger: "change" }
+        ],
+        heartdeathjudgedocto: [
+          {
+            required: false,
+            message: "蹇冩浜″垽瀹氬尰鐢熶竴涓嶈兘涓虹┖",
+            trigger: "blur"
+          }
         ]
       },
       // 闄勪欢鐩稿叧鏁版嵁
       activeAttachmentType: "1",
+      activeHeartDeathAttachmentType: "heart_1", // 蹇冩浜¢檮浠剁被鍨�
       attachmentLoading: false,
       uploadDialogVisible: false,
+      heartDeathUploadDialogVisible: false, // 蹇冩浜′笂浼犲璇濇
       uploadLoading: false,
+      heartDeathUploadLoading: false, // 蹇冩浜′笂浼犲姞杞界姸鎬�
       tempFileList: [],
+      tempHeartDeathFileList: [], // 蹇冩浜′复鏃舵枃浠跺垪琛�
       currentUploadType: "",
-
-      // 璇勪及琛ㄧ被鍨嬪畾涔�
-      attachmentTypes: [
+      currentHeartDeathUploadType: "", // 褰撳墠蹇冩浜′笂浼犵被鍨�
+      uploadAction: process.env.VUE_APP_BASE_API + "/common/upload",
+      headers: {
+        Authorization: "Bearer " + getToken()
+      },
+      // 鑴戞浜¤瘎浼拌〃绫诲瀷瀹氫箟
+      brainDeathAttachmentTypes: [
         { value: "1", label: "鑴戞浜″垽瀹氳〃" },
         { value: "2", label: "鑴戠數鍥捐瘎浼拌〃" },
         { value: "3", label: "鐭綔浼忔湡浣撴劅璇卞彂鐢典綅璇勪及琛�" },
         { value: "4", label: "缁忛澶氭櫘鍕掕秴澹拌瘎浼拌褰�" },
         { value: "5", label: "鍗仴濮旇剳鎹熶激璐ㄦ帶涓績 - 涓村簥缁煎悎璇勪及琛�" },
-        { value: "6", label: "UW璇勫垎琛�" },
-        { value: "7", label: "蹇冩浜″垽瀹氳〃" }
+        { value: "6", label: "UW璇勫垎琛�" }
+      ],
+      // 蹇冩浜¤瘎浼拌〃绫诲瀷瀹氫箟
+      heartDeathAttachmentTypes: [
+        { value: "heart_1", label: "蹇冩浜″垽瀹氳〃" },
+        { value: "heart_2", label: "蹇冪數鍥捐瘎浼拌〃" }
       ],
 
       // 闄勪欢鍒楄〃鏁版嵁
-      attachmentList: []
+      attachmentList: [], // 鑴戞浜¢檮浠�
+      heartDeathAttachmentList: [] // 蹇冩浜¢檮浠�
     };
   },
   computed: {
-    getCurrentTypeLabel() {
-      const type = this.attachmentTypes.find(
+    getCurrentBrainDeathTypeLabel() {
+      const type = this.brainDeathAttachmentTypes.find(
         t => t.value === this.currentUploadType
+      );
+      return type ? type.label : "";
+    },
+    getCurrentHeartDeathTypeLabel() {
+      const type = this.heartDeathAttachmentTypes.find(
+        t => t.value === this.currentHeartDeathUploadType
       );
       return type ? type.label : "";
     }
   },
   created() {
-    const id = this.$route.query.id;
-    this.isEdit = this.$route.path.includes('/edit') || this.$route.path.includes('/add');
-    if (id && !this.$route.path.includes('/add')) {
-      this.getDetail(id);
-    } else if (this.$route.path.includes('/add')) {
-      this.generateHospitalNo();
+    this.infoid = this.$route.query.infoid;
+    this.caseId = this.infoid;
+    this.isEdit = this.$route.query.isEdit === "true";
+    this.activeJudgmentType = this.$route.query.type;
+    // 浠庤矾鐢卞弬鏁拌幏鍙栭粯璁ゆ樉绀虹被鍨�
+    if (this.$route.query.judgmentType) {
+      this.activeJudgmentType = this.$route.query.judgmentType;
     }
+
+    this.getDetail(this.infoid);
     this.getAttachmentList();
   },
   methods: {
-    // 鐢熸垚妗堜緥缂栧彿
-    generateHospitalNo() {
-      // 妯℃嫙鐢熸垚妗堜緥缂栧彿锛欴 + 鏃堕棿鎴冲悗6浣�
+    // 鏍囩椤靛垏鎹�
+    handleTabChange(tab) {
+      this.activeJudgmentType = tab.name;
+      // 鍙互鍦ㄨ繖閲屾坊鍔犲叾浠栧垏鎹㈤�昏緫
+    },
+
+    // 鐢熸垚鎹愮尞鑰呯紪鍙�
+    generateDonorNo() {
       const timestamp = Date.now().toString();
-      this.form.hospitalNo = 'D' + timestamp.slice(-6);
+      this.form.donorno = "DONOR" + timestamp.slice(-8);
     },
+
     // 鑾峰彇璇︽儏
-    getDetail(id) {
-      getDeathJudgmentDetail(id).then(response => {
-        if (response.code === 200) {
-          this.form = response.data;
+    async getDetail(infoid) {
+      try {
+        const response = await queryDathInfoBaseInfo({ infoid });
+        let realData = {};
+
+        if (response && response.data) {
+          realData = response.data[0];
+        } else if (response) {
+          realData = response;
         }
-      });
+
+        // 鏄犲皠瀛楁鍒拌〃鍗�
+        this.form = {
+          ...this.form,
+          ...realData,
+          // 纭繚鏁板�肩被鍨嬪瓧娈垫纭浆鎹�
+          isspendremember: realData.isspendremember
+            ? parseInt(realData.isspendremember)
+            : 0,
+          isrestoreremains: realData.isrestoreremains
+            ? parseInt(realData.isrestoreremains)
+            : 0
+        };
+
+        // 瑙f瀽闄勪欢淇℃伅
+        if (realData.rememberAnnex) {
+          this.parseAttachmentData(realData.rememberAnnex, "brain");
+        }
+
+        // 瑙f瀽蹇冩浜¢檮浠朵俊鎭�
+        if (realData.heartdeathjudgeannex) {
+          this.parseAttachmentData(realData.heartdeathjudgeannex, "heart");
+        }
+      } catch (error) {
+        console.error("鑾峰彇姝讳骸鍒ゅ畾璇︽儏澶辫触:", error);
+        this.$message.error("鏁版嵁鍔犺浇澶辫触");
+      }
     },
+
+    // 瑙f瀽闄勪欢鏁版嵁
+    parseAttachmentData(attachmentJson, type = "brain") {
+      try {
+        if (attachmentJson) {
+          const attachments = JSON.parse(attachmentJson);
+          if (Array.isArray(attachments)) {
+            if (type === "brain") {
+              this.attachmentList = attachments;
+            } else if (type === "heart") {
+              this.heartDeathAttachmentList = attachments;
+            }
+          }
+        }
+      } catch (error) {
+        console.error("瑙f瀽闄勪欢鏁版嵁澶辫触:", error);
+      }
+    },
+
+    // 鏋勫缓鑴戞浜¢檮浠禞SON鏁版嵁
+    buildBrainDeathAttachmentJson() {
+      return JSON.stringify(this.attachmentList);
+    },
+
+    // 鏋勫缓蹇冩浜¢檮浠禞SON鏁版嵁
+    buildHeartDeathAttachmentJson() {
+      return JSON.stringify(this.heartDeathAttachmentList);
+    },
+
+    // 鑾峰彇鐘舵�佹爣绛炬牱寮�
+    getStatusTag(status) {
+      const statusMap = {
+        "0": "warning", // 缁存姢涓�
+        "1": "success", // 宸插畬鎴�
+        "99": "danger" // 宸茬粓姝�
+      };
+      return statusMap[status] || "info";
+    },
+
+    // 鑾峰彇鐘舵�佹枃鏈�
+    getStatusText(status) {
+      const textMap = {
+        "0": "缁存姢涓�",
+        "1": "宸插畬鎴�",
+        "99": "宸茬粓姝�"
+      };
+      return textMap[status] || "鏈煡鐘舵��";
+    },
+
     // 鑾峰彇闄勪欢鍒楄〃
     getAttachmentList() {
       this.attachmentLoading = true;
-      // 妯℃嫙闄勪欢鏁版嵁 - 瀹為檯椤圭洰涓粠鎺ュ彛鑾峰彇
       setTimeout(() => {
-        this.attachmentList = [
-          {
-            id: 1,
-            type: "1",
-            typeName: "鑴戞浜″垽瀹氳〃",
-            fileName: "鑴戞浜″垽瀹氳〃_202312001.pdf",
-            fileSize: 2548321,
-            uploadTime: "2023-12-01 10:30:00",
-            uploader: "寮犲尰鐢�",
-            fileUrl: "/attachments/brain_death_1.pdf"
-          },
-          {
-            id: 2,
-            type: "2",
-            typeName: "鑴戠數鍥捐瘎浼拌〃",
-            fileName: "鑴戠數鍥捐瘎浼拌〃_202312001.docx",
-            fileSize: 512345,
-            uploadTime: "2023-12-01 14:20:00",
-            uploader: "鏉庡尰鐢�",
-            fileUrl: "/attachments/eeg_1.docx"
-          }
-        ];
         this.attachmentLoading = false;
       }, 500);
     },
-    // 鏍规嵁绫诲瀷鑾峰彇闄勪欢
+
+    // 鏍规嵁绫诲瀷鑾峰彇鑴戞浜¢檮浠�
     getAttachmentsByType(type) {
       return this.attachmentList.filter(item => item.type === type);
     },
+
+    // 鏍规嵁绫诲瀷鑾峰彇蹇冩浜¢檮浠�
+    getHeartDeathAttachmentsByType(type) {
+      return this.heartDeathAttachmentList.filter(item => item.type === type);
+    },
+
     // 鑾峰彇鏂囦欢绫诲瀷
     getFileType(fileName) {
-      const ext = fileName.split('.').pop().toLowerCase();
+      const ext = fileName
+        .split(".")
+        .pop()
+        .toLowerCase();
       const typeMap = {
-        'pdf': 'PDF',
-        'doc': 'DOC',
-        'docx': 'DOCX',
-        'xls': 'XLS',
-        'xlsx': 'XLSX',
-        'jpg': 'JPG',
-        'jpeg': 'JPEG',
-        'png': 'PNG'
+        pdf: "PDF",
+        doc: "DOC",
+        docx: "DOCX",
+        xls: "XLS",
+        xlsx: "XLSX",
+        jpg: "JPG",
+        jpeg: "JPEG",
+        png: "PNG"
       };
       return typeMap[ext] || ext.toUpperCase();
     },
-    // 鎵撳紑涓婁紶瀵硅瘽妗�
+
+    // 鎵撳紑鑴戞浜′笂浼犲璇濇
     openUploadDialog(type = null) {
       this.currentUploadType = type || this.activeAttachmentType;
       this.tempFileList = [];
@@ -430,166 +823,326 @@
         }
       });
     },
+
+    // 鎵撳紑蹇冩浜′笂浼犲璇濇
+    openHeartDeathUploadDialog(type = null) {
+      this.currentHeartDeathUploadType =
+        type || this.activeHeartDeathAttachmentType;
+      this.tempHeartDeathFileList = [];
+      this.heartDeathUploadDialogVisible = true;
+      this.$nextTick(() => {
+        if (this.$refs.heartDeathUploadRef) {
+          this.$refs.heartDeathUploadRef.clearFiles();
+        }
+      });
+    },
+
     // 涓婁紶鍓嶆牎楠�
     beforeUpload(file) {
       const allowedTypes = [
-        'application/pdf',
-        'image/jpeg',
-        'image/png',
-        'application/msword',
-        'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
-        'application/vnd.ms-excel',
-        'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
+        "application/pdf",
+        "image/jpeg",
+        "image/png",
+        "application/msword",
+        "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
+        "application/vnd.ms-excel",
+        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
       ];
 
       const maxSize = 10 * 1024 * 1024; // 10MB
 
-      // 鏍¢獙鏂囦欢绫诲瀷
-      const isTypeOk = allowedTypes.includes(file.type) ||
-                      file.name.endsWith('.pdf') ||
-                      file.name.endsWith('.jpg') ||
-                      file.name.endsWith('.jpeg') ||
-                      file.name.endsWith('.png') ||
-                      file.name.endsWith('.doc') ||
-                      file.name.endsWith('.docx') ||
-                      file.name.endsWith('.xls') ||
-                      file.name.endsWith('.xlsx');
+      const isTypeOk =
+        allowedTypes.includes(file.type) ||
+        file.name.endsWith(".pdf") ||
+        file.name.endsWith(".jpg") ||
+        file.name.endsWith(".jpeg") ||
+        file.name.endsWith(".png") ||
+        file.name.endsWith(".doc") ||
+        file.name.endsWith(".docx") ||
+        file.name.endsWith(".xls") ||
+        file.name.endsWith(".xlsx");
 
       if (!isTypeOk) {
-        this.$message.error('鏂囦欢鏍煎紡涓嶆敮鎸侊紝璇蜂笂浼爌df銆乯pg銆乸ng銆乨oc銆乨ocx銆亁ls鎴杧lsx鏍煎紡鏂囦欢');
+        this.$message.error(
+          "鏂囦欢鏍煎紡涓嶆敮鎸侊紝璇蜂笂浼爌df銆乯pg銆乸ng銆乨oc銆乨ocx銆亁ls鎴杧lsx鏍煎紡鏂囦欢"
+        );
         return false;
       }
 
-      // 鏍¢獙鏂囦欢澶у皬
       if (file.size > maxSize) {
-        this.$message.error('鏂囦欢澶у皬涓嶈兘瓒呰繃10MB');
+        this.$message.error("鏂囦欢澶у皬涓嶈兘瓒呰繃10MB");
         return false;
       }
 
       return true;
     },
-    // 鏂囦欢閫夋嫨鍙樺寲
+
+    // 鑴戞浜℃枃浠堕�夋嫨鍙樺寲
     handleFileChange(file, fileList) {
       this.tempFileList = fileList;
     },
-    // 绉婚櫎涓存椂鏂囦欢
+
+    // 蹇冩浜℃枃浠堕�夋嫨鍙樺寲
+    handleHeartDeathFileChange(file, fileList) {
+      this.tempHeartDeathFileList = fileList;
+    },
+
+    // 绉婚櫎鑴戞浜′复鏃舵枃浠�
     handleTempRemove(file, fileList) {
       this.tempFileList = fileList;
     },
-    // 鎻愪氦涓婁紶
-    async submitUpload() {
-      if (this.tempFileList.length === 0) {
-        this.$message.warning('璇峰厛閫夋嫨瑕佷笂浼犵殑鏂囦欢');
-        return;
-      }
 
-      this.uploadLoading = true;
+    // 绉婚櫎蹇冩浜′复鏃舵枃浠�
+    handleHeartDeathTempRemove(file, fileList) {
+      this.tempHeartDeathFileList = fileList;
+    },
 
-      try {
-        // 妯℃嫙涓婁紶杩囩▼ - 瀹為檯椤圭洰涓皟鐢ㄤ笂浼犳帴鍙�
+    // 鑴戞浜′笂浼犳垚鍔熷鐞�
+    handleUploadSuccess(response, file, fileList) {
+      if (response.code === 200) {
+        file.url = response.data || response.url;
+        this.$message.success("鏂囦欢涓婁紶鎴愬姛");
+
         for (const file of this.tempFileList) {
           const newAttachment = {
             id: Date.now() + Math.random(),
             type: this.currentUploadType,
-            typeName: this.getCurrentTypeLabel,
+            typeName: this.getCurrentBrainDeathTypeLabel,
             fileName: file.name,
             fileSize: file.size,
             uploadTime: new Date().toISOString(),
-            uploader: '褰撳墠鐢ㄦ埛',
-            fileUrl: URL.createObjectURL(file.raw)
+            uploader: "褰撳墠鐢ㄦ埛",
+            fileUrl: file.url
           };
 
           this.attachmentList.push(newAttachment);
         }
 
-        this.$message.success('鏂囦欢涓婁紶鎴愬姛');
+        // 鏇存柊鑴戞浜¢檮浠禞SON鏁版嵁鍒拌〃鍗�
+        this.form.rememberAnnex = this.buildBrainDeathAttachmentJson();
+
+        this.$message.success("鏂囦欢涓婁紶鎴愬姛");
         this.uploadDialogVisible = false;
-        this.tempFileList = [];
-      } catch (error) {
-        this.$message.error('鏂囦欢涓婁紶澶辫触');
-        console.error('涓婁紶澶辫触:', error);
-      } finally {
         this.uploadLoading = false;
+        this.tempFileList = [];
+      } else {
+        this.$message.error(response.msg || "鏂囦欢涓婁紶澶辫触");
       }
     },
-    // 鍒犻櫎闄勪欢
-    handleRemoveAttachment(attachment) {
-      this.$confirm('纭畾瑕佸垹闄よ繖涓瘎浼拌〃闄勪欢鍚楋紵', '鎻愮ず', {
-        confirmButtonText: '纭畾',
-        cancelButtonText: '鍙栨秷',
-        type: 'warning'
-      }).then(() => {
-        const index = this.attachmentList.findIndex(item => item.id === attachment.id);
-        if (index !== -1) {
-          this.attachmentList.splice(index, 1);
-          this.$message.success('璇勪及琛ㄥ垹闄ゆ垚鍔�');
+
+    // 蹇冩浜′笂浼犳垚鍔熷鐞�
+    handleHeartDeathUploadSuccess(response, file, fileList) {
+      if (response.code === 200) {
+        file.url = response.data || response.url;
+
+        for (const file of this.tempHeartDeathFileList) {
+          const newAttachment = {
+            id: Date.now() + Math.random(),
+            type: this.currentHeartDeathUploadType,
+            typeName: this.getCurrentHeartDeathTypeLabel,
+            fileName: file.name,
+            fileSize: file.size,
+            uploadTime: new Date().toISOString(),
+            uploader: "褰撳墠鐢ㄦ埛",
+            fileUrl: file.url
+          };
+
+          this.heartDeathAttachmentList.push(newAttachment);
         }
-      }).catch(() => {});
+
+        // 鏇存柊蹇冩浜¢檮浠禞SON鏁版嵁鍒拌〃鍗�
+        this.form.heartdeathjudgeannex = this.buildHeartDeathAttachmentJson();
+
+        this.$message.success("鏂囦欢涓婁紶鎴愬姛");
+        this.heartDeathUploadDialogVisible = false;
+        this.heartDeathUploadLoading = false;
+        this.tempHeartDeathFileList = [];
+      } else {
+        this.$message.error(response.msg || "鏂囦欢涓婁紶澶辫触");
+      }
     },
+
+    // 鎻愪氦鑴戞浜′笂浼�
+    submitUpload() {
+      if (this.tempFileList.length === 0) {
+        this.$message.warning("璇峰厛閫夋嫨瑕佷笂浼犵殑鏂囦欢");
+        return;
+      }
+      this.$refs.uploadRef.submit();
+      this.uploadLoading = true;
+    },
+
+    // 鎻愪氦蹇冩浜′笂浼�
+    submitHeartDeathUpload() {
+      if (this.tempHeartDeathFileList.length === 0) {
+        this.$message.warning("璇峰厛閫夋嫨瑕佷笂浼犵殑鏂囦欢");
+        return;
+      }
+      this.$refs.heartDeathUploadRef.submit();
+      this.heartDeathUploadLoading = true;
+    },
+
+    // 鍒犻櫎鑴戞浜¢檮浠�
+    handleRemoveAttachment(attachment) {
+      this.$confirm("纭畾瑕佸垹闄よ繖涓瘎浼拌〃闄勪欢鍚楋紵", "鎻愮ず", {
+        confirmButtonText: "纭畾",
+        cancelButtonText: "鍙栨秷",
+        type: "warning"
+      })
+        .then(() => {
+          const index = this.attachmentList.findIndex(
+            item => item.id === attachment.id
+          );
+          if (index !== -1) {
+            this.attachmentList.splice(index, 1);
+            this.form.rememberAnnex = this.buildBrainDeathAttachmentJson();
+            this.$message.success("璇勪及琛ㄥ垹闄ゆ垚鍔�");
+          }
+        })
+        .catch(() => {});
+    },
+
+    // 鍒犻櫎蹇冩浜¢檮浠�
+    handleRemoveHeartDeathAttachment(attachment) {
+      this.$confirm("纭畾瑕佸垹闄よ繖涓瘎浼拌〃闄勪欢鍚楋紵", "鎻愮ず", {
+        confirmButtonText: "纭畾",
+        cancelButtonText: "鍙栨秷",
+        type: "warning"
+      })
+        .then(() => {
+          const index = this.heartDeathAttachmentList.findIndex(
+            item => item.id === attachment.id
+          );
+          if (index !== -1) {
+            this.heartDeathAttachmentList.splice(index, 1);
+            this.form.heartdeathjudgeannex = this.buildHeartDeathAttachmentJson();
+            this.$message.success("璇勪及琛ㄥ垹闄ゆ垚鍔�");
+          }
+        })
+        .catch(() => {});
+    },
+
     // 棰勮闄勪欢
     handlePreview(attachment) {
-      if (attachment.fileName.endsWith('.pdf')) {
-        window.open(attachment.fileUrl, '_blank');
+      if (attachment.fileName.endsWith(".pdf")) {
+        window.open(attachment.fileUrl, "_blank");
       } else if (attachment.fileName.match(/\.(jpg|jpeg|png)$/i)) {
-        this.$alert(`<img src="${attachment.fileUrl}" style="max-width: 100%;" alt="${attachment.fileName}">`,
-          '鍥剧墖棰勮', {
+        this.$alert(
+          `<img src="${attachment.fileUrl}" style="max-width: 100%;" alt="${attachment.fileName}">`,
+          "鍥剧墖棰勮",
+          {
             dangerouslyUseHTMLString: true,
-            customClass: 'image-preview-dialog'
-          });
+            customClass: "image-preview-dialog"
+          }
+        );
       } else {
-        this.$message.info('璇ユ枃浠剁被鍨嬫殏涓嶆敮鎸佸湪绾块瑙堬紝璇蜂笅杞藉悗鏌ョ湅');
+        this.$message.info("璇ユ枃浠剁被鍨嬫殏涓嶆敮鎸佸湪绾块瑙堬紝璇蜂笅杞藉悗鏌ョ湅");
       }
     },
+
     // 涓嬭浇闄勪欢
     handleDownload(attachment) {
-      // 瀹為檯椤圭洰涓皟鐢ㄤ笅杞芥帴鍙�
-      const link = document.createElement('a');
+      const link = document.createElement("a");
       link.href = attachment.fileUrl;
       link.download = attachment.fileName;
       link.click();
       this.$message.success(`寮�濮嬩笅杞�: ${attachment.fileName}`);
     },
+
+    // 缂栬緫淇℃伅
+    handleEdit() {
+      this.isEdit = true;
+    },
+    accomplish() {
+      this.$confirm("鏄惁纭瀹屾垚璇ユ渚嬫浜″垽瀹氬叏閮ㄤ俊鎭紵", "鎻愰啋", {
+        confirmButtonText: "纭畾",
+        cancelButtonText: "鍙栨秷",
+        type: "warning"
+      })
+        .then(() => {
+          this.form.state = 3;
+          this.handleSave();
+        })
+
+        .catch(() => {});
+    },
     // 淇濆瓨淇℃伅
-    handleSave() {
-      this.$refs.form.validate(valid => {
+    async handleSave() {
+      // 鏍规嵁褰撳墠鏍囩閫夋嫨楠岃瘉瑙勫垯
+      let formRef =
+        this.activeJudgmentType === "brain" ? "brainForm" : "heartForm";
+
+      this.$refs[formRef].validate(async valid => {
         if (valid) {
           this.saveLoading = true;
 
-          // 妯℃嫙淇濆瓨杩囩▼
-          updateDeathJudgment(this.form)
-            .then(response => {
-              if (response.code === 200) {
-                this.$message.success('淇濆瓨鎴愬姛');
-                if (this.$route.path.includes('/add')) {
-                  this.$router.push('/case/deathJudgment');
-                } else {
-                  this.isEdit = false;
-                }
+          try {
+            // 鏋勫缓鎻愪氦鏁版嵁
+            const submitData = {
+              ...this.form,
+              infoid: this.infoid,
+              // 纭繚闄勪欢鏁版嵁鏈�鏂�
+              rememberAnnex: this.buildBrainDeathAttachmentJson(),
+              heartdeathjudgeannex: this.buildHeartDeathAttachmentJson()
+            };
+            if (submitData.state == 1 || !submitData.state) {
+              submitData.state = 2;
+            }
+            let response = null;
+
+            if (submitData.id) {
+              response = await deathinfoedit(submitData);
+            } else {
+              response = await deathinfoadd(submitData);
+            }
+
+            if (response.code === 200) {
+              this.$message.success("淇濆瓨鎴愬姛");
+              this.isEdit = false;
+              if (!this.form.id) {
+                this.form.id = response.data;
               }
-            })
-            .catch(error => {
-              console.error('淇濆瓨澶辫触:', error);
-              this.$message.error('淇濆瓨澶辫触');
-            })
-            .finally(() => {
-              this.saveLoading = false;
-            });
+              if (this.$route.path.includes("/add")) {
+                this.$router.push("/case/deathJudgment");
+              }
+            } else {
+              this.$message.error(response.message || "淇濆瓨澶辫触");
+            }
+          } catch (error) {
+            console.error("淇濆瓨澶辫触:", error);
+            this.$message.error("淇濆瓨澶辫触");
+          } finally {
+            this.saveLoading = false;
+          }
         }
       });
     },
+
     // 鏂囦欢澶у皬鏍煎紡鍖�
     formatFileSize(size) {
-      if (size === 0) return '0 B';
+      if (size === 0) return "0 B";
       const k = 1024;
-      const sizes = ['B', 'KB', 'MB', 'GB'];
+      const sizes = ["B", "KB", "MB", "GB"];
       const i = Math.floor(Math.log(size) / Math.log(k));
-      return parseFloat((size / Math.pow(k, i)).toFixed(2)) + ' ' + sizes[i];
+      return parseFloat((size / Math.pow(k, i)).toFixed(2)) + " " + sizes[i];
     },
+
     // 鏃堕棿鏍煎紡鍖�
     parseTime(time) {
-      if (!time) return '';
+      if (!time) return "";
       const date = new Date(time);
-      return `${date.getFullYear()}-${(date.getMonth() + 1).toString().padStart(2, '0')}-${date.getDate().toString().padStart(2, '0')} ${date.getHours().toString().padStart(2, '0')}:${date.getMinutes().toString().padStart(2, '0')}`;
+      return `${date.getFullYear()}-${(date.getMonth() + 1)
+        .toString()
+        .padStart(2, "0")}-${date
+        .getDate()
+        .toString()
+        .padStart(2, "0")} ${date
+        .getHours()
+        .toString()
+        .padStart(2, "0")}:${date
+        .getMinutes()
+        .toString()
+        .padStart(2, "0")}`;
     }
   }
 };
@@ -600,17 +1153,60 @@
   padding: 20px;
 }
 
-.detail-card {
+.type-card {
   margin-bottom: 20px;
+  border: none;
+  box-shadow: none;
 }
 
-.attachment-card {
+.type-card >>> .el-tabs__item {
+  font-size: 16px;
+  font-weight: bold;
+  padding: 0 20px;
+  height: 50px;
+  line-height: 50px;
+}
+
+.type-card >>> .el-tabs__item.is-active {
+  color: #409eff;
+  border-bottom: 3px solid #409eff;
+}
+
+.detail-card {
   margin-bottom: 20px;
+  border: 1px solid #e6ebf5;
+  border-radius: 8px;
+  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
+}
+
+.common-info-card {
+  border-top: 2px solid #67c23a;
+}
+
+.detail-card >>> .el-card__header {
+  background-color: #f5f7fa;
+  border-bottom: 1px solid #e6ebf5;
+  padding: 15px 20px;
 }
 
 .detail-title {
-  font-size: 16px;
+  font-size: 18px;
   font-weight: bold;
+  color: #303133;
+}
+
+.attachment-section {
+  margin-top: 20px;
+  padding-top: 20px;
+  border-top: 1px solid #e6ebf5;
+}
+
+.attachment-header h3 {
+  font-size: 16px;
+  color: #303133;
+  margin-bottom: 15px;
+  padding-bottom: 10px;
+  border-bottom: 1px solid #eee;
 }
 
 .attachment-upload-section {
@@ -622,6 +1218,7 @@
   justify-content: space-between;
   align-items: center;
   margin-bottom: 15px;
+  padding: 10px 0;
 }
 
 .upload-title {
@@ -639,6 +1236,9 @@
   text-align: center;
   padding: 40px 0;
   color: #909399;
+  border: 1px dashed #dcdfe6;
+  border-radius: 4px;
+  margin-top: 20px;
 }
 
 /* 鍥剧墖棰勮瀵硅瘽妗嗘牱寮� */

--
Gitblit v1.9.3