Browse Source

统计配置页面

XMLWAN 4 years ago
parent
commit
2d0a565640

+ 4 - 3
src/lang/zh.js View File

@@ -131,6 +131,7 @@ export default {
131 131
     stockQuery: '库存查询',
132 132
     workforce_template: '排班模板设置',
133 133
     statistics: '统计分析',
134
+    statisticalConfig: '统计配置',
134 135
     config: '库存配置',
135 136
     goodInfo: '商品信息',
136 137
     CourseOfDiseaseManage: '病程管理',
@@ -172,9 +173,9 @@ export default {
172 173
     integration_config: '集成配置',
173 174
     his_config: 'HIS集成配置',
174 175
 
175
-    slow:"慢病管理",
176
-    scrm:'SCRM',
177
-    shop:"分销商城",
176
+    slow: '慢病管理',
177
+    scrm: 'SCRM',
178
+    shop: '分销商城'
178 179
   },
179 180
   navbar: {
180 181
     logOut: '退出登录',

+ 202 - 192
src/router/modules/qcd.js View File

@@ -11,198 +11,208 @@ export default {
11 11
     icon: 'statistics'
12 12
   },
13 13
   children: [{
14
-    path: '/statistics/index',
15
-    component: () => import('@/xt_pages/statistics/index'),
16
-    name: 'statistics',
17
-    meta: {
18
-      title: 'statistics',
19
-      noCache: true,
20
-
21
-    }
22
-  },
23
-  {
24
-    path: '/qcd/dialysistotal',
25
-    component: () => import('@/xt_pages/qcd/dialysisTotal'),
26
-    name: 'dialysistotal',
27
-    meta: {
28
-      title: '透析总量',
29
-      noCache: true,
30
-
31
-    }
32
-  },
33
-  {
34
-    path: '/qcd/processindicators',
35
-    component: () => import('@/xt_pages/qcd/processIndicators'),
36
-    name: 'processIndicators',
37
-    meta: {
38
-      title: '过程指标',
39
-      noCache: true,
40
-
41
-    }
42
-  },
43
-  {
44
-    path: '/qcd/outcomeIndicators/control',
45
-    component: () => import('@/xt_pages/qcd/outcomeIndicators/control'),
46
-    name: 'outcomeIndicatorsControl',
47
-    meta: {
48
-      title: '结果指标',
49
-      noCache: true,
50
-
51
-    }
52
-  },
53
-  {
54
-    path: '/qcd/outcomeIndicators/query',
55
-    hidden: true,
56
-    is_menu: false,
57
-    component: () => import('@/xt_pages/qcd/outcomeIndicators/query'),
58
-    name: 'outcomeIndicatorsQuery',
59
-    meta: {
60
-      title: '指标查询',
61
-      noCache: true,
62
-
63
-    }
64
-  },
65
-  {
66
-    path: '/qcd/patientanalysis/total',
67
-    component: () => import('@/xt_pages/qcd/patientAnalysis/total'),
68
-    name: 'patientAnalysisTotal',
69
-    meta: {
70
-      title: '患者分析',
71
-      noCache: true,
72
-
73
-    }
74
-  },
75
-  {
76
-    path: '/qcd/patientanalysis/weight',
77
-    hidden: true,
78
-    is_menu: false,
79
-    component: () => import('@/xt_pages/qcd/patientAnalysis/weight'),
80
-    name: 'patientAnalysisWeight',
81
-    meta: {
82
-      title: '体重分析',
83
-      noCache: true,
84
-
85
-    }
86
-  },
87
-  {
88
-    path: '/qcd/patientanalysis/bloodpressure',
89
-    hidden: true,
90
-    is_menu: false,
91
-    component: () => import('@/xt_pages/qcd/patientAnalysis/bloodPressure'),
92
-    name: 'patientAnalysisBloodPressure',
93
-    meta: {
94
-      title: '血压分析',
95
-      noCache: true,
96
-
97
-    }
98
-  },
99
-  {
100
-    path: '/qcd/patientanalysis/dialysisage',
101
-    hidden: true,
102
-    is_menu: false,
103
-    component: () => import('@/xt_pages/qcd/patientAnalysis/dialysisAge'),
104
-    name: 'patientAnalysisDialysisAge',
105
-    meta: {
106
-      title: '透析龄分析',
107
-      noCache: true,
108
-
109
-    }
110
-  },
111
-  {
112
-    path: '/qcd/patientanalysis/lapseto',
113
-    hidden: true,
114
-    is_menu: false,
115
-    component: () => import('@/xt_pages/qcd/patientAnalysis/lapseto'),
116
-    name: 'patientAnalysisLapseto',
117
-    meta: {
118
-      title: '转归分析',
119
-      noCache: true,
120
-
121
-    }
122
-  },
123
-  {
124
-    path: '/qcd/patientanalysis/complication',
125
-    hidden: true,
126
-    is_menu: false,
127
-    component: () => import('@/xt_pages/qcd/patientAnalysis/complication'),
128
-    name: 'patientAnalysisComplication',
129
-    meta: {
130
-      title: '并发症分析',
131
-      noCache: true,
132
-
133
-    }
134
-  },
135
-  {
136
-    path: '/qcd/patientanalysis/infectiousdiseases',
137
-    hidden: true,
138
-    is_menu: false,
139
-    component: () => import('@/xt_pages/qcd/patientAnalysis/infectiousDiseases'),
140
-    name: 'patientAnalysisInfectiousDiseases',
141
-    meta: {
142
-      title: '传染病分析',
143
-      noCache: true,
144
-
145
-    }
146
-  },
147
-  {
148
-    path: '/qcd/pa/person/lapseto',
149
-    hidden: true,
150
-    is_menu: false,
151
-    component: () => import('@/xt_pages/qcd/patientAnalysis/person/lapseto'),
152
-    name: 'paPersonLapseto',
153
-    meta: {
154
-      title: '转归',
155
-      noCache: true,
156
-
157
-    }
158
-  },
159
-  {
160
-    path: '/qcd/pa/person/weight',
161
-    hidden: true,
162
-    is_menu: false,
163
-    component: () => import('@/xt_pages/qcd/patientAnalysis/person/weight'),
164
-    name: 'paPersonWeight',
165
-    meta: {
166
-      title: '体重',
167
-      noCache: true,
168
-
169
-    }
170
-  },
171
-  {
172
-    path: '/qcd/pa/person/bloodpressure',
173
-    hidden: true,
174
-    is_menu: false,
175
-    component: () => import('@/xt_pages/qcd/patientAnalysis/person/bloodPressure'),
176
-    name: 'paPersonBloodPressure',
177
-    meta: {
178
-      title: '血压',
179
-      noCache: true,
180
-
181
-    }
182
-  },
183
-  {
184
-    path: '/qcd/pa/person/indicators',
185
-    hidden: true,
186
-    is_menu: false,
187
-    component: () => import('@/xt_pages/qcd/patientAnalysis/person/indicators'),
188
-    name: 'paPersonIndicators',
189
-    meta: {
190
-      title: '指标控制',
191
-      noCache: true,
192
-
193
-    }
194
-  },
195
-  {
196
-    path: '/qcd/pa/person/oralmedicine',
197
-    hidden: true,
198
-    is_menu: false,
199
-    component: () => import('@/xt_pages/qcd/patientAnalysis/person/oralMedicine'),
200
-    name: 'paPersonOralMedicine',
201
-    meta: {
202
-      title: '口服药',
203
-      noCache: true,
204
-
14
+      path: '/statistics/index',
15
+      component: () => import('@/xt_pages/statistics/index'),
16
+      name: 'statistics',
17
+      meta: {
18
+        title: 'statistics',
19
+        noCache: true
20
+
21
+      }
22
+    },
23
+    {
24
+      path: '/qcd/dialysistotal',
25
+      component: () => import('@/xt_pages/qcd/dialysisTotal'),
26
+      name: 'dialysistotal',
27
+      meta: {
28
+        title: '透析总量',
29
+        noCache: true
30
+
31
+      }
32
+    },
33
+    {
34
+      path: '/qcd/processindicators',
35
+      component: () => import('@/xt_pages/qcd/processIndicators'),
36
+      name: 'processIndicators',
37
+      meta: {
38
+        title: '过程指标',
39
+        noCache: true
40
+
41
+      }
42
+    },
43
+    {
44
+      path: '/qcd/outcomeIndicators/control',
45
+      component: () => import('@/xt_pages/qcd/outcomeIndicators/control'),
46
+      name: 'outcomeIndicatorsControl',
47
+      meta: {
48
+        title: '结果指标',
49
+        noCache: true
50
+
51
+      }
52
+    },
53
+    {
54
+      path: '/qcd/outcomeIndicators/query',
55
+      hidden: true,
56
+      is_menu: false,
57
+      component: () => import('@/xt_pages/qcd/outcomeIndicators/query'),
58
+      name: 'outcomeIndicatorsQuery',
59
+      meta: {
60
+        title: '指标查询',
61
+        noCache: true
62
+
63
+      }
64
+    },
65
+    {
66
+      path: '/qcd/patientanalysis/total',
67
+      component: () => import('@/xt_pages/qcd/patientAnalysis/total'),
68
+      name: 'patientAnalysisTotal',
69
+      meta: {
70
+        title: '患者分析',
71
+        noCache: true
72
+
73
+      }
74
+    },
75
+    {
76
+      path: '/qcd/patientanalysis/statisticalConfig',
77
+      component: () => import('@/xt_pages/qcd/statisticalConfiguration'),
78
+      name: 'statisticalConfig',
79
+      meta: {
80
+        title: '统计配置',
81
+        noCache: true
82
+
83
+      }
84
+    },
85
+    {
86
+      path: '/qcd/patientanalysis/weight',
87
+      hidden: true,
88
+      is_menu: false,
89
+      component: () => import('@/xt_pages/qcd/patientAnalysis/weight'),
90
+      name: 'patientAnalysisWeight',
91
+      meta: {
92
+        title: '体重分析',
93
+        noCache: true
94
+
95
+      }
96
+    },
97
+    {
98
+      path: '/qcd/patientanalysis/bloodpressure',
99
+      hidden: true,
100
+      is_menu: false,
101
+      component: () => import('@/xt_pages/qcd/patientAnalysis/bloodPressure'),
102
+      name: 'patientAnalysisBloodPressure',
103
+      meta: {
104
+        title: '血压分析',
105
+        noCache: true
106
+
107
+      }
108
+    },
109
+    {
110
+      path: '/qcd/patientanalysis/dialysisage',
111
+      hidden: true,
112
+      is_menu: false,
113
+      component: () => import('@/xt_pages/qcd/patientAnalysis/dialysisAge'),
114
+      name: 'patientAnalysisDialysisAge',
115
+      meta: {
116
+        title: '透析龄分析',
117
+        noCache: true
118
+
119
+      }
120
+    },
121
+    {
122
+      path: '/qcd/patientanalysis/lapseto',
123
+      hidden: true,
124
+      is_menu: false,
125
+      component: () => import('@/xt_pages/qcd/patientAnalysis/lapseto'),
126
+      name: 'patientAnalysisLapseto',
127
+      meta: {
128
+        title: '转归分析',
129
+        noCache: true
130
+
131
+      }
132
+    },
133
+    {
134
+      path: '/qcd/patientanalysis/complication',
135
+      hidden: true,
136
+      is_menu: false,
137
+      component: () => import('@/xt_pages/qcd/patientAnalysis/complication'),
138
+      name: 'patientAnalysisComplication',
139
+      meta: {
140
+        title: '并发症分析',
141
+        noCache: true
142
+
143
+      }
144
+    },
145
+    {
146
+      path: '/qcd/patientanalysis/infectiousdiseases',
147
+      hidden: true,
148
+      is_menu: false,
149
+      component: () => import('@/xt_pages/qcd/patientAnalysis/infectiousDiseases'),
150
+      name: 'patientAnalysisInfectiousDiseases',
151
+      meta: {
152
+        title: '传染病分析',
153
+        noCache: true
154
+
155
+      }
156
+    },
157
+    {
158
+      path: '/qcd/pa/person/lapseto',
159
+      hidden: true,
160
+      is_menu: false,
161
+      component: () => import('@/xt_pages/qcd/patientAnalysis/person/lapseto'),
162
+      name: 'paPersonLapseto',
163
+      meta: {
164
+        title: '转归',
165
+        noCache: true
166
+
167
+      }
168
+    },
169
+    {
170
+      path: '/qcd/pa/person/weight',
171
+      hidden: true,
172
+      is_menu: false,
173
+      component: () => import('@/xt_pages/qcd/patientAnalysis/person/weight'),
174
+      name: 'paPersonWeight',
175
+      meta: {
176
+        title: '体重',
177
+        noCache: true
178
+
179
+      }
180
+    },
181
+    {
182
+      path: '/qcd/pa/person/bloodpressure',
183
+      hidden: true,
184
+      is_menu: false,
185
+      component: () => import('@/xt_pages/qcd/patientAnalysis/person/bloodPressure'),
186
+      name: 'paPersonBloodPressure',
187
+      meta: {
188
+        title: '血压',
189
+        noCache: true
190
+
191
+      }
192
+    },
193
+    {
194
+      path: '/qcd/pa/person/indicators',
195
+      hidden: true,
196
+      is_menu: false,
197
+      component: () => import('@/xt_pages/qcd/patientAnalysis/person/indicators'),
198
+      name: 'paPersonIndicators',
199
+      meta: {
200
+        title: '指标控制',
201
+        noCache: true
202
+
203
+      }
204
+    },
205
+    {
206
+      path: '/qcd/pa/person/oralmedicine',
207
+      hidden: true,
208
+      is_menu: false,
209
+      component: () => import('@/xt_pages/qcd/patientAnalysis/person/oralMedicine'),
210
+      name: 'paPersonOralMedicine',
211
+      meta: {
212
+        title: '口服药',
213
+        noCache: true
214
+
215
+      }
205 216
     }
206
-  }
207 217
   ]
208 218
 }

+ 11 - 9
src/xt_pages/dialysis/batch_print/batch_print_order_eight.vue View File

@@ -505,27 +505,29 @@
505 505
                 <tr>
506 506
                   <td colspan="8" style="text-align:left;">
507 507
                     <span style="display:inline-block;margin-left:15px;"
508
-                      > 血管通路:内瘘波动及震颤: (&nbsp;<check-box
508
+                      > 血管通路:内瘘波动及震颤:
509
+                      (&nbsp;
510
+                        <label-box
509 511
                           v-for="(item, index) in arr"
510 512
                           :key="index"
511
-                          :text="item.name"
512
-                          :checked="
513
+                          :isChecked="
513 514
                             record.assessment_before_dislysis.blood_access_part_opera_id == item.id
514 515
                               ? true
515 516
                               : false
516 517
                           "
517
-                        ></check-box
518
+                          :showValue="item.name"
519
+                        ></label-box
518 520
                         >)
519
-                        <check-box
521
+                        <label-box
520 522
                           v-for="(item, index) in arrtwo"
521 523
                           :key="index"
522
-                          :text="item.name"
523
-                          :checked="
524
-                            record.assessment_before_dislysis.blood_access_part_opera_id == item.id
524
+                          :isChecked="
525
+                          record.assessment_before_dislysis.blood_access_part_opera_id == item.id
525 526
                               ? true
526 527
                               : false
527 528
                           "
528
-                        ></check-box>
529
+                          :showValue="item.name"
530
+                        ></label-box>
529 531
                     </span>
530 532
                   </td>
531 533
                 </tr>

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_twelve.vue View File

@@ -944,7 +944,7 @@
944 944
                     <span v-if="getTime(monitor.operate_time) != ''">
945 945
                       {{
946 946
                         monitor.ultrafiltration_volume
947
-                          ? monitor.ultrafiltration_volume * 1000
947
+                          ? monitor.ultrafiltration_volume 
948 948
                           : "0"
949 949
                       }}
950 950
                     </span>

+ 12 - 4
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue View File

@@ -154,7 +154,10 @@
154 154
             width="110"
155 155
             v-if="
156 156
               isShow('超滤量') &&
157
-                (template_id == 6 || template_id == 10 || template_id == 11)
157
+                (template_id == 6 ||
158
+                  template_id == 10 ||
159
+                  template_id == 11 ||
160
+                  template_id == 12)
158 161
             "
159 162
           >
160 163
             <template slot-scope="scope">
@@ -174,7 +177,8 @@
174 177
               isShow('超滤量') &&
175 178
                 template_id != 6 &&
176 179
                 template_id != 10 &&
177
-                template_id != 11
180
+                template_id != 11 &&
181
+                template_id != 12
178 182
             "
179 183
           >
180 184
             <template slot-scope="scope">
@@ -471,7 +475,10 @@
471 475
             :span="8"
472 476
             v-if="
473 477
               isShow('超滤量') &&
474
-                (template_id != 6 || template_id != 10 || template_id != 11)
478
+                (template_id != 6 ||
479
+                  template_id != 10 ||
480
+                  template_id != 11 ||
481
+                  template_id != 12)
475 482
             "
476 483
           >
477 484
             <el-form-item label="超滤量(ml):">
@@ -484,7 +491,8 @@
484 491
               isShow('超滤量') &&
485 492
                 template_id != 6 &&
486 493
                 template_id != 10 &&
487
-                template_id != 11
494
+                template_id != 11 &&
495
+                template_id != 12
488 496
             "
489 497
           >
490 498
             <el-form-item label="超滤量(L):">

+ 14 - 11
src/xt_pages/dialysis/template/DialysisPrintOrderEight.vue View File

@@ -19,11 +19,11 @@
19 19
             }}</span>
