Browse Source

no message

feature/v2.3
xpz2018 4 years ago
parent
commit
1ec3b69f8c
3 changed files with 12 additions and 5 deletions
  1. 9
      pages/storage/order-info/index.wxml
  2. 4
      pages/storage/order-info/index.wxss
  3. 4
      pages/storage/order-settlement/index.wxml

9
pages/storage/order-info/index.wxml

@ -4,9 +4,12 @@
<view slot="content">出货详情</view> <view slot="content">出货详情</view>
</cu-custom> </cu-custom>
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:if="{{orderInfo}}">
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_payfor.png"></image>
<view class="text-white text-sg" style="margin-left:12rpx">{{ statusOrder(orderInfo.status) }}</view>
<view class="flex flex-justify info_status" wx:if="{{orderInfo}}">
<view class="flex flex-center" style="flex: 1;justify-content: flex-start">
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_payfor.png"></image>
<view class="text-white text-sg" style="margin-left:12rpx">{{ statusOrder(orderInfo.status) }}</view>
</view>
<view id="refuse" class="text-white text-cancel" wx:if="{{auditable || orderInfo.status == 1}}" bindtap="submitForm">关闭订单</view>
</view> </view>
<view wx:if="{{orderInfo.status == 0 || orderInfo.status == 1 || orderInfo.status == 3}}"> <view wx:if="{{orderInfo.status == 0 || orderInfo.status == 1 || orderInfo.status == 3}}">
<view wx:if="{{orderInfo}}"> <view wx:if="{{orderInfo}}">

4
pages/storage/order-info/index.wxss

@ -3,4 +3,8 @@
background-image: linear-gradient(90deg, #FF4D2E 6%, #FF952F 100%); background-image: linear-gradient(90deg, #FF4D2E 6%, #FF952F 100%);
height:90rpx; height:90rpx;
padding: 0rpx 32rpx; padding: 0rpx 32rpx;
}
.text-cancel{
padding: 12rpx 0rpx 12rpx 12rpx
} }

4
pages/storage/order-settlement/index.wxml

@ -10,8 +10,8 @@
<view style="height:30rpx;width:6rpx;background-image: linear-gradient(180deg, #007AFF 0%, #027BFF 15%, #5AABFF 45%, #CAF4FE 100%);"></view> <view style="height:30rpx;width:6rpx;background-image: linear-gradient(180deg, #007AFF 0%, #027BFF 15%, #5AABFF 45%, #CAF4FE 100%);"></view>
<view class="text-black text-sg text-bold" style="margin-left: 12rpx">结算信息</view> <view class="text-black text-sg text-bold" style="margin-left: 12rpx">结算信息</view>
</view> </view>
<view class="text-red text-cancel" style="padding:4rpx 0rpx 4rpx 4rpx" bindtap="closeForm">关闭订单</view>
<!-- <van-button type="danger" round custom-style="width:120rpx" size="mini" bind:click="closeForm">关闭订单</van-button> -->
<!-- <view class="text-red text-cancel" style="padding:4rpx 0rpx 4rpx 4rpx" bindtap="closeForm">关闭订单</view> -->
<van-button type="danger" round custom-style="width:120rpx" size="mini" bind:click="closeForm">关闭订单</van-button>
</view> </view>
<van-cell center required clickable is-link arrow-direction="down" bind:click="showCategory"> <van-cell center required clickable is-link arrow-direction="down" bind:click="showCategory">
<view slot="title" class="flex flex-justify"> <view slot="title" class="flex flex-justify">

Loading…
Cancel
Save