diff --git a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/applicationForm/laboratoryTests.vue b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/applicationForm/laboratoryTests.vue index 1e87feded..57cd453a6 100755 --- a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/applicationForm/laboratoryTests.vue +++ b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/applicationForm/laboratoryTests.vue @@ -72,6 +72,45 @@ + + + + + 普通 + 急诊 + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -152,6 +191,9 @@ const form = reactive({ otherDiagnosis: '', // 其他诊断 relatedResult: '', // 相关结果 attention: '', // 注意事项 + applicationType: 0, // 申请类型 0-普通 1-急诊 + specimenName: '血液', // 标本类型 + executeTime: null, // 执行时间 primaryDiagnosisList: [], //主诊断目录 otherDiagnosisList: [], //其他断目录 });