See999 5 年 前
コミット
7b336cb650

+ 5 - 3
src/xt_pages/dialysis/details/DialysisPrescription.vue ファイルの表示

15
           <span class="content">{{
15
           <span class="content">{{
16
             replacement_total != "0" ? replacement_total : ""
16
             replacement_total != "0" ? replacement_total : ""
17
           }}</span>
17
           }}</span>
18
-          <span class="unit">{{ replacement_total != "0" ? "L" : "" }}</span>
18
+          <span v-if="this.$store.getters.xt_user.template_info.template_id != 20" class="unit">{{ replacement_total != "0" ? "L" : "" }}</span>
19
+          <span v-if="this.$store.getters.xt_user.template_info.template_id == 20" class="unit">{{ replacement_total != "0" ? "ml" : "" }}</span>
20
+          
19
         </li>
21
         </li>
20
 
22
 
21
         <li v-if="isShow('透析液配方')">
23
         <li v-if="isShow('透析液配方')">
77
           <span class="content">{{
79
           <span class="content">{{
78
             target_ultrafiltration != "0" ? target_ultrafiltration : ""
80
             target_ultrafiltration != "0" ? target_ultrafiltration : ""
79
           }}</span>
81
           }}</span>
80
-          <span v-if="this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9" class="unit">{{ target_ultrafiltration != "0" ? "L" : "" }}</span>
81
-          <span v-if="this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9" class="unit">{{ target_ultrafiltration != "0" ? "ml" : "" }}</span>
82
+          <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" class="unit">{{ target_ultrafiltration != "0" ? "L" : "" }}</span>
83
+          <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" class="unit">{{ target_ultrafiltration != "0" ? "ml" : "" }}</span>
82
         </li>
84
         </li>
83
         <li v-if="isShow('葡萄糖')">
85
         <li v-if="isShow('葡萄糖')">
84
           <label>葡萄糖 : </label>
86
           <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) " >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" >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) " >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" >L</span>
22
         </li>
22
         </li>
23
         <li v-if="isShow('导管')">
23
         <li v-if="isShow('导管')">
24
           <label>导管 : </label>
24
           <label>导管 : </label>

+ 5 - 2
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 "  >
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"  >
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>
393
         <el-row :gutter="20"> -->
393
         <el-row :gutter="20"> -->
394
 
394
 
395
         <el-col :span="8" v-if="isShow('实际置换量')">
395
         <el-col :span="8" v-if="isShow('实际置换量')">
396
-          <el-form-item label="实际置换量(L): ">
396
+          <el-form-item v-if="this.template_id == 20" label="实际置换量(ml): ">
397
+            <el-input v-model="form.actual_displacement"></el-input>
398
+          </el-form-item>
399
+          <el-form-item v-else label="实际置换量(L): ">
397
             <el-input v-model="form.actual_displacement"></el-input>
400
             <el-input v-model="form.actual_displacement"></el-input>
398
           </el-form-item>
401
           </el-form-item>
399
         </el-col>
402
         </el-col>

+ 11 - 3
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue ファイルの表示

64
             </el-form-item>
64
             </el-form-item>
65
           </el-col>
65
           </el-col>
66
 
66
 
67
-          <el-col :span="8" v-if="isShows('目标超滤量') && (this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9)">
67
+          <el-col :span="8" 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)">
68
             <el-form-item label="目标超滤量(ml):">
68
             <el-form-item label="目标超滤量(ml):">
69
               <el-input
69
               <el-input
70
                 type="number"
70
                 type="number"
73
             </el-form-item>
73
             </el-form-item>
74
           </el-col>
74
           </el-col>
75
 
75
 
76
-          <el-col :span="8" v-if="isShows('目标超滤量')  && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9">
76
+          <el-col :span="8" 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">
77
             <el-form-item label="目标超滤量(L):">
77
             <el-form-item label="目标超滤量(L):">
78
               <el-input
78
               <el-input
79
                 type="number"
79
                 type="number"
136
             </el-form-item>
136
             </el-form-item>
137
           </el-col>
137
           </el-col>
138
 
138
 
139
-          <el-col :span="8" v-if="isShows('置换量')" v-show="zhiShow">
139
+          <el-col :span="8" v-if="isShows('置换量') && (this.$store.getters.xt_user.template_info.template_id == 20)" v-show="zhiShow">
140
+            <el-form-item label="置换量(ml):">
141
+              <el-input
142
+                type="number"
143
+                v-model="dialysisPrescription.replacement_total"
144
+              ></el-input>
145
+            </el-form-item>
146
+          </el-col>
147
+          <el-col :span="8" v-if="isShows('置换量') && this.$store.getters.xt_user.template_info.template_id != 20" v-show="zhiShow">
140
             <el-form-item label="置换量(L):">
148
             <el-form-item label="置换量(L):">
141
               <el-input
149
               <el-input
142
                 type="number"
150
                 type="number"

+ 26 - 14
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue ファイルの表示

149
                   template_id == 13 ||
149
                   template_id == 13 ||
150
                   template_id == 17 ||
150
                   template_id == 17 ||
151
                   template_id == 18 || 
151
                   template_id == 18 || 
152
-                  template_id == 19)
152
+                  template_id == 19 ||
153
+                  template_id == 20)
153
             "
154
             "
154
           >
155
           >
155
             <template slot-scope="scope">
156
             <template slot-scope="scope">
174
                 template_id != 13 &&
175
                 template_id != 13 &&
175
                 template_id != 17 &&
176
                 template_id != 17 &&
176
                 template_id != 18 &&
177
                 template_id != 18 &&
177
-                template_id != 19
178
+                template_id != 19 &&
179
+                template_id != 20
178
             "
180
             "
179
           >
181
           >
180
             <template slot-scope="scope">
182
             <template slot-scope="scope">
220
             align="center"
222
             align="center"
221
             label="置换率(ml/min)"
223
             label="置换率(ml/min)"
222
             width="120"
224
             width="120"
223
-            v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11)" >
225
+            v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20)" >
224
             <template slot-scope="scope">
226
             <template slot-scope="scope">
225
               {{ scope.row.replacement_rate ? scope.row.replacement_rate : "" }}
227
               {{ scope.row.replacement_rate ? scope.row.replacement_rate : "" }}
226
             </template>
228
             </template>
231
             align="center"
233
             align="center"
232
             label="置换率(L/h)"
234
             label="置换率(L/h)"
233
             width="120"
235
             width="120"
234
-            v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11">
236
+            v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20">
235
             <template slot-scope="scope">
237
             <template slot-scope="scope">
236
               {{ scope.row.replacement_rate ? scope.row.replacement_rate : "" }}
238
               {{ scope.row.replacement_rate ? scope.row.replacement_rate : "" }}
237
             </template>
239
             </template>
241
             align="center"
243
             align="center"
242
             label="置换量(ml)"
244
             label="置换量(ml)"
243
             width="100"
245
             width="100"
244
-            v-if=" isShow('置换量') && (template_id == 6 || template_id == 10 || template_id == 11) " >
246
+            v-if=" isShow('置换量') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20) " >
245
             <template slot-scope="scope">
247
             <template slot-scope="scope">
246
               {{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
248
               {{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
247
             </template>
249
             </template>
252
             align="center"
254
             align="center"
253
             label="置换量(L)"
255
             label="置换量(L)"
254
             width="100"
256
             width="100"
255
-            v-if=" isShow('置换量') &&  template_id != 6 && template_id != 10 && template_id != 11 " >
257
+            v-if=" isShow('置换量') &&  template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20" >
256
             <template slot-scope="scope">
258
             <template slot-scope="scope">
257
               {{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
259
               {{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
258
             </template>
260
             </template>
311
             align="center"
313
             align="center"
312
             label="超滤率(ml/h)"
314
             label="超滤率(ml/h)"
313
             width="100"
315
             width="100"
314
-            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) "
316
+            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) "
315
           >
317
           >
316
             <template slot-scope="scope">
318
             <template slot-scope="scope">
317
               {{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : ""  }}
319
               {{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : ""  }}
322
             align="center"
324
             align="center"
323
             label="超滤率(L/h)"
325
             label="超滤率(L/h)"
324
             width="100"
326
             width="100"
325
-            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"
327
+            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"
326
           >
328
           >
327
             <template slot-scope="scope">
329
             <template slot-scope="scope">
328
               {{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : ""  }}
330
               {{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : ""  }}
463
             </el-form-item>
465
             </el-form-item>
464
           </el-col>
466
           </el-col>
465
 
467
 
466
-          <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) ">
468
+          <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) ">
467
             <el-form-item label="超滤率(ml/h)">
469
             <el-form-item label="超滤率(ml/h)">
468
               <el-input v-model="form.ultrafiltration_rate"></el-input>
470
               <el-input v-model="form.ultrafiltration_rate"></el-input>
469
             </el-form-item>
471
             </el-form-item>
470
           </el-col>
472
           </el-col>
471
-          <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">
473
+          <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">
472
             <el-form-item label="超滤率(L/h)">
474
             <el-form-item label="超滤率(L/h)">
473
               <el-input v-model="form.ultrafiltration_rate"></el-input>
475
               <el-input v-model="form.ultrafiltration_rate"></el-input>
474
             </el-form-item>
476
             </el-form-item>
476
 
478
 
477
           <el-col
479
           <el-col
478
             :span="8"
480
             :span="8"
479
-            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) " >
481
+            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) " >
480
             <el-form-item label="超滤量(ml):">
482
             <el-form-item label="超滤量(ml):">
481
               <el-input v-model="form.ultrafiltration_volume"></el-input>
483
               <el-input v-model="form.ultrafiltration_volume"></el-input>
482
             </el-form-item>
484
             </el-form-item>
484
 
486
 
485
           <el-col
487
           <el-col
486
             :span="8"
488
             :span="8"
487
-            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" >
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" >
488
             <el-form-item label="超滤量(L):">
490
             <el-form-item label="超滤量(L):">
489
               <el-input v-model="form.ultrafiltration_volume"></el-input>
491
               <el-input v-model="form.ultrafiltration_volume"></el-input>
490
             </el-form-item>
492
             </el-form-item>
503
               <el-input v-model="form.dialysate_temperature"></el-input>
505
               <el-input v-model="form.dialysate_temperature"></el-input>
504
             </el-form-item>
506
             </el-form-item>
505
           </el-col>
507
           </el-col>
506
-          <el-col :span="8" v-if="isShow('置换率')">
508
+          <el-col :span="8" v-if="isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20">
507
             <el-form-item label="置换率(L/h):">
509
             <el-form-item label="置换率(L/h):">
508
               <el-input v-model="form.replacement_rate"></el-input>
510
               <el-input v-model="form.replacement_rate"></el-input>
509
             </el-form-item>
511
             </el-form-item>
510
           </el-col>
512
           </el-col>
511
-          <el-col :span="8" v-if="isShow('置换量')">
513
+          <el-col :span="8" v-if="isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20)">
514
+            <el-form-item label="置换率(ml/min):">
515
+              <el-input v-model="form.replacement_rate"></el-input>
516
+            </el-form-item>
517
+          </el-col>
518
+          <el-col :span="8" v-if=" isShow('置换量') &&  template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20">
512
             <el-form-item label="置换量(L):">
519
             <el-form-item label="置换量(L):">
513
               <el-input v-model="form.displacement_quantity"></el-input>
520
               <el-input v-model="form.displacement_quantity"></el-input>
514
             </el-form-item>
521
             </el-form-item>
515
           </el-col>
522
           </el-col>
523
+          <el-col :span="8" v-if=" isShow('置换量') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20)">
524
+            <el-form-item label="置换量(ml):">
525
+              <el-input v-model="form.displacement_quantity"></el-input>
526
+            </el-form-item>
527
+          </el-col>
516
 
528
 
517
           <el-col :span="8" v-if="isShow('电导度')">
529
           <el-col :span="8" v-if="isShow('电导度')">
518
             <el-form-item label="电导度(mS/m):">
530
             <el-form-item label="电导度(mS/m):">

+ 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)" 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"  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)" 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"  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) " width="92px" > 置换率(ml/min) </th>
22
-          <th v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 " width="92px" > 置换率(L/h)  </th>
23
-          <th v-if=" isShow('置换量') && (template_id == 6 || template_id == 10 || template_id == 11) " width="92px"  > 置换量(ml)  </th>
24
-          <th v-if=" isShow('置换量') && template_id != 6 && template_id != 10 && template_id != 10 " width="92px" > 置换量(L) </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>
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)" 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" 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)" 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" 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>

