uu
This commit is contained in:
parent
a0d5b86f2c
commit
c8293ad4ec
@ -85,14 +85,24 @@
|
||||
<u-row justify="end" custom-style="margin-top:20rpx;">
|
||||
<view style="display: inline-block;white-space: nowrap;">
|
||||
<u-row>
|
||||
<u-button @click="handleDealItem(item, { type: 4 })" shape="circle" type="primary" :plain="true"
|
||||
<!-- 仓库收货(待揽收): -->
|
||||
<u-button v-if="(item.orderStatus == 1 && item.waybillStatus == 0)"
|
||||
@click="handleDealItem(item, { type: 4 })" shape="circle" type="primary" :plain="true"
|
||||
custom-style="height: 54rpx;margin-left: 12rpx;">进仓确认</u-button>
|
||||
<u-button @click="handleDealItem(item, { type: 2 })" shape="circle" type="primary"
|
||||
|
||||
<!-- 待接单 -->
|
||||
<u-button v-if="(item.orderStatus == 0)"
|
||||
@click="handleDealItem(item, { type: 2 })" shape="circle" type="primary"
|
||||
custom-style="height: 54rpx;margin-left: 12rpx;">再来一单</u-button>
|
||||
<!-- <u-button shape="circle" type="primary" :plain="true" custom-style="height: 54rpx;margin-left: 16rpx;">单据</u-button> -->
|
||||
<u-button @click="handleDealItem(item, { type: 3 })" shape="circle" type="primary"
|
||||
|
||||
<!-- 待接单 -->
|
||||
<u-button v-if="(item.orderStatus == 0)"
|
||||
@click="handleDealItem(item, { type: 3 })" shape="circle" type="primary"
|
||||
:plain="true" custom-style="height: 54rpx;margin-left: 12rpx;">取消</u-button>
|
||||
<u-button @click="handleDealItem(item, { type: 5 })" shape="circle" type="primary" :plain="true"
|
||||
|
||||
<!-- 待付款 -->
|
||||
<u-button v-if="(item.paymentStatus == 0)"
|
||||
@click="handleDealItem(item, { type: 5 })" shape="circle" type="primary" :plain="true"
|
||||
custom-style="height: 54rpx;margin-left: 12rpx;">去付款</u-button>
|
||||
</u-row>
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user