20 20
           </td>
21 21
           <td style="text-align:center;">
22
-          性别:
23
-          <span style="display:inline-block;margin-left:10px;">{{
22
+            性别:
23
+            <span style="display:inline-block;margin-left:10px;">{{
24 24
               patientInfo.gender
25 25
             }}</span>
26
-        </td>
26
+          </td>
27 27
           <td style="text-align:center;">
28 28
             年龄:
29 29
             <span style="display:inline-block;margin-left:10px;">{{
@@ -464,27 +464,28 @@
464 464
         <tr>
465 465
           <td colspan="8" style="text-align:left;">
466 466
             <span style="display:inline-block;margin-left:15px;">
467
-              血管通路:内瘘波动及震颤: (&nbsp;<check-box
467
+              血管通路:内瘘波动及震颤: (&nbsp;
468
+              <label-box
468 469
                 v-for="(item, index) in arr"
469 470
                 :key="index"
470
-                :text="item.name"
471
-                :checked="
471
+                :isChecked="
472 472
                   predialysis.blood_access_part_opera_id == item.id
473 473
                     ? true
474 474
                     : false
475 475
                 "
476
-              ></check-box
476
+                :showValue="item.name"
477
+              ></label-box
477 478
               >)
478
-              <check-box
479
+              <label-box
479 480
                 v-for="(item, index) in arrtwo"
480 481
                 :key="index"
481
-                :text="item.name"
482
-                :checked="
482
+                :isChecked="
483 483
                   predialysis.blood_access_part_opera_id == item.id
484 484
                     ? true
485 485
                     : false
486 486
                 "
487
-              ></check-box>
487
+                :showValue="item.name"
488
+              ></label-box>
488 489
             </span>
489 490
           </td>
490 491
         </tr>
@@ -2128,7 +2129,9 @@ export default {
2128 2129
     console.log("跌倒", this.precautions);
2129 2130
     this.intake = getDataConfig("hemodialysis", "intake");
2130 2131
     this.nutrition = getDataConfig("hemodialysis", "nutrition");
2132
+    
2131 2133
     var bloodAccess = getDataConfig("hemodialysis", "vascular_access");
2134
+
2132 2135
     this.bloodAccess = bloodAccess;
2133 2136
     console.log("血管通路部位", bloodAccess);
2134 2137
   }

+ 285 - 203
src/xt_pages/dialysis/template/dialysisPrintOrderTwelve.vue View File

@@ -6,14 +6,18 @@
6 6
       <table class="print-table" border="1" style="margin-top: 10px;">
7 7
         <tbody>
8 8
           <tr style="text-align:center">
9
-            <td
10
-              colspan="11"
11
-              style="margin-left:15px"
12
-            >治疗日期:{{ queryParams.xtdate ? queryParams.xtdate : "/" }}</td>
9
+            <td colspan="11" style="margin-left:15px">
10
+              治疗日期:{{ queryParams.xtdate ? queryParams.xtdate : "/" }}
11
+            </td>
13 12
           </tr>
14 13
           <tr>
15
-            <td width="120" style="padding-left:5px;border:none;text-align: left;">
16
-              <div>姓 名:&nbsp;{{ patientInfo.name ? patientInfo.name : "/" }}</div>
14
+            <td
15
+              width="120"
16
+              style="padding-left:5px;border:none;text-align: left;"
17
+            >
18
+              <div>
19
+                姓 名:&nbsp;{{ patientInfo.name ? patientInfo.name : "/" }}
20
+              </div>
17 21
             </td>
18 22
 
19 23
             <td width="120" style="border:none;text-align: left;">
@@ -28,7 +32,7 @@
28 32
             <td width="80" style="border:none;text-align: left;">
29 33
               <span>
30 34
                 &nbsp;&nbsp;&nbsp;{{
31
-                patientInfo.height ? patientInfo.height : ""
35
+                  patientInfo.height ? patientInfo.height : ""
32 36
                 }}&nbsp;&nbsp;&nbsp;
33 37
               </span>
34 38
               cm
@@ -55,11 +59,11 @@
55 59
             <td width="80" style="border:none;text-align: left;">
56 60
               <div>
57 61
                 {{
58
-                dialysisOrder &&
59
-                dialysisOrder.DeviceNumber &&
60
-                dialysisOrder.DeviceNumber.number.length > 0
61
-                ? dialysisOrder.DeviceNumber.number
62
-                : patientInfo.DialysisSchedule.device_number.number
62
+                  dialysisOrder &&
63
+                  dialysisOrder.DeviceNumber &&
64
+                  dialysisOrder.DeviceNumber.number.length > 0
65
+                    ? dialysisOrder.DeviceNumber.number
66
+                    : patientInfo.DialysisSchedule.device_number.number
63 67
                 }}
64 68
               </div>
65 69
             </td>
@@ -72,17 +76,25 @@
72 76
           <tr style="text-align:left">
73 77
             <td colspan="11" style="padding-left:5px">
74 78
               上机前病情:{{
75
-              predialysis.symptom_before_dialysis
76
-              ? predialysis.symptom_before_dialysis
77
-              : ""
79
+                predialysis.symptom_before_dialysis
80
+                  ? predialysis.symptom_before_dialysis
81
+                  : ""
78 82
               }}
79 83
             </td>
80 84
           </tr>
81 85
           <tr style="text-align:left">
82 86
             <td colspan="8" style="padding-left:5px">
83 87
               治疗方式:&nbsp;
84
-              <label-box :isChecked="prescription.mode_id == 1 ? true : false" showValue="HD"></label-box>&nbsp;
85
-              <label-box :isChecked="prescription.mode_id == 2 ? true : false" showValue="HDF"></label-box>&nbsp; (
88
+              <label-box
89
+                :isChecked="prescription.mode_id == 1 ? true : false"
90
+                showValue="HD"
91
+              ></label-box
92
+              >&nbsp;
93
+              <label-box
94
+                :isChecked="prescription.mode_id == 2 ? true : false"
95
+                showValue="HDF"
96
+              ></label-box
97
+              >&nbsp; (
86 98
               <label-box
87 99
                 :isChecked="
88 100
                   prescription.displace_liqui_part == 1 ? true : false
@@ -99,43 +111,66 @@
99 111
                 ,置换量
100 112
                 <span style="width:50px;display: inline-block;">
101 113
                   {{
102
-                  prescription.displace_liqui_value
103
-                  ? prescription.displace_liqui_value
104
-                  : "/"
114
+                    prescription.displace_liqui_value
115
+                      ? prescription.displace_liqui_value
116
+                      : "/"
105 117
                   }}
106 118
                 </span>
107 119
                 L
108 120
               </span>
109 121
110
-              <label-box :isChecked="prescription.mode_id > 2 ? true : false" showValue="其他:"></label-box>
111
-              <span v-if="prescription.mode_id == 3">{{ prescription.mode_id == 3 ? "HD+HP" : "" }}</span>
112
-              <span v-if="prescription.mode_id == 4">{{ prescription.mode_id == 4 ? "HP" : "" }}</span>
113
-              <span v-if="prescription.mode_id == 5">{{ prescription.mode_id == 5 ? "HF" : "" }}</span>
114
-              <span v-if="prescription.mode_id == 6">{{ prescription.mode_id == 6 ? "SCUF" : "" }}</span>
115
-              <span v-if="prescription.mode_id == 7">{{ prescription.mode_id == 7 ? "IUF" : "" }}</span>
116
-              <span v-if="prescription.mode_id == 8">{{ prescription.mode_id == 8 ? "HFHD" : "" }}</span>
117
-              <span
118
-                v-if="prescription.mode_id == 9"
119
-              >{{ prescription.mode_id == 9 ? "HFHD+HP" : "" }}</span>
120
-              <span v-if="prescription.mode_id == 10">{{ prescription.mode_id == 10 ? "PHF" : "" }}</span>
121
-              <span v-if="prescription.mode_id == 11">{{ prescription.mode_id == 11 ? "HFR" : "" }}</span>
122
-              <span
123
-                v-if="prescription.mode_id == 12"
124
-              >{{ prescription.mode_id == 12 ? "HDF+HP" : "" }}</span>
125
-              <span v-if="prescription.mode_id == 13">{{ prescription.mode_id == 13 ? "CRRT" : "" }}</span>
126
-              <span v-if="prescription.mode_id == 14">{{ prescription.mode_id == 14 ? "腹水回输" : "" }}</span>
122
+              <label-box
123
+                :isChecked="prescription.mode_id > 2 ? true : false"
124
+                showValue="其他:"
125
+              ></label-box>
126
+              <span v-if="prescription.mode_id == 3">{{
127
+                prescription.mode_id == 3 ? "HD+HP" : ""
128
+              }}</span>
129
+              <span v-if="prescription.mode_id == 4">{{
130
+                prescription.mode_id == 4 ? "HP" : ""
131
+              }}</span>
132
+              <span v-if="prescription.mode_id == 5">{{
133
+                prescription.mode_id == 5 ? "HF" : ""
134
+              }}</span>
135
+              <span v-if="prescription.mode_id == 6">{{
136
+                prescription.mode_id == 6 ? "SCUF" : ""
137
+              }}</span>
138
+              <span v-if="prescription.mode_id == 7">{{
139
+                prescription.mode_id == 7 ? "IUF" : ""
140
+              }}</span>
141
+              <span v-if="prescription.mode_id == 8">{{
142
+                prescription.mode_id == 8 ? "HFHD" : ""
143
+              }}</span>
144
+              <span v-if="prescription.mode_id == 9">{{
145
+                prescription.mode_id == 9 ? "HFHD+HP" : ""
146
+              }}</span>
147
+              <span v-if="prescription.mode_id == 10">{{
148
+                prescription.mode_id == 10 ? "PHF" : ""
149
+              }}</span>
150
+              <span v-if="prescription.mode_id == 11">{{
151
+                prescription.mode_id == 11 ? "HFR" : ""
152
+              }}</span>
153
+              <span v-if="prescription.mode_id == 12">{{
154
+                prescription.mode_id == 12 ? "HDF+HP" : ""
155
+              }}</span>
156
+              <span v-if="prescription.mode_id == 13">{{
157
+                prescription.mode_id == 13 ? "CRRT" : ""
158
+              }}</span>
159
+              <span v-if="prescription.mode_id == 14">{{
160
+                prescription.mode_id == 14 ? "腹水回输" : ""
161
+              }}</span>
127 162
             </td>
128 163
             <td colspan="3" style="border-left:1px solid #000;padding-left:5px">
129 164
               治疗时间:
130 165
               <span>
131 166
                 &nbsp;{{
132
-                prescription.dialysis_duration_hour
133
-                ? prescription.dialysis_duration_hour
134
-                : "0"
167
+                  prescription.dialysis_duration_hour
168
+                    ? prescription.dialysis_duration_hour
169
+                    : "0"
135 170
                 }}小时{{
136
-                prescription.dialysis_duration_minute
137
-                ? prescription.dialysis_duration_minute
138
-                : "0"
171
+                  prescription.dialysis_duration_minute
172
+                    ? prescription.dialysis_duration_minute
173
+                    : "0"
139 174
                 }}分钟
140 175
               </span>
141 176
             </td>
@@ -155,27 +190,28 @@
155 190
               ></label-box>
156 191
               <span style="width:50px;display: inline-block;">
157 192
                 {{
158
-                prescription.anticoagulant_zongliang &&
159
-                (prescription.anticoagulant == "低分子肝素钙" ||
160
-                prescription.anticoagulant == "低分子肝素钠")
161
-                ? prescription.anticoagulant_zongliang
162
-                : ""
163
-                }}
164
-              </span>iu&nbsp;
193
+                  prescription.anticoagulant_zongliang &&
194
+                  (prescription.anticoagulant == "低分子肝素钙" ||
195
+                    prescription.anticoagulant == "低分子肝素钠")
196
+                    ? prescription.anticoagulant_zongliang
197
+                    : ""
198
+                }} </span
199
+              >iu&nbsp;
165 200
               <label-box
166 201
                 :isChecked="
167 202
                   prescription.anticoagulant == '普通肝素' ? true : false
168 203
                 "
169 204
                 showValue="普通肝素:"
170
-              ></label-box>首剂:
205
+              ></label-box
206
+              >首剂:
171 207
               <span style="width:35px;display: inline-block;">
172 208
                 {{
173
-                prescription.anticoagulant_shouji &&
174
-                (prescription.anticoagulant != "低分子肝素钙" &&
175
-                prescription.anticoagulant != "低分子肝素钠") &&
176
-                prescription.anticoagulant == "普通肝素"
177
-                ? prescription.anticoagulant_shouji
178
-                : ""
209
+                  prescription.anticoagulant_shouji &&
210
+                  (prescription.anticoagulant != "低分子肝素钙" &&
211
+                    prescription.anticoagulant != "低分子肝素钠") &&
212
+                  prescription.anticoagulant == "普通肝素"
213
+                    ? prescription.anticoagulant_shouji
214
+                    : ""
179 215
                 }}
180 216
               </span>
181 217
               <span v-if="prescription.anticoagulant == '枸橼酸钠'">mg</span>
@@ -183,30 +219,39 @@
183 219
               <span v-if="prescription.anticoagulant == '低分子肝素'">iu</span>
184 220
               <span v-if="prescription.anticoagulant == '普通肝素'">iu</span>
185 221
               <span v-if="prescription.anticoagulant == '无肝素'">mg</span>
186
-              <span v-if="prescription.anticoagulant == '低分子肝素钙'">iu</span>
187
-              <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span>&nbsp; 追加:
222
+              <span v-if="prescription.anticoagulant == '低分子肝素钙'"
223
+                >iu</span
224
+              >
225
+              <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span
226
+              >&nbsp; 追加:
188 227
               <span style="width:35px;display: inline-block;">
189 228
                 {{
190
-                prescription.anticoagulant_weichi &&
191
-                prescription.anticoagulant == "普通肝素"
192
-                ? prescription.anticoagulant_weichi
193
-                : ""
229
+                  prescription.anticoagulant_weichi &&
230
+                  prescription.anticoagulant == "普通肝素"
231
+                    ? prescription.anticoagulant_weichi
232
+                    : ""
194 233
                 }}
195 234
               </span>
196 235
               <span v-if="prescription.anticoagulant == '枸橼酸钠'">ml/h</span>
197 236
               <span v-if="prescription.anticoagulant == '阿加曲班'">mg/h</span>
198
-              <span v-if="prescription.anticoagulant == '低分子肝素'">iu/h</span>
237
+              <span v-if="prescription.anticoagulant == '低分子肝素'"
238
+                >iu/h</span
239
+              >
199 240
               <span v-if="prescription.anticoagulant == '普通肝素'">iu/h</span>
200 241
               <span v-if="prescription.anticoagulant == '无肝素'">mg/h</span>
201
-              <span v-if="prescription.anticoagulant == '低分子肝素钙'">iu/h</span>
202
-              <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu/h</span>
242
+              <span v-if="prescription.anticoagulant == '低分子肝素钙'"
243
+                >iu/h</span
244
+              >
245
+              <span v-if="prescription.anticoagulant == '低分子肝素钠'"
246
+                >iu/h</span
247
+              >
203 248
               &nbsp; 总量:
204 249
               <span style="width:50px;display: inline-block;">
205 250
                 {{
206
-                prescription.anticoagulant_zongliang &&
207
-                prescription.anticoagulant == "普通肝素"
208
-                ? prescription.anticoagulant_zongliang
209
-                : ""
251
+                  prescription.anticoagulant_zongliang &&
252
+                  prescription.anticoagulant == "普通肝素"
253
+                    ? prescription.anticoagulant_zongliang
254
+                    : ""
210 255
                 }}
211 256
               </span>
212 257
               <span v-if="prescription.anticoagulant == '枸橼酸钠'">mg</span>
@@ -214,8 +259,12 @@
214 259
               <span v-if="prescription.anticoagulant == '低分子肝素'">iu</span>
215 260
               <span v-if="prescription.anticoagulant == '普通肝素'">iu</span>
216 261
               <span v-if="prescription.anticoagulant == '无肝素'">mg</span>
217
-              <span v-if="prescription.anticoagulant == '低分子肝素钙'">iu</span>
218
-              <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span>
262
+              <span v-if="prescription.anticoagulant == '低分子肝素钙'"
263
+                >iu</span
264
+              >
265
+              <span v-if="prescription.anticoagulant == '低分子肝素钠'"
266
+                >iu</span
267
+              >
219 268
               &nbsp;
220 269
               <label-box
221 270
                 :isChecked="
@@ -236,55 +285,67 @@
236 285
               处方脱水量:
237 286
               <span style="width:50px;display: inline-block;">
238 287
                 {{
239
-                prescription.target_ultrafiltration
240
-                ? prescription.target_ultrafiltration
241
-                : ""
242
-                }}
243
-              </span>L; 透析液流量:
288
+                  prescription.target_ultrafiltration
289
+                    ? prescription.target_ultrafiltration
290
+                    : ""
291
+                }} </span
292
+              >L; 透析液流量:
244 293
               <span style="width:50px;display: inline-block;">
245 294
                 {{
246
-                prescription.dialysate_flow ? prescription.dialysate_flow : ""
247
-                }}
248
-              </span>ml/min;
295
+                  prescription.dialysate_flow ? prescription.dialysate_flow : ""
296
+                }} </span
297
+              >ml/min;
249 298
             </td>
250
-            <td colspan="4" style="padding-left:5px;border-left:1px solid #000;padding-left:5px">
299
+            <td
300
+              colspan="4"
301
+              style="padding-left:5px;border-left:1px solid #000;padding-left:5px"
302
+            >
251 303
               医师签名:
252 304
               <span v-if="setAdminUserES(prescription.creater) == ''">
253
-                {{
254
-                getAdminUser(prescription.creater)
255
-                }}
305
+                {{ getAdminUser(prescription.creater) }}
256 306
               </span>
257
-              <img class="es-img" :src="setAdminUserES(prescription.creater)" alt srcset v-else />
307
+              <img
308
+                class="es-img"
309
+                :src="setAdminUserES(prescription.creater)"
310
+                alt
311
+                srcset
312
+                v-else
313
+              />
258 314
             </td>
259 315
           </tr>
260 316
           <tr style="text-align:left">
261 317
             <td colspan="2" style="padding-left:5px">
262 318
               透析机:{{
263
-              predialysis.machine_type ? predialysis.machine_type : ""
319
+                predialysis.machine_type ? predialysis.machine_type : ""
264 320
               }}
265 321
             </td>
266
-            <td colspan="2" style="padding-left:5px;border-left:1px solid #000;">
322
+            <td
323
+              colspan="2"
324
+              style="padding-left:5px;border-left:1px solid #000;"
325
+            >
267 326
               透析(滤)器:{{
268
-              prescription.dialyzer_perfusion_apparatus
269
-              ? prescription.dialyzer_perfusion_apparatus
270
-              : ""
327
+                prescription.dialyzer_perfusion_apparatus
328
+                  ? prescription.dialyzer_perfusion_apparatus
329
+                  : ""
271 330
               }}
272 331
             </td>
273
-            <td colspan="7" style="padding-left:5px;border-left:1px solid #000;">
332
+            <td
333
+              colspan="7"
334
+              style="padding-left:5px;border-left:1px solid #000;"
335
+            >
274 336
               透析液:钾:
275 337
               <span style="width:40px;display: inline-block;">
276
-                {{
277
-                prescription.kalium
278
-                }}
279
-              </span>mmol/L&nbsp; 钙:
280
-              <span
281
-                style="width:40px;display: inline-block;"
282
-              >{{ prescription.calcium }}</span>mmol/L&nbsp; 碳酸氢根:
338
+                {{ prescription.kalium }} </span
339
+              >mmol/L&nbsp; 钙:
340
+              <span style="width:40px;display: inline-block;">{{
341
+                prescription.calcium
342
+              }}</span
343
+              >mmol/L&nbsp; 碳酸氢根:
283 344
               <span style="width:40px;display: inline-block;">
284 345
                 {{
285
-                prescription.bicarbonate ? prescription.bicarbonate : ""
286
-                }}
287
-              </span>mmol/L
346
+                  prescription.bicarbonate ? prescription.bicarbonate : ""
347
+                }} </span
348
+              >mmol/L
288 349
             </td>
