Browse Source

9月5日杨青

杨青 1 year ago
parent
commit
79c3cf7599

+ 154 - 154
src/router/modules/patient.js View File

@@ -326,160 +326,160 @@ export default {
326 326
     }
327 327
   },
328 328
   
329
-  {//评估工具/跌倒评估
330
-    path: '/patients/patient/:id/Fallassessment',
331
-    component: () => import('@/xt_pages/user/evaluationtool/Fallassessment'),
332
-    hidden: true,
333
-    is_menu: false,
334
-    name: 'Fallassessment',
335
-    meta: {
336
-      title: 'firstDiseasePrint',
337
-      noCache: true
338
-    }
339
-  },
340
-  {//小儿跌倒风险评估
341
-    path: '/patients/patient/:id/pediatricFallAssessment',
342
-    component: () => import('@/xt_pages/user/evaluationtool/pediatricFallAssessment'),
343
-    hidden: true,
344
-    is_menu: false,
345
-    name: 'pediatricFallAssessment',
346
-    meta: {
347
-      title: 'pediatricFallAssessment',
348
-      noCache: true
349
-    }
350
-  },
351
-  {//压疮风险评估
352
-    path: '/patients/patient/:id/pressuresore',
353
-    component: () => import('@/xt_pages/user/evaluationtool/pressuresore'),
354
-    hidden: true,
355
-    is_menu: false,
356
-    name: 'pressuresore',
357
-    meta: {
358
-      title: 'pressuresore',
359
-      noCache: true
360
-    }
361
-  },
362
-  {//oh压疮评估
363
-    path: '/patients/patient/:id/OHpressuresore',
364
-    component: () => import('@/xt_pages/user/evaluationtool/OHpressuresore'),
365
-    hidden: true,
366
-    is_menu: false,
367
-    name: 'OHpressuresore',
368
-    meta: {
369
-      title: 'OHpressuresore',
370
-      noCache: true
371
-    }
372
-  },
373
-  {//日常生活能力评估
374
-    path: '/patients/patient/:id/dailyLife',
375
-    component: () => import('@/xt_pages/user/evaluationtool/dailyLife'),
376
-    hidden: true,
377
-    is_menu: false,
378
-    name: 'dailyLife',
379
-    meta: {
380
-      title: 'dailyLife',
381
-      noCache: true
382
-    }
383
-  },
384
-  {//导管脱落风险评估
385
-    path: '/patients/patient/:id/Cathetershedding',
386
-    component: () => import('@/xt_pages/user/evaluationtool/Cathetershedding'),
387
-    hidden: true,
388
-    is_menu: false,
389
-    name: 'Cathetershedding',
390
-    meta: {
391
-      title: 'Cathetershedding',
392
-      noCache: true
393
-    }
394
-  },
395
-  {//RASS及疼痛评估
396
-    path: '/patients/patient/:id/RassAssessment',
397
-    component: () => import('@/xt_pages/user/evaluationtool/RassAssessment'),
398
-    hidden: true,
399
-    is_menu: false,
400
-    name: 'RassAssessment',
401
-    meta: {
402
-      title: 'RassAssessment',
403
-      noCache: true
404
-    }
405
-  },
406
-  {//营养状况评估
407
-    path: '/patients/patient/:id/nourishmentAssessment',
408
-    component: () => import('@/xt_pages/user/evaluationtool/nourishmentAssessment'),
409
-    hidden: true,
410
-    is_menu: false,
411
-    name: 'nourishmentAssessment',
412
-    meta: {
413
-      title: 'nourishmentAssessment',
414
-      noCache: true
415
-    }
416
-  },
417
-  {//约束告知单
418
-    path: '/patients/patient/:id/Constraintnotification',
419
-    component: () => import('@/xt_pages/user/evaluationtool/Constraintnotification'),
420
-    hidden: true,
421
-    is_menu: false,
422
-    name: 'Constraintnotification',
423
-    meta: {
424
-      title: 'Constraintnotification',
425
-      noCache: true
426
-    }
427
-  },
428
-  {//心理评估
429
-    path: '/patients/patient/:id/mindAssessment',
430
-    component: () => import('@/xt_pages/user/evaluationtool/mindAssessment'),
431
-    hidden: true,
432
-    is_menu: false,
433
-    name: 'mindAssessment',
434
-    meta: {
435
-      title: 'mindAssessment',
436
-      noCache: true
437
-    }
438
-  },
439
-  {//瘙痒评估
440
-    path: '/patients/patient/:id/pruritusAssessment',
441
-    component: () => import('@/xt_pages/user/evaluationtool/pruritusAssessment'),
442
-    hidden: true,
443
-    is_menu: false,
444
-    name: 'pruritusAssessment',
445
-    meta: {
446
-      title: 'pruritusAssessment',
447
-      noCache: true
448
-    }
449
-  },
450
-  {//血液透析患者评估
451
-    path: '/patients/patient/:id/hemodialysis',
452
-    component: () => import('@/xt_pages/user/evaluationtool/hemodialysis'),
453
-    hidden: true,
454
-    is_menu: false,
455
-    name: 'hemodialysis',
456
-    meta: {
457
-      title: 'hemodialysis',
458
-      noCache: true
459
-    }
460
-  },
461
-  {//Glasgow昏迷评分量表
462
-    path: '/patients/patient/:id/Glasgow',
463
-    component: () => import('@/xt_pages/user/evaluationtool/Glasgow'),
464
-    hidden: true,
465
-    is_menu: false,
466
-    name: 'Glasgow',
467
-    meta: {
468
-      title: 'Glasgow',
469
-      noCache: true
470
-    }
471
-  },
472
-  {//肌力评估表
473
-    path: '/patients/patient/:id/Muscleforce',
474
-    component: () => import('@/xt_pages/user/evaluationtool/Muscleforce'),
475
-    hidden: true,
476
-    is_menu: false,
477
-    name: 'Muscleforce',
478
-    meta: {
479
-      title: 'Muscleforce',
480
-      noCache: true
481
-    }
482
-  },
329
+  // {//评估工具/跌倒评估
330
+  //   path: '/patients/patient/:id/Fallassessment',
331
+  //   component: () => import('@/xt_pages/user/evaluationtool/Fallassessment'),
332
+  //   hidden: true,
333
+  //   is_menu: false,
334
+  //   name: 'Fallassessment',
335
+  //   meta: {
336
+  //     title: 'firstDiseasePrint',
337
+  //     noCache: true
338
+  //   }
339
+  // },
340
+  // {//小儿跌倒风险评估
341
+  //   path: '/patients/patient/:id/pediatricFallAssessment',
342
+  //   component: () => import('@/xt_pages/user/evaluationtool/pediatricFallAssessment'),
343
+  //   hidden: true,
344
+  //   is_menu: false,
345
+  //   name: 'pediatricFallAssessment',
346
+  //   meta: {
347
+  //     title: 'pediatricFallAssessment',
348
+  //     noCache: true
349
+  //   }
350
+  // },
351
+  // {//压疮风险评估
352
+  //   path: '/patients/patient/:id/pressuresore',
353
+  //   component: () => import('@/xt_pages/user/evaluationtool/pressuresore'),
354
+  //   hidden: true,
355
+  //   is_menu: false,
356
+  //   name: 'pressuresore',
357
+  //   meta: {
358
+  //     title: 'pressuresore',
359
+  //     noCache: true
360
+  //   }
361
+  // },
362
+  // {//oh压疮评估
363
+  //   path: '/patients/patient/:id/OHpressuresore',
364
+  //   component: () => import('@/xt_pages/user/evaluationtool/OHpressuresore'),
365
+  //   hidden: true,
366
+  //   is_menu: false,
367
+  //   name: 'OHpressuresore',
368
+  //   meta: {
369
+  //     title: 'OHpressuresore',
370
+  //     noCache: true
371
+  //   }
372
+  // },
373
+  // {//日常生活能力评估
374
+  //   path: '/patients/patient/:id/dailyLife',
375
+  //   component: () => import('@/xt_pages/user/evaluationtool/dailyLife'),
376
+  //   hidden: true,
377
+  //   is_menu: false,
378
+  //   name: 'dailyLife',
379
+  //   meta: {
380
+  //     title: 'dailyLife',
381
+  //     noCache: true
382
+  //   }
383
+  // },
384
+  // {//导管脱落风险评估
385
+  //   path: '/patients/patient/:id/Cathetershedding',
386
+  //   component: () => import('@/xt_pages/user/evaluationtool/Cathetershedding'),
387
+  //   hidden: true,
388
+  //   is_menu: false,
389
+  //   name: 'Cathetershedding',
390
+  //   meta: {
391
+  //     title: 'Cathetershedding',
392
+  //     noCache: true
393
+  //   }
394
+  // },
395
+  // {//RASS及疼痛评估
396
+  //   path: '/patients/patient/:id/RassAssessment',
397
+  //   component: () => import('@/xt_pages/user/evaluationtool/RassAssessment'),
398
+  //   hidden: true,
399
+  //   is_menu: false,
400
+  //   name: 'RassAssessment',
401
+  //   meta: {
402
+  //     title: 'RassAssessment',
403
+  //     noCache: true
404
+  //   }
405
+  // },
406
+  // {//营养状况评估
407
+  //   path: '/patients/patient/:id/nourishmentAssessment',
408
+  //   component: () => import('@/xt_pages/user/evaluationtool/nourishmentAssessment'),
409
+  //   hidden: true,
410
+  //   is_menu: false,
411
+  //   name: 'nourishmentAssessment',
412
+  //   meta: {
413
+  //     title: 'nourishmentAssessment',
414
+  //     noCache: true
415
+  //   }
416
+  // },
417
+  // {//约束告知单
418
+  //   path: '/patients/patient/:id/Constraintnotification',
419
+  //   component: () => import('@/xt_pages/user/evaluationtool/Constraintnotification'),
420
+  //   hidden: true,
421
+  //   is_menu: false,
422
+  //   name: 'Constraintnotification',
423
+  //   meta: {
424
+  //     title: 'Constraintnotification',
425
+  //     noCache: true
426
+  //   }
427
+  // },
428
+  // {//心理评估
429
+  //   path: '/patients/patient/:id/mindAssessment',
430
+  //   component: () => import('@/xt_pages/user/evaluationtool/mindAssessment'),
431
+  //   hidden: true,
432
+  //   is_menu: false,
433
+  //   name: 'mindAssessment',
434
+  //   meta: {
435
+  //     title: 'mindAssessment',
436
+  //     noCache: true
437
+  //   }
438
+  // },
439
+  // {//瘙痒评估
440
+  //   path: '/patients/patient/:id/pruritusAssessment',
441
+  //   component: () => import('@/xt_pages/user/evaluationtool/pruritusAssessment'),
442
+  //   hidden: true,
443
+  //   is_menu: false,
444
+  //   name: 'pruritusAssessment',
445
+  //   meta: {
446
+  //     title: 'pruritusAssessment',
447
+  //     noCache: true
448
+  //   }
449
+  // },
450
+  // {//血液透析患者评估
451
+  //   path: '/patients/patient/:id/hemodialysis',
452
+  //   component: () => import('@/xt_pages/user/evaluationtool/hemodialysis'),
453
+  //   hidden: true,
454
+  //   is_menu: false,
455
+  //   name: 'hemodialysis',
456
+  //   meta: {
457
+  //     title: 'hemodialysis',
458
+  //     noCache: true
459
+  //   }
460
+  // },
461
+  // {//Glasgow昏迷评分量表
462
+  //   path: '/patients/patient/:id/Glasgow',
463
+  //   component: () => import('@/xt_pages/user/evaluationtool/Glasgow'),
464
+  //   hidden: true,
465
+  //   is_menu: false,
466
+  //   name: 'Glasgow',
467
+  //   meta: {
468
+  //     title: 'Glasgow',
469
+  //     noCache: true
470
+  //   }
471
+  // },
472
+  // {//肌力评估表
473
+  //   path: '/patients/patient/:id/Muscleforce',
474
+  //   component: () => import('@/xt_pages/user/evaluationtool/Muscleforce'),
475
+  //   hidden: true,
476
+  //   is_menu: false,
477
+  //   name: 'Muscleforce',
478
+  //   meta: {
479
+  //     title: 'Muscleforce',
480
+  //     noCache: true
481
+  //   }
482
+  // },
483 483
   // {//血管通路图
