@ -632,6 +632,7 @@
id,
convert(varchar(10),sysUpdateTime,120) sysupdatetimeStr,
jzh,
zyh,
C3,
C4,
C5,
@ -55,12 +55,12 @@
}
.searchDiv{
width:100%;
height:17%;
height:18%;
background-color: #FFF;
.contentDiv{
height: calc(100vh - 17% - 43px - 1vh);
height: calc(100vh - 18% - 43px - 1vh);
margin-top:1vh;
@ -121,7 +121,7 @@
<div class="form-group">
<label class="col-sm-5 control-label labelDiv">门诊号:</label>
<div class="col-sm-7">
<input type="text" readonly class="form-control input-sm input" value="${record.jzh}"/>
<input type="text" readonly class="form-control input-sm input" value="${record.zyh}"/>
</div>