From 0c94177318838593ec4dd89f7f85ab92ea5a001d Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期四, 31 八月 2023 09:29:31 +0800
Subject: [PATCH] 首页增加新手指导

---
 pages/customer-page/customer-index/customer-index.vue |  214 +++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 182 insertions(+), 32 deletions(-)

diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue
index 499b969..fc96467 100644
--- a/pages/customer-page/customer-index/customer-index.vue
+++ b/pages/customer-page/customer-index/customer-index.vue
@@ -2,9 +2,9 @@
 	<view class="">
 		<view class="customer-index">
 			<view class="customer-index-body">
-				<!-- 寰呴鍙栧拰杞彂鎻愮叅鍗� -->
+				<!-- 寰呴鍙栧拰杞彂閫氱煡鍗� -->
 				<view class="wait-collection"
-					style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/customerbanner.png') no-repeat;background-size:contain">
+					:style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/customerbanner.png)`, backgroundSize: 'contain', backgroundRepeat: 'no-repeat' }">
 				</view>
 				<view style="position: relative;top: -120px;">
 					<u-empty mode="data"
@@ -20,45 +20,61 @@
 						@click="cardBodyClick(item)">
 						<view class="first-line">
 							<view class="dispatch-receive">
-								<view class="dispatch">{{ item.filedName }}</view>
+								<view class="dispatch">{{ item.filedName||'' }}</view>
 							</view>
-							<view class="point-number">
-								<text class="residue">{{ item.cars2 }}</text>
-								<text>/{{ item.carNum }}</text>
+							<view class="point-number"
+								v-if="roleType == 1">
+								<text class="residue">{{ item.cars2||'' }}</text>
+								<text>/{{ item.carNum ||''}}</text>
 							</view>
 						</view>
 						<view class="second-line">
 							<view class="coal-name">
-								<view class="">{{ item.coalName }}</view>
+								<view class="">{{ item.coalName ||''}}</view>
 								<view class="black-bar"></view>
 								<view class="coal-type"
-									v-if="item.orderType">{{ item.orderType }}</view>
+									v-if="item.orderType">{{ item.orderType||'' }}</view>
 							</view>
+						</view>
+						<view class="third-line">
+							<!-- <view class="time-icon">
+								<view
+									:style="{backgroundImage: `url(${onlineurl}/appimg/image/banner/carNO.png)`,backgroundSize: 'cover',backgroundRepeat: 'no-repeat',width:'24rpx',height:'24rpx',lineHeight:'24rpx'}">
+								</view>
+							</view> -->
+							<view class="car-num">{{ item.code||''}}</view>
 						</view>
 						<view class="third-line">
 							<view class="time-icon">
 								<view
-									style="width: 24rpx;height: 24rpx;li ne-height: 24rpx;background: url('https://mx.jzeg.cn:9095/appimg/image/banner/clock.png') no-repeat;background-size: cover">
+									:style="{backgroundImage: `url(${onlineurl}/appimg/image/banner/clock.png)`,backgroundSize: 'cover',backgroundRepeat: 'no-repeat',width:'24rpx',height:'24rpx',lineHeight:'24rpx'}">
 								</view>
 							</view>
 							<view class="send-date">{{ item.sendDate }}</view>
 						</view>
 						<view class="fourth-line">
 							<view class="receive"
-								@click.stop="receiveClick(item)">
+								@click.stop="receiveClick(item)"
+								v-if="item.orderType!=='澶栬喘'">
 								<view class="button-image">棰嗗彇</view>
 							</view>
 							<view class="forward"
-								@click.stop="forwardClick(item)">
+								@click.stop="forwardClick(item)"
+								v-if="item.orderType!=='澶栬喘'">
 								<view class="button-image">杞彂</view>
 							</view>
+							<!-- <view class="forward"
+								@click.stop="validateClick(index)"
+								v-if='roleType===4'>
+								<view class="button-image">楠岃川</view>
+							</view> -->
 						</view>
 					</view>
 				</view>
 
-				<!-- 鍘嗗彶鎻愮叅鍗� -->
+				<!-- 鍘嗗彶閫氱煡鍗� -->
 				<view class="history-numbers">
-					<combined-title title="鍘嗗彶鎻愮叅鍗�"></combined-title>
+					<combined-title title="鍘嗗彶閫氱煡鍗�"></combined-title>
 					<scroll-view :scroll-top="scrollTop"
 						scroll-y="true"
 						class="scroll-Y"
@@ -95,14 +111,14 @@
 										v-else-if="roleType == 2">{{ item.carNumSurplus }}</view>
 								</view>
 								<view class="third-line">
-									<view class="third-line_text">鎻愮叅鍗曚釜鏁�:</view>
+									<view class="third-line_text">閫氱煡鍗曚釜鏁�:</view>
 									<view class="third-line_num">{{ item.tmCount }}</view>
 								</view>
 							</view>
 							<view class="fourth">
 								<view class="fourth-icon">
 									<view
-										style="width: 24rpx;height: 24rpx;line-height: 24rpx;background: url('https://mx.jzeg.cn:9095/appimg/image/banner/clock.png') no-repeat;background-size: cover">
+										:style="{backgroundImage: `url(${onlineurl}/appimg/image/banner/clock.png)`,backgroundSize: 'cover',backgroundRepeat: 'no-repeat',width:'24rpx',height:'24rpx',lineHeight:'24rpx'}">
 									</view>
 								</view>
 								<view class="senddate">{{ item.sendDate }}</view>
@@ -110,7 +126,7 @@
 							<view class="fourth">
 								<view class="fourth-icon">
 									<view
-										style="width: 26rpx;height: 26rpx;line-height: 26rpx;background: url('https://mx.jzeg.cn:9095/appimg/image/banner/carnNUm.png') no-repeat;background-size: cover;">
+										:style="{backgroundImage: `url(${onlineurl}/appimg/image/banner/carnNUm.png)`,backgroundSize: 'cover',backgroundRepeat: 'no-repeat',width:'26rpx',height:'26rpx',lineHeight:'26rpx'}">
 									</view>
 								</view>
 								<view class="senddate">{{ item.orderCode }}</view>
@@ -121,6 +137,51 @@
 						<view class="white-block"></view>
 					</scroll-view>
 				</view>
+			</view>
+			<!-- 寮曞椤� -->
+			<view class="noob-tour">
+				<combined-title title="鎿嶄綔鎸囧紩"></combined-title>
+				<u-cell-group>
+					<u-cell title="鏂版墜鎸囧紩"
+						name='1'
+						:clickable="true"
+						@click="noobTour">
+						<u-badge type="primary"
+							value="01"
+							slot='icon'></u-badge>
+						<u-icon slot="value"
+							name="arrow-right"
+							size="30"
+							color="#b8b8b8"></u-icon>
+					</u-cell>
+				</u-cell-group>
+			</view>
+			<!-- 鍥剧墖棰勮寮瑰嚭妗� -->
+			<view class="previewImage-container">
+				<u-popup :show="previewImageShow"
+					mode="center"
+					@close="previewImageClose"
+					@open="previewImageOpen"
+					:closeable='true'>
+					<view class="image-container"
+						@touchstart="touchStart"
+						@touchmove="touchMove"
+						@touchend="touchEnd">
+						<u--image :src="onlineurl+'/appimg/image/tour/quality/'+TourImgList[imgIndex]"
+							width="400px"
+							height="700px"
+							@click='closeImg'
+							mode='widthFix'
+							:style="imageStyle">
+							<view slot="error"
+								style="font-size: 48rpx;">鍔犺浇澶辫触</view>
+						</u--image>
+						<view class=""
+							style="text-align: center;background-color: rgba(0, 0, 0, 0.5);color: white;">
+							{{imgIndex+1}}/{{TourImgList.length}}寮�
+						</view>
+					</view>
+				</u-popup>
 			</view>
 			<!-- 棰嗗彇寮瑰嚭妗� -->
 			<u-popup :show="show"
@@ -146,7 +207,7 @@
 </template>
 
 <script>
-	import card from '@/components/card/card.vue';
+	import { onlineurl } from '@/api/request.js'
 	import combinedTitle from '@/components/combined-title/combined-title.vue';
 	import { customerId } from '@/utils/status';
 	export default {
@@ -157,7 +218,6 @@
 			}
 		},
 		components: {
-			card,
 			combinedTitle
 		},
 		watch: {
@@ -172,12 +232,12 @@
 		computed: {
 			roleType() {
 				return uni.getStorageSync('roleType');
-			}
+			},
 		},
 		data() {
 			return {
 				orderPlanData: [],
-				show: false, // 棰嗗彇鎻愮叅鍗曞脊鍑烘
+				show: false, // 棰嗗彇閫氱煡鍗曞脊鍑烘
 				receiveNum: null,
 				getOrderNum: {
 					num: '',
@@ -197,9 +257,17 @@
 				showMoreData: false,
 				cars2: "",
 				carNum: "",
-				// 鍓╀綑鐨勬彁鐓ゅ崟鏁伴噺
+				// 鍓╀綑鐨勯�氱煡鍗曟暟閲�
 				carNumSurplus: '',
-				canClick: false
+				canClick: false,
+				onlineurl,
+				previewImageShow: false,
+				previewImageSrc: '',
+				TourImgList: ['quality01.jpg', 'quality02.jpg', 'quality03.jpg', 'quality04.jpg', 'quality05.jpg'],
+				imgIndex: 0,
+				startX: 0, // 瑙︽懜璧峰鐐圭殑X鍧愭爣
+				endX: 0, // 瑙︽懜缁撴潫鐐圭殑X鍧愭爣
+				transition: false
 			};
 		},
 		onLoad() {},
@@ -210,6 +278,7 @@
 			init() {
 				this.GetOrderPlan();
 				this.getJhOrderPlanDataPage();
+				this.onlineurl = onlineurl;
 			},
 			// 鑾峰彇鍙戣繍璁″垝鍒楄〃
 			GetOrderPlan() {
@@ -221,7 +290,7 @@
 					}
 				});
 			},
-			// 鑾峰彇鍘嗗彶鎻愮叅鍗�
+			// 鑾峰彇鍘嗗彶閫氱煡鍗�
 			getJhOrderPlanDataPage() {
 				uni.showLoading({
 					title: '鍔犺浇涓�'
@@ -246,7 +315,7 @@
 				this.pageCurrent++;
 				this.getJhOrderPlanDataPage();
 			},
-			//fix 鐐瑰嚮鎻愮叅鍗曡繑鍥炰細澧炲姞閲嶅鏁版嵁
+			//fix 鐐瑰嚮閫氱煡鍗曡繑鍥炰細澧炲姞閲嶅鏁版嵁
 			ArrSet(Arr, id) {
 				var obj = {};
 				const arrays = Arr.reduce((setArr, item) => {
@@ -294,7 +363,7 @@
 			 */
 			receiveClick(item) {
 				this.show = true;
-				this.getOrderNum.id = item.id; // 鑾峰彇棰嗗彇鎻愮叅鍗曠殑id
+				this.getOrderNum.id = item.id; // 鑾峰彇棰嗗彇閫氱煡鍗曠殑id
 				this.cars2 = item.cars2
 				this.carNum = item.carNum
 			},
@@ -307,15 +376,15 @@
 				console.log('杈撳叆妗�', e);
 				this.canClick = e > (this.carNum - this.cars2)
 				if (this.canClick) {
-					this.$u.toast('宸茶秴杩囧綋鍓嶆棩璁″垝鎻愮叅鍗曟暟閲�,璇烽噸鏂拌緭鍏�')
+					this.$u.toast('宸茶秴杩囧綋鍓嶆棩璁″垝閫氱煡鍗曟暟閲�,璇烽噸鏂拌緭鍏�')
 				}
 			},
-			// 鎻愮叅鍗曡鎯�
+			// 閫氱煡鍗曡鎯�
 			cardBodyClick(v) {
 				uni
-		.navigateTo({ url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&code=${v.code}&cars2=${v.cars2}` });
+					.navigateTo({ url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&code=${v.code}&cars2=${v.cars2?v.cars2:""}` });
 			},
-			// 鐐瑰嚮鍘嗗彶鎻愮叅鍗曡幏鍙栬鎯�
+			// 鐐瑰嚮鍘嗗彶閫氱煡鍗曡幏鍙栬鎯�
 			faYundetail(v) {
 				uni.navigateTo({
 					url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&cars2=${v.cars2}&coalName=${v.coalName}&deptName=${v.deptName}`
@@ -326,7 +395,54 @@
 				if (obj.cars2 == 0) return this.$u.toast('璇峰厛棰嗗彇鍚庡啀杞彂');
 				uni
 					.navigateTo({ url: `/pages/public-page/forward/forward?orderPlanId=${obj.id}&carNumSurplus1=${obj.carNumSurplus1}&carNum=${obj.carNum}&cars2=${obj.cars2}` });
-			}
+			},
+			// 楠岃川
+			validateClick(index) {
+				uni
+					.navigateTo({ url: `/pages/driver-page/driver-index/bill-of-lading-details/selectOrderPlan/selectOrderPlan?index=${index}` });
+			},
+			noobTour(v) {
+				this.$nextTick(() => {
+					this.previewImageShow = true
+					this.imgIndex = 0
+				})
+			},
+			touchStart(event) {
+				this.startX = event.touches[0].clientX;
+			},
+
+			touchMove(event) {
+				this.endX = event.touches[0].clientX;
+			},
+			touchEnd(event) {
+				const startX = this.startX;
+				const endX = this.endX;
+				if (startX - endX > 50 && this.imgIndex < this.TourImgList.length - 1) {
+					this.transition = true;
+					this.imgIndex++
+					setTimeout(() => {
+						this.transition = false;
+					}, 300);
+				} else if (endX - startX > 50 && this.imgIndex > 0) {
+					this.transition = true;
+					this.imgIndex--
+					setTimeout(() => {
+						this.transition = false;
+					}, 300);
+				} else if (this.imgIndex === this.TourImgList.length - 1) {
+					return this.$u.toast('杩欐槸鏈�鍚庝竴寮犱簡鍝�')
+				}
+			},
+			closeImg() {
+				this.previewImageShow = false;
+			},
+			/**
+			 * @preview 棰勮鍥剧墖
+			 */
+			previewImageClose() {
+				this.previewImageShow = false;
+			},
+			previewImageOpen() {},
 		}
 	};
 </script>
