|
|
@ -43,8 +43,8 @@ |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
<div class="context_check"> |
|
|
|
<div style="cursor: pointer" @click="formData.ligthCheck = !formData.ligthCheck"> |
|
|
|
<input type="checkbox" :checked="formData.ligthCheck"> |
|
|
|
<div style="cursor: pointer" @click="formData.lightCheck = !formData.lightCheck"> |
|
|
|
<input type="checkbox" :checked="formData.lightCheck"> |
|
|
|
<span>今日行 |
|
|
|
<span class="underline">荧光素血管造影</span>,以上内容我已逐条认真阅读并理解眼底血管造影相关风险,同意进行此项检查 |
|
|
|
<span class="underline">及荧光素钠注射液药物过敏试验</span>。 |
|
|
@ -216,7 +216,7 @@ export default { |
|
|
|
patientAge: '', |
|
|
|
patientSex: '', |
|
|
|
patientId: '', |
|
|
|
ligthCheck: false, |
|
|
|
lightCheck: false, |
|
|
|
greenCheck: false, |
|
|
|
doctorSign: '', |
|
|
|
doctorDate: '', |
|
|
@ -323,6 +323,7 @@ export default { |
|
|
|
this.formData.dependantSign = this.kinSign |
|
|
|
this.formData.performerSign = this.performerSign |
|
|
|
this.formData.checkerSign = this.checkerSign |
|
|
|
console.log(this.formData) |
|
|
|
this.$http.post('/mzbl/saveMzblYdxgzyzqtys', { |
|
|
|
caseId: this.caseId, |
|
|
|
...this.formData |
|
|
|