|
|
|
@ -170,7 +170,7 @@ |
|
|
|
<van-button type="info" custom-style="height:88rpx;width:686rpx" bind:click="paymentOrder" wx:if="{{form.status == 42}}">客户结算</van-button> |
|
|
|
</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 || form.status == 42)}}"> |
|
|
|
<van-button round type="info" bind:click="printOrder" custom-style="width: 100rpx;height: 100rpx;"> |
|
|
|
<van-icon name="printer" size="30px"/> |
|
|
|
</van-button> |
|
|
|
|