289 350
           </tr>
290 351
           <tr style="text-align:left">
@@ -297,7 +358,8 @@
297 358
                     : false
298 359
                 "
299 360
                 showValue="内瘘"
300
-              ></label-box>&nbsp;
361
+              ></label-box
362
+              >&nbsp;
301 363
               <label-box
302 364
                 :isChecked="
303 365
                   predialysis.blood_access_part_opera_name.indexOf(
@@ -307,7 +369,8 @@
307 369
                     : false
308 370
                 "
309 371
                 showValue="长期静脉导管"
310
-              ></label-box>&nbsp;
372
+              ></label-box
373
+              >&nbsp;
311 374
               <label-box
312 375
                 :isChecked="
313 376
                   predialysis.blood_access_part_opera_name.indexOf('颈内静脉') >
@@ -316,7 +379,8 @@
316 379
                     : false
317 380
                 "
318 381
                 showValue="临时颈内静脉导管"
319
-              ></label-box>&nbsp;
382
+              ></label-box
383
+              >&nbsp;
320 384
               <label-box
321 385
                 :isChecked="
322 386
                   predialysis.blood_access_part_opera_name.indexOf('股静脉') >
@@ -325,7 +389,8 @@
325 389
                     : false
326 390
                 "
327 391
                 showValue="临时股静脉导管"
328
-              ></label-box>&nbsp;
392
+              ></label-box
393
+              >&nbsp;
329 394
               <label-box
330 395
                 :isChecked="
331 396
                   predialysis.blood_access_part_opera_name.indexOf('人造血管') >
@@ -338,7 +403,8 @@
338 403
                     : false
339 404
                 "
340 405
                 showValue="其他"
341
-              ></label-box>&nbsp;
406
+              ></label-box
407
+              >&nbsp;
342 408
               <span style="width:50px;display: inline-block;"></span>
343 409
               穿刺者:
344 410
               <span style="width:50px;display: inline-block;">
@@ -350,9 +416,9 @@
350 416
                   "
351 417
                 >
352 418
                   {{
353
-                  getAdminUser(
354
-                  dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse
355
-                  )
419
+                    getAdminUser(
420
+                      dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse
421
+                    )
356 422
                   }}
357 423
                 </span>
358 424
                 <img
@@ -709,7 +775,9 @@
709 775
       </table>-->
710 776
       <table class="print-table" border="1">
711 777
         <tr style="text-align:center">
712
-          <td colspan="14" style="margin-left:15px;font-size:20px">治 疗 过 程 记 录</td>
778
+          <td colspan="14" style="margin-left:15px;font-size:20px">
779
+            治 疗 过 程 记 录
780
+          </td>
713 781
         </tr>
714 782
         <tr>
715 783
           <td style="width:60px" rowspan="2">时间</td>
@@ -759,103 +827,103 @@
759 827
             <p style="height:20px;line-height:20px">%</p>
760 828
           </th>
761 829
           <th style="width:333px">
762
-            <p style="height:20px;line-height:20px">记&nbsp;&nbsp;&nbsp;&nbsp;录</p>
830
+            <p style="height:20px;line-height:20px">
831
+              记&nbsp;&nbsp;&nbsp;&nbsp;录
832
+            </p>
763 833
           </th>
764 834
           <!-- <td style="width:80px">护士签名</td> -->
765 835
         </tr>
766 836
 
767 837
         <tr v-for="(monitor, monindex) in monitors" :key="monindex">
768
-          <td style="min-width:60px;height:30px">{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
838
+          <td style="min-width:60px;height:30px">
839
+            {{ getTime(monitor.operate_time, "{h}:{i}") }}
840
+          </td>
769 841
           <td>
770 842
             <span v-if="getTime(monitor.operate_time) != ''">
771 843
               {{
772
-              monitor.transmembrane_pressure
773
-              ? monitor.transmembrane_pressure
774
-              : "0"
844
+                monitor.transmembrane_pressure
845
+                  ? monitor.transmembrane_pressure
846
+                  : "0"
775 847
               }}
776 848
             </span>
777 849
           </td>
778 850
           <td>
779 851
             <span v-if="getTime(monitor.operate_time) != ''">
780
-              {{
781
-              monitor.venous_pressure ? monitor.venous_pressure : "0"
782
-              }}
852
+              {{ monitor.venous_pressure ? monitor.venous_pressure : "0" }}
783 853
             </span>
784 854
           </td>
785 855
           <td>
786 856
             <span v-if="getTime(monitor.operate_time) != ''">
787
-              {{
788
-              monitor.blood_flow_volume ? monitor.blood_flow_volume : "0"
789
-              }}
857
+              {{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "0" }}
790 858
             </span>
791 859
           </td>
792 860
           <td>
793 861
             <span v-if="getTime(monitor.operate_time) != ''">
794 862
               {{
795
-              monitor.ultrafiltration_volume
796
-              ? monitor.ultrafiltration_volume * 1000
797
-              : "0"
863
+                monitor.ultrafiltration_volume
864
+                  ? monitor.ultrafiltration_volume
865
+                  : "0"
798 866
               }}
799 867
             </span>
800 868
           </td>
801 869
           <td>
802
-            <span
803
-              v-if="getTime(monitor.operate_time) != ''"
804
-            >{{ monitor.temperature ? monitor.temperature : "0" }}</span>
870
+            <span v-if="getTime(monitor.operate_time) != ''">{{
871
+              monitor.temperature ? monitor.temperature : "0"
872
+            }}</span>
805 873
           </td>
806 874
           <td>
807 875
             <span v-if="getTime(monitor.operate_time) != ''">
808
-              {{
809
-              monitor.pulse_frequency ? monitor.pulse_frequency : "0"
810
-              }}
876
+              {{ monitor.pulse_frequency ? monitor.pulse_frequency : "0" }}
811 877
             </span>
812 878
           </td>
813 879
           <td>
814 880
             <span v-if="getTime(monitor.operate_time) != ''">
815
-              {{
816
-              monitor.breathing_rate ? monitor.breathing_rate : "0"
817
-              }}
881
+              {{ monitor.breathing_rate ? monitor.breathing_rate : "0" }}
818 882
             </span>
819 883
           </td>
820 884
           <td>
821 885
             <span v-if="getTime(monitor.operate_time) != ''">
822 886
               {{
823
-              monitor.systolic_blood_pressure
824
-              ? monitor.systolic_blood_pressure
825
-              : ""
887
+                monitor.systolic_blood_pressure
888
+                  ? monitor.systolic_blood_pressure
889
+                  : ""
826 890
               }}
827 891
               /
828 892
               {{
829
-              monitor.diastolic_blood_pressure
830
-              ? monitor.diastolic_blood_pressure
831
-              : ""
893
+                monitor.diastolic_blood_pressure
894
+                  ? monitor.diastolic_blood_pressure
895
+                  : ""
832 896
               }}
833 897
             </span>
834 898
           </td>
835 899
           <td>
836 900
             <span v-if="getTime(monitor.operate_time) != ''">
837 901
               {{
838
-              monitor.blood_oxygen_saturation
839
-              ? monitor.blood_oxygen_saturation
840
-              : "0"
902
+                monitor.blood_oxygen_saturation
903
+                  ? monitor.blood_oxygen_saturation
904
+                  : "0"
841 905
               }}
842 906
             </span>
843 907
           </td>
844 908
           <td>
845 909
             <span v-if="monitor.symptom || monitor.dispose || monitor.result">
846 910
               {{
847
-              monitor.symptom + "," + monitor.dispose + "," + monitor.result
911
+                monitor.symptom + "," + monitor.dispose + "," + monitor.result
848 912
               }}
849 913
             </span>
850 914
           </td>
851 915
           <td width="0" style="border:none;visibility: hidden;padding:0"></td>
852 916
           <td>
853 917
             <span v-if="setAdminUserES(monitor.monitoring_nurse) == ''">
854
-              {{
855
-              getAdminUser(monitor.monitoring_nurse)
856
-              }}
918
+              {{ getAdminUser(monitor.monitoring_nurse) }}
857 919
             </span>
858
-            <img class="es-img" :src="setAdminUserES(monitor.monitoring_nurse)" alt srcset v-else />
920
+            <img
921
+              class="es-img"
922
+              :src="setAdminUserES(monitor.monitoring_nurse)"
923
+              alt
924
+              srcset
925
+              v-else
926
+            />
859 927
           </td>
860 928
         </tr>
861 929
       </table>
@@ -889,32 +957,26 @@
889 957
             <td colspan="5" style="height:30px;">
890 958
               <span v-if="advice.parent_id > 0">---></span>
891 959
               <span>{{ advice.advice_name }}</span>
892
-              <span
893
-                v-if="advice && advice.advice_desc"
894
-              >({{ advice.advice_desc }}{{ advice.drug_spec_unit }})</span>
960
+              <span v-if="advice && advice.advice_desc"
961
+                >({{ advice.advice_desc }}{{ advice.drug_spec_unit }})</span
962
+              >
895 963
               <span v-if="advice.prescribing_number">
896 964
                 &nbsp;&nbsp; {{ advice.prescribing_number
897 965
                 }}{{ advice.prescribing_number_unit }}
898 966
               </span>
899
-              <span
900
-                v-if="advice.single_dose != 0"
901
-              >{{ advice.single_dose }}{{ advice.single_dose_unit }}</span>
967
+              <span v-if="advice.single_dose != 0"
968
+                >{{ advice.single_dose }}{{ advice.single_dose_unit }}</span
969
+              >
902 970
               <span v-if="advice.parent_id == 0">
903
-                {{
904
-                advice.delivery_way
905
-                }}
971
+                {{ advice.delivery_way }}
906 972
               </span>
907 973
               <span v-if="advice.parent_id == 0">
908
-                {{
909
-                advice.execution_frequency
910
-                }}
974
+                {{ advice.execution_frequency }}
911 975
               </span>
912 976
             </td>
913 977
             <td colspan="2">
914 978
               <span v-if="setAdminUserES(advice.advice_doctor) == ''">
915
-                {{
916
-                getAdminUser(advice.advice_doctor)
917
-                }}
979
+                {{ getAdminUser(advice.advice_doctor) }}
918 980
               </span>
919 981
               <img
920 982
                 style="height:30px;"
@@ -926,9 +988,7 @@
926 988
             </td>
927 989
             <td colspan="2" style="height:40px">
928 990
               <span v-if="setAdminUserES(advice.execution_staff) == ''">
929
-                {{
930
-                getAdminUser(advice.execution_staff)
931
-                }}
991
+                {{ getAdminUser(advice.execution_staff) }}
932 992
               </span>
933 993
               <img
934 994
                 style="height:30px;"
@@ -938,10 +998,9 @@
938 998
                 v-else
939 999
               />
940 1000
             </td>
941
-            <td
942
-              colspan="3"
943
-              style="width:130px;"
944
-            >{{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }}</td>
1001
+            <td colspan="3" style="width:130px;">
1002
+              {{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }}
1003
+            </td>
945 1004
 
946 1005
             <!-- <td>
947 1006
               <span v-if="setAdminUserES(advice.checker) == ''">{{
@@ -991,47 +1050,62 @@
991 1050
                 &nbsp;
992 1051
                 <span style="width:70px;display:inline-block">
993 1052
                   {{
994
-                  predialysis.weight_before ? predialysis.weight_before : ""
995
-                  }}
996
-                </span>Kg
1053
+                    predialysis.weight_before ? predialysis.weight_before : ""
1054
+                  }} </span
1055
+                >Kg
997 1056
               </div>
998 1057
             </td>
999 1058
             <!-- <td width="100" style="border:none;"></td> -->
1000 1059
 
1001
-            <td width="100" style="border:none;border-left:1px solid #000;padding-left:5px;">干体重:</td>
1060
+            <td
1061
+              width="100"
1062
+              style="border:none;border-left:1px solid #000;padding-left:5px;"
1063
+            >
1064
+              干体重:
1065
+            </td>
1002 1066
             <td width="180" style="text-align:left;border:none;">
1003 1067
               <div>
1004 1068
                 <span style="width:70px;display:inline-block;border:none;">
1005 1069
                   {{
1006
-                  predialysis.dry_weight ? predialysis.dry_weight : ""
1007
-                  }}
1008
-                </span>Kg
1070
+                    predialysis.dry_weight ? predialysis.dry_weight : ""
1071
+                  }} </span
1072
+                >Kg
1009 1073
               </div>
