From 908b9876dde97acbb09c53dc6debe3eecbb9d1b4 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期二, 28 四月 2026 22:10:32 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 small-program/pages/itinerary/itinerary.vue |  104 +++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 82 insertions(+), 22 deletions(-)

diff --git a/small-program/pages/itinerary/itinerary.vue b/small-program/pages/itinerary/itinerary.vue
index 53bc3a8..20e1561 100644
--- a/small-program/pages/itinerary/itinerary.vue
+++ b/small-program/pages/itinerary/itinerary.vue
@@ -14,7 +14,7 @@
 							:key="item.value"
 							class="filter-tab"
 							:class="{ active: activeTab === item.value }"
-							@tap="activeTab = item.value"
+							@click="changeTab(item) "
 						>
 							{{ item.label }}
 						</view>
@@ -33,9 +33,15 @@
 								<text class="head-name text-ellipsis">{{ item.depositShopName||'' }}</text>
 								<text class="head-user">{{ item.takeUser ||'' }}</text>
 							</view>
-							<text v-if="item.status < 7" class=" status-text status-orange">{{ item.statusName||'' }}</text>
-							<text v-else-if="item.status ===7" class=" status-text  status-grey">{{ item.statusName||'' }}</text>
-							<text v-else-if="item.status >7" class=" status-text status-grey">{{ item.statusName||'' }}</text>
+							<view style="display: flex;flex-direction: column;">
+								<text v-if="item.status ===5 && item.overdueStatus ===1 "  class="status-text" style="color: red;">瓒呮椂鏈彇浠�</text>
+								<text v-else-if="item.status ===5 && item.overdueStatus ===3 "  class="status-text" style="color: red;">瓒呮椂鍒板簵鍙栦欢</text>
+								<text v-else-if="item.status < 7" class=" status-text status-orange">{{ item.statusName||'' }}</text>
+								<text v-else-if="item.status ===7" class=" status-text  status-grey">{{ item.statusName||'' }}</text>
+								<text v-else class=" status-text status-grey">{{ item.statusName||'' }}</text>  
+								<text v-if="item.status ===5 && item.overdueStatus ===1 "  class="status-text" style="color: red;font-size: 24rpx;">閫炬湡璐圭敤楼{{((item.overdueFee || 0)/100).toFixed(2)}}</text>
+								<text v-if="item.status ===5 && item.overdueStatus ===3 "  class="status-text" style="color: red;font-size: 24rpx;">閫炬湡璐圭敤楼{{((item.overdueFee || 0)/100).toFixed(2)}}</text>
+							</view>
 						</view>	
 						<view v-else class="head-city">
 							<view class="head-copy city-left">
@@ -48,9 +54,15 @@
 								<view class="arrow-head"></view>
 							</view>
 							<view class="head-copy city-right align-right">
-								<text v-if="item.status < 7" class=" status-text status-orange">{{ item.statusName||'' }}</text>
-								<text v-else-if="item.status ===7" class="status-text  status-grey" >{{ item.statusName||'' }}</text>
-								<text v-else-if="item.status >7" class=" status-text status-grey">{{ item.statusName||'' }}</text>
+								<view style="display: flex;flex-direction: column;">
+									<text v-if="item.status ===5 && item.overdueStatus ===1 "  class="status-text" style="color: red;">瓒呮椂鏈彇浠�</text>
+									<text v-else-if="item.status ===5 && item.overdueStatus ===3 "  class="status-text" style="color: red;">瓒呮椂鍒板簵鍙栦欢</text>
+									<text v-else-if="item.status < 7" class=" status-text status-orange">{{ item.statusName||'' }}</text>
+									<text v-else-if="item.status ===7" class=" status-text  status-grey">{{ item.statusName||'' }}</text>
+									<text v-else class=" status-text status-grey">{{ item.statusName||'' }}</text>  
+									<text v-if="item.status ===5 && item.overdueStatus ===1 "  class="status-text" style="color: red;font-size: 24rpx;">閫炬湡璐圭敤楼{{((item.overdueFee || 0)/100).toFixed(2)}}</text>
+									<text v-if="item.status ===5 && item.overdueStatus ===3 "  class="status-text" style="color: red;font-size: 24rpx;">閫炬湡璐圭敤楼{{((item.overdueFee || 0)/100).toFixed(2)}}</text>
+								</view>
 								<text class="head-name text-ellipsis">{{ item.takeShopName || item.takeLocation||'' }}</text>
 								<text class="head-user">{{ item.takeUser||'' }}</text>
 							</view>
