修复代客下单退菜时历史订单会被标识为客座费问题

This commit is contained in:
2024-11-19 09:26:32 +08:00
parent 3d287016c0
commit 910fd4b9ad
2 changed files with 12 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ export default {
this.goods = item?item:this.goods;
console.log(item)
this.show = true;
if (item != "-999") {
if (item.productId != "-999") {
this.number = 1;
} else {
this.number = item.num;