|
|
|
@ -214,7 +214,7 @@ |
|
|
|
<span>检查日期</span> |
|
|
|
{{ |
|
|
|
$moment(reportDetail1.patient.checkTime - 0).format( |
|
|
|
"YYYY-MM-DD HH:mm" |
|
|
|
"YYYY-MM-DD HH:mm", |
|
|
|
) |
|
|
|
}} |
|
|
|
</div> |
|
|
|
@ -235,7 +235,7 @@ |
|
|
|
:leftShow="leftShow" |
|
|
|
/> |
|
|
|
<!-- 初步印象 --> |
|
|
|
<div style="margin-top: 20px"> |
|
|
|
<!-- <div style="margin-top: 20px"> |
|
|
|
<div class="card-header" style="margin-bottom: 10px"> |
|
|
|
<div class="card-header-left"> |
|
|
|
<h1 style="line-height: 44px">初步印象</h1> |
|
|
|
@ -266,7 +266,7 @@ |
|
|
|
v-model="item.impression" |
|
|
|
:auto-size="{ minRows: 3, maxRows: 5 }" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
</el-card> |
|
|
|
<patientMark :reportDetail1="reportDetail1" :disab="true"></patientMark> |
|
|
|
<div style="height: 1px"></div> |
|
|
|
@ -430,7 +430,7 @@ export default { |
|
|
|
} else { |
|
|
|
this.open = false; |
|
|
|
this.handleInvoke( |
|
|
|
`${this.apiUrl}${data.path}?time${new Date().getTime()}` |
|
|
|
`${this.apiUrl}${data.path}?time${new Date().getTime()}`, |
|
|
|
); |
|
|
|
} |
|
|
|
this.$forceUpdate(); |
|
|
|
@ -511,7 +511,7 @@ export default { |
|
|
|
} |
|
|
|
this.reportPath = _path; |
|
|
|
var iframe = document.getElementById( |
|
|
|
"reportPartIframe" + this.timestamp |
|
|
|
"reportPartIframe" + this.timestamp, |
|
|
|
); |
|
|
|
iframe.onload = () => { |
|
|
|
iframe.contentWindow.print(); |
|
|
|
|