Bläddra i källkod

慢病回显修复

hsh 1 år sedan
förälder
incheckning
939bc08aa9
1 ändrade filer med 7 tillägg och 0 borttagningar
  1. 7 0
      src/views/clinic/chronicDisease/ChronicDiseaseQuestionnaire.vue

+ 7 - 0
src/views/clinic/chronicDisease/ChronicDiseaseQuestionnaire.vue

@@ -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[]>()