|
|
|
@ -221,11 +221,18 @@ |
|
|
|
</van-collapse-item> |
|
|
|
</van-collapse> |
|
|
|
</view> |
|
|
|
<view style="height:{{136 + safeBottom}}rpx;" wx:if="{{auditable || orderInfo.status == 1}}"></view> |
|
|
|
<view class="cu-bar bg-white foot" style="height:{{120 + safeBottom}}rpx;padding:0rpx 32rpx {{safeBottom}}rpx 32rpx;" wx:if="{{auditable || orderInfo.status == 1}}"> |
|
|
|
|
|
|
|
<view style="height:16rpx;" wx:if="{{auditable || orderInfo.status == 1}}"></view> |
|
|
|
<submit-layout wx:if="{{auditable || orderInfo.status == 1}}"> |
|
|
|
<van-button id="refuse" type="danger" custom-style="height:88rpx;width:254rpx" bind:click="submitForm" wx:if="{{auditable}}">审核不通过</van-button> |
|
|
|
<van-button id="agree" type="info" custom-style="margin-left:32rpx;height:88rpx;width:400rpx" bind:click="submitForm" wx:if="{{auditable}}">审核通过</van-button> |
|
|
|
<van-button type="info" custom-style="height:88rpx;width:686rpx" bind:click="settleForm" wx:if="{{orderInfo.status == 1}}">收款结算</van-button> |
|
|
|
</submit-layout> |
|
|
|
|
|
|
|
<view style="border-radius: 50rpx;position:fixed;bottom:160rpx;right:50rpx" wx:if="{{orderInfo.status == 1 || orderInfo.status == 2}}"> |
|
|
|
<van-button round type="info" bind:click="printOrder" custom-style="width: 100rpx;height: 100rpx;"> |
|
|
|
<van-icon name="printer" size="30px"/> |
|
|
|
</van-button> |
|
|
|
</view> |
|
|
|
|
|
|
|
<van-dialog id="van-dialog" /> |
|
|
|
|