From 267862835e0a095eae9537dcc35cfcbdf5fece78 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 20 十二月 2023 17:49:54 +0800
Subject: [PATCH] 11

---
 src/views/project/donationdetails/index.vue |   37 ++++++++++++++++++++++---------------
 1 files changed, 22 insertions(+), 15 deletions(-)

diff --git a/src/views/project/donationdetails/index.vue b/src/views/project/donationdetails/index.vue
index 2c1b3b8..d179f61 100644
--- a/src/views/project/donationdetails/index.vue
+++ b/src/views/project/donationdetails/index.vue
@@ -153,7 +153,7 @@
       </div>
     </div>
     <!-- 鍙充晶鏁版嵁 -->
-    <div style="background: #fff;">
+    <div style="background: #fff; width: 80%;">
       <!-- 椤堕儴鏁版嵁 -->
       <div class="boxdiv">
         <div class="top-text">鎹愮尞妗堜緥淇℃伅</div>
@@ -213,7 +213,7 @@
                   >
                   </el-date-picker>
                 </el-form-item>
-              </el-col>              
+              </el-col>
             </el-row>
             <el-row>
               <el-col :span="6">
@@ -246,7 +246,7 @@
                     @blur="updateMessage"
                   />
                 </el-form-item>
-              </el-col>                
+              </el-col>
               <el-col :span="6">
                 <el-form-item label="鍑虹敓鏃ユ湡" prop="birthday">
                   <el-date-picker
@@ -259,7 +259,7 @@
                   >
                   </el-date-picker>
                 </el-form-item>
-              </el-col>                          
+              </el-col>
             </el-row>
             <el-row>
               <el-col :span="6">
@@ -729,15 +729,12 @@
             @click="Terminationcase"
             >{{ showTerminationBtn == 0 ? "缁堟" : "鎭㈠" }}</el-button
           >
-          <el-button
+          <!-- <el-button
             v-show="Reportforreview"
             type="primary"
             @click="Reportforreview"
             >鎻愪氦</el-button
-          >
-
-          <!-- <el-button @click="cancel">鍙� 娑�</el-button> -->
-          <!-- <el-button @click="handleapproval">鎻愪氦瀹℃牳</el-button> -->
+          > -->
         </div>
       </div>
       <!-- 鍖诲璇勪及 -->
@@ -2095,8 +2092,18 @@
         </div>
       </div>
       <!-- 瀹岀粨娴佺▼ -->
-      <div class="boxdiv" v-show="actives > 6">
-        <h3>鍏ㄩ儴娴佺▼宸插畬缁擄紒</h3>
+      <div class="boxdiv"  v-show="actives > 6">
+        <div style="display:flex; line-height: 100px; justify-content: center;">
+          <!-- <el-image
+            style="width: 100px; height: 100px"
+            :src="require('@/assets/images/wanc.png')"
+          ></el-image> -->
+          <div style="padding: 20px 0; margin: 0 30px">
+            <img style="width: 60px; height: 60px" src="@/assets/images/wanc.png" class="user-avatar" />
+          </div>
+          <div style="font-size: 28px;">鍏ㄩ儴娴佺▼宸插畬缁擄紒</div>
+          <img style="width: 100px; height: 100px" src="@/assets/images/zhan.png" class="user-avatar" />
+        </div>
       </div>
     </div>
     <!-- 闄勪欢寮圭獥 -->
@@ -2666,7 +2673,7 @@
             console.log("浼︾悊瀹℃煡鏁版嵁涓虹┖");
           }
         });
-      } else if (this.actives == 4 && !this.medicineform[0]) {
+      } else if (this.actives == 4 && !this.allocationform[0]) {
         listDonateorgan(searchParam).then(response => {
           if (response.code == 200) {
             if (response.rows[0]) {
@@ -2952,7 +2959,7 @@
                 this.$modal.msgSuccess("鑾峰彇瑙佽瘉淇℃伅鏂板鎴愬姛");
               });
             }
-            this.form.donationcategory=this.witnessform.donationcategory;
+            this.form.donationcategory = this.witnessform.donationcategory;
             this.Processvalidation();
           }
         });
@@ -2971,7 +2978,7 @@
               }
             });
             // 淇濆瓨纭淇℃伅
-            if (this.accomplishform.id) {
+            if (this.accomplishform.dcid) {
               console.log(this.accomplishform);
               updateDonatecompletioninfo(this.accomplishform).then(response => {
                 this.$modal.msgSuccess("瀹屾垚鐧昏淇℃伅淇敼鎴愬姛");
@@ -3070,7 +3077,7 @@
     Processvalidation() {
       console.log(this.form.workflow);
       console.log(this.actives);
-      if (this.form.workflow + 1 == this.actives) {
+      if (this.form.workflow + 1 == this.actives || this.actives == 6) {
         if (this.form.workflow <= 6) {
           this.form.workflow++;
         } else {

--
Gitblit v1.9.3