Sfoglia il codice sorgente

统计配置开发

XMLWAN 4 anni fa
parent
commit
6e56b5047e

+ 0 - 5
src/api/signandweigh.js Vedi File

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

+ 138 - 128
src/router/modules/qcd.js Vedi File

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

+ 11 - 9
src/xt_pages/dialysis/template/DialysisPrintOrderSixteen.vue Vedi File

@@ -202,7 +202,10 @@
202 202
                     <td width="100">
203 203
                       <div class="under-line">
204 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 209
                       </div>
207 210
                     </td>
208 211
 
@@ -646,10 +649,11 @@
646 649
                     <td width="20">Kg</td>
647 650
                     <td></td>
648 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 657
                     </td>
654 658
                   </tr>
655 659
                 </tbody>
@@ -777,16 +781,14 @@
777 781
               <table class="table-box">
778 782
                 <tbody>
779 783
                   <tr>
780
-                    <td width="150">当班责任(核对)护士:</td>
784
+                    <!-- <td width="150">当班责任(核对)护士:</td>
781 785
                     <td width="100">
782 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 787
                         &nbsp;
786 788
                         <span v-if="setAdminUserES(afterdialysis.creater) == ''">{{ getAdminUser(afterdialysis.creater) }}</span>
787 789
                         <img class="es-img" :src="setAdminUserES(afterdialysis.creater)" alt="" srcset="" v-else />
788 790
                       </div>
789
-                    </td>
791
+                    </td> -->
790 792
                     <td width=""></td>
791 793
                     <td width="70">下机护士:</td>
792 794
                     <td width="100">

+ 1 - 1
src/xt_pages/qcd/basicInformationAnalysis.vue Vedi File

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

+ 4 - 17
src/xt_pages/sign/index.vue Vedi File

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