Browse Source

9月14,

yq1 5 days ago
parent
commit
12a5fbf2aa

+ 1 - 0
src/lang/en.js View File

129
     user_detail: 'user_detail',
129
     user_detail: 'user_detail',
130
     objectRegistration:'objectRegistration',
130
     objectRegistration:'objectRegistration',
131
     Dialysisanalysis:'Dialysisanalysis',
131
     Dialysisanalysis:'Dialysisanalysis',
132
+    eleFaPiao:'eleFaPiao',
132
   },
133
   },
133
   navbar: {
134
   navbar: {
134
     logOut: 'Log Out',
135
     logOut: 'Log Out',

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

294
     summary_tool: '结算明细汇总',
294
     summary_tool: '结算明细汇总',
295
     p_summary_tool: '处方明细汇总',
295
     p_summary_tool: '处方明细汇总',
296
     labelPrint: '标签打印',
296
     labelPrint: '标签打印',
297
-    faPiao: '发票设置',
297
+    // faPiao: '发票设置',
298
+    // fapiao:'电子发票',
298
     chargeDetailManagement: '收费明细',
299
     chargeDetailManagement: '收费明细',
299
     yidiClear: '异地清分',
300
     yidiClear: '异地清分',
300
     zeroSummary: '零用明细汇总',
301
     zeroSummary: '零用明细汇总',
308
     orgExportData:"数据导出",
309
     orgExportData:"数据导出",
309
     eleFaPiao:"电子发票",
310
     eleFaPiao:"电子发票",
310
 
311
 
311
-
312
     settleDetail:"结算明细列表",
312
     settleDetail:"结算明细列表",
313
     patientSettleDetail:"患者结算列表",
313
     patientSettleDetail:"患者结算列表",
314
-    elefapiao:"电子发票列表",
314
+    fapiao:"电子发票列表",
315
 
315
 
316
   },
316
   },
317
   navbar: {
317
   navbar: {

+ 7 - 3
src/router/modules/eleFaPiao.js View File

1
 import Layout from '@/views/layout/Layout'
1
 import Layout from '@/views/layout/Layout'
2
 
2
 
3
+
3
 export default {
4
 export default {
4
   path: '/eleFaPiao',
5
   path: '/eleFaPiao',
5
   component: Layout,
6
   component: Layout,
8
   alwaysShow: true,
9
   alwaysShow: true,
9
   meta: {
10
   meta: {
10
     title: 'eleFaPiao',
11
     title: 'eleFaPiao',
12
+    icon: 'eleFaPiao',
11
     isChild: true
13
     isChild: true
12
   },
14
   },
13
   children: [
15
   children: [
24
       meta: { title: 'patientSettleDetail', noCache: true },
26
       meta: { title: 'patientSettleDetail', noCache: true },
25
     },
27
     },
26
     {
28
     {
27
-      path: '/eleFaPiao/elefapiao',
29
+      path: '/eleFaPiao/fapiao',
28
       component: () => import('@/xt_pages/eleFaPiao/fapiao'),
30
       component: () => import('@/xt_pages/eleFaPiao/fapiao'),
29
-      name: 'elefapiao',
30
-      meta: { title: 'elefapiao', noCache: true },
31
+      name: 'fapiao',
32
+      meta: { title: 'fapiao', noCache: true },
31
     },
33
     },
34
+
35
+   
32
   ]
36
   ]
33
 }
37
 }

+ 6 - 5
src/router/modules/hisTool.js View File

96
     //   name: 'faPiao',
96
     //   name: 'faPiao',
97
     //   meta: { title: 'faPiao', noCache: true }
97
     //   meta: { title: 'faPiao', noCache: true }
98
     // },
98
     // },
99
+    // {
100
+    //   path: '/hisTool/faPiao',
101
+    //   component: () => import('@/xt_pages/outpatientTool/fapiao'),
102
+    //   name: 'faPiao',
103
+    //   meta: { title: 'faPiao', noCache: true }
104
+    // }, 
99
     {
105
     {
100
-      path: '/hisTool/faPiao',
101
-      component: () => import('@/xt_pages/outpatientTool/fapiao'),
102
-      name: 'faPiao',
103
-      meta: { title: 'faPiao', noCache: true }
104
-    }, {
105
       path: '/hisTool/yidiClear',
106
       path: '/hisTool/yidiClear',
106
       component: () => import('@/xt_pages/outpatientTool/yidiClear'),
107
       component: () => import('@/xt_pages/outpatientTool/yidiClear'),
107
       name: 'yidiClear',
108
       name: 'yidiClear',

+ 1 - 1
src/views/layout/components/Sidebar/index.vue View File

69
     navTitle:{
69
     navTitle:{
70
       handler(newVal,oldVal){
70
       handler(newVal,oldVal){
71
         if(newVal == 'HIS管理'){
71
         if(newVal == 'HIS管理'){
72
-          let nameArr = ['hospitalStation','hospitalRecord','hospitalCharges','DepositManagement','hisTool','outpatientRegistration','outpatientDoctorStation','outpatientCharges','outpatientPharmacy','outpatientRecord',];
72
+          let nameArr = ['hospitalStation','hospitalRecord','hospitalCharges','DepositManagement','hisTool','outpatientRegistration','outpatientDoctorStation','outpatientCharges','outpatientPharmacy','outpatientRecord','eleFaPiao'];
73
           // console.log('permission_routers',this.permission_routers)
73
           // console.log('permission_routers',this.permission_routers)
74
           let routerArr = [];
74
           let routerArr = [];
75
           this.permission_routers.map(item => {
75
           this.permission_routers.map(item => {