From c10b1e130ccbc94e6481a43e8e2d35cfc8fcf83b Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期五, 26 十二月 2025 18:05:06 +0800
Subject: [PATCH] feat:显示问题

---
 app/pages/index.vue |  369 ++++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 339 insertions(+), 30 deletions(-)

diff --git a/app/pages/index.vue b/app/pages/index.vue
index caf793a..ce9d0b4 100644
--- a/app/pages/index.vue
+++ b/app/pages/index.vue
@@ -153,7 +153,7 @@
                
                 <view class="info-item">
                   <view class="label">鎵ц浜哄憳:</view>
-                  <view class="value">{{ task.assignee }}</view>
+                  <view class="value">{{ getAssigneesDisplay(task) }}</view>
                 </view>
               </view>
             </view>
@@ -232,17 +232,39 @@
         </view>
       </view>
     </scroll-view>
+    
+    <!-- 鍙栨秷鍘熷洜閫夋嫨瀵硅瘽妗� -->
+    <uni-popup ref="cancelPopup" type="center" :is-mask-click="false">
+      <view class="cancel-dialog">
+        <view class="dialog-title">璇烽�夋嫨鍙栨秷鍘熷洜</view>
+        <picker mode="selector" :range="cancelReasonList" range-key="label" @change="selectCancelReason">
+          <view class="reason-picker">
+            <view class="picker-label">鍙栨秷鍘熷洜</view>
+            <view class="picker-value">
+              {{ selectedCancelReasonLabel }}
+            </view>
+            <uni-icons type="arrowright" size="16"></uni-icons>
+          </view>
+        </picker>
+        <view class="dialog-buttons">
+          <button class="cancel-btn" @click="closeCancelDialog">鍙栨秷</button>
+          <button class="confirm-btn" @click="confirmCancelTask">纭畾</button>
+        </view>
+      </view>
+    </uni-popup>
   </view>
 </template>
 
 <script>
 import { mapState } from "vuex";
-import { getMyTasks, changeTaskStatus } from "@/api/task";
+import { getMyTasks, changeTaskStatus, checkTaskConsentAttachment } from "@/api/task";
 import { getUserProfile } from "@/api/system/user";
 import { getUserBoundVehicle } from "@/api/vehicle";
 import { getUnreadCount } from "@/api/message";
+import { getDicts } from "@/api/dict";
 import { formatDateTime } from "@/utils/common";
 import subscribeManager from "@/utils/subscribe";
+import { checkTaskCanDepart } from "@/utils/taskValidator";
 
 export default {
   data() {
@@ -267,6 +289,12 @@
       currentPage: 1,
       pageSize: 10,
       hasMore: true,
+      
+      // 鍙栨秷鍘熷洜鐩稿叧
+      cancelReasonList: [], // 鍙栨秷鍘熷洜鍒楄〃
+      showCancelDialog: false, // 鏄剧ず鍙栨秷鍘熷洜瀵硅瘽妗�
+      selectedCancelReason: '', // 閫変腑鐨勫彇娑堝師鍥�
+      currentCancelTask: null // 褰撳墠瑕佸彇娑堢殑浠诲姟
     };
   },
   computed: {
@@ -287,6 +315,15 @@
           "IN_PROGRESS",
         ].includes(task.taskStatus);
       });
