|
|
@ -110,16 +110,16 @@ |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
</view> |
|
|
</view> |
|
|
<submit-layout wx:if="{{admin && form && form.orderStatus == 0}}"> |
|
|
<submit-layout wx:if="{{admin && form && form.orderStatus == 0}}"> |
|
|
<van-button plain type="default" custom-style="height:88rpx;width:186rpx" bind:click="cancelForm">取消</van-button> |
|
|
|
|
|
<van-button type="info" custom-style="margin-left:32rpx;height:88rpx;width:218rpx" bind:click="saveForm">保存</van-button> |
|
|
|
|
|
|
|
|
<van-button plain type="default" custom-style="height:88rpx;width:186rpx" bind:click="cancelForm">取消订单</van-button> |
|
|
|
|
|
<van-button type="info" custom-style="margin-left:32rpx;height:88rpx;width:218rpx" bind:click="saveForm">保存订单</van-button> |
|
|
<van-button type="info" custom-style="margin-left:32rpx;height:88rpx;width:218rpx;" bind:click="submitForm">提交订单</van-button> |
|
|
<van-button type="info" custom-style="margin-left:32rpx;height:88rpx;width:218rpx;" bind:click="submitForm">提交订单</van-button> |
|
|
</submit-layout> |
|
|
</submit-layout> |
|
|
<submit-layout wx:elif="{{form && form.orderStatus == 0}}"> |
|
|
<submit-layout wx:elif="{{form && form.orderStatus == 0}}"> |
|
|
<van-button plain type="default" custom-style="height:88rpx;width:254rpx" bind:click="saveForm">保存</van-button> |
|
|
|
|
|
|
|
|
<van-button plain type="default" custom-style="height:88rpx;width:254rpx" bind:click="saveForm">保存订单</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> |
|
|
<submit-layout wx:if="{{admin && form && form.orderStatus == 1}}"> |
|
|
<submit-layout wx:if="{{admin && form && form.orderStatus == 1}}"> |
|
|
<van-button plain type="default" custom-style="height:88rpx;width:254rpx" bind:click="cancelForm">取消</van-button> |
|
|
|
|
|
|
|
|
<van-button plain type="default" custom-style="height:88rpx;width:254rpx" bind:click="cancelForm">取消订单</van-button> |
|
|
<van-button type="info" custom-style="margin-left:32rpx;height:88rpx;width:400rpx" bind:click="priceForm">确认定价</van-button> |
|
|
<van-button type="info" custom-style="margin-left:32rpx;height:88rpx;width:400rpx" bind:click="priceForm">确认定价</van-button> |
|
|
</submit-layout> |
|
|
</submit-layout> |
|
|
<submit-layout wx:if="{{admin && form && form.orderStatus == 3}}"> |
|
|
<submit-layout wx:if="{{admin && form && form.orderStatus == 3}}"> |
|
|
|