|
|
@ -120,12 +120,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
<view class="bg-white" style="padding: 24rpx 32rpx 20rpx 32rpx" wx:if="{{imageList.length}}"> |
|
|
|
|
|
<view class="flex flex-justify" style="padding-bottom: 24rpx"> |
|
|
|
|
|
<view class="flex flex-center text-black">订单凭证</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<van-uploader file-list="{{ imageList }}" deletable="{{false}}" show-upload="{{false}}" /> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <van-cell title="查看订单日志" is-link clickable url="/pages/process/order-logger/index?type=1&orderId={{form.id}}"></van-cell> --> |
|
|
<!-- <van-cell title="查看订单日志" is-link clickable url="/pages/process/order-logger/index?type=1&orderId={{form.id}}"></van-cell> --> |
|
|
<view style="height:16rpx"></view> |
|
|
<view style="height:16rpx"></view> |
|
|
<view class="flex flex-center bg-white" style="justify-content: flex-start;padding: 24rpx 32rpx;border-bottom:1rpx solid #f3f3f3"> |
|
|
<view class="flex flex-center bg-white" style="justify-content: flex-start;padding: 24rpx 32rpx;border-bottom:1rpx solid #f3f3f3"> |
|
|
@ -218,6 +213,12 @@ |
|
|
<view class="text-gray">{{formate.formateAmount(form.settleTotalAmount, 2)}}</view> |
|
|
<view class="text-gray">{{formate.formateAmount(form.settleTotalAmount, 2)}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
|
|
|
<view class="bg-white" style="padding: 24rpx 32rpx 20rpx 32rpx" wx:if="{{imageList.length}}"> |
|
|
|
|
|
<view class="flex flex-justify" style="padding-bottom: 24rpx"> |
|
|
|
|
|
<view class="flex flex-center text-black">订单凭证</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<van-uploader file-list="{{ imageList }}" deletable="{{false}}" show-upload="{{false}}" /> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<submit-layout wx:if="{{form && admin && form.orderStatus == 3}}"> |
|
|
<submit-layout wx:if="{{form && admin && form.orderStatus == 3}}"> |
|
|
|