+    },
+    
+    // 鑾峰彇閫変腑鐨勫彇娑堝師鍥犳爣绛撅紙鐢ㄤ簬寮圭獥鏄剧ず锛�
+    selectedCancelReasonLabel() {
+      if (!this.selectedCancelReason || !this.cancelReasonList.length) {
+        return '璇烽�夋嫨'
+      }
+      const reason = this.cancelReasonList.find(r => r.value === this.selectedCancelReason)
+      return reason ? reason.label : '璇烽�夋嫨'
     },
   },
   onLoad() {
@@ -309,6 +346,8 @@
     this.loadRunningTasks();
     // 鍔犺浇鏈娑堟伅鏁伴噺
     this.loadUnreadMessageCount();
+    // 鍔犺浇鍙栨秷鍘熷洜瀛楀吀
+    this.loadCancelReasonDict();
   },
   onShow() {
     // 妫�鏌ョ敤鎴锋槸鍚﹀凡鐧诲綍
@@ -568,18 +607,44 @@
     // 鑾峰彇鐩殑鍦版樉绀哄唴瀹癸紙杞繍浠诲姟鏄剧ず杞叆鍖婚櫌鍚嶇О鎴栬缁嗗湴鍧�锛�
     getEndLocationDisplay(task) {
       // 濡傛灉鏄浆杩愪换鍔′笖鏈塭mergencyInfo淇℃伅
+      // console.log("get end location display",task.taskType,task.emergencyInfo.hospitalInAddress,task.showTaskCode);
       if (task.taskType === 'EMERGENCY_TRANSFER' && task.emergencyInfo) {
+        // console.log('杞繍浠诲姟 - 绱ф�ヤ俊鎭�:', task.emergencyInfo)
         // 浼樺厛鏄剧ず杞叆鍖婚櫌鍚嶇О
-        if (task.emergencyInfo.hospitalInName) {
-          if(task.emergencyInfo.hospitalInName.includes("瀹朵腑")){
-            return task.emergencyInfo.destinationAddress;
-          }
-          return task.emergencyInfo.hospitalInName;
-        }
-      
+        // console.log("get end local",task.emergencyInfo.hospitalInAddress);
+        return task.emergencyInfo.hospitalInAddress;
+        // if (task.emergencyInfo.hospitalInName) {
+        //   if(task.emergencyInfo.hospitalInName.includes("瀹朵腑")){
+        //     return task.emergencyInfo.destinationAddress;
+        //   }
+        //   return task.emergencyInfo.hospitalInName;
+        // }
+        // // 濡傛灉娌℃湁杞叆鍖婚櫌鍚嶇О锛屼絾鏈夎浆鍏ュ尰闄㈠湴鍧�锛屽垯鏄剧ず鍦板潃
+        // if (task.emergencyInfo.hospitalInAddress) {
+        //   return task.emergencyInfo.hospitalInAddress;
+        // }
       }
       // 鍏朵粬鎯呭喌浣跨敤鍘熸潵鐨別ndLocation
       return this.formatAddress(task.endLocation || "鏈缃�");
+    },
+    
+    // 鑾峰彇鎵ц浜哄憳鏄剧ず锛堜粠 assignees 鏁扮粍涓彁鍙� userName锛�
+    getAssigneesDisplay(task) {
+      // 濡傛灉鏈� assignees 鏁扮粍涓斾笉涓虹┖
+      if (task.assignees && task.assignees.length > 0) {
+        // 鎻愬彇鎵�鏈� userName锛岃繃婊ゆ帀绌哄��
+        const userNames = task.assignees
+          .map(assignee => assignee.userName)
+          .filter(name => name); // 杩囨护鎺� null/undefined/绌哄瓧绗︿覆
+        
+        // 濡傛灉鏈夋湁鏁堢殑鐢ㄦ埛鍚嶏紝鐢ㄩ�楀彿杩炴帴
+        if (userNames.length > 0) {
+          return userNames.join('銆�');
+        }
+      }
+      
+      // 濡傛灉娌℃湁 assignees 鏁扮粍锛屼娇鐢ㄦ棫鐨� assigneeName 鎴� assignee 瀛楁
+      return task.assigneeName || task.assignee || '鏈垎閰�';
     },
 
     // 杞崲鐘舵�佹牸寮忥紙灏嗘暟鎹簱鐘舵�佽浆鎹负UI浣跨敤鐨勭姸鎬侊級
@@ -613,26 +678,102 @@
     },
 
     // 澶勭悊浠诲姟鎿嶄綔
