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..b7a015b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
- "name" : "pad-hl-hcx-four",
+ "name" : "海亮缓存线",
"appid" : "__UNI__80C78D1",
- "description" : "",
+ "description" : "海亮缓存线平板系统",
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
diff --git a/pages/management/hcxcheck.vue b/pages/management/hcxcheck.vue
index 92a26a5..a700977 100644
--- a/pages/management/hcxcheck.vue
+++ b/pages/management/hcxcheck.vue
@@ -1,15 +1,15 @@
-
-
-
+
+
+
-
+
@@ -38,6 +38,74 @@
{{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 () {
@@ -65,9 +145,13 @@
this.index1 = e
},
toInfo(e) {
- uni.navigateTo({
- url: `/pages/management/hcxInfo`
- })
+ // uni.navigateTo({
+ // url: `/pages/management/hcxInfo`
+ // })
+ this.active = true
+ },
+ closePop () {
+ this.active = false
}
}
}
@@ -75,13 +159,36 @@