1010 1074
             </td>
1011 1075
             <!-- <td width="10" style="border:none;"></td> -->
1012 1076
 
1013
-            <td width="100" style="border:none;border-left:1px solid #000;padding-left:5px;">实际脱水量:</td>
1077
+            <td
1078
+              width="100"
1079
+              style="border:none;border-left:1px solid #000;padding-left:5px;"
1080
+            >
1081
+              实际脱水量:
1082
+            </td>
1014 1083
             <td width="130" style="text-align:left;border:none;">
1015 1084
               <div>
1016 1085
                 <span style="width:70px;display:inline-block">
1017 1086
                   {{
1018
-                  afterdialysis.actual_ultrafiltration
1019
-                  ? afterdialysis.actual_ultrafiltration
1020
-                  : "/"
1021
-                  }}
1022
-                </span>L
1087
+                    afterdialysis.actual_ultrafiltration
1088
+                      ? afterdialysis.actual_ultrafiltration
1089
+                      : "/"
1090
+                  }} </span
1091
+                >L
1023 1092
               </div>
1024 1093
             </td>
1025
-            <td width="100" style="border:none;border-left:1px solid #000;padding-left:5px">透后体重:</td>
1094
+            <td
1095
+              width="100"
1096
+              style="border:none;border-left:1px solid #000;padding-left:5px"
1097
+            >
1098
+              透后体重:
1099
+            </td>
1026 1100
             <td width="180" style="text-align:left;border:none;">