@@ -92,6 +104,7 @@
 							 <view class="footer-btn contact-btn" v-if="item.status ===0 || item.status ===1"  @click="cancelOrder(item)">鍙栨秷璁㈠崟</view>
 							<view class="footer-btn contact-btn" @click="deleteOrder(item)" v-if="item.status ===7 || item.status===96 || item.status == 99">鍒犻櫎璁㈠崟</view>
 							<view class="footer-btn primary-btn"  @click="payOrder(item)" v-if="item.status ===0">绔嬪嵆鏀粯</view>
+							<view class="footer-btn primary-btn" @click="payOrderFee(item)" v-if="item.status ===5 && item.overdueStatus===3 ">绔嬪嵆鏀粯</view>
 							<view class="footer-btn primary-btn" v-if="item.status >=1 &&item.status <7 " @click="openQrcode(item)" >鏍搁攢鐮�</view>
 							<view class="footer-btn primary-btn" @click="evaluateOrder(item)" v-if="item.status ===7 && !item.commentStatus ">璇勪环璁㈠崟</view>
 						</view>
@@ -99,8 +112,9 @@
 							<view class="footer-btn contact-btn" @click="contactPhone(item,0)" v-if="item.status ===1 || item.status ==2">鑱旂郴闂ㄥ簵</view> 
 							<view class="footer-btn contact-btn" @click="contactPhone(item,2)" v-if="item.status ===3 || item.status ===4 ">鑱旂郴楠戞墜</view>
 							<view class="footer-btn contact-btn" @click="contactPhone(item,1)" v-if="item.status ===5">鑱旂郴闂ㄥ簵</view>
-								<view class="footer-btn contact-btn" v-if="item.status ===0"  @click="cancelOrder(item)">鍙栨秷璁㈠崟</view>
-								<view class="footer-btn primary-btn" @click="payOrder(item)" v-if="item.status ===0">绔嬪嵆鏀粯</view>
+							<view class="footer-btn contact-btn" v-if="item.status ===0"  @click="cancelOrder(item)">鍙栨秷璁㈠崟</view>
+							<view class="footer-btn primary-btn" @click="payOrder(item)" v-if="item.status ===0">绔嬪嵆鏀粯</view>
+							<view class="footer-btn primary-btn" @click="payOrderFee(item)" v-if="item.status ===5 && item.overdueStatus===3 ">绔嬪嵆鏀粯</view>
 							<view class="footer-btn contact-btn" @click="deleteOrder(item)" v-if="item.status ===7 || item.status===96 || item.status == 99">鍒犻櫎璁㈠崟</view>
 							<view class="footer-btn primary-btn" @click="cancelOrder(item)" v-if="item.status ===1">鐢宠閫�娆�</view>
 							<view class="footer-btn primary-btn" v-if="item.status ===1 || (item.takeShopId && item.status ===5)" @click="openQrcode(item)" >鏍搁攢鐮�</view>
@@ -192,7 +206,7 @@
 						<image class="qrcode-image" :src="qrcodeImage" mode="widthFix"></image>
 					</view>
 					<text class="pickup-code">{{ currentOrder.memberVerifyCode||'' }}</text>
-					<text class="pickup-tip" @tap="copyCode">鐐瑰嚮澶嶅埗鑷彁鐮�</text>
+					<text class="pickup-tip" @tap="copyCode">鐐瑰嚮澶嶅埗鏍搁攢鐮�</text>
 				</view>
 			</view>
 		</u-popup>