-    handleTaskAction(task, action) {
+    async handleTaskAction(task, action) {
       switch (action) {
         case "depart":
           // 鍑哄彂 -> 鐘舵�佸彉涓哄嚭鍙戜腑
-          this.$modal
-            .confirm("纭畾瑕佸嚭鍙戝悧锛�")
-            .then(() => {
-              this.updateTaskStatus(task.taskId, "DEPARTING", "浠诲姟宸插嚭鍙�");
-            })
-            .catch(() => {});
+          // 鏄剧ず鍔犺浇鎻愮ず
+          uni.showLoading({
+            title: "妫�鏌ヤ换鍔$姸鎬�...",
+          });
+
+          try {
+            // 璋冪敤宸ュ叿绫绘鏌ヤ换鍔℃槸鍚﹀彲浠ュ嚭鍙戯紙鍖呭惈鍩烘湰鏍¢獙鍜屽啿绐佹鏌ワ級
+            const checkResult = await checkTaskCanDepart(task);
+
+            uni.hideLoading();
+
+            console.log("鍑哄彂妫�鏌ョ粨鏋�:", checkResult);
+            console.log("valid:", checkResult.valid);
+            console.log("conflicts:", checkResult.conflicts);
+
+            if (!checkResult.valid) {
+              // 鏍¢獙澶辫触锛屾樉绀烘彁绀轰俊鎭苟鎻愪緵璺宠浆閫夐」
+              const conflicts = checkResult.conflicts || [];
+              const conflictInfo = conflicts.length > 0 ? conflicts[0] : null;
+
+              console.log("鍐茬獊淇℃伅:", conflictInfo);
+
+              // 濡傛灉鏈夊啿绐佷换鍔′俊鎭紝鎻愪緵璺宠浆鎸夐挳
+              if (conflictInfo && conflictInfo.taskId) {
+                console.log(
+                  "鏄剧ず甯﹁烦杞寜閽殑寮圭獥锛屼换鍔D:",
+                  conflictInfo.taskId
+                );
+
+                const conflictTaskId = conflictInfo.taskId;
+                const message =
+                  checkResult.message || conflictInfo.message || "瀛樺湪鍐茬獊浠诲姟";
+
+                uni.showModal({
+                  title: "鎻愮ず",
+                  content: message,
+                  confirmText: "鍘诲鐞�",
+                  cancelText: "鐭ラ亾浜�",
+                  success: function (res) {
+                    console.log("寮圭獥鐐瑰嚮缁撴灉:", res);
+                    if (res.confirm) {
+                      // 鐢ㄦ埛鐐瑰嚮"鐜板湪鍘诲鐞�"锛岃烦杞埌鍐茬獊浠诲姟璇︽儏椤�
+                      console.log("鍑嗗璺宠浆鍒颁换鍔¤鎯呴〉:", conflictTaskId);
+                      uni.navigateTo({
+                        url: `/pagesTask/detail?id=${conflictTaskId}`,
+                      });
+                    }
+                  },
+                  fail: function (err) {
+                    console.error("鏄剧ず寮圭獥澶辫触:", err);
+                  },
+                });
+              } else {
+                // 娌℃湁鍐茬獊浠诲姟ID锛屽彧鏄剧ず鎻愮ず
+                console.log("鏄剧ず鏅�氭彁绀哄脊绐�");
+                uni.showModal({
+                  title: "鎻愮ず",
+                  content: checkResult.message || "浠诲姟鏍¢獙澶辫触",
+                  showCancel: false,
+                  confirmText: "鐭ラ亾浜�",
+                  fail: function (err) {
+                    console.error("鏄剧ず寮圭獥澶辫触:", err);
+                  },
+                });
+              }
+              return;
+            }
+
+            // 鎵�鏈夋鏌ラ�氳繃锛屽彲浠ュ嚭鍙�
+            this.$modal
+              .confirm("纭畾瑕佸嚭鍙戝悧锛�")
+              .then(() => {
+                this.updateTaskStatus(task.taskId, "DEPARTING", "浠诲姟宸插嚭鍙�");
+              })
+              .catch(() => {});
+          } catch (error) {
+            uni.hideLoading();
+            console.error("妫�鏌ヤ换鍔$姸鎬佸け璐�:", error);
+            // 妫�鏌ュけ璐ユ椂锛屼粛鐒跺厑璁稿嚭鍙�
+            this.$modal
+              .confirm("妫�鏌ヤ换鍔$姸鎬佸け璐ワ紝鏄惁缁х画鍑哄彂锛�")
+              .then(() => {
+                this.updateTaskStatus(task.taskId, "DEPARTING", "浠诲姟宸插嚭鍙�");
+              })
+              .catch(() => {});
+          }
           break;
 
         case "cancel":
-          // 鍙栨秷 -> 浜屾纭鍚庣姸鎬佸彉涓哄凡鍙栨秷
-          this.$modal
-            .confirm("纭畾瑕佸彇娑堟浠诲姟鍚楋紵")
-            .then(() => {
-              this.updateTaskStatus(task.taskId, "CANCELLED", "浠诲姟宸插彇娑�");
-            })
-            .catch(() => {});
+          // 鍙栨秷 -> 鏄剧ず鍙栨秷鍘熷洜閫夋嫨瀵硅瘽妗�
+          this.currentCancelTask = task;
+          this.showCancelReasonDialog();
           break;
 
         case "arrive":
@@ -667,12 +808,8 @@
 
         case "complete":
           // 宸插畬鎴� -> 鐘舵�佸彉涓哄凡瀹屾垚
-          this.$modal
-            .confirm("纭浠诲姟宸插畬鎴愶紵")
-            .then(() => {
-              this.updateTaskStatus(task.taskId, "COMPLETED", "浠诲姟宸插畬鎴�");
-            })
-            .catch(() => {});
+          // 闇�瑕佹鏌ユ槸鍚︿笂浼犱簡鐭ユ儏鍚屾剰涔�
+          this.checkConsentAttachmentAndThen(task.taskId, "COMPLETED", "浠诲姟宸插畬鎴�");
           break;
       }
     },
@@ -682,9 +819,104 @@
       // 鑾峰彇GPS浣嶇疆淇℃伅
       this.getLocationAndUpdateStatus(taskId, status, remark);
     },
