修复代客下单退菜时历史订单会被标识为客座费问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user