@@ -235,22 +249,22 @@
 					{ label: '寰呴厤閫�', value: 2 },
 					{ label: '寰呮敹璐�', value: 3},
 					{ label: '宸插畬鎴�', value: 4},
-					{ label: '宸查��娆�', value: 5}
+					{ label: '宸插彇娑�', value: 5}
 				],
 				dataList: []
 			}
 		},
-		watch: {
-			activeTab() {
-			  this.getFirstPageData()
-			}
-		},
+		// watch: {
+		// 	activeTab() {
+		// 	  this.getFirstPageData()
+		// 	}
+		// },
 		onLoad(options) {
 			console.log(options )
 			this.activeTab = -1
-			if (options.status != null && options.status != undefined) {
+			/* if (options.status != null && options.status != undefined) {
 				this.activeTab =  Number(options.status)
-			}
+			} */
 			var that =this
 			uni.$on('updateOrder',function(data){
 				console.log('鐩戝惉鍒颁簨浠舵潵鑷� update 锛屾惡甯﹀弬鏁� msg 涓猴細' ,data);
@@ -271,6 +285,8 @@
 			 })
 		},
 		onShow() {
+			
+			this.activeTab = -1
 			this.showDone=false
 			this.showCancel=false
 			this.showDelete=false
@@ -283,16 +299,59 @@
 			this.linkItem={title:'',linkname:'',linkphone:''}
 			var orderStatus = uni.getStorageSync("orderStatus");
 			console.log(orderStatus,"==================")
-			if (orderStatus != null &&orderStatus != undefined) {
-				this.activeTab =  Number(orderStatus)
+			if (orderStatus != null &&orderStatus != undefined ) {
+				if( Number(orderStatus) === -2){
+					this.activeTab = 0
+				} else{
+					this.activeTab =  Number(orderStatus)
+				}
 			}
 			uni.clearStorageSync("orderStatus")
-			// this.getFirstPageData()
+			this.getFirstPageData()
 		},
 		onReachBottom(){
 			this.getDataList();
 		},
 		methods: {
+			changeTab(item){
+				 this.activeTab = item.value
+				 this.getFirstPageData()
+			},
+			payOrderFee(info){
+				var that = this;
+				uni.showLoading({ title: '鍙戣捣鏀粯涓�...', mask: true })
+				this.$u.api.payOverdueFee({
+					orderId: info.id
+				}).then(res => {
+					uni.hideLoading()
+					if (res.code === 200 && res.data) {
+						let paymentData = res.data.response
+						uni.requestPayment({
+							provider: 'wxpay',
+							timeStamp: paymentData.timeStamp || '',
+							nonceStr: paymentData.nonceStr || '',
+							package: paymentData.package || '',
+							signType: paymentData.signType || 'MD5',
+							paySign: paymentData.paySign || '',
+							success: (res) => {
+								that.getFirstPageData()
+							},
+							fail: (err) => {
+								if (err.errMsg.includes('cancel')) {
+									uni.showToast({ title: '宸插彇娑堟敮浠�', icon: 'none' })
+								} else {
+									uni.showToast({ title: '鏀粯澶辫触', icon: 'none' })
+								}
+							}
+						})
+					} else {
+						uni.showToast({ title: res.msg || '鏀粯澶辫触', icon: 'none' })
+					}
+				}).catch(err => {
+					uni.hideLoading()
+					uni.showToast({ title: '鏀粯澶辫触', icon: 'none' })
+				})
+			},
 			payOrder(item){
 				var that = this;
 				uni.showLoading({ title: '鍙戣捣鏀粯涓�...', mask: true })
@@ -419,7 +478,7 @@
 					data: this.currentOrder.memberVerifyCode,
 					success: () => {
 						uni.showToast({
-							title: '宸插鍒惰嚜鎻愮爜',
+							title: '宸插鍒舵牳閿�鐮�',
 							icon: 'none'
 						})
 					}
@@ -820,6 +879,7 @@
 		color: #8C939F;
 	}
 	.price-line{
+		padding: 0 30rpx;
 		box-sizing: border-box;
 		display: flex;
 		align-items: flex-end;

--
Gitblit v1.9.3