484 484
   //   path: '/patients/patient/:id/angiogram',
485 485
   //   component: () => import('@/xt_pages/user/angiogram'),

+ 5 - 5
src/xt_pages/outpatientCharges/statementTemplate/printeEleven.vue View File

@@ -64,8 +64,8 @@
64 64
           <td width="6.1%">数量</td>
65 65
           <td width="8.1%">单价</td>
66 66
           <td width="8.1%">金额</td>
67
-          <td width="10.1%">医保标识</td>
68
-          <td width="10.1%">自付金额</td>
67
+          <!-- <td width="10.1%">医保标识</td> -->
68
+          <td width="10.1%">个人自付</td>
69 69
 
70 70
         </tr>
71 71
         <!-- width="72.6%"  16.82%  16.1-->
@@ -73,7 +73,7 @@
73 73
           <td colspan="9" style="line-height: 30px;">
74 74
             <div v-for="item in info.new_list">
75 75
               <div style="display: flex;border-bottom: 1px solid black;font-size: 16px;font-weight: bolder;">
76
-                <div style="width: 72.6%;">{{item.med_chrgitm_name}}</div>
76
+                <div style="width: 67.6%;">{{item.med_chrgitm_name}}</div>
77 77
                 <div style="width: 8.1%;text-align: center;">小计</div>