+ 24 - 1
src/xt_pages/dialysis/dialysisPrintOrder.vue ファイルの表示

243
           >打印</el-button
243
           >打印</el-button
244
         >
244
         >
245
       </template>
245
       </template>
246
+      <template v-if="org_template_info.template_id == 20">
247
+        <el-button
248
+          :loading="loading"
249
+          size="small"
250
+          icon="el-icon-printer"
251
+          @click="printThisPage"
252
+          type="primary"
253
+          >打印</el-button
254
+        >
255
+      </template>
246
     </div>
256
     </div>
247
     <div class="app-container" style="min-height:0;">
257
     <div class="app-container" style="min-height:0;">
248
       <!--<div class="order-print-btn"-->
258
       <!--<div class="order-print-btn"-->
423
             v-bind:childResponse="childResponse"
433
             v-bind:childResponse="childResponse"
424
             v-if="org_template_info.template_id == 19"
434
             v-if="org_template_info.template_id == 19"
425
           ></DialysisPrintOrderNineteen>
435
           ></DialysisPrintOrderNineteen>
436
+          <DialysisPrintOrderTwenty
437
+            v-bind:childResponse="childResponse"
438
+            v-if="org_template_info.template_id == 20"
439
+          ></DialysisPrintOrderTwenty>
426
         </div>
440
         </div>
427
       </el-container>
441
       </el-container>
428
     </div>
442
     </div>
461
 import DialysisPrintOrderSeventeen from "./template/DialysisPrintOrderSeventeen";
475
 import DialysisPrintOrderSeventeen from "./template/DialysisPrintOrderSeventeen";
462
 import DialysisPrintOrderEighteen from "./template/DialysisPrintOrderEighteen";
476
 import DialysisPrintOrderEighteen from "./template/DialysisPrintOrderEighteen";
463
 import DialysisPrintOrderNineteen from "./template/DialysisPrintOrderNineteen";
477
 import DialysisPrintOrderNineteen from "./template/DialysisPrintOrderNineteen";
478
+import DialysisPrintOrderTwenty from "./template/DialysisPrintOrderTwenty";
464
 
479
 
465
 export default {
480
 export default {
466
   name: "dialysisPrintOrder",
481
   name: "dialysisPrintOrder",
467
   components: {
482
   components: {
483
+    DialysisPrintOrderTwenty,
468
     DialysisPrintOrderNineteen,
484
     DialysisPrintOrderNineteen,
469
     DialysisPrintOrderEighteen,
485
     DialysisPrintOrderEighteen,
470
     DialysisPrintOrderSeventeen,
486
     DialysisPrintOrderSeventeen,
783
           style: style2,
799
           style: style2,
784
           scanStyles: false
800
           scanStyles: false
785
         });
801
         });
786
-      }
802
+      } else if (this.org_template_info.template_id == 1) {
803
+        printJS({
804
+          printable: "dialysis-print-box",
805
+          type: "html",
806
+          style: style,
807
+          scanStyles: false
808
+        });
809
+      } 
787
     },
810
     },
788
     printThisOnePage() {
811
     printThisOnePage() {
789
       var ptime = Math.round(new Date().getTime() / 1000);
812
       var ptime = Math.round(new Date().getTime() / 1000);

File diff suppressed because it is too large
+ 1789 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderTwenty.vue