+    
+    // 鍔犺浇鍙栨秷鍘熷洜瀛楀吀
+    loadCancelReasonDict() {
+      getDicts('task_cancel_reason').then(response => {
+        if (response.code === 200 && response.data) {
+          this.cancelReasonList = response.data.map(item => ({
+            value: item.dictValue,
+            label: item.dictLabel
+          }))
+        }
+      }).catch(error => {
+        console.error('鍔犺浇鍙栨秷鍘熷洜瀛楀吀澶辫触:', error)
+      })
+    },
+    
+    // 鏄剧ず鍙栨秷鍘熷洜瀵硅瘽妗�
+    showCancelReasonDialog() {
+      this.selectedCancelReason = ''
+      this.$refs.cancelPopup.open()
+    },
+    
+    // 纭鍙栨秷浠诲姟
+    confirmCancelTask() {
+      if (!this.selectedCancelReason) {
+        this.$modal.showToast('璇烽�夋嫨鍙栨秷鍘熷洜')
+        return
+      }
+      
+      this.$refs.cancelPopup.close()
+      
+      // 璋冪敤鏇存柊鐘舵�佹柟娉曪紝浼犻�掑彇娑堝師鍥�
+      this.updateTaskStatusWithCancelReason(this.currentCancelTask.taskId, 'CANCELLED', '浠诲姟宸插彇娑�', this.selectedCancelReason)
+    },
+    
+    // 鍙栨秷瀵硅瘽妗嗗叧闂�
+    closeCancelDialog() {
+      this.$refs.cancelPopup.close()
+      this.selectedCancelReason = ''
+      this.currentCancelTask = null
+    },
+    
+    // 閫夋嫨鍙栨秷鍘熷洜
+    selectCancelReason(e) {
+      this.selectedCancelReason = this.cancelReasonList[e.detail.value].value
+    },
+    
+    // 甯﹀彇娑堝師鍥犵殑鐘舵�佹洿鏂�
+    updateTaskStatusWithCancelReason(taskId, status, remark, cancelReason) {
+      this.getLocationAndUpdateStatus(taskId, status, remark, cancelReason)
+    },
+    
+    // 妫�鏌ョ煡鎯呭悓鎰忎功闄勪欢骞舵洿鏂扮姸鎬�
+    async checkConsentAttachmentAndThen(taskId, status, remark) {
+      try {
+        uni.showLoading({
+          title: '妫�鏌ラ檮浠�...'
+        });
+        
+        // 娉ㄦ剰锛氳繖閲屼細琚姹傛嫤鎴櫒澶勭悊锛宑ode !== 200 鏃朵細 reject
+        const response = await checkTaskConsentAttachment(taskId).catch(err => {
+          // 鎷︽埅鍣� reject 鐨勬儏鍐碉紝杩斿洖涓�涓粯璁ゅ璞�
+          console.log('璇锋眰琚嫤鎴櫒 reject锛宔rr:', err);
+          return { code: -1, msg: '鏈笂浼犵煡鎯呭悓鎰忎功' };
+        });
+        
+        uni.hideLoading();
+        console.log('妫�鏌ラ檮浠剁粨鏋�:', response);
+        
+        if (response && response.code === 200) {
+          // 宸蹭笂浼犵煡鎯呭悓鎰忎功锛岀户缁洿鏂扮姸鎬�
+          console.log('宸蹭笂浼犵煡鎯呭悓鎰忎功锛岀户缁畬鎴愪换鍔�');
+          this.$modal
+            .confirm("纭浠诲姟宸插畬鎴愶紵")
+            .then(() => {
+              this.updateTaskStatus(taskId, status, remark);
+            })
+            .catch(() => {});
+        } else {
+          // 鏈笂浼犵煡鎯呭悓鎰忎功鎴栧叾浠栭敊璇紝闃绘瀹屾垚
+          const message = (response && response.msg) || '浠诲姟鏈笂浼犵煡鎯呭悓鎰忎功锛屾棤娉曞畬鎴愪换鍔�';
+          console.log('鏈笂浼犵煡鎯呭悓鎰忎功锛岄樆姝㈠畬鎴�');
+          
+          this.$modal.confirm(message + '銆傛槸鍚︾幇鍦ㄥ幓涓婁紶锛�').then(() => {
+            // 璺宠浆鍒颁换鍔¤鎯呴〉涓婁紶闄勪欢
+            this.$tab.navigateTo(`/pagesTask/detail?id=${taskId}`);
+          }).catch(() => {});
+        }
+      } catch (error) {
+        uni.hideLoading();
+        console.error('妫�鏌ラ檮浠跺紓甯�:', error);
+        
+        // 濡傛灉妫�鏌ュけ璐ワ紙缃戠粶寮傚父绛夛級锛屼笉鍏佽瀹屾垚浠诲姟
+        this.$modal.showToast('妫�鏌ラ檮浠剁姸鎬佸け璐ワ紝鏃犳硶瀹屾垚浠诲姟');
+      }
+    },
 
     // 鑾峰彇浣嶇疆淇℃伅骞舵洿鏂扮姸鎬�
-    getLocationAndUpdateStatus(taskId, status, remark) {
+    getLocationAndUpdateStatus(taskId, status, remark, cancelReason) {
       const that = this;
 
       // 浣跨敤uni.getLocation鑾峰彇GPS浣嶇疆
@@ -711,6 +943,11 @@
             speed: res.speed,
             heading: res.direction || res.heading,
           };
+          
+          // 濡傛灉鏈夊彇娑堝師鍥狅紝娣诲姞鍒拌姹傛暟鎹腑
+          if (cancelReason) {
+            statusData.cancelReason = cancelReason
+          }
 
           changeTaskStatus(taskId, statusData)
             .then((response) => {
@@ -732,6 +969,11 @@
                 taskStatus: status,
                 remark: remark,
               };
+              
+              // 濡傛灉鏈夊彇娑堝師鍥狅紝娣诲姞鍒拌姹傛暟鎹腑
+              if (cancelReason) {
+                statusData.cancelReason = cancelReason
+              }
 
               changeTaskStatus(taskId, statusData)
                 .then((response) => {
@@ -1178,6 +1420,10 @@
                 font-size: 26rpx;
                 flex: 1;
                 word-break: break-all;
+                overflow-wrap: break-word;
+                line-height: 1.5;
+                max-height: none;
+                overflow: visible;
               }
             }
           }
@@ -1269,4 +1515,67 @@
     }
   }
 }
+
+// 鍙栨秷鍘熷洜瀵硅瘽妗嗘牱寮�
+.cancel-dialog {
+  width: 600rpx;
+  background-color: white;
+  border-radius: 20rpx;
+  padding: 40rpx;
+  
+  .dialog-title {
+    font-size: 32rpx;
+    font-weight: bold;
+    text-align: center;
+    margin-bottom: 30rpx;
+    color: #333;
+  }
+  
+  .reason-picker {
+    display: flex;
+    align-items: center;
+    justify-content: space-between;
+    padding: 20rpx 30rpx;
+    background-color: #f5f5f5;
+    border-radius: 10rpx;
+    margin-bottom: 30rpx;
+    
+    .picker-label {
+      font-size: 28rpx;
+      color: #666;
+    }
+    
+    .picker-value {
+      flex: 1;
+      text-align: right;
+      margin: 0 20rpx;
+      font-size: 28rpx;
+      color: #333;
+    }
+  }
+  
+  .dialog-buttons {
+    display: flex;
+    gap: 20rpx;
+    
+    button {
+      flex: 1;
+      height: 80rpx;
+      line-height: 80rpx;
+      border-radius: 10rpx;
+      font-size: 28rpx;
+      border: none;
+    }
+    
+    .cancel-btn {
+      background-color: #f5f5f5;
+      color: #666;
+    }
+    
+    .confirm-btn {
+      background-color: #007AFF;
+      color: white;
+    }
+  }
+}
 </style>
\ No newline at end of file

--
Gitblit v1.9.1