浏览代码

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

see999 3 年前
父节点
当前提交
25008c9d25
共有 1 个文件被更改,包括 9 次插入9 次删除
  1. 9 9
      src/xt_pages/dialysis/batch_print/batch_print_order_thirtyNine.vue

+ 9 - 9
src/xt_pages/dialysis/batch_print/batch_print_order_thirtyNine.vue 查看文件

@@ -20,7 +20,7 @@
20 20
                     <div class="order-title">血液净化治疗记录单</div>
21 21
                     <div class="row">
22 22
                         <div class="inline_block" style="margin-right:30px;">
23
-                            姓名 
23
+                            姓名
24 24
                             <div class="inline_block under_line" style="width:80px;text-align: center;">
25 25
                                 {{ record.patient.name ? record.patient.name : '' }}
26 26
                             </div>
@@ -46,7 +46,7 @@
46 46
                     </div>
47 47
                     <div class="row">
48 48
                         <div class="inline_block" style="margin-right:30px;">
49
-                            透前体重 
49
+                            透前体重
50 50
                             <div class="inline_block under_line" style="width:100px;text-align: center;">
51 51
                                 {{ record.assessment_before_dislysis.weight_before ? record.assessment_before_dislysis.weight_before : "" }}
52 52
                             </div>Kg
@@ -83,7 +83,7 @@
83 83
                                 <td style="text-align:left;padding-left:10px;">
84 84
                                     <div>
85 85
                                         <div style="height:40px;line-height:40px;">
86
-                                            治疗方式 
86
+                                            治疗方式
87 87
                                             <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="!record.prescription.mode_id">
88 88
                                             /
89 89
                                             </div>
@@ -157,7 +157,7 @@
157 157
                                         <div style="height:40px;line-height:40px;">
158 158
                                             单超
159 159
                                             <div class="inline_block under_line" style="width:50px;">
160
-                                            {{ record.prescription.single_time ? record.prescription.single_time : '' }} 
160
+                                            {{ record.prescription.single_time ? record.prescription.single_time : '' }}
161 161
                                             </div>h
162 162
                                             <div class="inline_block under_line" style="width:50px;">
163 163
                                             {{ record.prescription.single_water ? record.prescription.single_water : '' }}
@@ -209,7 +209,7 @@
209 209
                                             <span v-if="record.prescription.anticoagulant == 2">iu</span>
210 210
                                             <span v-if="record.prescription.anticoagulant == 1">mg</span>
211 211
                                             <span v-if="record.prescription.anticoagulant == 6">iu</span>
212
-                                            <span v-if="record.prescription.anticoagulant == 7">iu</span>&nbsp; 
212
+                                            <span v-if="record.prescription.anticoagulant == 7">iu</span>&nbsp;
213 213
                                             追加量
214 214
                                             <div class="inline_block under_line" style="width:50px;text-align:center">
215 215
                                             {{ record.prescription.anticoagulant_weichi ? record.prescription.anticoagulant_weichi : "" }}
@@ -220,7 +220,7 @@
220 220
                                             <span v-if="record.prescription.anticoagulant == 2">iu/h</span>
221 221
                                             <span v-if="record.prescription.anticoagulant == 1">mg/h</span>
222 222
                                             <span v-if="record.prescription.anticoagulant == 6">iu/h</span>
223
-                                            <span v-if="record.prescription.anticoagulant == 7">iu/h</span>&nbsp; 
223
+                                            <span v-if="record.prescription.anticoagulant == 7">iu/h</span>&nbsp;
224 224
                                         </div>
225 225
                                         <div style="height:40px;line-height:40px;">
226 226
                                             无抗凝剂( <span style="width:50px;display:inline-block;"><span v-if="record.prescription.anticoagulant == 1">√</span></span> )
@@ -373,7 +373,7 @@
373 373
                     </table>
374 374
                     <div class="row">
375 375
                         <div class="inline_block" style="margin-right:30px;">
376
-                            透析小结:透后体重 
376
+                            透析小结:透后体重
377 377
                             <div class="inline_block under_line" style="width:100px;text-align: center;">
378 378
                                 &nbsp;{{ record.assessment_after_dislysis.weight_after ? record.assessment_after_dislysis.weight_after : "" }}
379 379
                             </div>Kg
@@ -510,7 +510,7 @@ export default {
510 510
   },
511 511
   created() {
512 512
     var xtuser = this.$store.getters.xt_user
513
-    // console.log('xtuser', xtuser)
513
+     console.log('xtuser', xtuser)
514 514
     this.orgname = xtuser.org.org_name
515 515
     //   this.orgname = "遂溪方济医院";
516 516
     this.modeOptions = this.$store.getters.treatment_mode
@@ -1513,4 +1513,4 @@ export default {
1513 1513
 .print-template-two tr {
1514 1514
   line-height: 30px;
1515 1515
 }
1516
-</style>
1516
+</style>