Browse Source

隐藏初步印象

lhqzyy
lzp 2 months ago
parent
commit
025145317d
  1. 10
      web_client/src/views/history/components/scaleInfor.vue
  2. 4
      web_client/src/views/history/components/scaleInforCopy.vue

10
web_client/src/views/history/components/scaleInfor.vue

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

4
web_client/src/views/history/components/scaleInforCopy.vue

@ -234,7 +234,7 @@
:leftShow="leftShow" :leftShow="leftShow"
/> />
<!-- 初步印象 --> <!-- 初步印象 -->
<div style="margin-top: 20px"> <!-- <div style="margin-top: 20px">
<div class="card-header" style="margin-bottom: 10px"> <div class="card-header" style="margin-bottom: 10px">
<div class="card-header-left"> <div class="card-header-left">
<h1 style="line-height: 44px">初步印象</h1> <h1 style="line-height: 44px">初步印象</h1>
@ -265,7 +265,7 @@
v-model="item.impression" v-model="item.impression"
:auto-size="{ minRows: 3, maxRows: 5 }" :auto-size="{ minRows: 3, maxRows: 5 }"
/> />
</div> </div> -->
</el-card> </el-card>
<patientMark :reportDetail1="reportDetail1" :disab="true"></patientMark> <patientMark :reportDetail1="reportDetail1" :disab="true"></patientMark>
<div style="height: 1px"></div> <div style="height: 1px"></div>

Loading…
Cancel
Save