78 78
                 <div style="width: 8.1%;text-align: center;">{{item.total}}</div>
79 79
               </div>
@@ -86,8 +86,8 @@
86 86
                 <div style="width: 6.7%;padding: 5px;text-align: center;">{{subItem.count}}</div>
87 87
                 <div style="width: 8.1%;padding: 5px;text-align: center;">{{subItem.price}}</div>
88 88
                 <div style="width: 8.1%;padding: 5px;text-align: center;">{{subItem.total_price}}</div>
89
-                <div style="width: 10.1%;padding: 5px;"></div>
90
-                <div style="width: 8.1%;padding: 5px;text-align: center;">{{subItem.psn_pay}}</div>
89
+                <!-- <div style="width: 10.1%;padding: 5px;"></div> -->
90
+                <div style="width: 10.1%;padding: 5px;text-align: center;">{{subItem.psn_pay}}</div>
91 91
               </div>
92 92
             </div>
93 93
           </td>

+ 99 - 99
src/xt_pages/user/components/PatientSidebar.vue View File

@@ -207,68 +207,68 @@ export default {
207 207
             },
208 208
           ]
209 209
         },
210
-        {
211
-          name: '5',
212
-          label: '评估工具',
213
-          children: [
214
-            {
215
-              name: '5-1',
216
-              label: '跌倒评估'
217
-            },
218
-            {
219
-              name: '5-2',
220
-              label: '小儿跌倒风险评估'
221
-            },
222
-            {
223
-              name: '5-3',
224
-              label: '压疮风险评估'
225
-            },
226
-            {
227
-              name: '5-4',
228
-              label: 'OH压疮评估'
229
-            },
230
-            {
231
-              name: '5-5',
232
-              label: '日常生活能力评估'
233
-            },
234
-            {
235
-              name: '5-6',
236
-              label: '导管脱落风险评估'
237
-            },
238
-            {
239
-              name: '5-7',
240
-              label: 'RASS及疼痛评估'
241
-            },
242
-            {
243
-              name: '5-8',
244
-              label: '营养状况评估'
245
-            },
246
-            {
247
-              name: '5-9',
248
-              label: '约束告知单'
249
-            },
250
-            {
251
-              name: '5-10',
252
-              label: '心理评估'
253
-            },
254
-            {
255
-              name: '5-11',
256
-              label: '瘙痒评估'
257
-            },
258
-            {
259
-              name: '5-12',
260
-              label: '血液透析患者评估'
261
-            },
262
-            {
263
-              name: '5-13',
264
-              label: 'Glasgow昏迷评分量表'
265
-            },
266
-            {
267
-              name: '5-14',
268
-              label: '肌力评估表'
269
-            },
270
-          ]
271
-        },
210
+        // {
211
+        //   name: '5',
212
+        //   label: '评估工具',
213
+        //   children: [
214
+        //     {
215
+        //       name: '5-1',
216
+        //       label: '跌倒评估'
217
+        //     },
218
+        //     {
219
+        //       name: '5-2',
220
+        //       label: '小儿跌倒风险评估'
221
+        //     },
222
+        //     {
223
+        //       name: '5-3',
224
+        //       label: '压疮风险评估'
225
+        //     },
226
+        //     {
227
+        //       name: '5-4',
228
+        //       label: 'OH压疮评估'
229
+        //     },
230
+        //     {
231
+        //       name: '5-5',
232
+        //       label: '日常生活能力评估'
233
+        //     },
234
+        //     {
235
+        //       name: '5-6',
236
+        //       label: '导管脱落风险评估'
237
+        //     },
238
+        //     {
239
+        //       name: '5-7',
240
+        //       label: 'RASS及疼痛评估'
241
+        //     },
242
+        //     {
243
+        //       name: '5-8',
244
+        //       label: '营养状况评估'
245
+        //     },
246
+        //     {
247
+        //       name: '5-9',
248
+        //       label: '约束告知单'
249
+        //     },
250
+        //     {
251
+        //       name: '5-10',
252
+        //       label: '心理评估'
253
+        //     },
254
+        //     {
255
+        //       name: '5-11',
256
+        //       label: '瘙痒评估'
257
+        //     },
258
+        //     {
259
+        //       name: '5-12',
260
+        //       label: '血液透析患者评估'
261
+        //     },
262
+        //     {
263
+        //       name: '5-13',
264
+        //       label: 'Glasgow昏迷评分量表'
265
+        //     },
266
+        //     {
267
+        //       name: '5-14',
268
+        //       label: '肌力评估表'
269
+        //     },
270
+        //   ]
271
+        // },
272 272
         
