卡口登记
This commit is contained in:
@@ -384,8 +384,12 @@ export default {
|
|||||||
this.getInfo(o.id)
|
this.getInfo(o.id)
|
||||||
}
|
}
|
||||||
this.form.gatewayId = decodeURIComponent(o.scene) || ''
|
this.form.gatewayId = decodeURIComponent(o.scene) || ''
|
||||||
|
},
|
||||||
|
onShow() {
|
||||||
this.$areaId = this.user.$areaId
|
this.$areaId = this.user.$areaId
|
||||||
this.travelTypeDict = this.$dict.getDict('EP_travelType')
|
this.$dict.load(['EP_travelType']).then(()=> {
|
||||||
|
this.travelTypeDict = this.$dict.getDict('EP_travelType')
|
||||||
|
})
|
||||||
this.getewayList()
|
this.getewayList()
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -73,7 +73,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<span v-for="(item, index) in travelType" :key="index">
|
<span v-for="(item, index) in travelType" :key="index">
|
||||||
{{ $dict.getLabel('epidemicRecentTravel', item) }}
|
{{ $dict.getLabel('EP_travelType', item) }}
|
||||||
<span v-show="index < travelType.length - 1">,</span>
|
<span v-show="index < travelType.length - 1">,</span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -213,7 +213,7 @@ export default {
|
|||||||
|
|
||||||
onLoad(query) {
|
onLoad(query) {
|
||||||
this.$loading()
|
this.$loading()
|
||||||
this.$dict.load(['epidemicRecentHealth', 'epidemicRecentTravel', 'epidemicTouchInFourteen', 'epidemicMemberType', 'epidemicRecentTestResult']).then(() => {
|
this.$dict.load(['epidemicRecentHealth', 'epidemicRecentTravel', 'epidemicTouchInFourteen', 'epidemicMemberType', 'epidemicRecentTestResult','EP_travelType']).then(() => {
|
||||||
this.getInfo(query.id)
|
this.getInfo(query.id)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="album">
|
<div class="AddUser">
|
||||||
<div class="form-item__group">
|
<div class="form-item__group">
|
||||||
<div class="form-item">
|
<div class="form-item">
|
||||||
<div class="form-item__wrapper">
|
<div class="form-item__wrapper">
|
||||||
@@ -151,7 +151,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.album {
|
.AddUser {
|
||||||
padding-bottom: 140px;
|
padding-bottom: 140px;
|
||||||
|
|
||||||
.form-item__group {
|
.form-item__group {
|
||||||
|
|||||||
Reference in New Issue
Block a user