|
|
@ -386,6 +386,7 @@ |
|
|
|
phone: "", // 联系电话 |
|
|
|
idCardType: "", // 证件类型 |
|
|
|
idCard: "", // 证件号码 |
|
|
|
"source": 1, |
|
|
|
currentIllnessHistory: [], // 现病史 |
|
|
|
currentIllnessHistoryQt: "", // 现病史 |
|
|
|
}; |
|
|
@ -430,6 +431,13 @@ |
|
|
|
this.formDisabled = true; |
|
|
|
this.form = JSON.parse(JSON.stringify(row)); |
|
|
|
}, |
|
|
|
/** 诊疗档案 */ |
|
|
|
handleArchives(row) { |
|
|
|
this.form = JSON.parse(JSON.stringify(row)); |
|
|
|
this.$router.push({ |
|
|
|
path:`/medicalIndex?idCard=${row.idCard}` |
|
|
|
}) |
|
|
|
}, |
|
|
|
/** 提交按钮 */ |
|
|
|
submitForm: function() { |
|
|
|
this.$refs["form"].validate((valid) => { |
|
|
|