From 87b369c62b7d45f5c30a03104427edde2886fd0d Mon Sep 17 00:00:00 2001 From: "@QQNZX" Date: Fri, 19 Jan 2024 17:08:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pagesHome/oilRecharge/oilRecharge.vue | 38 +++++++++++++++++-- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue b/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue index 7ce729caf..409e28d51 100644 --- a/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue +++ b/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue @@ -44,6 +44,7 @@ + 立即充值 @@ -84,6 +85,8 @@ {{index+1}}.{{item || "" }} + + 推荐员工 @@ -92,6 +95,7 @@ + @@ -136,7 +140,17 @@ - + + + + + + + + + @@ -224,6 +238,12 @@ this.getStaffList() }, methods: { + open() { + console.log(); + }, + close() { + this.show = false + }, //囤油卡充值 addFuleCarRecords() { if (this.staffId == '') { @@ -369,8 +389,8 @@ }, confirm(e) { console.log(e); - this.staffId = e.value[0].id - this.yname = e.value[0].realName + this.staffId = e.id + this.yname = e.realName this.show = false }, cancel() { @@ -506,7 +526,8 @@ storeId: uni.getStorageSync("storeId") } }).then(res => { - this.columns.push(res.data.records) + this.columns = res.data.records + // this.columns.push(res.data.records) console.log("columns", this.columns); }) @@ -696,4 +717,13 @@ width: 20%; } + + .bottom-bb { + width: 100%; + height: 200px; + box-sizing: border-box; + padding: 10px; + background: white; + overflow: scroll; + } \ No newline at end of file