From 48a4ff3409804fc62139a9fa9fc05498cbc0a0ce Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期四, 05 九月 2024 17:41:02 +0800
Subject: [PATCH] feat:库管拼单

---
 pages/tabbar-page/index-tabbar/index-tabbar.vue |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/pages/tabbar-page/index-tabbar/index-tabbar.vue b/pages/tabbar-page/index-tabbar/index-tabbar.vue
index 6d3b928..4d84c44 100644
--- a/pages/tabbar-page/index-tabbar/index-tabbar.vue
+++ b/pages/tabbar-page/index-tabbar/index-tabbar.vue
@@ -7,7 +7,7 @@
 					<u-badge :isDot="true"
 						type="error"
 						v-if="dotShow"></u-badge>
-					<u-icon name="chat" 
+					<u-icon name="chat"
 						color="#fff"
 						size="50"></u-icon>
 				</view>
@@ -131,7 +131,7 @@
 		// 			if (res.code === 0) {
 		// 				if(res.data.length){
 		// 					this.getDetailData();
-					
+
 		// 				}
 		// 			} else {
 		// 				this.$u.toast('鍔犺浇澶辫触')
@@ -281,9 +281,8 @@
 						console.log('LoadUnloadRef');
 						this.$nextTick(() => {
 							console.log(this.count,'count')
-							if(this.count <=1){
 								this.$refs.LoadUnloadRef.init();
-							}
+							
 						});
 						break;
           case 7:
@@ -357,7 +356,7 @@
 				});
 			},
 		 getDetailData(){
-					this.$reqGet('getTaskCoalListByBunkerId', { bunkerId:uni.getStorageSync('bunkerId')}).then(res => {
+					this.$reqGet('getTaskCoalListByBunkerId', { bunkerIds:uni.getStorageSync('bunkerIds')}).then(res => {
 					if (res.code === 0) {
 						this.detailData = res.data.map(item=>{
 						   item.tmTaskCoalList.map(el=>{
@@ -391,10 +390,10 @@
 
 	.search-bar {
 		height: vww(20);
-		width: 96%;
+		width: calc(100% - 200rpx);
 		position: absolute;
 		top: vww(96);
-		right: vww(32);
+		right: 100rpx;
 		z-index: 1;
 
 		.icon-body {

--
Gitblit v1.9.1