|
|
@ -37,9 +37,13 @@ |
|
|
<view class="text-sm text-black" style="margin-left:80rpx">毛重(公斤):</view> |
|
|
<view class="text-sm text-black" style="margin-left:80rpx">毛重(公斤):</view> |
|
|
<view class="text-sm text-black">{{formate.maxWeight(item.firstWeight, item.secondWeight)}}</view> |
|
|
<view class="text-sm text-black">{{formate.maxWeight(item.firstWeight, item.secondWeight)}}</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex flex-justify" style="margin-top:12rpx" wx:if="{{item.netWeight}}"> |
|
|
|
|
|
|
|
|
<view class="flex flex-justify" style="margin-top:12rpx"> |
|
|
<view class="text-sm text-black" style="margin-left:80rpx">净重(公斤):</view> |
|
|
<view class="text-sm text-black" style="margin-left:80rpx">净重(公斤):</view> |
|
|
<view class="text-sm text-black">{{item.netWeight}}</view> |
|
|
|
|
|
|
|
|
<view class="text-sm text-black">{{item.netWeight || '- -'}}</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="flex flex-justify" style="margin-top:12rpx"> |
|
|
|
|
|
<view class="text-sm text-black" style="margin-left:80rpx">过磅人:</view> |
|
|
|
|
|
<view class="text-sm text-black">{{item.operaterName}}</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex" style="justify-content: flex-end;margin-top:16rpx"> |
|
|
<view class="flex" style="justify-content: flex-end;margin-top:16rpx"> |
|
|
<van-button round plain type="default" custom-style="height:64rpx;width:180rpx" data-id="{{item.id}}" |
|
|
<van-button round plain type="default" custom-style="height:64rpx;width:180rpx" data-id="{{item.id}}" |
|
|
|