@@ -404,6 +404,7 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
line-height: 28px;
margin: 30px 0 8px 0;
text-align: center;
+ display: none;
}
.scaleBox{
border-bottom: none;
@@ -579,4 +580,29 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
.chColor{
color: red!important;
+}
+.info_left {
+ width: 527px;
+ margin: auto;
+ overflow: hidden;
+ margin-top: 10px;
+ border:1px solid #D8D8D8;
+ li {
+ width: 50%;
+ height: 30px;
+ padding: 0 10px;
+ box-sizing: border-box;
+ border: 1px solid #bbbfc1;
+ border-right: none;
+ font-size: 14px;
+ float: left;
+ border-bottom: none;
+ }
+ &:nth-child(1) {
+ border-top: none;
+ &:nth-child(odd) {
+ border-left: none;
@@ -60,6 +60,33 @@
<div class=" container disCopy scale">
<div class="content">
<div class="infos" id="Print">
+ <ul class="info_left">
+ <li>
+ <label>姓名:</label>
+ </li>
+ <label>门诊号:</label>
+ <label>年龄:</label>
+ <label>医生:</label>
+ <label>性别:</label>
+ <label>科室:</label>
+ <label>卡号:</label>
+ <label>就诊时间:</label>
+ </ul>
+ <p class="scaletitle"></p>
<div class="infos-box"></div>
</div>
@@ -185,6 +185,8 @@ function renderContent(list, contentWrapClassName) {
function renderContentscale(list, contentWrapClassName, name) {
+ $(`.${contentWrapClassName} .infos .infos-box`).html('');
+ $(`.${contentWrapClassName} .anchors ul`).html('');
var pushInfo = []
$('.scaletitle').html(name);
for (var i = 0; i < list[0].detailList.length; i++) {