367
门诊医生站:检验开单“免疫”类别下的检验项目取值错误,与后台维护数据不一致 357 门诊挂号:通过“预约签到”产生的记录,列表“挂号类型”未体现预约标识
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user