|
|
|
@ -4,8 +4,11 @@ |
|
|
|
</cu-custom> |
|
|
|
|
|
|
|
<view class="flex flex-center bg-white" style="justify-content: flex-start;padding: 24rpx 32rpx;border-bottom:1rpx solid #f3f3f3"> |
|
|
|
<view style="height:30rpx;width:6rpx;background-image: linear-gradient(180deg, #007AFF 0%, #027BFF 15%, #5AABFF 45%, #CAF4FE 100%);"></view> |
|
|
|
<view class="text-black text-sg text-bold" style="margin-left: 12rpx">订单信息</view> |
|
|
|
<view class="flex flex-center" style="flex: 1;justify-content: flex-start"> |
|
|
|
<view style="height:30rpx;width:6rpx;background-image: linear-gradient(180deg, #007AFF 0%, #027BFF 15%, #5AABFF 45%, #CAF4FE 100%);"></view> |
|
|
|
<view class="text-black text-sg text-bold" style="margin-left: 12rpx">订单信息</view> |
|
|
|
</view> |
|
|
|
<view class="text-red text-cancel" style="padding:4rpx 0rpx 4rpx 4rpx" bindtap="cancelOrder" wx:if="{{form.scrapPaperReceiptId}}">取消订单</view> |
|
|
|
</view> |
|
|
|
<van-cell clickable center is-link bind:click="chooseCustomer"> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
@ -83,11 +86,7 @@ |
|
|
|
</scroll-view> |
|
|
|
|
|
|
|
<view style="height:16rpx"></view> |
|
|
|
<submit-layout wx:if="{{form.scrapPaperReceiptId}}"> |
|
|
|
<van-button plain type="default" custom-style="height:88rpx;width:254rpx" bind:click="cancelOrder">取消订单</van-button> |
|
|
|
<van-button type="info" custom-style="margin-left:32rpx;height:88rpx;width:400rpx" bind:click="submitForm">提交订单</van-button> |
|
|
|
</submit-layout> |
|
|
|
<submit-layout wx:else> |
|
|
|
<submit-layout> |
|
|
|
<van-button type="info" custom-style="height:88rpx;width:686rpx" bind:click="submitForm">提交订单</van-button> |
|
|
|
</submit-layout> |
|
|
|
|
|
|
|
|