From e7ab90e5cb1b04cc8e736fd7b1e7b795727be466 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Sat, 25 Mar 2023 10:30:26 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BC=93=E5=AD=98=E7=BA=BF=E8=AF=A6=E6=83=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/login/login.vue | 44 ++++++++++++++++++++++++++++++++++-
pages/management/hcxInfo.vue | 7 +++++-
pages/management/hcxcheck.vue | 7 +++++-
3 files changed, 55 insertions(+), 3 deletions(-)
diff --git a/pages/login/login.vue b/pages/login/login.vue
index d65da15..f86e649 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -21,7 +21,7 @@
-
+
扫码登录
@@ -49,6 +49,7 @@
diff --git a/pages/management/hcxInfo.vue b/pages/management/hcxInfo.vue
index ea83bd2..675c9ec 100644
--- a/pages/management/hcxInfo.vue
+++ b/pages/management/hcxInfo.vue
@@ -1,6 +1,6 @@
-
+
@@ -110,6 +110,11 @@
selectChange3(e) {
this.index3 = e
},
+ goIn () {
+ uni.navigateTo({
+ url: `/pages/management/hcxcheck`
+ })
+ },
toSearch () {
this.dataList = []
this._queryInstraction()
diff --git a/pages/management/hcxcheck.vue b/pages/management/hcxcheck.vue
index bae4cae..92a26a5 100644
--- a/pages/management/hcxcheck.vue
+++ b/pages/management/hcxcheck.vue
@@ -33,7 +33,7 @@
-
+
{{e.vehicle_code}}
{{e.material_spec}}
@@ -64,6 +64,11 @@
selectChange1(e) {
this.index1 = e
},
+ toInfo(e) {
+ uni.navigateTo({
+ url: `/pages/management/hcxInfo`
+ })
+ }
}
}