Browse Source

修改查看日志

feature/v2.1
xpz2018 4 years ago
parent
commit
a5473fb3b5
3 changed files with 3 additions and 4 deletions
  1. 2
      pages/process/order-list/index.wxml
  2. 4
      pages/process/outside-info/index.wxml
  3. 1
      pages/storage/order-list/index.wxss

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

@ -24,7 +24,7 @@
<view class="item-content" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="lookItem">
<view class="flex flex-justify" style="border-bottom: 1rpx solid #f3f3f3;padding-bottom:16rpx">
<view class="flex flex-center">
<van-icon name="/assets/image/icon-logoc.png" size="56rpx"/>
<van-icon name="/assets/image/ygImg.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>

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

@ -7,12 +7,12 @@
</cu-custom>
<view wx:if="{{form}}">
<view class="flex flex-justify info_status" wx:if="{{form.orderStatus == 3}}">
<view class="flex flex-justify info_status" wx:if="{{form.orderStatus == 3}}" bindtap="orderLogger">
<view class="flex">
<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="text-white" style="padding: 12rpx 0rpx 12rpx 12rpx" bindtap="checkForm">重新定价</view>
<view class="text-white" style="padding: 12rpx 0rpx 12rpx 12rpx">查看订单日志</view>
</view>
<view class="flex flex-justify info_status" bindtap="orderLogger" wx:else>
<view class="flex flex-center" wx:if="{{form.orderStatus == 4}}">

1
pages/storage/order-list/index.wxss

@ -1,6 +1,5 @@
/* pages/process/order-list/index.wxss */
.item-content{
padding: 20rpx 32rpx;
border-bottom:1rpx solid #f3f3f3;
align-items: flex-start;
}
Loading…
Cancel
Save