Browse Source

phonenumber

feature/v2.1
xpz2018 4 years ago
parent
commit
9b4eab44cf
2 changed files with 7 additions and 3 deletions
  1. 2
      pages/process/order-list/index.wxml
  2. 8
      pages/storage/pound-list/index.wxml

2
pages/process/order-list/index.wxml

@ -27,7 +27,7 @@
<van-icon name="/assets/image/icon-logoc.png" size="56rpx"/> <van-icon name="/assets/image/icon-logoc.png" size="56rpx"/>
<view class="flex flex-center text-sg text-black van-ellipsis text-bold" style="justify-content: flex-start;max-width: 500rpx;"> <view class="flex flex-center text-sg text-black van-ellipsis text-bold" style="justify-content: flex-start;max-width: 500rpx;">
<text style="margin-left:24rpx">{{item.factoryCustomerName}}</text> <text style="margin-left:24rpx">{{item.factoryCustomerName}}</text>
<text wx:if="{{item.status != 1 && item.factoryCustomerMobile}}">-{{item.factoryCustomerMobile}}</text>
<text wx:if="{{item.factoryCustomerMobile}}">-{{item.factoryCustomerMobile}}</text>
</view> </view>
</view> </view>
<view class="text-df" wx:if="{{item.status == 1}}">待定价</view> <view class="text-df" wx:if="{{item.status == 1}}">待定价</view>

8
pages/storage/pound-list/index.wxml

@ -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}}"

Loading…
Cancel
Save