限制订单先付费禁止退菜
This commit is contained in:
parent
f663db95f3
commit
0768355644
|
|
@ -1877,6 +1877,8 @@ export default {
|
|||
!this.order.selGoods ||
|
||||
this.order.old.list.length <= 0 ||
|
||||
this.order.selGoods.status == "return"
|
||||
||this.order.selGoods.useType=='dine-in'
|
||||
||this.order.selGoods.useType=='dine-in-before'
|
||||
);
|
||||
},
|
||||
title() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue