门诊医生站:检验开单“免疫”类别下的检验项目取值错误,与后台维护数据不一致
357
门诊挂号:通过“预约签到”产生的记录,列表“挂号类型”未体现预约标识
This commit is contained in:
Ranyunqiao
2026-04-14 16:31:53 +08:00
parent 349beae4a2
commit 95235b810e
8 changed files with 90 additions and 543 deletions

View File

@@ -445,7 +445,13 @@
prop="healthcareName"
:show-overflow-tooltip="true"
width="200"
/>
>
<template #default="scope">
<span>
{{ (scope.row.healthcareName || '').replace('挂号', '') }}{{ scope.row.isFromAppointment ? '预约' : '挂号' }}
</span>
</template>
</el-table-column>
<!-- <el-table-column
label="专家账号"
align="center"
@@ -1776,6 +1782,7 @@ async function confirmCheckIn() {
priorityEnum: 3, // 默认优先级
serviceTypeId: service.id,
organizationId: patient.departmentId,
orderId: patient.orderId, // 预约订单ID预约签到时需要传递
},
encounterLocationFormData: {
locationId: null,