Browse Source

手术知情同意书

zhouna 5 years ago
parent
commit
067af5a061
3 changed files with 115 additions and 1 deletions
  1. 25 0
      src/css/qcScore.less
  2. 88 0
      src/html/qcScore.html
  3. 2 1
      src/js/qcScore.js

+ 25 - 0
src/css/qcScore.less

@@ -286,4 +286,29 @@
     margin-right: 20px;
     text-align: right;
   }
+}
+/*******手术知情同意书*********/
+.surgery-book{
+  .book-item{
+    margin-bottom:15px;
+    :not(:first-child){
+      text-indent: 15px;
+    }
+    .intent{
+      text-indent: 30px;
+    }
+    .intent-1{
+      margin-left: 48px;
+      text-indent: 0;
+    }
+    .clearfix{
+      p{
+        width: 100%;
+      }
+    }
+    .fr{
+      margin-top: 25px;
+      text-align: right;
+    }
+  }
 }

File diff suppressed because it is too large
+ 88 - 0
src/html/qcScore.html


+ 2 - 1
src/js/qcScore.js

@@ -71,7 +71,8 @@ function initContent(data){
   let info=[];
   let nameMap={
     "入院记录":"#inHisTmpl",
-    "病案首页":"#indexTmpl"
+    "病案首页":"#indexTmpl",
+    "手术知情同意书":"#surgeryBookTmpl",
   };
   for(let k in obj){
     info=formatInfoData(k,obj[k][0]);