Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_cp/dv_cp_wechat_app into dev
This commit is contained in:
@@ -115,6 +115,7 @@ export default {
|
|||||||
this.getUserList()
|
this.getUserList()
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
this.areaId = this.user.areaId
|
||||||
document.title = '健康上报'
|
document.title = '健康上报'
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -165,7 +166,7 @@ export default {
|
|||||||
|
|
||||||
change(index) {
|
change(index) {
|
||||||
this.data = []
|
this.data = []
|
||||||
this.areaId = this.user.areaId
|
// this.areaId = this.user.areaId
|
||||||
this.keyword = ''
|
this.keyword = ''
|
||||||
this.currentTabs = index
|
this.currentTabs = index
|
||||||
this.current = 1
|
this.current = 1
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ export default {
|
|||||||
|
|
||||||
toUserDetail(item) {
|
toUserDetail(item) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `./UserDetail?id=${item.id}&temperature=${item.temperature}&touchInFourteen=${item.touchInFourteen}&health=${item.health}&checkTime=${item.checkTime}&checkResult=${item.checkResult}&checkPhoto=${item.checkPhoto}&status=${item.status}&memberId=${this.id}&vaccine=${item.vaccine}&healthCode=${item.healthCode}&releaseName=${this.userList.releaseName ? this.userList.releaseName : ''}&releaseTime=${this.userList.releaseTime ? this.userList.releaseTime : ''}`,
|
url: `./UserDetail?id=${item.id}&temperature=${item.temperature}&touchInFourteen=${item.touchInFourteen}&health=${item.health}&checkTime=${item.checkTime}&checkResult=${item.checkResult}&checkPhoto=${item.checkPhoto}&status=${item.status}&memberId=${this.id}&vaccine=${item.vaccine}&healthCode=${item.healthCode}&releaseName=${this.userList.releaseName ? this.userList.releaseName : ''}&releaseTime=${this.userList.releaseTime ? this.userList.releaseTime : ''}&statuses=${this.userList.status}`,
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -83,8 +83,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="line-bg" v-if="userList.status == 0"></div>
|
<div class="line-bg" v-if="userList.status == 0 && userList.statuses == 1"></div>
|
||||||
<div class="info" v-if="userList.status == 0">
|
<div class="info" v-if="userList.status == 0 && userList.statuses == 1">
|
||||||
<div class="title">异常处理情况</div>
|
<div class="title">异常处理情况</div>
|
||||||
|
|
||||||
<div class="item-record">
|
<div class="item-record">
|
||||||
|
|||||||
Reference in New Issue
Block a user