|
@@ -2723,4 +2723,75 @@ export default [{
|
|
|
component: () => import( /* webpackChunkName: "views" */ '@/views/iosBasicData/SeafreightExportF/bills/index.vue')
|
|
|
}]
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/iosBasicData/losbfeestemplate/index',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ children: [{
|
|
|
+ path: '/iosBasicData/losbfeestemplate/index',
|
|
|
+ name: '费用模板(F)',
|
|
|
+ meta: {
|
|
|
+ i18n: '/iosBasicData/losbfeestemplate/index',
|
|
|
+ keepAlive: true,
|
|
|
+ },
|
|
|
+ component: () => import( /* webpackChunkName: "views" */ '@/views/iosBasicData/losbfeestemplate/index.vue')
|
|
|
+ }]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/iosBasicData/bcorps/index',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ children: [{
|
|
|
+ path: '/iosBasicData/bcorps/index',
|
|
|
+ name: '往来单位(F)',
|
|
|
+ meta: {
|
|
|
+ i18n: '/iosBasicData/bcorps/index',
|
|
|
+ keepAlive: true,
|
|
|
+ },
|
|
|
+ component: () => import( /* webpackChunkName: "views" */ '@/views/iosBasicData/bcorps/index.vue')
|
|
|
+ }]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/iosBasicData/rateManagement/index',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ children: [{
|
|
|
+ path: '/iosBasicData/rateManagement/index',
|
|
|
+ name: '币别及汇率(F)',
|
|
|
+ meta: {
|
|
|
+ i18n: '/iosBasicData/rateManagement/index',
|
|
|
+ keepAlive: true,
|
|
|
+ },
|
|
|
+ component: () => import( /* webpackChunkName: "views" */ '@/views/iosBasicData/rateManagement/index.vue')
|
|
|
+ }]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/iosBasicData/baccitemstype/index',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ children: [{
|
|
|
+ path: '/iosBasicData/baccitemstype/index',
|
|
|
+ name: '核算项目(F)',
|
|
|
+ meta: {
|
|
|
+ i18n: '/iosBasicData/baccitemstype/index',
|
|
|
+ keepAlive: true,
|
|
|
+ },
|
|
|
+ component: () => import( /* webpackChunkName: "views" */ '@/views/iosBasicData/baccitemstype/index.vue')
|
|
|
+ }]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/financialManagementF/agreementprice/index',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ children: [{
|
|
|
+ path: '/financialManagementF/agreementprice/index',
|
|
|
+ name: '协议管理(F)',
|
|
|
+ meta: {
|
|
|
+ i18n: '/financialManagementF/agreementprice/index',
|
|
|
+ keepAlive: true,
|
|
|
+ },
|
|
|
+ component: () => import( /* webpackChunkName: "views" */ '@/views/financialManagementF/agreementprice/index.vue')
|
|
|
+ }]
|
|
|
+ },
|
|
|
+
|
|
|
]
|