Browse Source

打印单

XMLWAN 4 years ago
parent
commit
e26b731c98
1 changed files with 16 additions and 16 deletions
  1. 16 16
      src/xt_pages/dialysis/template/DialysisPrintOrderThirteen.vue

+ 16 - 16
src/xt_pages/dialysis/template/DialysisPrintOrderThirteen.vue View File

@@ -27,7 +27,7 @@
27 27
             <div class="inline_block under_line" style="width:50px">{{ queryParams.xtdate.slice(8,11) }}</div>日
28 28
         </div>
29 29
         <div class="inline_block" style="margin-right:10px;">
30
-          姓名 
30
+          姓名
31 31
           <div class="inline_block under_line" style="width:80px;text-align: center;">
32 32
               {{ patientInfo.name ? patientInfo.name : "" }}
33 33
           </div>
@@ -45,7 +45,7 @@
45 45
46 46
         </div>
47 47
         <div class="inline_block" style="margin-right:10px;">
48
-            机器编号 
48
+            机器编号
49 49
             <div class="inline_block under_line" style="width:80px;">
50 50
             {{ getNumber() }}
51 51
             </div>
@@ -57,7 +57,7 @@
57 57
       <div style="border-bottom: 2px solid #000;width:100%;"></div>
58 58
       <div class="row">
59 59
           <div class="inline_block" style="margin-right:30px;">
60
-            血液净化方式 
60
+            血液净化方式
61 61
             <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="!prescription.mode_id">
62 62
               /
63 63
             </div>
@@ -120,20 +120,20 @@
120 120
             </div>
121 121
           </div>
122 122
           <div class="inline_block" style="margin-right:30px;">
123
-            血液净化器类型 
123
+            血液净化器类型
124 124
             <div class="inline_block under_line" style="width:150px;text-align: center;">
125 125
                 {{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus : ''}}
126 126
             </div>
127 127
           </div>
128 128
           <div class="inline_block" style="margin-right:30px;">
129
-            透析液配方 
129
+            透析液配方
130 130
             <div class="inline_block under_line" style="width:150px;text-align: center;">
131 131
                 {{ prescription.dialysate_formulation_name ? prescription.dialysate_formulation_name : ''}}
132 132
             </div>
133 133
           </div>
134 134
       </div>
135 135
       <div class="row">
136
-        血管通路 
136
+        血管通路
137 137
         <div class="inline_block under_line" style="width:92%;text-align: left;">
138 138
           <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('内瘘-左') > -1 ? true : predialysis.blood_access_part_opera_name.indexOf('内瘘-右') > -1 ? true : false" showValue="内瘘"></label-box>
139 139
           (<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('内瘘-左') > -1 ? true : false" showValue="左"></label-box>
@@ -172,7 +172,7 @@
172 172
         </div>
173 173
       </div>
174 174
       <div class="row">
175
-        抗凝药物 
175
+        抗凝药物
176 176
         <div class="inline_block under_line" style="width:92%;text-align: left;">
177 177
           <label-box :isChecked="prescription.anticoagulant == '普通肝素' ? true : false" showValue="普通肝素"></label-box>&nbsp;
178 178
           <label-box :isChecked="prescription.anticoagulant == '低分子肝素钙' ? true : prescription.anticoagulant == '低分子肝素钠' ? true : false" showValue="低分子肝素"></label-box>
@@ -189,7 +189,7 @@
189 189
             <span v-if="prescription.anticoagulant == '普通肝素'">mg</span>
190 190
             <span v-if="prescription.anticoagulant == '无肝素'">mg</span>
191 191
             <span v-if="prescription.anticoagulant == '低分子肝素钙'">iu</span>
192
-            <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span>&nbsp; 
192
+            <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span>&nbsp;
193 193
           </div>
194 194
           <div class="inline_block">
195 195
             追加
@@ -202,7 +202,7 @@
202 202
             <span v-if="prescription.anticoagulant == '普通肝素'">mg/h</span>
203 203
             <span v-if="prescription.anticoagulant == '无肝素'">mg/h</span>
204 204
             <span v-if="prescription.anticoagulant == '低分子肝素钙'">iu/h</span>
205
-            <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu/h</span>&nbsp; 
205
+            <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu/h</span>&nbsp;
206 206
           </div>
207 207
           <div class="inline_block">
208 208
             总量
@@ -263,7 +263,7 @@
263 263
           </div>
264 264
       </div>
265 265
       <div class="row">
266
-        透前评估 
266
+        透前评估
267 267
         <div class="inline_block under_line" style="width:50%;text-align: left;margin-right:30px;">
268 268
           <div class="inline_block" style="margin-right:30px;">
269 269
             体温
@@ -471,7 +471,7 @@
471 471
               </div>
472 472
             </td>
473 473
           </tr>
474
-            
474
+
475 475
           <tr style="height:30px;line-height:30px;">
476 476
             <td width="90" style="border:none;padding-left:5px">实际置换量:</td>
477 477
             <td width="30" style="text-align:left;border:none;">
@@ -481,7 +481,7 @@
481 481
                 </span>L
482 482
               </div>
483 483
             </td>
484
-            
484
+
485 485
             <td width="90" style="border:none;padding-left:5px">透析器凝血:</td>
486 486
             <td width="200" style="text-align:left;border:none;">
487 487
               <label-box :isChecked="afterdialysis.cruor ? (afterdialysis.cruor.indexOf('透析器-0度') > -1 ? true : false) :false" showValue="0"></label-box>
@@ -579,8 +579,8 @@
579 579
                 <img class="es-img" style="height:30px;" :src="doctorForm.url" />
580 580
               </span> -->
581 581
             </span>
582
-            
583
-            
582
+
583
+
584 584
           </td>
585 585
         </tr>
586 586
       </table>
@@ -891,9 +891,9 @@ export default {
891 891
             this.patientInfo.first_dialysis_date = ''
892 892
           }
893 893
           this.check = response.data.data.check
894
-          console.log('核对信息', this.check)
894
+          // console.log('核对信息', this.check)
895 895
           this.predialysis = response.data.data.PredialysisEvaluation
896
-          console.log('透前评估', this.predialysis)
896
+          // console.log('透前评估', this.predialysis)
897 897
           this.predialysis.blood_access_part_opera_name = this.bloodAccessParOperaName(
898 898
             this.predialysis.blood_access_part_opera_id
899 899
           )