From 11c4f1d9b9597ad60a02959ffdb1377162875220 Mon Sep 17 00:00:00 2001 From: "wangmingchuan321@qq.com" Date: Fri, 25 Oct 2024 18:21:38 +0800 Subject: [PATCH] 111 --- api/api.js | 13 +++++ pages/users/lanhu/lanhu_cunjiujilu/index.vue | 57 +++++++++++++------ pages/users/lanhu/lanhu_cunjiujilu2/index.vue | 50 ++++++++++------ pages/users/lanhu/lanhu_lijiyuding/index.vue | 57 ++++++++++--------- 4 files changed, 113 insertions(+), 64 deletions(-) diff --git a/api/api.js b/api/api.js index 7c97d7c..2ee5e96 100644 --- a/api/api.js +++ b/api/api.js @@ -249,6 +249,19 @@ export function bindingUserPhone(data) { return request.post('user/binding', data); } +export function getcunjiu() { + return request.get('v2/getcunjiu'); +} + +export function getqujiu() { + return request.get('v2/getcunjiu'); +} + +export function tableYuDing(data) { + return request.post('v2/tableYuDing',data); +} + + /** * 退出登錄 * diff --git a/pages/users/lanhu/lanhu_cunjiujilu/index.vue b/pages/users/lanhu/lanhu_cunjiujilu/index.vue index 448ab00..06a26da 100644 --- a/pages/users/lanhu/lanhu_cunjiujilu/index.vue +++ b/pages/users/lanhu/lanhu_cunjiujilu/index.vue @@ -19,23 +19,30 @@ - - + + - 2号台桌 - 取酒码:1111 + {{item.product_name}} + 取酒码:{{item.code}} - + - 到期时间1231 - x1 + 到期时间:{{item.out_time}} + x{{item.now_num}} - + - 存酒时间200000 + 存酒时间:{{item.c_time}} - + + + + 暂无记录 + + + @@ -45,29 +52,43 @@