完善筛查预约
This commit is contained in:
parent
ca5d324636
commit
69dfc0dfda
@ -188,7 +188,7 @@
|
||||
this.$refs.form1.setRules(this.rules);
|
||||
},
|
||||
onLoad(e) {
|
||||
console.log(e,'4')
|
||||
console.log(e, '4')
|
||||
if (e) {
|
||||
this.userInfo = JSON.parse(e.userinfo)
|
||||
this.formData.disease = this.userInfo.diseaseList.join(',')
|
||||
@ -295,8 +295,8 @@
|
||||
return
|
||||
}
|
||||
|
||||
const value= uni.getStorageSync('userinfo');
|
||||
this.formData.patientId =value.id
|
||||
const value = uni.getStorageSync('userinfo');
|
||||
this.formData.patientId = value.id
|
||||
this.formData.identity = this.userInfo.cardNo
|
||||
this.formData.diseaseList = this.userInfo.diseaseList
|
||||
this.formData.applyStartTime = this.datetimerange[0]
|
||||
@ -333,7 +333,7 @@
|
||||
title: res.msg,
|
||||
type: 'error'
|
||||
})
|
||||
|
||||
|
||||
}
|
||||
})
|
||||
},
|
||||
@ -360,11 +360,20 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
// .uniDataSelectClass {
|
||||
// .uni-select__selector {
|
||||
// z-index: 99;
|
||||
// }
|
||||
// }
|
||||
.uniDataSelectClass {
|
||||
.uni-select__selector {
|
||||
z-index: 99;
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep.u-form-item--left__content__label.data-v-5e7216f1 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
flex: 1;
|
||||
margin-top: -16rpx;
|
||||
}
|
||||
|
||||
::v-deep.u-btn--success.data-v-3bf2dba7 {
|
||||
color: #ffffff;
|
||||
border-color: #4AC4AB;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user