From e9f4e729b9b19e068781a08bc52fdd4a0798ca7e Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期三, 25 十月 2023 14:07:13 +0800 Subject: [PATCH] 验质计算净重bug --- pages/driver-page/driver-index/bill-of-lading-details/coal-pick-up-bill/coal-pick-up-bill.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/driver-page/driver-index/bill-of-lading-details/coal-pick-up-bill/coal-pick-up-bill.vue b/pages/driver-page/driver-index/bill-of-lading-details/coal-pick-up-bill/coal-pick-up-bill.vue index 51b5fb4..5ad1912 100644 --- a/pages/driver-page/driver-index/bill-of-lading-details/coal-pick-up-bill/coal-pick-up-bill.vue +++ b/pages/driver-page/driver-index/bill-of-lading-details/coal-pick-up-bill/coal-pick-up-bill.vue @@ -2,12 +2,12 @@ <view class="coal-pick-up-bill"> <view class="driver" :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/coal-background.png)`, backgroundSize: '100% 100%', }"> - <view class="driver-coalOne">鐢靛瓙鎻愮叅鍗�</view> + <view class="driver-coalOne">鐢靛瓙閫氱煡鍗�</view> <view class="driver-coalTwo"> <view>{{ coalData.code || '鏆傛棤璁㈠崟缂栧彿' }}</view> <view>{{ coalData.orderType || '鏆傛棤璁㈠崟绫诲瀷' }}</view> <view class="bigFont">{{ coalData.deptName || '鏆傛棤鎵�灞炵熆' }}</view> - <view class="bigFont">{{ coalData.coalName || '鏆傛棤鐓ょ' }}</view> + <view class="bigFont">{{ coalData.coalName || '鏆傛棤鐗╂枡' }}</view> <view class="bigFont">{{ coalData.carNo || '鏆傛棤杞︾墝' }}</view> </view> <view class="driver-coalThree"> @@ -47,10 +47,10 @@ init() { this.getTakeCoal(); }, - // 鑾峰彇鎻愮叅鍗曡鎯� + // 鑾峰彇閫氱煡鍗曡鎯� getTakeCoal() { this.$reqGet('getTakeCoal', { takeCoalId: this.orderPlanId }).then(res => { - console.log('鑾峰彇鎻愮叅鍗曡鎯�', res); + console.log('鑾峰彇閫氱煡鍗曡鎯�', res); if (res.code == 0) { this.coalData = res.data; } else { -- Gitblit v1.9.1