From 04d59f2664e399e691e6212c0a4e1ed2a18e1917 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 05 十一月 2024 09:59:18 +0800 Subject: [PATCH] feat:集装箱号bug --- pages/loadUnload-page/orderPlanList/index.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/loadUnload-page/orderPlanList/index.vue b/pages/loadUnload-page/orderPlanList/index.vue index b0f2da2..e952dd4 100644 --- a/pages/loadUnload-page/orderPlanList/index.vue +++ b/pages/loadUnload-page/orderPlanList/index.vue @@ -102,7 +102,7 @@ <uni-td align="center"> <view>{{ subItem.planMeasure }}</view></uni-td> <uni-td align="center"> - <view>{{ subItem.realityMeasure }}</view></uni-td> + <view>{{ subItem.productQuantity }}</view></uni-td> <uni-td align="center"> {{ subItem.statusView }}</uni-td> @@ -168,7 +168,7 @@ init(){ console.log('init',localStorage.getItem('bunkerIds')) uni.showLoading({ title: '鍔犺浇涓�...' }) - this.$reqGet('getMyPlanListByBunkerId',{bunkerIds:localStorage.getItem('bunkerIds'),isYuyue:this.isYuyue}).then((res) => { + this.$reqGet('getMyPlanListByBunkerId',{bunkerIds:localStorage.getItem('bunkerIds'),isYuyue:this.isYuyue,productIds:uni.getStorageSync('productIds') }).then((res) => { console.log(res,'res') this.orderPlanList = res.data; uni.hideLoading(); @@ -253,7 +253,6 @@ flex-direction: column; .collection-form-item{ width: 95%; - height: 400rpx; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1); margin: 20rpx 0; .formTop{ -- Gitblit v1.9.1