diff --git a/components/NumberInput.vue b/components/NumberInput.vue
index 6ee8f80..c8290f0 100644
--- a/components/NumberInput.vue
+++ b/components/NumberInput.vue
@@ -133,7 +133,7 @@ export default {
font-size: 14px;
}
input {
- font-size: 14px;
+ font-size: 15px;
color: #333;
}
diff --git a/pages/zw/jb-lower-mater.vue b/pages/zw/jb-lower-mater.vue
index 131a483..49547b1 100644
--- a/pages/zw/jb-lower-mater.vue
+++ b/pages/zw/jb-lower-mater.vue
@@ -4,6 +4,14 @@
+
+
+ 设备区域
+
+
+
+
+
设备点位
@@ -103,6 +111,8 @@
data() {
return {
title: '',
+ options: [],
+ index: '',
options2: [],
index2: '',
id: '',
@@ -180,6 +190,18 @@
// })
}
},
+ async _regionList () {
+ try {
+ let res = await regionList()
+ if (res) {
+ this.options = res.data
+ } else {
+ this.options = []
+ }
+ } catch (e) {
+ this.options = []
+ }
+ },
async _pointList (e) {
try {
let res = await pointList(e)
@@ -192,6 +214,10 @@
this.options2 = []
}
},
+ selectChange (e) {
+ this.index = e
+ this._pointList(e)
+ },
selectChange2 (e) {
this.index2 = e
this._jbGetVehicleCode()
@@ -271,7 +297,7 @@
title: res.message,
icon: 'none'
})
- this.val3 = res.data.weight
+ this.val3 = res.data.org_weight
this.flag = res.data.flag
this.dupWeight = res.data.weight
this.orgWeight = res.data.org_weight
diff --git a/pages/zw/jb-up-mater.vue b/pages/zw/jb-up-mater.vue
index 03e1471..ab9e608 100644
--- a/pages/zw/jb-up-mater.vue
+++ b/pages/zw/jb-up-mater.vue
@@ -59,8 +59,9 @@
-
-
+
+
+
@@ -68,7 +69,7 @@