|
|
@ -156,15 +156,13 @@ |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
</view> |
|
|
</view> |
|
|
<view style="height:{{16 + safeBottom}}rpx;"></view> |
|
|
|
|
|
<view style="height:120rpx;" wx:if="{{form && (form.status == 3 || form.status == 4 || form.status == 42) && !agent}}"></view> |
|
|
|
|
|
<view class="cu-bar bg-white foot" style="height:{{120 + safeBottom}}rpx;padding:0rpx 32rpx {{safeBottom}}rpx 32rpx;" |
|
|
|
|
|
wx:if="{{form && (form.status == 3 || form.status == 4 || form.status == 42) && !agent }}"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<submit-layout wx:if="{{form && (form.status == 3 || form.status == 4 || form.status == 42) && !agent }}"> |
|
|
<van-button plain type="default" custom-style="height:88rpx;width:254rpx" bind:click="repeatOrder" wx:if="{{form.status == 3}}">重新过皮重</van-button> |
|
|
<van-button plain type="default" custom-style="height:88rpx;width:254rpx" bind:click="repeatOrder" wx:if="{{form.status == 3}}">重新过皮重</van-button> |
|
|
<van-button type="info" custom-style="margin-left:32rpx;height:88rpx;width:400rpx" bind:click="checkOrder" wx:if="{{form.status == 3}}">通过审核</van-button> |
|
|
<van-button type="info" custom-style="margin-left:32rpx;height:88rpx;width:400rpx" bind:click="checkOrder" wx:if="{{form.status == 3}}">通过审核</van-button> |
|
|
<van-button type="info" custom-style="height:88rpx;width:686rpx" bind:click="paymentOrder" wx:if="{{form.status == 4}}">进行支付</van-button> |
|
|
<van-button type="info" custom-style="height:88rpx;width:686rpx" bind:click="paymentOrder" wx:if="{{form.status == 4}}">进行支付</van-button> |
|
|
<van-button type="info" custom-style="height:88rpx;width:686rpx" bind:click="paymentOrder" wx:if="{{form.status == 42}}">客户结算</van-button> |
|
|
<van-button type="info" custom-style="height:88rpx;width:686rpx" bind:click="paymentOrder" wx:if="{{form.status == 42}}">客户结算</van-button> |
|
|
</view> |
|
|
|
|
|
|
|
|
</submit-layout> |
|
|
|
|
|
|
|
|
<view style="border-radius: 50rpx;position:fixed;bottom:160rpx;right:50rpx" wx:if="{{form && (form.status == 3 || form.status == 4)}}"> |
|
|
<view style="border-radius: 50rpx;position:fixed;bottom:160rpx;right:50rpx" wx:if="{{form && (form.status == 3 || form.status == 4)}}"> |
|
|
<van-button round type="info" bind:click="printOrder" custom-style="width: 100rpx;height: 100rpx;"> |
|
|
<van-button round type="info" bind:click="printOrder" custom-style="width: 100rpx;height: 100rpx;"> |
|
|
|