|
@ -75,6 +75,7 @@ |
|
|
<button |
|
|
<button |
|
|
v-if="goods.type == 2 && goods.status == 3" |
|
|
v-if="goods.type == 2 && goods.status == 3" |
|
|
class="action-btn confirm-btn" |
|
|
class="action-btn confirm-btn" |
|
|
|
|
|
style="margin-bottom: 15rpx;" |
|
|
@click="confirmReceipt(goods)" |
|
|
@click="confirmReceipt(goods)" |
|
|
> |
|
|
> |
|
|
确认收货 |
|
|
确认收货 |
|
|