|
|
@ -1,55 +1,127 @@ |
|
|
|
<template> |
|
|
|
<div class="throm-report"> |
|
|
|
<div class="report-container"> |
|
|
|
<a-row > |
|
|
|
<a-row> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-card class="report-card baseInfo" title="患者信息"> |
|
|
|
<a-card class="report-card baseInfo" title="患者信息" :bodyStyle="{padding: 0}"> |
|
|
|
<a-col :span='8'> |
|
|
|
<a-row><div class="leftTitle">姓名</div><div class="rightValue">{{patient.patientName}}</div></a-row> |
|
|
|
<a-row><div class="leftTitle">民族</div><div class="rightValue">{{patient.patientNation || '-'}}</div></a-row> |
|
|
|
<a-row><div class="leftTitle">诊断</div><div class="rightValue">{{patient.firstAidZlTypeString || '-'}}</div></a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">姓名</div> |
|
|
|
<div class="rightValue">{{patient.patientName}}</div> |
|
|
|
</a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">民族</div> |
|
|
|
<div class="rightValue">{{patient.patientNation || '-'}}</div> |
|
|
|
</a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">诊断</div> |
|
|
|
<div class="rightValue">{{patient.firstAidZlTypeString || '-'}}</div> |
|
|
|
</a-row> |
|
|
|
</a-col> |
|
|
|
<a-col :span='8' class="midItem"> |
|
|
|
<a-row><div class="leftTitle">性别</div><div class="rightValue">{{patient.patientGenderString || '-'}}</div></a-row> |
|
|
|
<a-row><div class="leftTitle">身份证号</div><div class="rightValue">{{patient.patientIdCardNo ? utils.maskIDCard(patient.patientIdCardNo || '') : '-'}}</div></a-row> |
|
|
|
<a-row><div class="leftTitle">发病时间</div><div class="rightValue">{{queryItemInfo('XGZL-CCWC-TIME').toString() ||'-'}}</div></a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">性别</div> |
|
|
|
<div class="rightValue">{{patient.patientGenderString || '-'}}</div> |
|
|
|
</a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">身份证号</div> |
|
|
|
<div class="rightValue"> |
|
|
|
{{patient.patientIdCardNo ? utils.maskIDCard(patient.patientIdCardNo || '') : '-'}} |
|
|
|
</div> |
|
|
|
</a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">发病时间</div> |
|
|
|
<div class="rightValue">{{queryItemInfo('XGZL-CCWC-TIME').toString() ||'-'}}</div> |
|
|
|
</a-row> |
|
|
|
</a-col> |
|
|
|
<a-col :span='8'> |
|
|
|
<a-row><div class="leftTitle">年龄</div><div class="rightValue">{{patient.patientAge || '-'}}岁</div></a-row> |
|
|
|
<a-row><div class="leftTitle">联系方式</div><div class="rightValue">{{patient.patientContract || '-'}}</div></a-row> |
|
|
|
|
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">年龄</div> |
|
|
|
<div class="rightValue">{{patient.patientAge || '-'}}岁</div> |
|
|
|
</a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">联系方式</div> |
|
|
|
<div class="rightValue">{{patient.patientContract || '-'}}</div> |
|
|
|
</a-row> |
|
|
|
|
|
|
|
</a-col> |
|
|
|
</a-card> |
|
|
|
|
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="24" v-if="false"> |
|
|
|
<a-card class="report-card baseInfo" title="病情评估"> |
|
|
|
<a-col :span='8'> |
|
|
|
<a-row><div class="leftTitle">入院mRS评分</div><div class="rightValue">{{ getFirstInfo['RYPG-MRS'] || '暂无' }}</div></a-row> |
|
|
|
<a-row><div class="leftTitle">入院NIHSS评分</div><div class="rightValue">{{ getFirstInfo['RYPG-NIHSS'] || '暂无' }}</div></a-row> |
|
|
|
<a-row><div class="leftTitle">舒张压/收缩压</div><div class="rightValue"> |
|
|
|
<span>{{getFirstInfo['RYPG-DIASTOLIC-PRESSURE'] ? (getFirstInfo['RYPG-DIASTOLIC-PRESSURE'] + 'mmHg') : '暂无'}}</span> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">入院mRS评分</div> |
|
|
|
<div class="rightValue">{{ getFirstInfo['RYPG-MRS'] || '暂无' }}</div> |
|
|
|
</a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">入院NIHSS评分</div> |
|
|
|
<div class="rightValue">{{ getFirstInfo['RYPG-NIHSS'] || '暂无' }}</div> |
|
|
|
</a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">舒张压/收缩压</div> |
|
|
|
<div class="rightValue"> |
|
|
|
<span>{{getFirstInfo['RYPG-DIASTOLIC-PRESSURE'] ? (getFirstInfo['RYPG-DIASTOLIC-PRESSURE'] + 'mmHg') : '暂无'}}</span> |
|
|
|
<span> / </span> |
|
|
|
<span>{{getFirstInfo['RYPG-SYSTOLIC-PRESSURE'] ? (getFirstInfo['RYPG-SYSTOLIC-PRESSURE'] + 'mmHg') : '暂无'}}</span> |
|
|
|
</div></a-row> |
|
|
|
<a-row><div class="leftTitle">选用平车</div><div class="rightValue">{{patient.carNo || '-'}}</div></a-row> |
|
|
|
<a-row><div class="leftTitle">绿道状态</div><div class="rightValue"><span class="report-treat-rowtext"><a-switch checked></a-switch></span></div></a-row> |
|
|
|
</div> |
|
|
|
</a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">选用平车</div> |
|
|
|
<div class="rightValue">{{patient.carNo || '-'}}</div> |
|
|
|
</a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">绿道状态</div> |
|
|
|
<div class="rightValue"><span class="report-treat-rowtext"><a-switch |
|
|
|
checked></a-switch></span></div> |
|
|
|
</a-row> |
|
|
|
</a-col> |
|
|
|
<a-col :span='8' class="midItem"> |
|
|
|
<a-row><div class="leftTitle">身高</div><div class="rightValue">{{ getFirstInfo['RYPG-HEIGHT'] ? getFirstInfo['RYPG-HEIGHT'] + 'CM' : '暂无' }}</div></a-row> |
|
|
|
<a-row><div class="leftTitle">体重</div><div class="rightValue">{{ getFirstInfo['RYPG-WEIGHT'] ? getFirstInfo['RYPG-WEIGHT'] + 'KG' : '暂无' }}</div></a-row> |
|
|
|
<a-row><div class="leftTitle">BMI</div><div class="rightValue">{{ getFirstInfo['RYPG-BMI'] || '暂无' }}</div></a-row> |
|
|
|
<a-row><div class="leftTitle">血糖</div><div class="rightValue">{{ getFirstInfo['RYPG-PULSE'] ? getFirstInfo['RYPG-PULSE'] + '次/分' : '暂无' }}</div></a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">身高</div> |
|
|
|
<div class="rightValue"> |
|
|
|
{{ getFirstInfo['RYPG-HEIGHT'] ? getFirstInfo['RYPG-HEIGHT'] + 'CM' : '暂无' }} |
|
|
|
</div> |
|
|
|
</a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">体重</div> |
|
|
|
<div class="rightValue"> |
|
|
|
{{ getFirstInfo['RYPG-WEIGHT'] ? getFirstInfo['RYPG-WEIGHT'] + 'KG' : '暂无' }} |
|
|
|
</div> |
|
|
|
</a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">BMI</div> |
|
|
|
<div class="rightValue">{{ getFirstInfo['RYPG-BMI'] || '暂无' }}</div> |
|
|
|
</a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">血糖</div> |
|
|
|
<div class="rightValue"> |
|
|
|
{{ getFirstInfo['RYPG-PULSE'] ? getFirstInfo['RYPG-PULSE'] + '次/分' : '暂无' }} |
|
|
|
</div> |
|
|
|
</a-row> |
|
|
|
</a-col> |
|
|
|
<a-col :span='8'> |
|
|
|
<a-row><div class="leftTitle">选用平车</div><div class="rightValue">{{patient.carNo || '-'}}</div></a-row> |
|
|
|
<a-row><div class="leftTitle">溶栓药物</div><div class="rightValue">: {{getFirstInfo['JMRS-RSYW'] || '暂无'}}</div></a-row> |
|
|
|
<a-row><div class="leftTitle">静滴剂量</div><div class="rightValue">: {{getFirstInfo['JMRS-JDJL'] || '暂无'}}</div></a-row> |
|
|
|
<a-row><div class="leftTitle">团注剂量</div><div class="rightValue">: {{getFirstInfo['JMRS-TZJL'] || '暂无'}}</div></a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">选用平车</div> |
|
|
|
<div class="rightValue">{{patient.carNo || '-'}}</div> |
|
|
|
</a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">溶栓药物</div> |
|
|
|
<div class="rightValue">: {{getFirstInfo['JMRS-RSYW'] || '暂无'}}</div> |
|
|
|
</a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">静滴剂量</div> |
|
|
|
<div class="rightValue">: {{getFirstInfo['JMRS-JDJL'] || '暂无'}}</div> |
|
|
|
</a-row> |
|
|
|
<a-row> |
|
|
|
<div class="leftTitle">团注剂量</div> |
|
|
|
<div class="rightValue">: {{getFirstInfo['JMRS-TZJL'] || '暂无'}}</div> |
|
|
|
</a-row> |
|
|
|
</a-col> |
|
|
|
</a-card> |
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="24" v-if="false"> |
|
|
|
<a-card class="report-card" title="溶栓状态"> |
|
|
|
<div class="report-timeline"> |
|
|
|
<a-steps progress-dot :current="currentIndex" direction="vertical"> |
|
|
@ -70,10 +142,119 @@ |
|
|
|
</div> |
|
|
|
</a-card> |
|
|
|
</a-col> |
|
|
|
|
|
|
|
<a-col :span="24"> |
|
|
|
<a-card class="report-card" title="急诊溶栓记录"> |
|
|
|
<a-card class="report-card" title="DNT时间表" :bodyStyle="{padding: '0 32px'}"> |
|
|
|
<a slot="extra" href="javascript:;" @click="handleExportDntPdf">导出</a> |
|
|
|
<div class="doc-ct-content"> |
|
|
|
<div class="record-content"> |
|
|
|
<table border class="report-rsgcb"> |
|
|
|
<colgroup> |
|
|
|
<col style="width: 25%;"> |
|
|
|
<col style="width: 25%;"> |
|
|
|
<col style="width: 25%;"> |
|
|
|
<col style="width: 25%;"> |
|
|
|
</colgroup> |
|
|
|
<!-- <tr> |
|
|
|
<td colspan="2">姓名:{{patient.patientName}}</td> |
|
|
|
<td colspan="3">性别:{{patient.patientGenderString}}</td> |
|
|
|
<td colspan="1">年龄:{{patient.patientAge}}</td> |
|
|
|
<td colspan="2">血糖(BS):{{queryItemInfo('RYPG-BLOOD-SUGAR').toString()}}</td> |
|
|
|
<td colspan="2">血压(BP):{{queryItemInfo('JMRS-Q-SYSTOLIC-PRESSURE').toString()}} |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="3">一线:</td> |
|
|
|
<td colspan="3">二线:</td> |
|
|
|
<td colspan="4">NIHSS:{{queryItemInfo('JMRS-Q-NIHSS').toString()}}</td> |
|
|
|
</tr> --> |
|
|
|
<tr> |
|
|
|
<td colspan="1">溶栓流程</td> |
|
|
|
<td colspan="1">具体时间</td> |
|
|
|
<td colspan="1">溶栓流程</td> |
|
|
|
<td colspan="1">具体时间</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="1">发病时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('JBXX-FBSJ').toString()}}</td> |
|
|
|
<td colspan="1">到达CT时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('RYPG-CT-DD-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="1">到院时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('JBXX-FBSJ').toString()}}</td> |
|
|
|
<td colspan="1">CT检查开始时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('RYPG-CT-JCKS-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="1">启动绿道时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('RYPG-GR-TIME').toString()}}</td> |
|
|
|
<td colspan="1">CT检查结束时间:</td> |
|
|
|
<td colspan="1">{{queryItemInfo('RYPG-CT-JCWB-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="1">呼叫时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('JBXX-TZCZYS-TIME').toString()}}</td> |
|
|
|
<td colspan="1">到达核磁时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('JMRS-HC-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="1">一线到场时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('JBXX-CZYSDC-TIME').toString()}}</td> |
|
|
|
<td colspan="1">二线医生到场时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('JBXX-SNYSDC-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="1">采血开始时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('RYPG-BLOOD-TIME').toString()}}</td> |
|
|
|
<td colspan="1">谈话开始时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('JMRS-TH-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="1">血样报告时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('RYPG-BLOOD-REPORT-TIME').toString()}}</td> |
|
|
|
<td colspan="1">心电开始时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('RYPG-ECG-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<!-- <tr> |
|
|
|
<td colspan="2">离开CT时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('RYPG-CT-LK-TIME').toString()}}</td> |
|
|
|
<td colspan="2"></td> |
|
|
|
<td colspan="3"></td> |
|
|
|
</tr> --> |
|
|
|
<tr> |
|
|
|
<td colspan="1">签署知情同意书时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('JMRS-ZQTY-TIME').toString()}}</td> |
|
|
|
<td colspan="1">到达溶栓区时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('JMRS-RSQ-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="1">静脉溶栓开始时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('JMRS-TIME').toString()}}</td> |
|
|
|
<td colspan="1">静脉溶栓结束时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('JMRS-END-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="1">进入介入室时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('JMRS-DDJRS').toString()}}</td> |
|
|
|
<td colspan="1">置鞘时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('XGZL-CCWC-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="1">血管再通时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('XGZL-SH-SCXGZTSJ').toString()}}</td> |
|
|
|
<td colspan="1">进入病房时间</td> |
|
|
|
<td colspan="1">{{queryItemInfo('JMRS-DDBF').toString()}}</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a-card> |
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-card class="report-card" title="急诊溶栓记录" :bodyStyle="{padding: '0 32px'}"> |
|
|
|
<a slot="extra" id="exportFirst" href="JavaScript:;" @click="handleExportRsPdf">导出</a> |
|
|
|
<div class="report-card-content" style="min-height: 300px;"> |
|
|
|
<div class="report-card-content" style="min-height: 100px;"> |
|
|
|
<div class="record-content" v-html="recordData"></div> |
|
|
|
<div class="emtpy" v-if="!recordData"> |
|
|
|
<a-empty :image="emptyImage" description="暂无溶栓记录" /> |
|
|
@ -82,7 +263,7 @@ |
|
|
|
</a-card> |
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-card class="report-card" title="溶栓观察表"> |
|
|
|
<a-card class="report-card" title="溶栓观察表" :bodyStyle="{padding: '0 32px'}"> |
|
|
|
<a slot="extra" href="javascript:;" @click="handleExportRsgcbPdf">导出</a> |
|
|
|
<div class="doc-ct-content"> |
|
|
|
<div> |
|
|
@ -189,111 +370,9 @@ |
|
|
|
</a-card> |
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-card class="report-card" title="DNT时间表"> |
|
|
|
<a slot="extra" href="javascript:;" @click="handleExportDntPdf">导出</a> |
|
|
|
<div class="doc-ct-content"> |
|
|
|
<div class="record-content"> |
|
|
|
<table border class="report-rsgcb"> |
|
|
|
<!-- <tr> |
|
|
|
<td colspan="2">姓名:{{patient.patientName}}</td> |
|
|
|
<td colspan="3">性别:{{patient.patientGenderString}}</td> |
|
|
|
<td colspan="1">年龄:{{patient.patientAge}}</td> |
|
|
|
<td colspan="2">血糖(BS):{{queryItemInfo('RYPG-BLOOD-SUGAR').toString()}}</td> |
|
|
|
<td colspan="2">血压(BP):{{queryItemInfo('JMRS-Q-SYSTOLIC-PRESSURE').toString()}} |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="3">一线:</td> |
|
|
|
<td colspan="3">二线:</td> |
|
|
|
<td colspan="4">NIHSS:{{queryItemInfo('JMRS-Q-NIHSS').toString()}}</td> |
|
|
|
</tr> --> |
|
|
|
<tr> |
|
|
|
<td colspan="2">溶栓流程</td> |
|
|
|
<td colspan="3">具体时间</td> |
|
|
|
<td colspan="2">溶栓流程</td> |
|
|
|
<td colspan="3">具体时间</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="2">发病时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('JBXX-FBSJ').toString()}}</td> |
|
|
|
<td colspan="2">到达CT时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('RYPG-CT-DD-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="2">到院时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('JBXX-FBSJ').toString()}}</td> |
|
|
|
<td colspan="2">CT检查开始时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('RYPG-CT-JCKS-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="2">启动绿道时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('RYPG-GR-TIME').toString()}}</td> |
|
|
|
<td colspan="2">CT检查结束时间:</td> |
|
|
|
<td colspan="3">{{queryItemInfo('RYPG-CT-JCWB-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="2">呼叫时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('JBXX-TZCZYS-TIME').toString()}}</td> |
|
|
|
<td colspan="2">到达核磁时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('JMRS-HC-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="2">一线到场时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('JBXX-CZYSDC-TIME').toString()}}</td> |
|
|
|
<td colspan="2">二线医生到场时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('JBXX-SNYSDC-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="2">采血开始时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('RYPG-BLOOD-TIME').toString()}}</td> |
|
|
|
<td colspan="2">谈话开始时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('JMRS-TH-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="2">血样报告时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('RYPG-BLOOD-REPORT-TIME').toString()}}</td> |
|
|
|
<td colspan="2">心电开始时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('RYPG-ECG-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<!-- <tr> |
|
|
|
<td colspan="2">离开CT时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('RYPG-CT-LK-TIME').toString()}}</td> |
|
|
|
<td colspan="2"></td> |
|
|
|
<td colspan="3"></td> |
|
|
|
</tr> --> |
|
|
|
<tr> |
|
|
|
<td colspan="2">签署知情同意书时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('JMRS-ZQTY-TIME').toString()}}</td> |
|
|
|
<td colspan="2">到达溶栓区时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('JMRS-RSQ-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="2">静脉溶栓开始时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('JMRS-TIME').toString()}}</td> |
|
|
|
<td colspan="2">静脉溶栓结束时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('JMRS-END-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="2">进入介入室时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('JMRS-DDJRS').toString()}}</td> |
|
|
|
<td colspan="2">置鞘时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('XGZL-CCWC-TIME').toString()}}</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td colspan="2">血管再通时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('XGZL-SH-SCXGZTSJ').toString()}}</td> |
|
|
|
<td colspan="2">进入病房时间</td> |
|
|
|
<td colspan="3">{{queryItemInfo('JMRS-DDBF').toString()}}</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a-card> |
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-card class="report-card" title="介入手术记录"> |
|
|
|
<a-card class="report-card" title="介入手术记录" :bodyStyle="{padding: '0 32px'}"> |
|
|
|
<a slot="extra" href="javascript:;" @click="handleExportJrPdf">导出</a> |
|
|
|
<div class="doc-ct-content" style="min-height: 300px;"> |
|
|
|
<div class="doc-ct-content" style="min-height: 100px;"> |
|
|
|
<div class="record-content" v-html="operaData"></div> |
|
|
|
<div class="emtpy" v-if="!operaData"> |
|
|
|
<a-empty :image="emptyImage" description="暂无手术记录" /> |
|
|
@ -304,14 +383,14 @@ |
|
|
|
</a-row> |
|
|
|
</div> |
|
|
|
<div style="background-color: #fff;padding-bottom: 12px;border-top: 1px solid #eee;"> |
|
|
|
<div class="throm-common-button" > |
|
|
|
<div class="throm-common-button"> |
|
|
|
<a-button :disabled="writeAble" class="" type="primary" size="large" block |
|
|
|
@click="handleExportAll">打印</a-button> |
|
|
|
<!-- <a-button :disabled="writeAble" class="" block type="primary" size="large" |
|
|
|
@click="onSubmit">导出</a-button> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<throm-report-dnt ref="dnt"></throm-report-dnt> |
|
|
|
<throm-report-record ref="record"></throm-report-record> |
|
|
|
<throm-report-observe ref="observe"></throm-report-observe> |
|
|
@ -912,6 +991,7 @@ |
|
|
|
|
|
|
|
.report-timeline { |
|
|
|
overflow-y: auto; |
|
|
|
|
|
|
|
.ant-steps { |
|
|
|
height: 100%; |
|
|
|
padding-bottom: 20px; |
|
|
@ -944,40 +1024,44 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.ant-card-bordered { |
|
|
|
border: none; |
|
|
|
|
|
|
|
.ant-card-head { |
|
|
|
border-bottom: none; |
|
|
|
} |
|
|
|
border: none; |
|
|
|
|
|
|
|
.ant-card-head { |
|
|
|
border-bottom: none; |
|
|
|
} |
|
|
|
.baseInfo{ |
|
|
|
line-height:32px; |
|
|
|
.ant-col-8{ |
|
|
|
padding-left:30px; |
|
|
|
padding-right:30px; |
|
|
|
} |
|
|
|
.leftTitle{ |
|
|
|
float:left; |
|
|
|
font-size:18px; |
|
|
|
color:#888888; |
|
|
|
} |
|
|
|
.rightValue{ |
|
|
|
float:right; |
|
|
|
font-size:18px; |
|
|
|
color:#222; |
|
|
|
} |
|
|
|
|
|
|
|
.midItem{ |
|
|
|
border-left:1px solid #eee; |
|
|
|
border-right:1px solid #eee; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.baseInfo { |
|
|
|
line-height: 32px; |
|
|
|
|
|
|
|
.ant-col-8 { |
|
|
|
padding-left: 30px; |
|
|
|
padding-right: 30px; |
|
|
|
} |
|
|
|
.report-rsgcb td{ |
|
|
|
font-size:18px; |
|
|
|
color:#3D3D3D; |
|
|
|
|
|
|
|
.leftTitle { |
|
|
|
float: left; |
|
|
|
font-size: 18px; |
|
|
|
color: #888888; |
|
|
|
} |
|
|
|
|
|
|
|
.rightValue { |
|
|
|
float: right; |
|
|
|
font-size: 18px; |
|
|
|
color: #222; |
|
|
|
} |
|
|
|
|
|
|
|
.midItem { |
|
|
|
border-left: 1px solid #eee; |
|
|
|
border-right: 1px solid #eee; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.report-rsgcb td { |
|
|
|
font-size: 18px; |
|
|
|
color: #3D3D3D; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
</style> |