Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
303b067749
1 changed files with 2 additions and 2 deletions
  1. 4
      pages/process/payment-list/index.wxml

4
pages/process/payment-list/index.wxml

@ -40,10 +40,10 @@
<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.productName}}</view> <view class="text-sm text-black">{{item.productName}}</view>
</view> </view>
<view class="flex flex-justify" style="margin-top:12rpx">
<!-- <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.totalWeight || '- -'}}</view> <view class="text-sm text-black">{{item.totalWeight || '- -'}}</view>
</view>
</view> -->
<view class="flex flex-justify" style="margin-top:12rpx"> <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.settleWeight || '- -'}}</view> <view class="text-sm text-black">{{item.settleWeight || '- -'}}</view>

Loading…
Cancel
Save