See999 4 年前
父节点
当前提交
35602b810f

+ 2 - 2
src/xt_pages/dialysis/details/DialysisPrescription.vue 查看文件

81
           <span class="content">{{
81
           <span class="content">{{
82
             target_ultrafiltration != "0" ? target_ultrafiltration : ""
82
             target_ultrafiltration != "0" ? target_ultrafiltration : ""
83
           }}</span>
83
           }}</span>
84
-          <span v-if="this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24" class="unit">{{ target_ultrafiltration != "0" ? "L" : "" }}</span>
85
-          <span v-if="this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24" class="unit">{{ target_ultrafiltration != "0" ? "ml" : "" }}</span>
84
+          <span v-if="this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26" class="unit">{{ target_ultrafiltration != "0" ? "L" : "" }}</span>
85
+          <span v-if="this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26" class="unit">{{ target_ultrafiltration != "0" ? "ml" : "" }}</span>
86
         </li>
86
         </li>
87
         <li v-if="isShow('葡萄糖')">
87
         <li v-if="isShow('葡萄糖')">
88
           <label>葡萄糖 : </label>
88
           <label>葡萄糖 : </label>

+ 2 - 2
src/xt_pages/dialysis/details/assessmentAfter.vue 查看文件

17
           <span class="content" v-if="actual_ultrafiltration != '0'">{{
17
           <span class="content" v-if="actual_ultrafiltration != '0'">{{
18
             actual_ultrafiltration
18
             actual_ultrafiltration
19
           }}</span>
19
           }}</span>
20
-          <span class="unit" v-if=" actual_ultrafiltration != '0' && (this.$store.getters.xt_user.template_info.template_id == 6 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24) " >ml</span>
21
-          <span class="unit" v-if=" actual_ultrafiltration != '0' && this.$store.getters.xt_user.template_info.template_id != 6 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24" >L</span>
20
+          <span class="unit" v-if=" actual_ultrafiltration != '0' && (this.$store.getters.xt_user.template_info.template_id == 6 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26) " >ml</span>
21
+          <span class="unit" v-if=" actual_ultrafiltration != '0' && this.$store.getters.xt_user.template_info.template_id != 6 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26" >L</span>
22
         </li>
22
         </li>
23
         <li v-if="isShow('导管')">
23
         <li v-if="isShow('导管')">
24
           <label>导管 : </label>
24
           <label>导管 : </label>

+ 1 - 1
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue 查看文件

28
           <el-col :span="8" v-if="isShow('实际超滤量')">
28
           <el-col :span="8" v-if="isShow('实际超滤量')">
29
             <el-form-item
29
             <el-form-item
30
               label="实际超滤量(ml): "
30
               label="实际超滤量(ml): "
31
-              v-if=" this.template_id == 6 || this.template_id == 9 || this.template_id == 10 || this.template_id == 11  || this.template_id == 17 || this.template_id == 20 || this.template_id == 21 || this.template_id == 22 || this.template_id == 23 || this.template_id == 24"  >
31
+              v-if=" this.template_id == 6 || this.template_id == 9 || this.template_id == 10 || this.template_id == 11  || this.template_id == 17 || this.template_id == 20 || this.template_id == 21 || this.template_id == 22 || this.template_id == 23 || this.template_id == 24 || this.template_id == 26"  >
32
               <el-input v-model="form.actual_ultrafiltration"></el-input>
32
               <el-input v-model="form.actual_ultrafiltration"></el-input>
33
             </el-form-item>
33
             </el-form-item>
34
             <el-form-item label="实际超滤量(L): " v-else>
34
             <el-form-item label="实际超滤量(L): " v-else>

+ 2 - 2
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue 查看文件

87
           </el-col>
87
           </el-col>
88
 
88
 
89
           <el-col :span="8"
89
           <el-col :span="8"
90
-                  v-if="isShows('目标超滤量') && (this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22  || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24)">
90
+                  v-if="isShows('目标超滤量') && (this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22  || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26)">
91
             <el-form-item label="目标超滤量(ml):">
91
             <el-form-item label="目标超滤量(ml):">
92
               <el-input
92
               <el-input
93
                 type="number"
93
                 type="number"
97
           </el-col>
97
           </el-col>
98
 
98
 
99
           <el-col :span="8"
99
           <el-col :span="8"
100
-                  v-if="isShows('目标超滤量')  && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24">
100
+                  v-if="isShows('目标超滤量')  && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26">
101
             <el-form-item label="目标超滤量(L):">
101
             <el-form-item label="目标超滤量(L):">
102
               <el-input
102
               <el-input
103
                 type="number"
103
                 type="number"

+ 18 - 16
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue 查看文件

154
                   template_id == 21 ||
154
                   template_id == 21 ||
155
                   template_id == 22 ||
155
                   template_id == 22 ||
156
                   template_id == 23 ||
156
                   template_id == 23 ||
157
-                  template_id == 24)
157
+                  template_id == 24 ||
158
+                  template_id == 26)
158
             "
159
             "
159
           >
160
           >
160
             <template slot-scope="scope">
161
             <template slot-scope="scope">
184
                 template_id != 21 &&
185
                 template_id != 21 &&
185
                 template_id != 22 &&
186
                 template_id != 22 &&
186
                 template_id != 23 &&
187
                 template_id != 23 &&
187
-                template_id != 24
188
+                template_id != 24 &&
189
+                template_id != 26
188
             "
190
             "
189
           >
191
           >
190
             <template slot-scope="scope">
192
             <template slot-scope="scope">
230
             align="center"
232
             align="center"
231
             label="置换率(ml/min)"
233
             label="置换率(ml/min)"
232
             width="120"
234
             width="120"
233
-            v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20)" >
235
+            v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26)" >
234
             <template slot-scope="scope">
236
             <template slot-scope="scope">
235
               {{ scope.row.replacement_rate ? scope.row.replacement_rate : "" }}
237
               {{ scope.row.replacement_rate ? scope.row.replacement_rate : "" }}
236
             </template>
238
             </template>
241
             align="center"
243
             align="center"
242
             label="置换率(L/h)"
244
             label="置换率(L/h)"
243
             width="120"
245
             width="120"
244
-            v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20">
246
+            v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26">
245
             <template slot-scope="scope">
247
             <template slot-scope="scope">
246
               {{ scope.row.replacement_rate ? scope.row.replacement_rate : "" }}
248
               {{ scope.row.replacement_rate ? scope.row.replacement_rate : "" }}
247
             </template>
249
             </template>
251
             align="center"
253
             align="center"
252
             label="置换量(ml)"
254
             label="置换量(ml)"
253
             width="100"
255
             width="100"
254
-            v-if=" isShow('置换量') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20) " >
256
+            v-if=" isShow('置换量') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26) " >
255
             <template slot-scope="scope">
257
             <template slot-scope="scope">
256
               {{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
258
               {{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
257
             </template>
259
             </template>
262
             align="center"
264
             align="center"
263
             label="置换量(L)"
265
             label="置换量(L)"
264
             width="100"
266
             width="100"
265
-            v-if=" isShow('置换量') &&  template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20" >
267
+            v-if=" isShow('置换量') &&  template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26" >
266
             <template slot-scope="scope">
268
             <template slot-scope="scope">
267
               {{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
269
               {{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
268
             </template>
270
             </template>
321
             align="center"
323
             align="center"
322
             label="超滤率(ml/h)"
324
             label="超滤率(ml/h)"
323
             width="100"
325
             width="100"
324
-            v-if="isShow('超滤率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24) "
326
+            v-if="isShow('超滤率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26) "
325
           >
327
           >
326
             <template slot-scope="scope">
328
             <template slot-scope="scope">
327
               {{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : ""  }}
329
               {{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : ""  }}
332
             align="center"
334
             align="center"
333
             label="超滤率(L/h)"
335
             label="超滤率(L/h)"
334
             width="100"
336
             width="100"
335
-            v-if="isShow('超滤率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22  && template_id != 23 && template_id != 24"
337
+            v-if="isShow('超滤率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22  && template_id != 23 && template_id != 24 && template_id != 26"
336
           >
338
           >
337
             <template slot-scope="scope">
339
             <template slot-scope="scope">
338
               {{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : ""  }}
340
               {{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : ""  }}
473
             </el-form-item>
475
             </el-form-item>
474
           </el-col>
476
           </el-col>
475
 
477
 
476
-          <el-col :span="8" v-if="isShow('超滤率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24) ">
478
+          <el-col :span="8" v-if="isShow('超滤率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26) ">
477
             <el-form-item label="超滤率(ml/h)">
479
             <el-form-item label="超滤率(ml/h)">
478
               <el-input v-model="form.ultrafiltration_rate"></el-input>
480
               <el-input v-model="form.ultrafiltration_rate"></el-input>
479
             </el-form-item>
481
             </el-form-item>
480
           </el-col>
482
           </el-col>
481
-          <el-col :span="8" v-if="isShow('超滤率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24">
483
+          <el-col :span="8" v-if="isShow('超滤率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26">
482
             <el-form-item label="超滤率(L/h)">
484
             <el-form-item label="超滤率(L/h)">
483
               <el-input v-model="form.ultrafiltration_rate"></el-input>
485
               <el-input v-model="form.ultrafiltration_rate"></el-input>
484
             </el-form-item>
486
             </el-form-item>
486
 
488
 
487
           <el-col
489
           <el-col
488
             :span="8"
490
             :span="8"
489
-            v-if=" isShow('超滤量') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24) " >
491
+            v-if=" isShow('超滤量') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26) " >
490
             <el-form-item label="超滤量(ml):">
492
             <el-form-item label="超滤量(ml):">
491
               <el-input v-model="form.ultrafiltration_volume"></el-input>
493
               <el-input v-model="form.ultrafiltration_volume"></el-input>
492
             </el-form-item>
494
             </el-form-item>
494
 
496
 
495
           <el-col
497
           <el-col
496
             :span="8"
498
             :span="8"
497
-            v-if=" isShow('超滤量') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24" >
499
+            v-if=" isShow('超滤量') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26" >
498
             <el-form-item label="超滤量(L):">
500
             <el-form-item label="超滤量(L):">
499
               <el-input v-model="form.ultrafiltration_volume"></el-input>
501
               <el-input v-model="form.ultrafiltration_volume"></el-input>
500
             </el-form-item>
502
             </el-form-item>
513
               <el-input v-model="form.dialysate_temperature"></el-input>
515
               <el-input v-model="form.dialysate_temperature"></el-input>
514
             </el-form-item>
516
             </el-form-item>
515
           </el-col>
517
           </el-col>
516
-          <el-col :span="8" v-if="isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20">
518
+          <el-col :span="8" v-if="isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26">
517
             <el-form-item label="置换率(L/h):">
519
             <el-form-item label="置换率(L/h):">
518
               <el-input v-model="form.replacement_rate"></el-input>
520
               <el-input v-model="form.replacement_rate"></el-input>
519
             </el-form-item>
521
             </el-form-item>
520
           </el-col>
522
           </el-col>
521
-          <el-col :span="8" v-if="isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20)">
523
+          <el-col :span="8" v-if="isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26)">
522
             <el-form-item label="置换率(ml/min):">
524
             <el-form-item label="置换率(ml/min):">
523
               <el-input v-model="form.replacement_rate"></el-input>
525
               <el-input v-model="form.replacement_rate"></el-input>
524
             </el-form-item>
526
             </el-form-item>
525
           </el-col>
527
           </el-col>
526
-          <el-col :span="8" v-if=" isShow('置换量') &&  template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20">
528
+          <el-col :span="8" v-if=" isShow('置换量') &&  template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26">
527
             <el-form-item label="置换量(L):">
529
             <el-form-item label="置换量(L):">
528
               <el-input v-model="form.displacement_quantity"></el-input>
530
               <el-input v-model="form.displacement_quantity"></el-input>
529
             </el-form-item>
531
             </el-form-item>
530
           </el-col>
532
           </el-col>
531
-          <el-col :span="8" v-if=" isShow('置换量') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20)">
533
+          <el-col :span="8" v-if=" isShow('置换量') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26)">
532
             <el-form-item label="置换量(ml):">
534
             <el-form-item label="置换量(ml):">
533
               <el-input v-model="form.displacement_quantity"></el-input>
535
               <el-input v-model="form.displacement_quantity"></el-input>
534
             </el-form-item>
536
             </el-form-item>

+ 8 - 8
src/xt_pages/dialysis/details/dialysisMonitoring.vue 查看文件

14
           <th width="76px">静脉压/动脉压({{monitores[0]&&monitores[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
14
           <th width="76px">静脉压/动脉压({{monitores[0]&&monitores[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
15
           <th v-if="isShow('血流量')" width="92px">血流量(ml/min)</th>
15
           <th v-if="isShow('血流量')" width="92px">血流量(ml/min)</th>
16
           <th v-if="isShow('跨膜压')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
16
           <th v-if="isShow('跨膜压')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
17
-          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24)" width="76px" > 超滤量(ml)</th>
18
-          <th v-if=" isShow('超滤量') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24"  width="76px"> 超滤量(L) </th>
17
+          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26)" width="76px" > 超滤量(ml)</th>
18
+          <th v-if=" isShow('超滤量') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26"  width="76px"> 超滤量(L) </th>
19
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
19
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
20
           <th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
20
           <th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
21
-          <th v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20) " width="92px" > 置换率(ml/min) </th>
22
-          <th v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20" width="92px" > 置换率(L/h)  </th>
23
-          <th v-if=" isShow('置换量') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20) " width="92px"  > 置换量(ml)  </th>
24
-          <th v-if=" isShow('置换量') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20" width="92px" > 置换量(L) </th>
21
+          <th v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26) " width="92px" > 置换率(ml/min) </th>
22
+          <th v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26" width="92px" > 置换率(L/h)  </th>
23
+          <th v-if=" isShow('置换量') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26) " width="92px"  > 置换量(ml)  </th>
24
+          <th v-if=" isShow('置换量') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26" width="92px" > 置换量(L) </th>
25
           <th v-if=" isShow('SpO₂') && template_id != 6 && template_id != 10 && template_id != 11  " width="92px" > SpO₂(%) </th>
25
           <th v-if=" isShow('SpO₂') && template_id != 6 && template_id != 10 && template_id != 11  " width="92px" > SpO₂(%) </th>
26
           <th v-if="isShow('电导度')" width="92px">电导度(mS/m)</th>
26
           <th v-if="isShow('电导度')" width="92px">电导度(mS/m)</th>
27
           <th v-if="isShow('置换液流量')" width="92px">置换液流量(ml/h)</th>
27
           <th v-if="isShow('置换液流量')" width="92px">置换液流量(ml/h)</th>
28
           <th v-if="isShow('透析液流量')" width="92px">透析液流量(ml/h)</th>
28
           <th v-if="isShow('透析液流量')" width="92px">透析液流量(ml/h)</th>
29
-          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24)" width="50px"> 超滤率 <br />(ml/h) </th>
30
-          <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24" width="50px"> 超滤率 <br />(L/h) </th>
29
+          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26)" width="50px"> 超滤率 <br />(ml/h) </th>
30
+          <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26" width="50px"> 超滤率 <br />(L/h) </th>
31
           <th v-if="isShow('肝素用量余量')" width="92px">肝素用量余量(ml)</th>
31
           <th v-if="isShow('肝素用量余量')" width="92px">肝素用量余量(ml)</th>
32
           <th v-if="isShow('病情变化')" width="92px">病情变化</th>
32
           <th v-if="isShow('病情变化')" width="92px">病情变化</th>
33
           <th v-if="isShow('处理')" width="92px">处理</th>
33
           <th v-if="isShow('处理')" width="92px">处理</th>

+ 23 - 7
src/xt_pages/dialysis/template/DialysisPrintOrderTwentySix.vue 查看文件

153
               处方脱水量:
153
               处方脱水量:
154
               <span style="width:50px;display: inline-block;">
154
               <span style="width:50px;display: inline-block;">
155
                 {{ prescription.target_ultrafiltration ? prescription.target_ultrafiltration : "" }}
155
                 {{ prescription.target_ultrafiltration ? prescription.target_ultrafiltration : "" }}
156
-              </span>L; 透析液流量:
156
+              </span>ml; 透析液流量:
157
               <span style="width:50px;display: inline-block;">
157
               <span style="width:50px;display: inline-block;">
158
                 {{ prescription.dialysate_flow ? prescription.dialysate_flow : "" }}
158
                 {{ prescription.dialysate_flow ? prescription.dialysate_flow : "" }}
159
               </span>ml/min;
159
               </span>ml/min;
554
         </tr>
554
         </tr>
555
         <tr>
555
         <tr>
556
           <td style="width:60px" rowspan="2">时间</td>
556
           <td style="width:60px" rowspan="2">时间</td>
557
-          <td colspan="4">透析参数</td>
557
+          <td colspan="6">透析参数</td>
558
           <td colspan="4">生命体征</td>
558
           <td colspan="4">生命体征</td>
559
           <td colspan="2">治疗中病情变化</td>
559
           <td colspan="2">治疗中病情变化</td>
560
           <td style="width:80px" rowspan="2">护士签名</td>
560
           <td style="width:80px" rowspan="2">护士签名</td>
568
             <p style="height:20px;line-height:20px">静脉压</p>
568
             <p style="height:20px;line-height:20px">静脉压</p>
569
             <p style="height:20px;line-height:20px">mmHg</p>
569
             <p style="height:20px;line-height:20px">mmHg</p>
570
           </th>
570
           </th>
571
+          <th style="width:70px">
572
+            <p style="height:20px;line-height:20px">置换率</p>
573
+            <p style="height:20px;line-height:20px">ml/h</p>
574
+          </th>
575
+          <th style="width:70px">
576
+            <p style="height:20px;line-height:20px">超滤率</p>
577
+            <p style="height:20px;line-height:20px">ml/h</p>
578
+          </th>
571
           <th style="width:70px">
579
           <th style="width:70px">
572
             <p style="height:20px;line-height:20px">血流量</p>
580
             <p style="height:20px;line-height:20px">血流量</p>
573
             <p style="height:20px;line-height:20px">ml/min</p>
581
             <p style="height:20px;line-height:20px">ml/min</p>
588
             <p style="height:20px;line-height:20px">R</p>
596
             <p style="height:20px;line-height:20px">R</p>
589
             <p style="height:20px;line-height:20px">bpm</p>
597
             <p style="height:20px;line-height:20px">bpm</p>
590
           </th>
598
           </th>
591
-          <th style="width:100px">
599
+          <th style="width:80px">
592
             <p style="height:20px;line-height:20px">BP</p>
600
             <p style="height:20px;line-height:20px">BP</p>
593
             <p style="height:20px;line-height:20px">mmHg</p>
601
             <p style="height:20px;line-height:20px">mmHg</p>
594
           </th>
602
           </th>
621
               {{ monitor.venous_pressure ? monitor.venous_pressure : "0" }}
629
               {{ monitor.venous_pressure ? monitor.venous_pressure : "0" }}
622
             </span>
630
             </span>
623
           </td>
631
           </td>
632
+          <td>
633
+            <span v-if="getTime(monitor.operate_time) != ''">
634
+                &nbsp;{{monitor.replacement_rate ? monitor.replacement_rate : "0" }}
635
+            </span>
636
+          </td>
637
+          <td>
638
+            <span v-if="getTime(monitor.operate_time) != ''">
639
+                {{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : '0' }}
640
+            </span>
641
+          </td>
624
           <td>
642
           <td>
625
             <span v-if="getTime(monitor.operate_time) != ''">
643
             <span v-if="getTime(monitor.operate_time) != ''">
626
               {{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "0" }}
644
               {{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "0" }}
1063
             医生签名
1081
             医生签名
1064
             <span style="display: inline-block;width:100px;text-align: left;">
1082
             <span style="display: inline-block;width:100px;text-align: left;">
1065
               &nbsp;
1083
               &nbsp;
1066
-              <span v-if="doctorForm.url === ''">{{ doctorForm.doctor }}</span>
1067
-              <span v-if="doctorForm.url !== ''">
1068
-                <img class="es-img" :src="doctorForm.url" />
1069
-              </span>
1084
+                <span v-if="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) == ''"> {{ getAdminUser(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) }} </span>
1085
+                <img style="height:30px;" :src="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:''))" alt="" srcset="" v-else />
1070
             </span>
1086
             </span>
1071
             核对护士
1087
             核对护士
1072
             <span style="display: inline-block;width:100px;text-align: left;">
1088
             <span style="display: inline-block;width:100px;text-align: left;">