|
|
@ -60,15 +60,15 @@ |
|
|
<image class="item-icon" src="/assets/image/icon-delete.png" wx:if="{{item.orderStatus == 6}}"></image> |
|
|
<image class="item-icon" src="/assets/image/icon-delete.png" wx:if="{{item.orderStatus == 6}}"></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex" style="justify-content: flex-end;margin-top:16rpx"> |
|
|
<view class="flex" style="justify-content: flex-end;margin-top:16rpx"> |
|
|
<van-button round plain type="default" custom-style="height:64rpx;width:200rpx" data-id="{{item.orderId}}" |
|
|
|
|
|
|
|
|
<van-button round type="danger" custom-style="height:64rpx;width:200rpx" data-id="{{item.orderId}}" |
|
|
bind:click="cancelOrder" wx:if="{{item.orderStatus != 6 && item.orderStatus != 41 && item.orderStatus != 42}}">取消订单</van-button> |
|
|
bind:click="cancelOrder" wx:if="{{item.orderStatus != 6 && item.orderStatus != 41 && item.orderStatus != 42}}">取消订单</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="warning" custom-style="margin-left:24rpx;height:64rpx;width:200rpx" data-page="{{pageIndex}}" data-index="{{index}}" |
|
|
bind:click="editItem" wx:if="{{item.orderStatus == 0}}">修改订单</van-button> |
|
|
bind:click="editItem" wx:if="{{item.orderStatus == 0}}">修改订单</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}}" |
|
|
bind:click="lookItem" wx:if="{{item.orderStatus == 0}}">收货</van-button> |
|
|
bind:click="lookItem" wx:if="{{item.orderStatus == 0}}">收货</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}}" |
|
|
bind:click="lookItem" wx:if="{{item.orderStatus == 1}}">确认定价</van-button> |
|
|
bind:click="lookItem" wx:if="{{item.orderStatus == 1}}">确认定价</van-button> |
|
|
<van-button round plain type="default" custom-style="margin-left:24rpx;height:64rpx;width:200rpx" data-id="{{item.orderId}}" |
|
|
|
|
|
|
|
|
<van-button round type="warning" custom-style="margin-left:24rpx;height:64rpx;width:200rpx" data-id="{{item.orderId}}" |
|
|
bind:click="repriceOrder" wx:if="{{item.orderStatus == 3}}">重新定价</van-button> |
|
|
bind:click="repriceOrder" wx:if="{{item.orderStatus == 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}}" |
|
|
bind:click="lookItem" wx:if="{{item.orderStatus == 3}}">审核订单</van-button> |
|
|
bind:click="lookItem" wx:if="{{item.orderStatus == 3}}">审核订单</van-button> |
|
|
@ -76,7 +76,7 @@ |
|
|
bind:click="lookItem" wx:if="{{item.orderStatus == 4 && admin}}">去支付</van-button> |
|
|
bind:click="lookItem" wx:if="{{item.orderStatus == 4 && admin}}">去支付</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}}" |
|
|
bind:click="lookItem" wx:if="{{item.orderStatus == 42 && admin}}">去结算</van-button> |
|
|
bind:click="lookItem" wx:if="{{item.orderStatus == 42 && admin}}">去结算</van-button> |
|
|
<van-button round plain type="default" custom-style="height:64rpx;margin-left:24rpx;width:200rpx" data-id="{{item.orderId}}" |
|
|
|
|
|
|
|
|
<van-button round type="default" custom-style="height:64rpx;margin-left:24rpx;width:200rpx" data-id="{{item.orderId}}" |
|
|
bind:click="orderLogger" wx:if="{{item.orderStatus == 5 || item.orderStatus == 6}}">查看日志</van-button> |
|
|
bind:click="orderLogger" wx:if="{{item.orderStatus == 5 || item.orderStatus == 6}}">查看日志</van-button> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|