diff --git a/openhis-ui-vue3/src/views/doctorstation/components/inspection/inspectionApplication.vue b/openhis-ui-vue3/src/views/doctorstation/components/inspection/inspectionApplication.vue index 53b568e6..b4be8325 100755 --- a/openhis-ui-vue3/src/views/doctorstation/components/inspection/inspectionApplication.vue +++ b/openhis-ui-vue3/src/views/doctorstation/components/inspection/inspectionApplication.vue @@ -164,6 +164,20 @@ /> + + + + + + @@ -293,6 +307,34 @@ + + + + + + + + + + + + + + + + + + + + + + 普通 + 急诊 + + + + + @@ -925,7 +967,9 @@ const formData = reactive({ applyDocCode: '', applyDeptCode: '', specimenName: '血液', - encounterId: '' + encounterId: '', + executeTime: null, + applicationType: 0 }) // 表单引用 @@ -1476,6 +1520,8 @@ const resetForm = async () => { visitNo: '', specimenName: '血液', encounterId: props.patientInfo.encounterId || '', + executeTime: null, + applicationType: 0, }) selectedInspectionItems.value = [] @@ -1911,7 +1957,9 @@ const loadApplicationToForm = async (row) => { auditTime: detail.auditTime, visitNo: detail.visitNo, specimenName: detail.specimenName, - encounterId: detail.encounterId + encounterId: detail.encounterId, + executeTime: detail.executeTime || null, + applicationType: detail.applicationType ?? 0 }) // 加载检验项目数据