修复添加临时菜没有备注问题,修复数签子下单限时折扣问题

This commit is contained in:
2025-12-26 13:41:22 +08:00
parent 273986578f
commit d40ded92b0
4 changed files with 11 additions and 8 deletions

View File

@@ -239,6 +239,7 @@
discount_sale_amount: form.price, //数量
pack_number: 0, //数量
is_gift: 0,
remark:form.note,
is_temporary: 1, //是否是临时菜
}
websocketUtil.send(JSON.stringify(params))
@@ -247,6 +248,7 @@
name: form.name,
lowPrice: form.price,
number: form.num,
remark:form.note,
is_temporary: 1, //是否是临时菜
})
clearInterval(timer)