|
|
|
@ -4,9 +4,12 @@ |
|
|
|
<view slot="content">出货详情</view> |
|
|
|
</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 wx:if="{{orderInfo.status == 0 || orderInfo.status == 1 || orderInfo.status == 3}}"> |
|
|
|
<view wx:if="{{orderInfo}}"> |
|
|
|
|