@@ -459,6 +575,27 @@
 		}
 	}
 
+	.noob-tour {
+		margin-bottom: vww(80);
+	}
+
+	.u-popup {
+		.u-transition {
+			.u-popup__content {
+				.editDriverPopup-container-box {}
+
+				//closeIcon
+				.u-popup__content__close--top-right {
+					.u-icon {
+						.u-icon__icon {
+							font-size: vww(20) !important;
+						}
+					}
+				}
+			}
+		}
+	}
+
 	::v-deep.customer-index {
 		width: 100%;
 		margin: 0 auto;
@@ -552,7 +689,7 @@
 					}
 
 					.third-line {
-						width: 40%;
+						width: 80%;
 						height: vww(30);
 						margin-left: vww(15);
 						display: flex;
@@ -568,13 +705,26 @@
 							font-weight: 300;
 							color: #515151;
 						}
+
+						.car-num {
+							color: #515151;
+							white-space: nowrap;
+							overflow: hidden;
+							text-overflow: ellipsis;
+						}
+
+						.time-icon {
+							width: 24rpx;
+							height: 24rpx;
+							line-height: 24rpx;
+						}
 					}
 
 					.fourth-line {
 						width: 100%;
 						height: vww(30);
 						@include flex;
-						justify-content: flex-start;
+						justify-content: flex-end;
 						position: relative;
 						bottom: vww(10);
 						left: 25%;

--
Gitblit v1.9.1