From 1314133a0eac1ac6f05b69d81bd8c3ad9fe2b81a Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 20 六月 2024 10:21:43 +0800 Subject: [PATCH] feat:司机查看称重详情去掉查看出场时间 --- pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue b/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue index 8f2a4fa..2a9f265 100644 --- a/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue +++ b/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue @@ -98,7 +98,7 @@ </view> </view> <!-- 绉伴噸鍘嗗彶--> - <weigh-item :list="weighHistory"></weigh-item> + <weigh-item :list="weighHistory" class="weighingDecive-item"></weigh-item> <view class="three"> <!-- .澶栬喘璁㈠崟锛屼笉鍑虹幇杩斿洖鍔犲噺鍚ㄧ殑鎸夐挳 --> <u-button type="primary" @@ -420,12 +420,13 @@ this.isConfirmWeighLoading = false; }, 1000); } else { - this.$u.toast('绉伴噸澶辫触锛岃绋嶅悗閲嶈瘯'); + this.$u.toast('绉伴噸澶辫触锛岃绋嶅悗閲嶈瘯' + (res.msg ? res.msg : '')); } }) .catch(err => { this.isConfirmWeighLoading = false; console.log(err); + this.$u.toast(err.msg ? err.msg : '绉伴噸澶辫触'); }); }, // 鍔犲噺鐓� @@ -513,6 +514,12 @@ <style lang="scss" scoped> + .weighingDecive-item{ + min-height: 200rpx!important; + .weigh-history { + min-height: 200rpx!important; + } + } @mixin flex { display: flex; justify-content: space-between; -- Gitblit v1.9.1