Explorar el Código

统计配置开发

XMLWAN hace 4 años
padre
commit
6e56b5047e

+ 0 - 5
src/api/signandweigh.js Ver fichero

1
 import request from '@/utils/request'
1
 import request from '@/utils/request'
2
 
2
 
3
 export function fetchSignPatients(params) {
3
 export function fetchSignPatients(params) {
4
-  console.log('bbbbbbbbbbbbbbb号码')
5
-  console.log(params)
6
   return request({
4
   return request({
7
     url: '/api/sign/patients',
5
     url: '/api/sign/patients',
8
     method: 'Get',
6
     method: 'Get',
64
 }
62
 }
65
 
63
 
66
 export function sighdata(params) {
64
 export function sighdata(params) {
67
-  console.log('好还哦')
68
-  console.log(params)
69
   return request({
65
   return request({
70
     url: '/api/sigh/sighdata',
66
     url: '/api/sigh/sighdata',
71
     params: params,
67
     params: params,
74
 }
70
 }
75
 
71
 
76
 export function updateSignweight(params) {
72
 export function updateSignweight(params) {
77
-  console.log('params是什么', params)
78
   return request({
73
   return request({
79
     url: '/api/sign/updateSignweight',
74
     url: '/api/sign/updateSignweight',
80
     params: params,
75
     params: params,

+ 138 - 128
src/router/modules/qcd.js Ver fichero

1
-import Layout from "@/views/layout/Layout";
1
+import Layout from '@/views/layout/Layout'
2
 
2
 
3
 export default {
3
 export default {
4
-  path: "/qcd",
4
+  path: '/qcd',
5
   component: Layout,
5
   component: Layout,
6
-  redirect: "/qcd/dialysistotal",
7
-  name: "qcd",
6
+  redirect: '/qcd/dialysistotal',
7
+  name: 'qcd',
8
   alwaysShow: true,
8
   alwaysShow: true,
9
   meta: {
9
   meta: {
10
-    title: "质控管理",
11
-    icon: "statistics"
10
+    title: '质控管理',
11
+    icon: 'statistics'
12
   },
12
   },
13
   children: [
13
   children: [
14
     // {
14
     // {
68
     //   }
68
     //   }
69
     // },
69
     // },
70
     {
70
     {
71
-      path: "/qcd/patientanalysis/statisticalConfig",
72
-      component: () => import("@/xt_pages/qcd/statisticalConfiguration"),
73
-      name: "statisticalConfig",
71
+      path: '/qcd/patientanalysis/statisticalConfig',
72
+      component: () => import('@/xt_pages/qcd/statisticalConfiguration'),
73
+      name: 'statisticalConfig',
74
       meta: {
74
       meta: {
75
-        title: "统计配置",
75
+        title: '统计配置',
76
         noCache: true
76
         noCache: true
77
       }
77
       }
78
     },
78
     },
79
     {
79
     {
80
-      path: "/qcd/basicInformationAnalysis",
81
-      component: () => import("@/xt_pages/qcd/basicInformationAnalysis"),
82
-      name: "basicInformationAnalysis",
80
+      path: '/qcd/basicInformationAnalysis',
81
+      component: () => import('@/xt_pages/qcd/basicInformationAnalysis'),
82
+      name: 'basicInformationAnalysis',
83
       meta: {
83
       meta: {
84
-        title: "基本信息统计",
84
+        title: '基本信息统计',
85
         noCache: true
85
         noCache: true
86
       }
86
       }
87
     },
87
     },
88
     {
88
     {
89
-      path: "/qcd/officesControlAnalysis/time",
90
-      component: () => import("@/xt_pages/qcd/officesControlAnalysis/time"),
91
-      name: "officesControlAnalysis",
89
+      path: '/qcd/officesControlAnalysis/time',
90
+      component: () => import('@/xt_pages/qcd/officesControlAnalysis/time'),
91
+      name: 'officesControlAnalysis',
92
       meta: {
92
       meta: {
93
-        title: "科室质控达标统计",
93
+        title: '科室质控达标统计',
94
         noCache: true
94
         noCache: true
95
       }
95
       }
96
     },
96
     },
97
     {
97
     {
98
-      path: "/qcd/officesControlAnalysis/project",
98
+      path: '/qcd/officesControlAnalysis/project',
99
       hidden: true,
99
       hidden: true,
100
       is_menu: false,
100
       is_menu: false,
101
-      component: () => import("@/xt_pages/qcd/officesControlAnalysis/project"),
102
-      name: "patientControlAnalysisProject",
101
+      component: () => import('@/xt_pages/qcd/officesControlAnalysis/project'),
102
+      name: 'patientControlAnalysisProject',
103
       meta: {
103
       meta: {
104
-        title: "科室质控达标统计按项目",
104
+        title: '科室质控达标统计按项目',
105
         noCache: true
105
         noCache: true
106
       }
106
       }
107
     },
107
     },
108
     {
108
     {
109
-      path: "/qcd/patientControlAnalysis",
110
-      component: () => import("@/xt_pages/qcd/patientControlAnalysis"),
111
-      name: "patientControlAnalysisTime",
109
+      path: '/qcd/patientControlAnalysis',
110
+      component: () => import('@/xt_pages/qcd/patientControlAnalysis'),
111
+      name: 'patientControlAnalysisTime',
112
       meta: {
112
       meta: {
113
-        title: "患者质控达标统计",
113
+        title: '患者质控达标统计',
114
         noCache: true
114
         noCache: true
115
       }
115
       }
116
     },
116
     },
117
     {
117
     {
118
-      path: "/qcd/patientComplianceDetails",
118
+      path: '/qcd/patientComplianceDetails',
119
       hidden: true,
119
       hidden: true,
120
       is_menu: false,
120
       is_menu: false,
121
-      component: () => import("@/xt_pages/qcd/patientComplianceDetails"),
122
-      name: "patientComplianceDetails",
121
+      component: () => import('@/xt_pages/qcd/patientComplianceDetails'),
122
+      name: 'patientComplianceDetails',
123
       meta: {
123
       meta: {
124
-        title: "患者质控达标统计详情",
124
+        title: '患者质控达标统计详情',
125
         noCache: true
125
         noCache: true
126
       }
126
       }
127
     },
127
     },
128
 
128
 
129
     {
129
     {
130
-      path: "/qcd/treatmentControlAnalysis/time",
131
-      component: () => import("@/xt_pages/qcd/treatmentControlAnalysis/time"),
132
-      name: "treatmentControlAnalysis",
130
+      path: '/qcd/treatmentControlAnalysis/time',
131
+      component: () => import('@/xt_pages/qcd/treatmentControlAnalysis/time'),
132
+      name: 'treatmentControlAnalysis',
133
       meta: {
133
       meta: {
134
-        title: "治疗信息统计",
134
+        title: '治疗信息统计',
135
         noCache: true
135
         noCache: true
136
       }
136
       }
137
     },
137
     },
138
     {
138
     {
139
-      path: "/qcd/treatmentControlAnalysis/check",
139
+      path: '/qcd/treatmentControlAnalysis/check',
140
       hidden: true,
140
       hidden: true,
141
       is_menu: false,
141
       is_menu: false,
142
-      component: () => import("@/xt_pages/qcd/treatmentControlAnalysis/check"),
143
-      name: "treatmentControlAnalysisCheck",
142
+      component: () => import('@/xt_pages/qcd/treatmentControlAnalysis/check'),
143
+      name: 'treatmentControlAnalysisCheck',
144
       meta: {
144
       meta: {
145
-        title: "治疗信息统计检验检查",
145
+        title: '治疗信息统计检验检查',
146
         noCache: true
146
         noCache: true
147
       }
147
       }
148
     },
148
     },
149
     {
149
     {
150
-      path: "/qcd/indicatorControlAnalysis/analysis",
150
+      path: '/qcd/indicatorControlAnalysis/analysis',
151
       component: () =>
151
       component: () =>
152
-        import("@/xt_pages/qcd/indicatorControlAnalysis/analysis"),
153
-      name: "indicatorControlAnalysis",
152
+        import('@/xt_pages/qcd/indicatorControlAnalysis/analysis'),
153
+      name: 'indicatorControlAnalysis',
154
       meta: {
154
       meta: {
155
-        title: "指标评估统计",
155
+        title: '指标评估统计',
156
         noCache: true
156
         noCache: true
157
       }
157
       }
158
     },
158
     },
159
     {
159
     {
160
-      path: "/qcd/indicatorControlAnalysis/process",
160
+      path: '/qcd/indicatorControlAnalysis/process',
161
       hidden: true,
161
       hidden: true,
162
       is_menu: false,
162
       is_menu: false,
163
       component: () =>
163
       component: () =>
164
-        import("@/xt_pages/qcd/indicatorControlAnalysis/process"),
165
-      name: "process",
164
+        import('@/xt_pages/qcd/indicatorControlAnalysis/process'),
165
+      name: 'process',
166
       meta: {
166
       meta: {
167
-        title: "指标评估统计透析过程",
167
+        title: '指标评估统计透析过程',
168
         noCache: true
168
         noCache: true
169
       }
169
       }
170
     },
170
     },
171
     {
171
     {
172
-      path: "/qcd/indicatorControlAnalysis/monitor",
172
+      path: '/qcd/indicatorControlAnalysis/monitor',
173
       hidden: true,
173
       hidden: true,
174
       is_menu: false,
174
       is_menu: false,
175
       component: () =>
175
       component: () =>
176
-        import("@/xt_pages/qcd/indicatorControlAnalysis/monitor"),
177
-      name: "monitor",
176
+        import('@/xt_pages/qcd/indicatorControlAnalysis/monitor'),
177
+      name: 'monitor',
178
       meta: {
178
       meta: {
179
-        title: "指标评估统计透析监测",
179
+        title: '指标评估统计透析监测',
180
         noCache: true
180
         noCache: true
181
       }
181
       }
182
     },
182
     },
183
     {
183
     {
184
-      path: "/qcd/indicatorControlAnalysis/bloodPressure",
184
+      path: '/qcd/indicatorControlAnalysis/bloodPressure',
185
       hidden: true,
185
       hidden: true,
186
       is_menu: false,
186
       is_menu: false,
187
       component: () =>
187
       component: () =>
188
-        import("@/xt_pages/qcd/indicatorControlAnalysis/bloodPressure"),
189
-      name: "bloodPressure",
188
+        import('@/xt_pages/qcd/indicatorControlAnalysis/bloodPressure'),
189
+      name: 'bloodPressure',
190
       meta: {
190
       meta: {
191
-        title: "指标评估统计血压",
191
+        title: '指标评估统计血压',
192
         noCache: true
192
         noCache: true
193
       }
193
       }
194
     },
194
     },
195
     {
195
     {
196
-      path: "/qcd/indicatorControlAnalysis/bloodPressureDetails",
196
+      path: '/qcd/indicatorControlAnalysis/bloodPressureDetails',
197
       hidden: true,
197
       hidden: true,
198
       is_menu: false,
198
       is_menu: false,
199
       component: () =>
199
       component: () =>
200
-        import("@/xt_pages/qcd/indicatorControlAnalysis/bloodPressureDetails"),
201
-      name: "bloodPressureDetails",
200
+        import('@/xt_pages/qcd/indicatorControlAnalysis/bloodPressureDetails'),
201
+      name: 'bloodPressureDetails',
202
       meta: {
202
       meta: {
203
-        title: "指标评估统计血压详情",
203
+        title: '指标评估统计血压详情',
204
         noCache: true
204
         noCache: true
205
       }
205
       }
206
     },
206
     },
207
     {
207
     {
208
-      path: "/qcd/indicatorControlAnalysis/weight",
208
+      path: '/qcd/indicatorControlAnalysis/weight',
209
       hidden: true,
209
       hidden: true,
210
       is_menu: false,
210
       is_menu: false,
211
-      component: () => import("@/xt_pages/qcd/indicatorControlAnalysis/weight"),
212
-      name: "weight",
211
+      component: () => import('@/xt_pages/qcd/indicatorControlAnalysis/weight'),
212
+      name: 'weight',
213
       meta: {
213
       meta: {
214
-        title: "指标评估体重",
214
+        title: '指标评估体重',
215
         noCache: true
215
         noCache: true
216
       }
216
       }
217
     },
217
     },
218
     {
218
     {
219
-      path: "/qcd/indicatorControlAnalysis/weightDetails",
219
+      path: '/qcd/indicatorControlAnalysis/weightDetails',
220
       hidden: true,
220
       hidden: true,
221
       is_menu: false,
221
       is_menu: false,
222
       component: () =>
222
       component: () =>
223
-        import("@/xt_pages/qcd/indicatorControlAnalysis/weightDetails"),
224
-      name: "weightDetails",
223
+        import('@/xt_pages/qcd/indicatorControlAnalysis/weightDetails'),
224
+      name: 'weightDetails',
225
       meta: {
225
       meta: {
226
-        title: "指标评估体重详情",
226
+        title: '指标评估体重详情',
227
         noCache: true
227
         noCache: true
228
       }
228
       }
229
     },
229
     },
230
     {
230
     {
231
-      path: "/qcd/analysisDetails",
231
+      path: '/qcd/analysisDetails',
232
       hidden: true,
232
       hidden: true,
233
       is_menu: false,
233
       is_menu: false,
234
       component: () =>
234
       component: () =>
235
-        import("@/xt_pages/qcd/indicatorControlAnalysis/analysisDetails"),
236
-      name: "analysisDetails",
235
+        import('@/xt_pages/qcd/indicatorControlAnalysis/analysisDetails'),
236
+      name: 'analysisDetails',
237
       meta: {
237
       meta: {
238
-        title: "化验指标评估统计详情",
238
+        title: '化验指标评估统计详情',
239
         noCache: true
239
         noCache: true
240
       }
240
       }
241
     },
241
     },
242
     {
242
     {
243
-      path: "/qcd/workAnalysis/doctor",
244
-      component: () => import("@/xt_pages/qcd/workAnalysis/doctor"),
245
-      name: "workAnalysisDoctor",
243
+      path: '/qcd/workAnalysis/doctor',
244
+      component: () => import('@/xt_pages/qcd/workAnalysis/doctor'),
245
+      name: 'workAnalysisDoctor',
246
       meta: {
246
       meta: {
247
-        title: "工作量分析统计",
247
+        title: '工作量分析统计',
248
         noCache: true
248
         noCache: true
249
       }
249
       }
250
     },
250
     },
251
     {
251
     {
252
-      path: "/qcd/workAnalysis/nurse",
252
+      path: '/qcd/workAnalysis/nurse',
253
       hidden: true,
253
       hidden: true,
254
       is_menu: false,
254
       is_menu: false,
255
-      component: () => import("@/xt_pages/qcd/workAnalysis/nurse"),
256
-      name: "workAnalysisNurse",
255
+      component: () => import('@/xt_pages/qcd/workAnalysis/nurse'),
256
+      name: 'workAnalysisNurse',
257
       meta: {
257
       meta: {
258
-        title: "工作量分析统计护士",
258
+        title: '工作量分析统计护士',
259
+        noCache: true
260
+      }
261
+    },
262
+    {
263
+      path: '/qcd/a',
264
+      hidden: true,
265
+      is_menu: false,
266
+      component: () => import('@/xt_pages/qcd/a'),
267
+      name: 'workAnalysisNurse',
268
+      meta: {
269
+        title: '工作量分析统计护士',
259
         noCache: true
270
         noCache: true
260
       }
271
       }
261
     },
272
     },
262
-
263
     {
273
     {
264
-      path: "/qcd/patientanalysis/checkStatistical",
274
+      path: '/qcd/patientanalysis/checkStatistical',
265
       hidden: true,
275
       hidden: true,
266
       is_menu: false,
276
       is_menu: false,
267
-      component: () => import("@/xt_pages/qcd/checkStatistical"),
268
-      name: "checkStatistical",
277
+      component: () => import('@/xt_pages/qcd/checkStatistical'),
278
+      name: 'checkStatistical',
269
       meta: {
279
       meta: {
270
-        title: "检验检查统计配置",
280
+        title: '检验检查统计配置',
271
         noCache: true
281
         noCache: true
272
       }
282
       }
273
     },
283
     },
274
     {
284
     {
275
-      path: "/qcd/patientanalysis/weight",
285
+      path: '/qcd/patientanalysis/weight',
276
       hidden: true,
286
       hidden: true,
277
       is_menu: false,
287
       is_menu: false,
278
-      component: () => import("@/xt_pages/qcd/patientAnalysis/weight"),
279
-      name: "patientAnalysisWeight",
288
+      component: () => import('@/xt_pages/qcd/patientAnalysis/weight'),
289
+      name: 'patientAnalysisWeight',
280
       meta: {
290
       meta: {
281
-        title: "体重分析",
291
+        title: '体重分析',
282
         noCache: true
292
         noCache: true
283
       }
293
       }
284
     },
294
     },
285
     {
295
     {
286
-      path: "/qcd/patientanalysis/bloodpressure",
296
+      path: '/qcd/patientanalysis/bloodpressure',
287
       hidden: true,
297
       hidden: true,
288
       is_menu: false,
298
       is_menu: false,
289
-      component: () => import("@/xt_pages/qcd/patientAnalysis/bloodPressure"),
290
-      name: "patientAnalysisBloodPressure",
299
+      component: () => import('@/xt_pages/qcd/patientAnalysis/bloodPressure'),
300
+      name: 'patientAnalysisBloodPressure',
291
       meta: {
301
       meta: {
292
-        title: "血压分析",
302
+        title: '血压分析',
293
         noCache: true
303
         noCache: true
294
       }
304
       }
295
     },
305
     },
296
     {
306
     {
297
-      path: "/qcd/patientanalysis/dialysisage",
307
+      path: '/qcd/patientanalysis/dialysisage',
298
       hidden: true,
308
       hidden: true,
299
       is_menu: false,
309
       is_menu: false,
300
-      component: () => import("@/xt_pages/qcd/patientAnalysis/dialysisAge"),
301
-      name: "patientAnalysisDialysisAge",
310
+      component: () => import('@/xt_pages/qcd/patientAnalysis/dialysisAge'),
311
+      name: 'patientAnalysisDialysisAge',
302
       meta: {
312
       meta: {
303
-        title: "透析龄分析",
313
+        title: '透析龄分析',
304
         noCache: true
314
         noCache: true
305
       }
315
       }
306
     },
316
     },
307
     {
317
     {
308
-      path: "/qcd/patientanalysis/lapseto",
318
+      path: '/qcd/patientanalysis/lapseto',
309
       hidden: true,
319
       hidden: true,
310
       is_menu: false,
320
       is_menu: false,
311
-      component: () => import("@/xt_pages/qcd/patientAnalysis/lapseto"),
312
-      name: "patientAnalysisLapseto",
321
+      component: () => import('@/xt_pages/qcd/patientAnalysis/lapseto'),
322
+      name: 'patientAnalysisLapseto',
313
       meta: {
323
       meta: {
314
-        title: "转归分析",
324
+        title: '转归分析',
315
         noCache: true
325
         noCache: true
316
       }
326
       }
317
     },
327
     },
318
     {
328
     {
319
-      path: "/qcd/patientanalysis/complication",
329
+      path: '/qcd/patientanalysis/complication',
320
       hidden: true,
330
       hidden: true,
321
       is_menu: false,
331
       is_menu: false,
322
-      component: () => import("@/xt_pages/qcd/patientAnalysis/complication"),
323
-      name: "patientAnalysisComplication",
332
+      component: () => import('@/xt_pages/qcd/patientAnalysis/complication'),
333
+      name: 'patientAnalysisComplication',
324
       meta: {
334
       meta: {
325
-        title: "并发症分析",
335
+        title: '并发症分析',
326
         noCache: true
336
         noCache: true
327
       }
337
       }
328
     },
338
     },
329
     {
339
     {
330
-      path: "/qcd/patientanalysis/infectiousdiseases",
340
+      path: '/qcd/patientanalysis/infectiousdiseases',
331
       hidden: true,
341
       hidden: true,
332
       is_menu: false,
342
       is_menu: false,
333
       component: () =>
343
       component: () =>
334
-        import("@/xt_pages/qcd/patientAnalysis/infectiousDiseases"),
335
-      name: "patientAnalysisInfectiousDiseases",
344
+        import('@/xt_pages/qcd/patientAnalysis/infectiousDiseases'),
345
+      name: 'patientAnalysisInfectiousDiseases',
336
       meta: {
346
       meta: {
337
-        title: "传染病分析",
347
+        title: '传染病分析',
338
         noCache: true
348
         noCache: true
339
       }
349
       }
340
     },
350
     },
341
     {
351
     {
342
-      path: "/qcd/pa/person/lapseto",
352
+      path: '/qcd/pa/person/lapseto',
343
       hidden: true,
353
       hidden: true,
344
       is_menu: false,
354
       is_menu: false,
345
-      component: () => import("@/xt_pages/qcd/patientAnalysis/person/lapseto"),
346
-      name: "paPersonLapseto",
355
+      component: () => import('@/xt_pages/qcd/patientAnalysis/person/lapseto'),
356
+      name: 'paPersonLapseto',
347
       meta: {
357
       meta: {
348
-        title: "转归",
358
+        title: '转归',
349
         noCache: true
359
         noCache: true
350
       }
360
       }
351
     },
361
     },
352
     {
362
     {
353
-      path: "/qcd/pa/person/weight",
363
+      path: '/qcd/pa/person/weight',
354
       hidden: true,
364
       hidden: true,
355
       is_menu: false,
365
       is_menu: false,
356
-      component: () => import("@/xt_pages/qcd/patientAnalysis/person/weight"),
357
-      name: "paPersonWeight",
366
+      component: () => import('@/xt_pages/qcd/patientAnalysis/person/weight'),
367
+      name: 'paPersonWeight',
358
       meta: {
368
       meta: {
359
-        title: "体重",
369
+        title: '体重',
360
         noCache: true
370
         noCache: true
361
       }
371
       }
362
     },
372
     },
363
     {
373
     {
364
-      path: "/qcd/pa/person/bloodpressure",
374
+      path: '/qcd/pa/person/bloodpressure',
365
       hidden: true,
375
       hidden: true,
366
       is_menu: false,
376
       is_menu: false,
367
       component: () =>
377
       component: () =>
368
-        import("@/xt_pages/qcd/patientAnalysis/person/bloodPressure"),
369
-      name: "paPersonBloodPressure",
378
+        import('@/xt_pages/qcd/patientAnalysis/person/bloodPressure'),
379
+      name: 'paPersonBloodPressure',
370
       meta: {
380
       meta: {
371
-        title: "血压",
381
+        title: '血压',
372
         noCache: true
382
         noCache: true
373
       }
383
       }
374
     },
384
     },
375
     {
385
     {
376
-      path: "/qcd/pa/person/indicators",
386
+      path: '/qcd/pa/person/indicators',
377
       hidden: true,
387
       hidden: true,
378
       is_menu: false,
388
       is_menu: false,
379
       component: () =>
389
       component: () =>
380
-        import("@/xt_pages/qcd/patientAnalysis/person/indicators"),
381
-      name: "paPersonIndicators",
390
+        import('@/xt_pages/qcd/patientAnalysis/person/indicators'),
391
+      name: 'paPersonIndicators',
382
       meta: {
392
       meta: {
383
-        title: "指标控制",
393
+        title: '指标控制',
384
         noCache: true
394
         noCache: true
385
       }
395
       }
386
     },
396
     },
387
     {
397
     {
388
-      path: "/qcd/pa/person/oralmedicine",
398
+      path: '/qcd/pa/person/oralmedicine',
389
       hidden: true,
399
       hidden: true,
390
       is_menu: false,
400
       is_menu: false,
391
       component: () =>
401
       component: () =>
392
-        import("@/xt_pages/qcd/patientAnalysis/person/oralMedicine"),
393
-      name: "paPersonOralMedicine",
402
+        import('@/xt_pages/qcd/patientAnalysis/person/oralMedicine'),
403
+      name: 'paPersonOralMedicine',
394
       meta: {
404
       meta: {
395
-        title: "口服药",
405
+        title: '口服药',
396
         noCache: true
406
         noCache: true
397
       }
407
       }
398
     }
408
     }
399
   ]
409
   ]
400
-};
410
+}

+ 11 - 9
src/xt_pages/dialysis/template/DialysisPrintOrderSixteen.vue Ver fichero

202
                     <td width="100">
202
                     <td width="100">
203
                       <div class="under-line">
203
                       <div class="under-line">
204
                         &nbsp;
204
                         &nbsp;
205
-                        <span v-if="predialysis.puncture_method">{{ predialysis.puncture_method }}</span>
205
+                        <span v-if="predialysis.puncture_way == 1">绳梯</span>
206
+                        <span v-if="predialysis.puncture_way == 2">扣眼</span>
207
+                        <span v-if="predialysis.puncture_way == 3">区域</span>
208
+                        <span v-if="predialysis.puncture_way == 4">其他</span>
206
                       </div>
209
                       </div>
207
                     </td>
210
                     </td>
208
 
211
 
646
                     <td width="20">Kg</td>
649
                     <td width="20">Kg</td>
647
                     <td></td>
650
                     <td></td>
648
                     <td width="95">透析器凝血:</td>
651
                     <td width="95">透析器凝血:</td>
649
-                    <td width="220">
650
-                      <div class="under_line" style="width:150px;">
651
-                        {{ afterdialysis.cruor ? afterdialysis.cruor : "/" }}
652
-                      </div>
652
+                    <td width="240">
653
+                        <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-0度') > -1 ? true : false" showValue="0级"></label-box>&nbsp;
654
+                        <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅰ度') > -1 ? true : false" showValue="Ⅰ级"></label-box>&nbsp;
655
+                        <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅱ度') > -1 ? true : false" showValue="Ⅱ级"></label-box>&nbsp;
656
+                        <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅲ度') > -1 ? true : false" showValue="Ⅲ级"></label-box>&nbsp;
653
                     </td>
657
                     </td>
654
                   </tr>
658
                   </tr>
655
                 </tbody>
659
                 </tbody>
777
               <table class="table-box">
781
               <table class="table-box">
778
                 <tbody>
782
                 <tbody>
779
                   <tr>
783
                   <tr>
780
-                    <td width="150">当班责任(核对)护士:</td>
784
+                    <!-- <td width="150">当班责任(核对)护士:</td>
781
                     <td width="100">
785
                     <td width="100">
782
                       <div class="under-line">
786
                       <div class="under-line">
783
-                        <!--<span v-if="afterdialysis.creater==0">&nbsp;</span>-->
784
-                        <!--<img class="es-img" :src="setAdminUserES(afterdialysis.creater)" alt="" srcset="" v-else>-->
785
                         &nbsp;
787
                         &nbsp;
786
                         <span v-if="setAdminUserES(afterdialysis.creater) == ''">{{ getAdminUser(afterdialysis.creater) }}</span>
788
                         <span v-if="setAdminUserES(afterdialysis.creater) == ''">{{ getAdminUser(afterdialysis.creater) }}</span>
787
                         <img class="es-img" :src="setAdminUserES(afterdialysis.creater)" alt="" srcset="" v-else />
789
                         <img class="es-img" :src="setAdminUserES(afterdialysis.creater)" alt="" srcset="" v-else />
788
                       </div>
790
                       </div>
789
-                    </td>
791
+                    </td> -->
790
                     <td width=""></td>
792
                     <td width=""></td>
791
                     <td width="70">下机护士:</td>
793
                     <td width="70">下机护士:</td>
792
                     <td width="100">
794
                     <td width="100">

+ 1 - 1
src/xt_pages/qcd/basicInformationAnalysis.vue Ver fichero

380
       this.listQuery.state = state;
380
       this.listQuery.state = state;
381
       //获取本月当前机构的透析模式
381
       //获取本月当前机构的透析模式
382
       const startDate = moment().subtract('month', 0).format('YYYY-MM') + '-01'
382
       const startDate = moment().subtract('month', 0).format('YYYY-MM') + '-01'
383
-      console.log("开始时间",startDate)
383
+    //  console.log("开始时间",startDate)
384
       const endDate = moment(new Date()).format('YYYY-MM-DD')
384
       const endDate = moment(new Date()).format('YYYY-MM-DD')
385
      // console.log("结束时间",endDate)
385
      // console.log("结束时间",endDate)
386
       var now = new Date()
386
       var now = new Date()

+ 4 - 17
src/xt_pages/sign/index.vue Ver fichero

209
         this.patients = []
209
         this.patients = []
210
         if (response.data.state === 1) {
210
         if (response.data.state === 1) {
211
           this.patients = response.data.data.patients
211
           this.patients = response.data.data.patients
212
-          // console.log('病人信息', this.patients[0].schedule)
213
-          console.log('病人信息:', this.patients)
214
           // 将没有排班的信息排除
212
           // 将没有排班的信息排除
215
           for (let i = this.patients.length - 1; i >= 0; i--) {
213
           for (let i = this.patients.length - 1; i >= 0; i--) {
216
             if (this.patients[i].schedule.id === 0) {
214
             if (this.patients[i].schedule.id === 0) {
224
             var panel = response.data.data.panel
222
             var panel = response.data.data.panel
225
             for (let index = 0; index < sl; index++) {
223
             for (let index = 0; index < sl; index++) {
226
               if (this.schedules[index].type in response.data.data.panel) {
224
               if (this.schedules[index].type in response.data.data.panel) {
227
-                console.log(this.schedules[index].type)
228
-                console.log(response.data.data.panel[this.schedules[index].type].schedule)
229
                 this.schedules[index].arrange = response.data.data.panel[this.schedules[index].type].schedule
225
                 this.schedules[index].arrange = response.data.data.panel[this.schedules[index].type].schedule
230
                 this.schedules[index].sign = response.data.data.panel[this.schedules[index].type].sign
226
                 this.schedules[index].sign = response.data.data.panel[this.schedules[index].type].sign
231
                 this.schedules[index].before = response.data.data.panel[this.schedules[index].type].before
227
                 this.schedules[index].before = response.data.data.panel[this.schedules[index].type].before
241
         if (response.data.state === 1) {
237
         if (response.data.state === 1) {
242
           if (response.data.data.sign != null) {
238
           if (response.data.data.sign != null) {
243
             var sign = response.data.data.sign
239
             var sign = response.data.data.sign
244
-            console.log('sign是什么', sign)
245
             this.weigh_form.dry_weight = sign.dry_weight
240
             this.weigh_form.dry_weight = sign.dry_weight
246
             this.weigh_form.clothes_weight = sign.clothes_weight
241
             this.weigh_form.clothes_weight = sign.clothes_weight
247
             // 透前
242
             // 透前
281
       this.weigh_form.patient_id = row.id
276
       this.weigh_form.patient_id = row.id
282
       this.querySignParams.patient_id = row.id
277
       this.querySignParams.patient_id = row.id
283
       this.dialysis_stege = row.dialysis_order.stage
278
       this.dialysis_stege = row.dialysis_order.stage
284
-      console.log('呵呵呵', this.dialysis_stege)
285
       this.getDialysisInforInfomation(row.id)
279
       this.getDialysisInforInfomation(row.id)
286
       this.getDialysisAfterInfomation(row.id)
280
       this.getDialysisAfterInfomation(row.id)
287
       this.weigh_list.id = row.signin.id
281
       this.weigh_list.id = row.signin.id
292
       getDialysisInforInfomation(id).then(response => {
286
       getDialysisInforInfomation(id).then(response => {
293
         if (response.data.data.patientlist != null) {
287
         if (response.data.data.patientlist != null) {
294
           var patientlist = response.data.data.patientlist
288
           var patientlist = response.data.data.patientlist
295
-          console.log('patientlist是什么?', patientlist)
296
           this.weigh_list.id = patientlist.id
289
           this.weigh_list.id = patientlist.id
297
-          console.log(this.weigh_list.id)
298
           this.weigh_list.dry_weight = patientlist.dry_weight
290
           this.weigh_list.dry_weight = patientlist.dry_weight
299
-          console.log('干体重:' + this.weigh_list.dry_weight)
300
           if (this.weigh_list.dry_weight === 0) {
291
           if (this.weigh_list.dry_weight === 0) {
301
             this.weigh_list.dry_weight = ''
292
             this.weigh_list.dry_weight = ''
302
           }
293
           }
332
       getDialysisAfterInfomation(id).then(response => {
323
       getDialysisAfterInfomation(id).then(response => {
333
         if (response.data.data.patientinfor != null) {
324
         if (response.data.data.patientinfor != null) {
334
           var patientinfor = response.data.data.patientinfor
325
           var patientinfor = response.data.data.patientinfor
335
-          console.log('patientInfor', patientinfor)
326
+
336
           this.weigh_infor.dry_weight = patientinfor.dry_weight
327
           this.weigh_infor.dry_weight = patientinfor.dry_weight
337
           if (this.weigh_infor.dry_weight === 0) {
328
           if (this.weigh_infor.dry_weight === 0) {
338
             this.weigh_infor.dry_weight = ''
329
             this.weigh_infor.dry_weight = ''
391
       params.pulse_frequencyafter = this.weigh_infor.pulse_frequency
382
       params.pulse_frequencyafter = this.weigh_infor.pulse_frequency
392
       params.systolic_blood_pressureafter = this.weigh_infor.systolic_blood_pressure
383
       params.systolic_blood_pressureafter = this.weigh_infor.systolic_blood_pressure
393
       params.diastolic_blood_pressureafter = this.weigh_infor.diastolic_blood_pressure
384
       params.diastolic_blood_pressureafter = this.weigh_infor.diastolic_blood_pressure
394
-
385
+      console.log("params",params)
395
       updateSignweight(params).then(response => {
386
       updateSignweight(params).then(response => {
396
         if (response.data.state === 1) {
387
         if (response.data.state === 1) {
397
           var signs = response.data.data.signs
388
           var signs = response.data.data.signs
403
           // })
394
           // })
404
         }
395
         }
405
       })
396
       })
406
-      console.log('params数据', params)
407
     },
397
     },
408
     hide() {
398
     hide() {
409
       this.show = false
399
       this.show = false
413
       // 透前数据
403
       // 透前数据
414
       var params = new Object()
404
       var params = new Object()
415
       var data_time = this.querySignParams.date_time
405
       var data_time = this.querySignParams.date_time
416
-      console.log('data_time', data_time)
417
       params.date_time = data_time
406
       params.date_time = data_time
418
       params.patient_id = this.weigh_form.patient_id
407
       params.patient_id = this.weigh_form.patient_id
419
       params.dry_weight = this.weigh_list.dry_weight
408
       params.dry_weight = this.weigh_list.dry_weight
430
       params.pulse_frequencyafter = this.weigh_infor.pulse_frequency
419
       params.pulse_frequencyafter = this.weigh_infor.pulse_frequency
431
       params.systolic_blood_pressureafter = this.weigh_infor.systolic_blood_pressure
420
       params.systolic_blood_pressureafter = this.weigh_infor.systolic_blood_pressure
432
       params.diastolic_blood_pressureafter = this.weigh_infor.diastolic_blood_pressure
421
       params.diastolic_blood_pressureafter = this.weigh_infor.diastolic_blood_pressure
433
-      console.log('params是什么?', params)
434
       sighdata(params).then(response => {
422
       sighdata(params).then(response => {
435
         var signs = response.data.data.signs
423
         var signs = response.data.data.signs
436
-        console.log('signs是什么?', signs)
437
         if (response.data.state === 1) {
424
         if (response.data.state === 1) {
438
           // this.$message({
425
           // this.$message({
439
           //   type: 'success',
426
           //   type: 'success',
444
           for (let index = 0; index < tlen; index++) {
431
           for (let index = 0; index < tlen; index++) {
445
             if (this.patients[index].id === params.patient_id) {
432
             if (this.patients[index].id === params.patient_id) {
446
               var signin = this.patients[index].signin
433
               var signin = this.patients[index].signin
447
-              console.log('signin是什么', signin)
434
+    
448
               var sings = response.data.data.signs
435
               var sings = response.data.data.signs
449
-              console.log('signs', signs)
436
+         
450
 
437
 
451
               this.patients[index].signin = response.data.data.signs
438
               this.patients[index].signin = response.data.data.signs
452
 
439