From 4db00359e520a148bc301e8b4d51429a2eb7f0b2 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Thu, 10 Oct 2024 16:23:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=8C=E5=8F=B0=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageTable/index/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pageTable/index/index.vue b/pageTable/index/index.vue index 6a435ee..4cf02f5 100644 --- a/pageTable/index/index.vue +++ b/pageTable/index/index.vue @@ -129,6 +129,9 @@ //编辑 // refTableShow() if (index == 0) { + if(!item.orderId){ + return infoBox.showToast('该桌台暂无要结账的订单!') + } return } if (index == 1) { @@ -353,7 +356,6 @@ prve[cur.id] = cur.name return prve }, {}) - console.log(areaMap); } watch(() => tables.area.sel, (newval) => { console.log(newval);