See999 il y a 4 ans
Parent
révision
00817c3125
1 fichiers modifiés avec 72 ajouts et 0 suppressions
  1. 72 0
      src/xt_pages/dialysis/template/DialysisPrintOrderThirteen.vue

+ 72 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderThirteen.vue Voir le fichier

187
               </div>kg
187
               </div>kg
188
           </div>
188
           </div>
189
       </div>
189
       </div>
190
+      <div class="row">
191
+        透前评估 
192
+        <div class="inline_block under_line" style="width:93%;text-align: left;">
193
+          <div class="inline_block" style="margin-right:30px;">
194
+            体温
195
+            <div class="inline_block" style="width:50px;text-align:center">
196
+              {{ predialysis.temperature ? predialysis.temperature : "" }}
197
+            </div>℃
198
+          </div>
199
+          <div class="inline_block" style="margin-right:30px;">
200
+            血压
201
+            <div class="inline_block" style="width:100px;text-align:center">
202
+              {{ predialysis.systolic_blood_pressure ? predialysis.systolic_blood_pressure : "" }}/
203
+              {{ predialysis.diastolic_blood_pressure ? predialysis.diastolic_blood_pressure : "" }}
204
+            </div>mmHg
205
+          </div>
206
+          <div class="inline_block" style="margin-right:30px;">
207
+            脉搏
208
+            <div class="inline_block" style="width:50px;text-align:center">
209
+              {{ predialysis.pulse_frequency ? predialysis.pulse_frequency : "" }}
210
+            </div>次/分
211
+          </div>
212
+ 
213
+        </div>
214
+      </div>
190
 
215
 
191
       <table class="print-table" border="1">
216
       <table class="print-table" border="1">
192
         <tr>
217
         <tr>
283
         </tbody>
308
         </tbody>
284
       </table>
309
       </table>
285
 
310
 
311
+      <table class="print-table" border="1">
312
+        <tbody>
313
+          <tr>
314
+            <td width="50" style="padding-left:5px;border:none;border-right:1px solid #000;">
315
+              透后评估
316
+            </td>
317
+
318
+            <td width="30" style="border:none;padding-left:5px;">
319
+              体温:
320
+            </td>
321
+            <td width="50" style="text-align:left;border:none;">
322
+              <div>
323
+                <span class="under_line" style="width:50px;display:inline-block;">
324
+                  {{ afterdialysis.temperature ? afterdialysis.temperature : "" }}
325
+                </span>℃
326
+              </div>
327
+            </td>
328
+            <!-- <td width="10" style="border:none;"></td> -->
329
+
330
+            <td width="30" style="border:none;padding-left:5px;">血压:</td>
331
+            <td width="100" style="text-align:left;border:none;line-height: 30px;">
332
+              <div>
333
+                <span class="under_line" style="width:100px;display:inline-block">
334
+                  {{ afterdialysis.systolic_blood_pressure ? afterdialysis.systolic_blood_pressure : "" }}/
335
+                  {{ afterdialysis.diastolic_blood_pressure ? afterdialysis.diastolic_blood_pressure : "" }}
336
+                </span>mmHg
337
+              </div>
338
+            </td>
339
+            <td width="30" style="border:none;padding-left:5px">脉搏:</td>
340
+            <td width="50" style="text-align:left;border:none;">
341
+              <div>
342
+                <span class="under_line" style="width:50px;display:inline-block">
343
+                  {{ predialysis.pulse_frequency ? predialysis.pulse_frequency : "" }}
344
+                </span>次/分
345
+              </div>
346
+            </td>
347
+            <td width="50" style="border:none;padding-left:5px">透析器凝血:</td>
348
+            <td width="120" style="text-align:left;border:none;">
349
+              <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-0度') > -1 ? true : false" showValue="0"></label-box>
350
+              <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅰ度') > -1 ? true : false" showValue="+"></label-box>
351
+              <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅱ度') > -1" showValue="+ +"></label-box>
352
+              <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅲ度') > -1 ? true : false" showValue="+ + +"></label-box>
353
+            </td>
354
+          </tr>
355
+        </tbody>
356
+      </table>
357
+
286
       <table class="print-table" border="1">
358
       <table class="print-table" border="1">
287
         <tr style="height:36px;text-align:left;border:none;">
359
         <tr style="height:36px;text-align:left;border:none;">
288
           <td style="padding-left:5px;border:none">
360
           <td style="padding-left:5px;border:none">