273 273
       ],
274 274
       name:""
@@ -335,44 +335,44 @@ export default {
335 335
       // else if(name == '1-12'){
336 336
       //   this.$router.push({path:'/patients/patient/'+this.id+'/angiogram'})
337 337
       // } 
338
-      else if (name == '5-1') {
339
-        this.$router.push({
340
-          path: '/patients/patient/'+ this.id +'/Fallassessment'
341
-        })
342
-      } else if (name == '5-2') {
343
-        this.$router.push({
344
-          path: '/patients/patient/' + this.id + '/pediatricFallAssessment'
345
-        })
346
-      } else if (name == '5-3') {
347
-        this.$router.push({
348
-          path: '/patients/patient/' + this.id + '/pressuresore'
349
-        })
350
-      } else if (name == '5-4') {
351
-        this.$router.push({
352
-          path: '/patients/patient/' + this.id + '/OHpressuresore'
353
-        })
354
-      } else if (name == '5-5'){
355
-        this.$router.push({path:'/patients/patient/'+this.id+'/dailyLife'})
356
-      } else if (name == '5-6'){
357
-        this.$router.push({path:'/patients/patient/'+this.id+'/Cathetershedding'})
358
-      } else if (name == '5-7'){
359
-        this.$router.push({path:'/patients/patient/'+this.id+'/RassAssessment'})
360
-      } else if(name == '5-8'){
361
-        this.$router.push({path:'/patients/patient/'+this.id+'/nourishmentAssessment'})
362
-      } else if(name == '5-9'){
363
-        this.$router.push({path:'/patients/patient/'+this.id+'/Constraintnotification'})
364
-      } else if(name == '5-10'){
365
-        this.$router.push({ path: '/patients/patient/' + this.id+'/mindAssessment'})
366
-      } else if(name == '5-11'){
367
-        this.$router.push({path:'/patients/patient/' + this.id+'/pruritusAssessment'})
338
+      // else if (name == '5-1') {
339
+      //   this.$router.push({
340
+      //     path: '/patients/patient/'+ this.id +'/Fallassessment'
341
+      //   })
342
+      // } else if (name == '5-2') {
343
+      //   this.$router.push({
344
+      //     path: '/patients/patient/' + this.id + '/pediatricFallAssessment'
345
+      //   })
346
+      // } else if (name == '5-3') {
347
+      //   this.$router.push({
348
+      //     path: '/patients/patient/' + this.id + '/pressuresore'
349
+      //   })
350
+      // } else if (name == '5-4') {
351
+      //   this.$router.push({
352
+      //     path: '/patients/patient/' + this.id + '/OHpressuresore'
353
+      //   })
354
+      // } else if (name == '5-5'){
355
+      //   this.$router.push({path:'/patients/patient/'+this.id+'/dailyLife'})
356
+      // } else if (name == '5-6'){
357
+      //   this.$router.push({path:'/patients/patient/'+this.id+'/Cathetershedding'})
358
+      // } else if (name == '5-7'){
359
+      //   this.$router.push({path:'/patients/patient/'+this.id+'/RassAssessment'})
360
+      // } else if(name == '5-8'){
361
+      //   this.$router.push({path:'/patients/patient/'+this.id+'/nourishmentAssessment'})
362
+      // } else if(name == '5-9'){
363
+      //   this.$router.push({path:'/patients/patient/'+this.id+'/Constraintnotification'})
364
+      // } else if(name == '5-10'){
365
+      //   this.$router.push({ path: '/patients/patient/' + this.id+'/mindAssessment'})
366
+      // } else if(name == '5-11'){
367
+      //   this.$router.push({path:'/patients/patient/' + this.id+'/pruritusAssessment'})
368 368
 
369
-      } else if(name == '5-12'){
370
-        this.$router.push({path:'/patients/patient/' + this.id+'/hemodialysis'})
371
-      } else if(name == '5-13'){
372
-        this.$router.push({path:'/patients/patient/' + this.id+'/Glasgow'})
373
-      } else if(name == '5-14'){
374
-        this.$router.push({path:'/patients/patient/' + this.id+'/Muscleforce'})
375
-      }
369
+      // } else if(name == '5-12'){
370
+      //   this.$router.push({path:'/patients/patient/' + this.id+'/hemodialysis'})
371
+      // } else if(name == '5-13'){
372
+      //   this.$router.push({path:'/patients/patient/' + this.id+'/Glasgow'})
373
+      // } else if(name == '5-14'){
374
+      //   this.$router.push({path:'/patients/patient/' + this.id+'/Muscleforce'})
375
+      // }
376 376
      
377 377
     },
378 378
     changePatient(value) {