From 3527c743e6c8ee37a9aa469f366601b4268933a9 Mon Sep 17 00:00:00 2001 From: jiask <1069621233@qq.com> Date: Tue, 18 Nov 2025 10:16:12 +0800 Subject: [PATCH] =?UTF-8?q?jsk=20=20=20=E7=BA=BF=E4=B8=8B=E6=B6=88?= =?UTF-8?q?=E8=B4=B9=E6=B7=BB=E5=8A=A0=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../canteen/order/offlineManagement/index.vue | 232 +++++++++--------- 1 file changed, 119 insertions(+), 113 deletions(-) diff --git a/src/views/canteen/order/offlineManagement/index.vue b/src/views/canteen/order/offlineManagement/index.vue index 3f457fc5..de84c845 100644 --- a/src/views/canteen/order/offlineManagement/index.vue +++ b/src/views/canteen/order/offlineManagement/index.vue @@ -19,13 +19,13 @@ (queryParams.orderId=v.replace(/[^\d]/g,''))"/> - + - + @@ -33,13 +33,13 @@ - - + + - + @@ -62,80 +62,80 @@ :label="item.stallName" :value="item.stallId" > - - + + - + - + - + + --> + - - + + 搜索 重置 - + - + @@ -145,16 +145,23 @@ - + - + {{ item.goodsName }}*{{ item.quantity }}; + + + 刷卡 + 刷脸 + 扫码 + + {{ (scope.row.payableAmount/100).toFixed(2) }} @@ -165,7 +172,7 @@ {{ ((scope.row.payableAmount-scope.row.refundAmount)/100).toFixed(2) }} - + @@ -174,8 +181,8 @@ - - + + @@ -185,40 +192,40 @@ 已退单 已取消 待下单 - 部分退单 + 部分退单 - + 详情 部分退款 退单 评价 - + - + - + 订单号 {{orderInfoData.orderId}} @@ -241,11 +248,11 @@ --> + - - - \ No newline at end of file