Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

陈少旭 2 days ago
parent
commit
4fa6cc56bb

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

13
       </div>
13
       </div>
14
       <div class="app-container">
14
       <div class="app-container">
15
         <div id="print_content">
15
         <div id="print_content">
16
-          <div
16
+          <div style="page-break-after: always;"
17
             v-for="(record, index) in records"
17
             v-for="(record, index) in records"
18
             :key="index"
18
             :key="index"
19
             class="print_page_main_content"
19
             class="print_page_main_content"

File diff suppressed because it is too large
+ 498 - 496
src/xt_pages/dialysis/bloodPresssWatch.vue


+ 1 - 1
src/xt_pages/dialysis/details/consumable/dialysisDrug.vue View File

335
         name ="IUF"
335
         name ="IUF"
336
       }
336
       }
337
       if(val == 8){
337
       if(val == 8){
338
-        name ="IUF"
338
+        name ="HFHD"
339
       }
339
       }
340
       if(val == 9){
340
       if(val == 9){
341
         name ="HFHD+HP"
341
         name ="HFHD+HP"

+ 16 - 1
src/xt_pages/dialysis/details/consumable/dialysisGood.vue View File

560
         name ="IUF"
560
         name ="IUF"
561
       }
561
       }
562
       if(val == 8){
562
       if(val == 8){
563
-        name ="IUF"
563
+        name ="HFHD"
564
       }
564
       }
565
       if(val == 9){
565
       if(val == 9){
566
         name ="HFHD+HP"
566
         name ="HFHD+HP"
643
       if(val == 39){
643
       if(val == 39){
644
         name = "HF16"
644
         name = "HF16"
645
       }
645
       }
646
+      if(val == 40){
647
+        name = "HD(无肝素)"
648
+      }
649
+      if(val == 41){
650
+        name = "HDF17H"
651
+      }
652
+      if(val == 42){
653
+        name = "HD."
654
+      }
655
+      if(val == 43){
656
+        name = "HD(2)"
657
+      }
658
+      if(val == 44){
659
+        name = "导管溶栓"
660
+      }
646
       return name
661
       return name
647
       },
662
       },
648
       exportList(){
663
       exportList(){

+ 3 - 1
src/xt_pages/user/patientInfo.vue View File

1
 
1
 
2
 <template>
2
 <template>
3
   <div class="patient-container">
3
   <div class="patient-container">
4
-  <patient-sidebar :id="patientID"></patient-sidebar>
4
+  <patient-sidebar :id="patientID" v-if="org_id!=0&&org_id!=10702"></patient-sidebar>
5
+  <PatientSidebar_ord :id="patientID" v-if="org_id==0 || org_id==10702"></PatientSidebar_ord>
5
    <!-- <PatientSidebar_new :id="patientID"></PatientSidebar_new> -->
6
    <!-- <PatientSidebar_new :id="patientID"></PatientSidebar_new> -->
6
   <patient-detail :is-edit='true' :class='panelClass' v-on:tran-patient-info="patientInfo=$event"></patient-detail>
7
   <patient-detail :is-edit='true' :class='panelClass' v-on:tran-patient-info="patientInfo=$event"></patient-detail>
8
+
7
   </div>
9
   </div>
8
 </template>
10
 </template>
9
 
11
 

+ 13 - 13
src/xt_permission.js View File

12
 
12
 
13
 router.beforeEach((to, from, next) => {
13
 router.beforeEach((to, from, next) => {
14
   // 线上注释
14
   // 线上注释
15
-  if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
16
-    store.dispatch('VerifyConfigList', []).then(() => {
17
-      next()
18
-    })
19
-  }
20
-  if (store.getters.permission_routers === undefined) {
21
-    store.dispatch('xt_GenerateRoutes', []).then(() => {
22
-      next()
23
-    })
24
-  } else {
25
-    next()
26
-  }
27
-  return
15
+  // if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
16
+  //   store.dispatch('VerifyConfigList', []).then(() => {
17
+  //     next()
18
+  //   })
19
+  // }
20
+  // if (store.getters.permission_routers === undefined) {
21
+  //   store.dispatch('xt_GenerateRoutes', []).then(() => {
22
+  //     next()
23
+  //   })
24
+  // } else {
25
+  //   next()
26
+  // }
27
+  // return
28
   // 线上注释
28
   // 线上注释
29
   NProgress.start()
29
   NProgress.start()
30
   // console.log(store.getters.current_role_urls.indexOf(to.path))
30
   // console.log(store.getters.current_role_urls.indexOf(to.path))