限制订单先付费禁止退菜

This commit is contained in:
YeMingfei666 2024-11-29 09:58:22 +08:00
parent f663db95f3
commit 0768355644
1 changed files with 2 additions and 0 deletions

View File

@ -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() {