From 6ba1c5a9f73604edb005212b7fed058e185ce295 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 18 七月 2024 16:38:41 +0800 Subject: [PATCH] featL库管首页样式更新 --- pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue | 30 ++++++++++++++++++------------ 1 files changed, 18 insertions(+), 12 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 8a25435..48a2f54 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 @@ -74,7 +74,7 @@ 绉伴噸鏃堕棿 </view> <view class="table-title_item coal-name"> - 鐓ょ鍚嶇О + 浜у搧鍚嶇О </view> <view class="table-title_item skin"> 鐨噸閲嶉噺 @@ -101,7 +101,7 @@ <view class="main-information" v-if="weighList.orderType=='杞叆'||weighList.orderType=='杞嚭'"> <view class="prefix"> - 鍙戣揣鍦扮叅鍦�: + 鍙戣揣鍦板満鍦�: </view> <view class="suffix"> {{ weighList.filedName || '' }} @@ -110,7 +110,7 @@ <view class="main-information" v-if="weighList.orderType=='杞叆'||weighList.orderType=='杞嚭'"> <view class="prefix"> - 鏀惰揣鍦扮叅鍦�: + 鏀惰揣鍦板満鍦�: </view> <view class="suffix"> {{ weighList.toFiledName || '' }} @@ -128,11 +128,11 @@ </view> <view class="main-information" v-if="weighList.orderType!=='杞叆'||weighList.orderType!=='杞嚭'"> - <view class="prefix">鐓ゅ満:</view> + <view class="prefix">鍦哄湴:</view> <view class="suffix">{{ weighList.filedName || '' }}</view> </view> <view class="main-information"> - <view class="prefix">鐓ょ鍚嶇О:</view> + <view class="prefix">浜у搧:</view> <view class="suffix">{{ weighList.productName || '' }}</view> </view> <view class="main-information"> @@ -151,6 +151,12 @@ <view class="prefix">鍑�閲�:</view> <view class="suffix"> {{ temporaryWeighObj.clean == 0 ? weightObj.clean : temporaryWeighObj.clean ||"" }} + </view> + </view> + <view class="main-information" v-if=" temporaryWeighObj.discount ||weightObj.discount "> + <view class="prefix">鎶樺惃:</view> + <view class="suffix"> + {{ weightObj.discount || '' }} </view> </view> <view class="main-information"> @@ -175,7 +181,7 @@ <uni-th align="center">鐨噸</uni-th> <uni-th align="center">姣涢噸</uni-th> <uni-th align="center">鍑�閲�</uni-th> - <!-- <uni-th align="center">浠撳簱</uni-th> --> + <uni-th align="center">鎵e惃</uni-th> </uni-tr> <uni-tr v-for="(subItem, index) in productList" :key="index"> <uni-td align="center"> @@ -187,11 +193,11 @@ <view class="name" v-if="subItem.hair">{{ Number(subItem.hair) .toFixed(2) || '' }}</view> </uni-td> <uni-td align='right'> - <view class="name" v-if="subItem.clean">{{ Number( subItem.clean).toFixed(2) || '' }}</view> - </uni-td> -<!-- - 聽 <uni-td align="center"> - <view>{{ subItem.bunkerName }}</view></uni-td> --> + <view class="name" v-if="(subItem.clean || subItem.clean === 0)">{{ Number( subItem.clean).toFixed(2) || '' }}</view> + </uni-td> + 聽<uni-td align="right"> + <view>{{ subItem.discount }}</view + ></uni-td> </uni-tr> </uni-table> @@ -415,7 +421,7 @@ isExceedOrigin: false, //鏄惁瓒呭嚭姣涢噸 refreshLoading: false, timer: null, - afterEvacuationStatus: null, //鏀剧┖鍚庢彁鐓ゅ崟鐘舵�佺姸鎬佷负21鏃舵彁绀衡�樼瓑寰呯鎴跨‘璁も�� + afterEvacuationStatus: null, //鏀剧┖鍚庢敹鍙戝崟鐘舵�佺姸鎬佷负21鏃舵彁绀衡�樼瓑寰呯鎴跨‘璁も�� afterEvacuationText: '', TwoEvacuationLoading: false, addAndSubtractCoalLoading: false, -- Gitblit v1.9.1