From 2490d3321f6d6f9b5bacf29225387f7c3f89a2b4 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期四, 20 六月 2024 15:47:15 +0800
Subject: [PATCH] feat:司机填写集装箱号

---
 store/index.js |  191 ++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 155 insertions(+), 36 deletions(-)

diff --git a/store/index.js b/store/index.js
index 8485ad9..59360b8 100644
--- a/store/index.js
+++ b/store/index.js
@@ -1,6 +1,10 @@
 import Vue from 'vue'
 import Vuex from 'vuex'
-import { webSocketUrl } from '@/api/request.js'
+import { webSocketUrl,BaseUrl } from '@/api/request.js'
+// 璇锋眰鐩稿叧
+import {
+	reqGet,
+} from '@/api/index.js'
 Vue.use(Vuex)
 
 // 鍔ㄦ�佸簳閮╰abbar
@@ -55,7 +59,45 @@
 			selectedIconPath: '../../static/tabBar-icon/Bmine57.png',
 			text: '鎴戠殑'
 		}
-	]
+	],
+	fourth: [{
+			pagePath: 'pages/tabbar-page/index-tabbar/index-tabbar',
+			iconPath: '../../static/tabBar-icon/home.png',
+			selectedIconPath: '../../static/tabBar-icon/homeblue.png',
+			text: '杩涘満'
+		},{
+			pagePath: 'pages/doorkeeper-page/doorkeeper-index/exit-index',
+			iconPath: '../../static/tabBar-icon/home.png',
+			selectedIconPath: '../../static/tabBar-icon/homeblue.png',
+			text: '鍑哄満'
+		},
+		{
+			pagePath: 'pages/tabbar-page/myPage-tabbar/myPage-tabbar',
+			iconPath: '../../static/tabBar-icon/Gmine10.png',
+			selectedIconPath: '../../static/tabBar-icon/Bmine57.png',
+			text: '鎴戠殑'
+		},
+
+	],
+	five:[{
+		pagePath: 'pages/tabbar-page/index-tabbar/index-tabbar',
+		iconPath: '../../static/tabBar-icon/home.png',
+		selectedIconPath: '../../static/tabBar-icon/homeblue.png',
+		text: '棣栭〉'
+	},
+	{
+		pagePath: 'pages/loadUnload-page/orderPlanList/index',
+		iconPath: '../../static/tabBar-icon/Gmine10.png',
+		selectedIconPath: '../../static/tabBar-icon/Bmine57.png',
+		text: '鏃ヨ鍒�'	
+	},
+	{
+		pagePath: 'pages/tabbar-page/myPage-tabbar/myPage-tabbar',
+		iconPath: '../../static/tabBar-icon/Gmine10.png',
+		selectedIconPath: '../../static/tabBar-icon/Bmine57.png',
+		text: '鎴戠殑'
+	},
+]
 }
 const store = new Vuex.Store({
 	state: {
@@ -93,8 +135,8 @@
 		globalIntervalId: null,
 		is_open_socket: false, //閬垮厤閲嶅杩炴帴
 		connectNum: 1, //閲嶈繛娆℃暟,
-		reconnectTimeOut: null,
-		// 鎵撳嵃鍑哄叆闂ㄨ瘉  涓�娆″氨鍙互鏈夋墦鍗板叆闂ㄨ瘉锛�  涓ゆ鍙互鏈夊叆闂ㄨ瘉 鍑洪棬璇�  0娆′竴寮犻兘娌℃湁 
+		reconnectTimeOut: null,  //閲嶆柊閾炬帴鐨勫畾鏃跺櫒
+		// 鎵撳嵃鍑哄叆闂ㄨ瘉  涓�娆″氨鍙互鏈夋墦鍗板叆闂ㄨ瘉锛�  涓ゆ鍙互鏈夊叆闂ㄨ瘉 鍑洪棬璇�  0娆′竴寮犻兘娌℃湁
 		ablePrintInduction: false, //鍏ラ棬璇�
 		ablePrintOut: false, //鍑洪棬璇�
 		driverTourImgList: ['https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj1.png',
@@ -145,12 +187,15 @@
 		],
 		wsgVisiable: false, //纾呮埧蹇欑寮圭獥鎺у埗
 		wsgContent: '',
-		globalIsFirstWeighing: 1 //鏄惁鏄涓�娆′笂纾�
+		globalIsFirstWeighing: 1, //鏄惁鏄涓�娆′笂纾�
+		confirmWeighVisiable: false, //纾呮埧绠$悊纭绉伴噸瀹屾垚鎻愮ず寮圭獥
+		confirmWeighContent: '',
+		// 绉伴噸绋冲畾鎬�  0/绋冲畾 1/闈炵ǔ瀹�  闈炵ǔ瀹氭�佷笉鑳界偣绉伴噸
+		globalWarning: false,
+		filedId:'', //鐓ゅ満id
+		bunkerList:'', //鐓や粨list
 	},
 	mutations: {
-		lengthchange(state, payload) {
-			state.fleetDriverDataLength = payload
-		},
 		setUserInfo(state, identity) {
 			state.userInfo = userObj[identity]
 		},
@@ -164,7 +209,10 @@
 				state.userTabbar = userRoleTabbar.second
 				uni.setStorageSync('userTabbar', state.userTabbar)
 			} else if (roleType == 5) {
-				state.userTabbar = userRoleTabbar.three
+				state.userTabbar = userRoleTabbar.five
+				uni.setStorageSync('userTabbar', state.userTabbar)
+			}else if (roleType == 6) {
+				state.userTabbar = userRoleTabbar.fourth
 				uni.setStorageSync('userTabbar', state.userTabbar)
 			}
 		},
@@ -189,7 +237,10 @@
 		changeuserInfo(state, payload) {
 			state.globaluserInfo = payload
 		},
-		// 鏀圭増鍏ㄥ眬websocket鐘舵��
+		changesocketTask(state, payload) {
+			state.socketTask = payload
+		},
+		// 鏀圭増鍏ㄥ眬websocket鐘舵�侊紙鍒ゆ柇鏄惁姝e父閾炬帴锛�
 		changeisconnect(state, payload) {
 			state.globalisconnect = payload
 		},
@@ -209,10 +260,14 @@
 		},
 		// 鏀瑰彉閲嶈繛娆℃暟
 		changereconnectNum(state, payload) {
-			if (state.connectNum < 6) {
-				state.connectNum += payload
+			if (payload.isWeigh) {
+				state.connectNum = payload.connectNum
 			} else {
-				state.connectNum = payload
+				if (state.connectNum < 6) {
+					state.connectNum += payload.connectNum
+				} else {
+					state.connectNum = payload.connectNum
+				}
 			}
 		},
 		changeablePrintInduction(state, payload) {
@@ -229,14 +284,43 @@
 		},
 		changeglobalIsFirstWeighing(state, payload) {
 			state.globalIsFirstWeighing = payload
+		},
+		changeconfirmWeighVisiable(state, payload) {
+			state.confirmWeighVisiable = payload
+		},
+		changeconfirmWeighContent(state, payload) {
+			state.confirmWeighContent = payload
+		},
+		// 鏀瑰彉绋冲畾鎬�
+		changeWarning(state, payload) {
+			state.globalWarning = payload
+		},
+		// 鐓ゅ満filedId鐨勮幏鍙�
+		getFiledId(state, payload) {
+			console.log(payload,'filedId=====')
+			state.filedId = payload
+			uni.setStorageSync('filedId', state.filedId)
+		},
+		getBunkerList(state, payload) {
+			console.log('鎴戞墽琛屼簡getBunkerList====',payload)
+			state.bunkerList = payload
+			uni.setStorageSync('bunkerList', state.bunkerList)
 		}
 	},
 	actions: {
 		websocketInit({ state, dispatch, commit }) {
+			// #ifdef H5
+			let wsUrl = `access_token=${uni.getStorageSync('token')}`
+			// #endif
+			// #ifndef H5
 			let wsUrl = `${webSocketUrl}?access_token=${uni.getStorageSync('token')}`
-			state.socketTast = uni.connectSocket({
+			// #endif
+			state.socketTask = uni.connectSocket({
 				url: wsUrl,
-				header: { CLIENT_TOC: 'Y' },
+				header: {
+				clientToc: 'Y' ,
+				'CLIENT_TOC': 'Y',
+			},
 				success: res => {
 					console.log(res, 'socketSuccess')
 					if (res.errMsg === 'connectSocket:ok') {
@@ -252,17 +336,17 @@
 					commit('changeisconnect', false)
 				}
 			})
-			state.socketTast.onOpen(() => dispatch('websocketOnOpen'))
-			state.socketTast.onMessage(result => dispatch('websocketOnMessage', result.data))
-			state.socketTast.onClose(e => dispatch('websocketOnClose', e))
-			state.socketTast.onError(e => dispatch('websocketOnError', e))
+			state.socketTask.onOpen(() => dispatch('websocketOnOpen'))
+			state.socketTask.onMessage(result => dispatch('websocketOnMessage', result.data))
+			state.socketTask.onClose(e => dispatch('websocketOnClose', e))
+			state.socketTask.onError(e => dispatch('websocketOnError', e))
 		},
 		websocketOnOpen({ state, commit }) {
 			console.log('ws鎵撳紑')
-			clearInterval(state.reconnectTimeOut)
-			clearInterval(state.globalIntervalId)
+			clearInterval(state.reconnectTimeOut) //娓呴櫎涓婁竴娆$殑瀹氭椂鍣�
+			clearInterval(state.globalIntervalId)  //娓呴櫎蹇冭烦
 			state.globalIntervalId = setInterval(() => {
-				state.socketTast.send({
+				state.socketTask.send({
 					data: JSON.stringify({ type: 'ping' }),
 					success(e) {
 						console.log(e, '鍙戦�佸績璺虫垚鍔�')
@@ -271,24 +355,24 @@
 			}, 30000)
 		},
 		websocketOnClose({ state, commit, dispatch }, e) {
-			if (!state.socketTast) return
+			if (!state.socketTask) return
 			console.log('ws鍏抽棴', e)
-			state.socketTast.close(e => {
+			state.socketTask.close(e => {
 				commit('changeisconnect', false)
 			})
 			clearInterval(state.globalIntervalId)
 			clearInterval(state.reconnectTimeOut)
-			state.socketTast = null
+			state.socketTask = null
 			commit('changereconnectState', false)
-			if (state.connectNum < 6 && state.globalisLogin) {
+			if ((state.connectNum < 6 || state.connectNum.connectNum < 6) && state.globalisLogin) {
 				uni.showToast({
-					title: `杩炴帴澶辫触锛屾鍦ㄥ皾璇曠${state.connectNum}娆¤繛鎺,
+					title: '杩炴帴澶辫触锛屾鍦ㄥ皾璇曢噸鏂拌繛鎺�',
 					icon: 'none'
 				})
-				commit('changereconnectNum', 1)
+				commit('changereconnectNum', { connectNum: 1, isWeigh: false })
 				dispatch('reconnect')
 			} else if (state.connectNum >= 6 && state.globalisLogin) {
-				commit('changereconnectNum', 1)
+				commit('changereconnectNum', { connectNum: 1, isWeigh: false })
 				uni.showToast({
 					title: '缃戠粶寮傚父,璇风◢鍚庨噸璇�',
 					icon: 'none'
@@ -302,17 +386,17 @@
 			console.log('ws鎶ラ敊', e)
 			clearInterval(state.globalIntervalId)
 			clearInterval(state.reconnectTimeOut)
-			state.socketTast = null
+			state.socketTask = null
 			commit('changereconnectState', false)
-			if (state.connectNum < 6 && state.globalisLogin) {
+			if (state.connectNum < 6 || state.connectNum.connectNum < 6 && state.globalisLogin) {
 				uni.showToast({
-					title: `杩炴帴澶辫触锛屾鍦ㄥ皾璇曠${state.connectNum}娆¤繛鎺,
+					title: '杩炴帴澶辫触锛屾鍦ㄥ皾璇曢噸鏂拌繛鎺�',
 					icon: 'none'
 				})
-				commit('changereconnectNum', 1)
+				commit('changereconnectNum', { connectNum: 1, isWeigh: false })
 				dispatch('reconnect')
 			} else if (state.connectNum > 6 && state.globalisLogin) {
-				commit('changereconnectNum', 1)
+				commit('changereconnectNum', { connectNum: 1, isWeigh: false })
 				uni.showToast({
 					title: '缃戠粶寮傚父,璇风◢鍚庨噸璇�',
 					icon: 'none'
@@ -334,8 +418,43 @@
 					dispatch('websocketInit')
 				}, 5000)
 			}
-		}
+		},
+
+		//filedId
+		async getBunkerList({ state,dispatch, commit }) { //鑾峰彇filedId
+			// this.$reqGet(`getList/${this.deptId}`).then(res => {
+			//   console.log(res,'鎯冲緱鍒癴iledId')
+			// })
+			let deptId = uni.getStorageSync('userInfo').deptIds
+			console.log(deptId,'deptId====')
+			await uni.request({  //鑾峰彇deptId
+				url: `/wrzs/jccoalfiled/list/${deptId}`,
+				method: 'GET',
+				header: {
+					Authorization: 'Bearer' + ' ' + uni.getStorageSync('token'),
+					clientToc: 'Y',
+					'CLIENT_TOC': 'Y',
+				},
+				success: res => {
+					console.log(res,'filedId鎺ュ彛000000000000')
+					commit('getFiledId',res.data.data[0].id || '')
+					dispatch('getFiledIdCoalBunker')
+					// console.log(res,'shuj------')
+					// this.filedId = res.data?.data.length > 0 ? res.data.data[0].id : '';
+					// this.getFiledIdCoalBunker()
+				}
+			})
+
+		},
+		getFiledIdCoalBunker({ state, commit }) {  //鐓や粨鍒楄〃锛堥噰鏍峰湴鐐癸級
+			let filedId = uni.getStorageSync('filedId')
+			console.log(filedId,'鏈�缁堢殑filedId=============')
+			reqGet('getFiledIdCoalBunker', {filedId: filedId}).then(res => {
+				console.log(res,'res----鐓や粨')
+				commit('getBunkerList',res.data)
+			})
+		},
 	}
 })
 
-export default store
\ No newline at end of file
+export default store

--
Gitblit v1.9.1