1027 1101
               <div>
1028 1102
                 <span style="width:70px;display:inline-block">
1029 1103
                   {{
1030
-                  afterdialysis.weight_after
1031
-                  ? parseFloat(afterdialysis.weight_after).toFixed(1)
1032
-                  : ""
1033
-                  }}
1034
-                </span>Kg
1104
+                    afterdialysis.weight_after
1105
+                      ? parseFloat(afterdialysis.weight_after).toFixed(1)
1106
+                      : ""
1107
+                  }} </span
1108
+                >Kg
1035 1109
               </div>
1036 1110
             </td>
1037 1111
           </tr>
@@ -1040,28 +1114,36 @@
1040 1114
       <table class="print-table" border="1">
1041 1115
         <tbody>
1042 1116
           <tr>
1043
-            <td width="100" style="padding-left:5px;border:none;border-right:1px solid #000;">透后评估</td>
1117
+            <td
1118
+              width="100"
1119
+              style="padding-left:5px;border:none;border-right:1px solid #000;"
1120
+            >
1121
+              透后评估
1122
+            </td>
1044 1123
 
1045
-            <td width="100" style="border:none;padding-left:5px;">透析器凝血:</td>
1124
+            <td width="100" style="border:none;padding-left:5px;">
1125
+              透析器凝血:
1126
+            </td>
1046 1127
             <td width="100" style="text-align:left;border:none;">
1047 1128
               <div>
1048 1129
                 <span style="width:100px;display:inline-block;border:none;">
1049
-                  {{
1050
-                  afterdialysis.cruor ? afterdialysis.cruor : ""
1051
-                  }}
1130
+                  {{ afterdialysis.cruor ? afterdialysis.cruor : "" }}
1052 1131
                 </span>
1053 1132
               </div>
1054 1133
             </td>
1055 1134
             <!-- <td width="10" style="border:none;"></td> -->
1056 1135
 
1057 1136
             <td width="70" style="border:none;padding-left:5px;">内瘘:</td>
1058
-            <td width="200" style="text-align:left;border:none;line-height: 30px;">
1137
+            <td
1138
+              width="200"
1139
+              style="text-align:left;border:none;line-height: 30px;"
1140
+            >
1059 1141
               <div>
1060 1142
                 <span style="width:200px;display:inline-block">
1061 1143
                   {{
1062
-                  afterdialysis.internal_fistula
1063
-                  ? afterdialysis.internal_fistula
1064
-                  : ""
1144
+                    afterdialysis.internal_fistula
1145
+                      ? afterdialysis.internal_fistula
1146
+                      : ""
1065 1147
                   }}
1066 1148
                 </span>
1067 1149
               </div>
@@ -1070,9 +1152,7 @@
1070 1152
             <td width="180" style="text-align:left;border:none;">
