From 07c0f76a80262cf48da3438dffd3ad3c04f9cf44 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期五, 21 六月 2024 17:13:28 +0800 Subject: [PATCH] fix:库管首页点击装卸 弹窗问题 --- pages/customer-page/customer-index/customer-index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue index f7955ae..1baa345 100644 --- a/pages/customer-page/customer-index/customer-index.vue +++ b/pages/customer-page/customer-index/customer-index.vue @@ -50,7 +50,7 @@ </view> <view class="second-line"> <view class="coal-name"> - <view class="">{{ item.coalName }}</view> + <view class="">{{ item.productNames || item.productName }}</view> <view class="black-bar"></view> <view class="coal-type" v-if="item.orderType">{{ item.orderType }}</view> @@ -104,7 +104,7 @@ size="40"></u-icon></view> </view> <view class="second"> - <view class="coal-name">{{ item.coalName || '' }}</view> + <view class="coal-name">{{ item.productNames || item.productName }}</view> <view class="order-type">{{ item.orderType || '' }}</view> </view> <view class="third"> @@ -120,7 +120,7 @@ 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> @@ -240,7 +240,7 @@ // 鑾峰彇鍙戣繍璁″垝鍒楄〃 GetOrderPlan() { uni.showLoading({ title: '鍔犺浇涓�...' }); - this.$reqGet('GetOrderPlan',{orderType:"澶栬喘"}).then(res => { + this.$reqGet('GetOrderPlan').then(res => { if (res.data) { this.orderPlanData = res.data; uni.hideLoading(); @@ -348,7 +348,7 @@ // 鐐瑰嚮鍘嗗彶鎻愮叅鍗曡幏鍙栬鎯� faYundetail(v) { uni.navigateTo({ - url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&cars2=${v.cars2}&coalName=${v.coalName}&deptName=${v.deptName}` + url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&cars2=${v.cars2}&productNames=${v.productNames}&deptName=${v.deptName}` }); }, // 杞彂 -- Gitblit v1.9.1