其他档案接口页面门诊号错误

master
zengwh 5 years ago
parent 4e12475536
commit 62383d4d54

@ -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{
width:100%;
height: calc(100vh - 17% - 43px - 1vh);
height: calc(100vh - 18% - 43px - 1vh);
margin-top:1vh;
background-color: #FFF;
}
@ -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>
</div>
</div>

Loading…
Cancel
Save