|
|
|
@ -112,6 +112,16 @@
|
|
|
|
v-if="scope.row.period_begin_time && scope.row.period_end_time ">{{scope.row.period_begin_time.substring(0, 5)}}~{{scope.row.period_end_time.substring(0, 5)}}</span>
|
|
|
|
v-if="scope.row.period_begin_time && scope.row.period_end_time ">{{scope.row.period_begin_time.substring(0, 5)}}~{{scope.row.period_end_time.substring(0, 5)}}</span>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column prop="department_resources_name" label="预约资源" width="120" />
|
|
|
|
|
|
|
|
<el-table-column prop="devices" label="服务组">
|
|
|
|
|
|
|
|
<template #default="scope">
|
|
|
|
|
|
|
|
<div style="white-space: nowrap;">
|
|
|
|
|
|
|
|
<span v-for="(item,index) in scope.row.devices" :key="index">
|
|
|
|
|
|
|
|
{{ item.device_name+ ' ' }}
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column prop="reservation_department" label="申请科室" width="120" />
|
|
|
|
<el-table-column prop="reservation_department" label="申请科室" width="120" />
|
|
|
|
<el-table-column prop="" label="医嘱时间" width="160">
|
|
|
|
<el-table-column prop="" label="医嘱时间" width="160">
|
|
|
|
<template #default="scope">
|
|
|
|
<template #default="scope">
|
|
|
|
@ -127,19 +137,8 @@
|
|
|
|
<span v-if="scope.row.patient_type==3">体检</span>
|
|
|
|
<span v-if="scope.row.patient_type==3">体检</span>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column prop="department_resources_name" label="预约资源" width="120" />
|
|
|
|
|
|
|
|
<el-table-column prop="user_phone" label="电话" width="120" />
|
|
|
|
<el-table-column prop="user_phone" label="电话" width="120" />
|
|
|
|
<!-- <el-table-column prop="implement_department" label="执行科室" width="120" /> -->
|
|
|
|
<!-- <el-table-column prop="implement_department" label="执行科室" width="120" /> -->
|
|
|
|
<el-table-column prop="devices" label="服务组">
|
|
|
|
|
|
|
|
<template #default="scope">
|
|
|
|
|
|
|
|
<div style="white-space: nowrap;">
|
|
|
|
|
|
|
|
<span v-for="(item,index) in scope.row.devices" :key="index">
|
|
|
|
|
|
|
|
{{ item.device_name+ ' ' }}
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column prop="department_resources_name" label="操作" width="120">
|
|
|
|
<el-table-column prop="department_resources_name" label="操作" width="120">
|
|
|
|
<template #default="scope">
|
|
|
|
<template #default="scope">
|
|
|
|
<el-button @click="showLog(scope.row)" size="small">查看日志</el-button>
|
|
|
|
<el-button @click="showLog(scope.row)" size="small">查看日志</el-button>
|
|
|
|
@ -203,7 +202,7 @@
|
|
|
|
</el-dialog>
|
|
|
|
</el-dialog>
|
|
|
|
<div id="shenqingdan" v-if="shenqingdan_show">
|
|
|
|
<div id="shenqingdan" v-if="shenqingdan_show">
|
|
|
|
<div v-for="(item,index) in shenqingdan_list" :key="index">
|
|
|
|
<div v-for="(item,index) in shenqingdan_list" :key="index">
|
|
|
|
<div style="width: 100%;text-align: center;font-size: 14px;">深圳市南山区妇幼保健院</div>
|
|
|
|
<div style="width: 100%;text-align: center;font-size: 14px;">演示医院</div>
|
|
|
|
<div style="width: 100%;text-align: center;font-size: 18px;font-weight: bold;">检查申请单</div>
|
|
|
|
<div style="width: 100%;text-align: center;font-size: 18px;font-weight: bold;">检查申请单</div>
|
|
|
|
<div style="width: 100%; border: 1px solid #ccc;padding: 20px;">
|
|
|
|
<div style="width: 100%; border: 1px solid #ccc;padding: 20px;">
|
|
|
|
<div>检查项目:{{item.maininfo.entrust}}</div>
|
|
|
|
<div>检查项目:{{item.maininfo.entrust}}</div>
|
|
|
|
|