修改
This commit is contained in:
parent
065181b174
commit
01ef8368dc
@ -52,7 +52,6 @@
|
||||
</el-descriptions>
|
||||
<el-descriptions title="其他材料" style="margin-top: 20px;" class="descriptions">
|
||||
<el-descriptions-item>
|
||||
|
||||
</el-descriptions-item>
|
||||
</el-descriptions>
|
||||
</div>
|
||||
|
||||
@ -164,8 +164,7 @@ export default {
|
||||
this.signPackage.serviceEndTime = this.list.serviceEndTime
|
||||
this.signPackage.packagePrice = this.list.packagePrice
|
||||
this.form.devices = this.list.signDevices
|
||||
this.form.record.patientId = this.list.patientId
|
||||
this.form.record.patientPhone = this.list.patientPhone
|
||||
this.form.record = this.list
|
||||
this.list.age = this.list.birthDate ? getAge(this.list.birthDate) : ''
|
||||
})
|
||||
},
|
||||
|
||||
@ -120,9 +120,7 @@ export default {
|
||||
};
|
||||
},
|
||||
created() {
|
||||
this.form.record.patientId = this.$route.query.patientId
|
||||
this.form.record.patientName = this.$route.query.patientName
|
||||
this.form.record.patientPhone = this.$route.query.patientPhone
|
||||
this.form.record = this.$route.query
|
||||
},
|
||||
methods: {
|
||||
//签约
|
||||
|
||||
@ -387,6 +387,7 @@ export default {
|
||||
patientId: row.patientId,
|
||||
signStatus: 'SEPARATE_SIGN',
|
||||
separateReason: value,
|
||||
serviceStatus: 'SERVICE_END',
|
||||
}
|
||||
updateSignStatus(query).then(res => {
|
||||
this.getList();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user