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