1071 1153
               <div>
1072 1154
                 <span style="width:180px;display:inline-block">
1073
-                  {{
1074
-                  afterdialysis.catheter ? afterdialysis.catheter : ""
1075
-                  }}
1155
+                  {{ afterdialysis.catheter ? afterdialysis.catheter : "" }}
1076 1156
                 </span>
1077 1157
               </div>
1078 1158
             </td>
@@ -1280,7 +1360,7 @@
1280 1360
         <tr style="height:100px;text-align:left;border:none;">
1281 1361
           <td style="padding-left:5px;border:none">
1282 1362
             治疗小结:{{
1283
-            summary.dialysis_summary ? summary.dialysis_summary : ""
1363
+              summary.dialysis_summary ? summary.dialysis_summary : ""
1284 1364
             }}
1285 1365
           </td>
1286 1366
         </tr>
@@ -1299,7 +1379,8 @@
1299 1379
               &nbsp;
1300 1380
               <span
1301 1381
                 v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''"
1302
-              >{{ getAdminUser(check == null ? 0 : check.modifier) }}</span>
1382
+                >{{ getAdminUser(check == null ? 0 : check.modifier) }}</span
1383
+              >
1303 1384
               <img
1304 1385
                 style="height:20px;"
1305 1386
                 :src="setAdminUserES(check == null ? 0 : check.modifier)"
@@ -1314,7 +1395,8 @@
1314 1395
               <p v-if="doctor_advices.length > 0">
1315 1396
                 <span
1316 1397
                   v-if="setAdminUserES(doctor_advices[0].execution_staff) == ''"
1317
-                >{{ getAdminUser(doctor_advices[0].execution_staff) }}</span>
1398
+                  >{{ getAdminUser(doctor_advices[0].execution_staff) }}</span
1399
+                >
1318 1400
                 <img
1319 1401
                   class="es-img"
1320 1402
                   :src="setAdminUserES(doctor_advices[0].execution_staff)"

+ 0 - 0
src/xt_pages/qcd/statisticalConfiguration.vue View File