|
@@ -60,7 +60,7 @@
|
60
|
60
|
<view class="statusDate">{{item.operationTime | formatDate('MM-dd hh:mm')}}</view>
|
61
|
61
|
<view class="statusUser">{{item.operatorName}}</view>
|
62
|
62
|
</view>
|
63
|
|
- <view class="Scanning_cont_list_log_desc" :class="{noBorder: index == info.wasteLogList.length - 1}" v-if="item.operationType.value == 5 && item.correctWeight && item.correctWeight">矫正前为{{item.correctWeight}}kg,矫正后为{{item.lastWeight}}kg</view>
|
|
63
|
+ <view class="Scanning_cont_list_log_desc" :class="{noBorder: index == info.wasteLogList.length - 1}" v-if="item.operationType.value == 5 && item.correctWeight && item.lastWeight">矫正前为{{item.lastWeight}}kg,矫正后为{{item.correctWeight}}kg</view>
|
64
|
64
|
<view class="Scanning_cont_list_log_desc" :class="{noBorder: index == info.wasteLogList.length - 1}" v-else-if="item.handoverName">交接人:{{item.handoverName}}</view>
|
65
|
65
|
<view class="Scanning_cont_list_log_desc" :class="{noBorder: index == info.wasteLogList.length - 1}" v-else></view>
|
66
|
66
|
</view>
|