Browse Source

no message

feature/v1.0
xpz2018 5 years ago
parent
commit
88191014ef
2 changed files with 6 additions and 2 deletions
  1. 6
      pages/process/order-info/index.wxml
  2. 2
      pages/process/order-list/index.wxml

6
pages/process/order-info/index.wxml

@ -4,7 +4,11 @@
</cu-custom> </cu-custom>
<view wx:if="{{form}}"> <view wx:if="{{form}}">
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:if="{{form.status == 3}}">
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:if="{{form.status == 2}}">
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_uncheck.png"></image>
<view class="text-white text-sg" style="margin-left:12rpx">待过毛重</view>
</view>
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:elif="{{form.status == 3}}">
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_uncheck.png"></image> <image style="height:42rpx;width:42rpx" src="/assets/image/icon_uncheck.png"></image>
<view class="text-white text-sg" style="margin-left:12rpx">待过磅审核</view> <view class="text-white text-sg" style="margin-left:12rpx">待过磅审核</view>
</view> </view>

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

@ -19,7 +19,7 @@
<view style="height: 100rpx"> <view style="height: 100rpx">
<view class="flex" class="text-sg text-black"> <view class="flex" class="text-sg text-black">
<text>客户名称:{{item.factoryCustomerName}}</text> <text>客户名称:{{item.factoryCustomerName}}</text>
<text wx:if="{{item.status != 1}}"></text>
<text wx:if="{{item.status != 1}}">({{item.factoryCustomerMobile}})</text>
</view> </view>
<view class="text-sm text-gray">毛重:{{item.totalWeight}}KG</view> <view class="text-sm text-gray">毛重:{{item.totalWeight}}KG</view>
</view> </view>

Loading…
Cancel
Save