|
@@ -290,6 +290,9 @@ const appContext = () => {
|
|
|
'家属电话': crmEmrPatientVo.value.relNameTel,
|
|
|
'首次建卡时间': crmEmrPatientVo.value.createDate,
|
|
|
'随访医生': [{code: crmEmrPatientVo.value.userIdCode, name: crmEmrPatientVo.value.userName}],
|
|
|
+ '病人来源': [{code: crmEmrPatientVo.value.pType, name: crmEmrPatientVo.value.ptName}],
|
|
|
+ '管理医生': [{code: crmEmrPatientVo.value.referPhysician, name: crmEmrPatientVo.value.referPhysicianName}],
|
|
|
+ '建卡医生': [{code: crmEmrPatientVo.value.creatId, name: crmEmrPatientVo.value.creatIdName}],
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -325,6 +328,10 @@ const crmEmrPatientVo = ref<any>({
|
|
|
createDate: '',
|
|
|
ptName: '',
|
|
|
type: null,
|
|
|
+ referPhysician: '',
|
|
|
+ referPhysicianName: '',
|
|
|
+ creatId: '',
|
|
|
+ creatIdName: '',
|
|
|
})
|
|
|
|
|
|
const treeData = ref<Tree[]>()
|