Browse Source

Merge branch 'pad_statistics_branch' of http://git.shengws.com/csx/Pad_New into pad_statistics_branch

XMLWAN 4 years ago
parent
commit
d2f89a298e
1 changed files with 73 additions and 10 deletions
  1. 73 10
      src/pages/main/template/DialysisPrintOrderThirteen.vue

+ 73 - 10
src/pages/main/template/DialysisPrintOrderThirteen.vue View File

@@ -187,6 +187,31 @@
187 187
               </div>kg
188 188
           </div>
189 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 216
       <table class="print-table" border="1">
192 217
         <tr>
@@ -238,7 +263,6 @@
238 263
       <table class="print-table" border="1">
239 264
         <tbody>
240 265
             <tr>
241
-              <td width="40"></td>
242 266
               <td width="60">时间</td>
243 267
               <td width="80">BP</td>
244 268
               <td width="40">心率</td>
@@ -253,15 +277,7 @@
253 277
             </tr>
254 278
 
255 279
 
256
-            <tr v-for="(monitor,i) in monitors" :key="monitor.id">
257
-              <td>
258
-                  <span v-if="i == 0">
259
-                      透前
260
-                  </span>
261
-                  <span v-if="i == 1">
262
-                      透后
263
-                  </span>
264
-              </td>
280
+            <tr v-for="monitor in monitors" :key="monitor.id">
265 281
               <td>&nbsp;
266 282
                 {{getTime(monitor.operate_time,'{h}:{i}')}}
267 283
               </td>
@@ -289,6 +305,53 @@
289 305
         </tbody>
290 306
       </table>
291 307
 
308
+      <table class="print-table" border="1">
309
+        <tbody>
310
+          <tr>
311
+            <td width="50" style="padding-left:5px;border:none;border-right:1px solid #000;">
312
+              透后评估
313
+            </td>
314
+
315
+            <td width="30" style="border:none;padding-left:5px;">
316
+              体温:
317
+            </td>
318
+            <td width="50" style="text-align:left;border:none;">
319
+              <div>
320
+                <span class="under_line" style="width:50px;display:inline-block;">
321
+                  {{ afterdialysis.temperature ? afterdialysis.temperature : "" }}
322
+                </span>℃
323
+              </div>
324
+            </td>
325
+            <!-- <td width="10" style="border:none;"></td> -->
326
+
327
+            <td width="30" style="border:none;padding-left:5px;">血压:</td>
328
+            <td width="100" style="text-align:left;border:none;line-height: 30px;">
329
+              <div>
330
+                <span class="under_line" style="width:100px;display:inline-block">
331
+                  {{ afterdialysis.systolic_blood_pressure ? afterdialysis.systolic_blood_pressure : "" }}/
332
+                  {{ afterdialysis.diastolic_blood_pressure ? afterdialysis.diastolic_blood_pressure : "" }}
333
+                </span>mmHg
334
+              </div>
335
+            </td>
336
+            <td width="30" style="border:none;padding-left:5px">脉搏:</td>
337
+            <td width="50" style="text-align:left;border:none;">
338
+              <div>
339
+                <span class="under_line" style="width:50px;display:inline-block">
340
+                  {{ predialysis.pulse_frequency ? predialysis.pulse_frequency : "" }}
341
+                </span>次/分
342
+              </div>
343
+            </td>
344
+            <td width="50" style="border:none;padding-left:5px">透析器凝血:</td>
345
+            <td width="120" style="text-align:left;border:none;">
346
+              <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-0度') > -1 ? true : false" showValue="0"></label-box>
347
+              <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅰ度') > -1 ? true : false" showValue="+"></label-box>
348
+              <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅱ度') > -1" showValue="+ +"></label-box>
349
+              <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅲ度') > -1 ? true : false" showValue="+ + +"></label-box>
350
+            </td>
351
+          </tr>
352
+        </tbody>
353
+      </table>
354
+
292 355
       <table class="print-table" border="1">
293 356
         <tr style="height:36px;text-align:left;border:none;">
294 357
           <td style="padding-left:5px;border:none">