|
|
@ -69,7 +69,7 @@ |
|
|
<van-button round type="info" custom-style="margin-left:24rpx;height:64rpx;width:200rpx" data-id="{{item.id}}" |
|
|
<van-button round type="info" custom-style="margin-left:24rpx;height:64rpx;width:200rpx" data-id="{{item.id}}" |
|
|
bind:click="priceOrder" wx:if="{{item.status == 1}}">定价</van-button> |
|
|
bind:click="priceOrder" wx:if="{{item.status == 1}}">定价</van-button> |
|
|
<van-button round type="warning" custom-style="margin-left:24rpx;height:64rpx;width:200rpx" data-id="{{item.id}}" |
|
|
<van-button round type="warning" custom-style="margin-left:24rpx;height:64rpx;width:200rpx" data-id="{{item.id}}" |
|
|
bind:click="repriceOrder" wx:if="{{item.status == 3}}">重新定价</van-button> |
|
|
|
|
|
|
|
|
bind:click="repriceOrder" wx:if="{{item.status == 3 && item.isHandworkOrder != 1}}">重新定价</van-button> |
|
|
<van-button round type="info" custom-style="margin-left:24rpx;height:64rpx;width:200rpx" data-id="{{item.id}}" |
|
|
<van-button round type="info" custom-style="margin-left:24rpx;height:64rpx;width:200rpx" data-id="{{item.id}}" |
|
|
bind:click="checkOrder" wx:if="{{item.status == 3}}">审核</van-button> |
|
|
bind:click="checkOrder" wx:if="{{item.status == 3}}">审核</van-button> |
|
|
<van-button round type="info" custom-style="margin-left:24rpx;height:64rpx;width:200rpx" data-page="{{pageIndex}}" data-index="{{index}}" |
|
|
<van-button round type="info" custom-style="margin-left:24rpx;height:64rpx;width:200rpx" data-page="{{pageIndex}}" data-index="{{index}}" |
|
|
|