diff --git a/common/style/layout.css b/common/style/layout.css
index 0f5c12b..6991250 100644
--- a/common/style/layout.css
+++ b/common/style/layout.css
@@ -179,7 +179,7 @@ uni-button:after {
align-content: flex-start;
align-items: flex-start;
width: calc(100% - 30px);
- height: calc(100% - 137px);/** 42+15*4+35 */
+ height: calc(100% - 152px);/** 42+15*5+35 */
margin: 15px auto;
padding: 15px 15px 0 15px;
overflow-y: auto;
diff --git a/manifest.json b/manifest.json
index fe66c2b..ff75b1c 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
- "name" : "pad-hl-hcx-four",
+ "name" : "pad-hl-hcx-new",
"appid" : "__UNI__80C78D1",
- "description" : "",
+ "description" : "海亮缓存线平板系统",
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
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..a700977 100644
--- a/pages/management/hcxcheck.vue
+++ b/pages/management/hcxcheck.vue
@@ -1,15 +1,15 @@
-
-
-
+
+
+
-
+
@@ -33,11 +33,79 @@
-
+
{{e.vehicle_code}}
{{e.material_spec}}
+
+
@@ -51,7 +119,19 @@
return {
options1: [],
index1: '',
- dataList: []
+ options2: [],
+ index2: '',
+ options3: [],
+ index3: '',
+ val1: '',
+ val2: '',
+ val3: '',
+ val4: '',
+ val5: '',
+ val6: '',
+ dataList: [],
+ active: false
+
};
},
created () {
@@ -64,19 +144,51 @@
selectChange1(e) {
this.index1 = e
},
+ toInfo(e) {
+ // uni.navigateTo({
+ // url: `/pages/management/hcxInfo`
+ // })
+ this.active = true
+ },
+ closePop () {
+ this.active = false
+ }
}
}