Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
b040de94a6
6 changed files with 8 additions and 10 deletions
  1. 4
      pages/process/check-list/index.wxml
  2. 1
      pages/process/order-info/index.wxml
  3. 4
      pages/process/order-list/index.wxml
  4. 1
      pages/process/outside-info/index.wxml
  5. 4
      pages/process/outside-list/index.wxml
  6. 4
      pages/process/payment-list/index.wxml

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

@ -22,8 +22,8 @@
<view class="flex flex-center">
<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;">
<text style="margin-left:24rpx">{{item.factoryCustomerName}}</text>
<text wx:if="{{item.status != 1 && item.factoryCustomerMobile}}">-{{item.factoryCustomerMobile}}</text>
<text style="margin-left:24rpx;text-align: center;line-height: 18px;">{{item.factoryCustomerName}}</text>
<text style="text-align: center;line-height: 18px;" wx:if="{{item.factoryCustomerMobile}}">-{{item.factoryCustomerMobile}}</text>
</view>
</view>
<view class="text-df" wx:if="{{item.status == 1}}">待定价</view>

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

@ -1,7 +1,6 @@
<!--pages/process/order-check/index.wxml-->
<wxs module="formate" src="../../formate.wxs"></wxs>
<import src="../template/index.wxml" />
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">{{title}}</view>
</cu-custom>

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

@ -26,8 +26,8 @@
<view class="flex flex-center">
<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;">
<text style="margin-left:24rpx">{{item.factoryCustomerName}}</text>
<text wx:if="{{item.factoryCustomerMobile}}">-{{item.factoryCustomerMobile}}</text>
<text style="margin-left:24rpx;text-align: center;line-height: 18px;">{{item.factoryCustomerName}}</text>
<text style="text-align: center;line-height: 18px;" wx:if="{{item.factoryCustomerMobile}}">-{{item.factoryCustomerMobile}}</text>
</view>
</view>
<view class="text-df" wx:if="{{item.status == 1}}">待定价</view>

1
pages/process/outside-info/index.wxml

@ -1,7 +1,6 @@
<!--pages/process/order-check/index.wxml-->
<wxs module="formate" src="../../formate.wxs"></wxs>
<import src="../template/index.wxml" />
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">厂外收货</view>
</cu-custom>

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

@ -26,8 +26,8 @@
<view class="flex flex-center">
<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: 480rpx;">
<text style="margin-left:24rpx">{{item.factoryCustomerName}}</text>
<text wx:if="{{item.status != 1 && item.factoryCustomerMobile}}">-{{item.factoryCustomerMobile}}</text>
<text style="margin-left:24rpx;text-align: center;line-height: 18px;">{{item.factoryCustomerName}}</text>
<text style="text-align: center;line-height: 18px;" wx:if="{{item.factoryCustomerMobile}}">-{{item.factoryCustomerMobile}}</text>
</view>
</view>
<view class="text-df" style="color:#FA541C" wx:if="{{item.orderStatus == 0}}">待收货</view>

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

@ -23,8 +23,8 @@
<view class="flex flex-center">
<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;">
<text style="margin-left:24rpx">{{item.factoryCustomerName}}</text>
<text wx:if="{{item.status != 1 && item.factoryCustomerMobile}}">-{{item.factoryCustomerMobile}}</text>
<text style="margin-left:24rpx;text-align: center;line-height: 18px;">{{item.factoryCustomerName}}</text>
<text style="text-align: center;line-height: 18px;" wx:if="{{item.factoryCustomerMobile}}">-{{item.factoryCustomerMobile}}</text>
</view>
</view>
<view class="text-df" wx:if="{{item.status == 1}}">待定价</view>

Loading…
Cancel
Save