|
|
|
@ -85,10 +85,10 @@ |
|
|
|
|
|
|
|
<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> |
|
|
|
<van-button type="info" custom-style="margin-left:32rpx;height:88rpx;width:400rpx" bind:click="submitForm">提交订单</van-button> |
|
|
|
</submit-layout> |
|
|
|
<submit-layout wx:else> |
|
|
|
<van-button type="info" custom-style="height:88rpx;width:686rpx" bind:click="submitForm">保存订单</van-button> |
|
|
|
<van-button type="info" custom-style="height:88rpx;width:686rpx" bind:click="submitForm">提交订单</van-button> |
|
|
|
</submit-layout> |
|
|
|
|
|
|
|
<van-dialog id="van-dialog" /> |
|
|
|
|