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