lilei 4 rokov pred
rodič
commit
a10159d930
1 zmenil súbory, kde vykonal 390 pridanie a 390 odobranie
  1. 390 390
      src/config/router.config.js

+ 390 - 390
src/config/router.config.js

@@ -483,122 +483,122 @@ export const asyncRouterMap = [
               }
             ]
           },
-          {
-            path: '/allocationManagement/chainTransferIn',
-            redirect: '/allocationManagement/chainTransferIn/list',
-            name: 'chainTransferIn',
-            component: RouteView,
-            meta: {
-              title: '连锁调入',
-              icon: 'cluster'
-              // permission: 'M_goodsManage_list'
-            },
-            hideChildrenInMenu: true,
-            children: [
-              {
-                path: 'list',
-                name: 'chainTransferInList',
-                component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/list.vue'),
-                meta: {
-                  title: '连锁调入列表',
-                  icon: 'cluster',
-                  hidden: true
-                  // permission: 'M_goodsManage_list'
-                }
-              },
-              {
-                path: 'add',
-                name: 'chainTransferInAdd',
-                component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/edit.vue'),
-                meta: {
-                  title: '新增连锁调入',
-                  icon: 'cluster',
-                  hidden: true
-                  // permission: 'B_goodsManage_edit'
-                }
-              },
-              {
-                path: 'edit/:id',
-                name: 'chainTransferInEdit',
-                component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/edit.vue'),
-                meta: {
-                  title: '编辑连锁调入',
-                  icon: 'cluster',
-                  hidden: true
-                  // permission: 'B_goodsManage_edit'
-                }
-              },
-              {
-                path: 'detail/:id/:sn',
-                name: 'chainTransferInDetail',
-                component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/detail.vue'),
-                meta: {
-                  title: '连锁调入详情',
-                  icon: 'cluster',
-                  hidden: true
-                  // permission: 'B_goodsManage_edit'
-                }
-              }
-            ]
-          },
-          {
-            path: '/allocationManagement/chainTransferOut',
-            redirect: '/allocationManagement/chainTransferOut/list',
-            name: 'chainTransferOut',
-            component: RouteView,
-            meta: {
-              title: '连锁调出',
-              icon: 'pull-request'
-              // permission: 'M_goodsManage_list'
-            },
-            hideChildrenInMenu: true,
-            children: [
-              {
-                path: 'list',
-                name: 'chainTransferOutList',
-                component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/list.vue'),
-                meta: {
-                  title: '连锁调出列表',
-                  icon: 'pull-request',
-                  hidden: true
-                  // permission: 'M_goodsManage_list'
-                }
-              },
-              {
-                path: 'add',
-                name: 'chainTransferOutAdd',
-                component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/edit.vue'),
-                meta: {
-                  title: '新增连锁调出',
-                  icon: 'pull-request',
-                  hidden: true
-                  // permission: 'B_goodsManage_edit'
-                }
-              },
-              {
-                path: 'edit/:id',
-                name: 'chainTransferOutEdit',
-                component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/edit.vue'),
-                meta: {
-                  title: '编辑连锁调出',
-                  icon: 'pull-request',
-                  hidden: true
-                  // permission: 'B_goodsManage_edit'
-                }
-              },
-              {
-                path: 'detail/:id/:sn',
-                name: 'chainTransferOutDetail',
-                component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/detail.vue'),
-                meta: {
-                  title: '连锁调出详情',
-                  icon: 'pull-request',
-                  hidden: true
-                  // permission: 'B_goodsManage_edit'
-                }
-              }
-            ]
-          },
+          // {
+          //   path: '/allocationManagement/chainTransferIn',
+          //   redirect: '/allocationManagement/chainTransferIn/list',
+          //   name: 'chainTransferIn',
+          //   component: RouteView,
+          //   meta: {
+          //     title: '连锁调入',
+          //     icon: 'cluster'
+          //     // permission: 'M_goodsManage_list'
+          //   },
+          //   hideChildrenInMenu: true,
+          //   children: [
+          //     {
+          //       path: 'list',
+          //       name: 'chainTransferInList',
+          //       component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/list.vue'),
+          //       meta: {
+          //         title: '连锁调入列表',
+          //         icon: 'cluster',
+          //         hidden: true
+          //         // permission: 'M_goodsManage_list'
+          //       }
+          //     },
+          //     {
+          //       path: 'add',
+          //       name: 'chainTransferInAdd',
+          //       component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/edit.vue'),
+          //       meta: {
+          //         title: '新增连锁调入',
+          //         icon: 'cluster',
+          //         hidden: true
+          //         // permission: 'B_goodsManage_edit'
+          //       }
+          //     },
+          //     {
+          //       path: 'edit/:id',
+          //       name: 'chainTransferInEdit',
+          //       component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/edit.vue'),
+          //       meta: {
+          //         title: '编辑连锁调入',
+          //         icon: 'cluster',
+          //         hidden: true
+          //         // permission: 'B_goodsManage_edit'
+          //       }
+          //     },
+          //     {
+          //       path: 'detail/:id/:sn',
+          //       name: 'chainTransferInDetail',
+          //       component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/detail.vue'),
+          //       meta: {
+          //         title: '连锁调入详情',
+          //         icon: 'cluster',
+          //         hidden: true
+          //         // permission: 'B_goodsManage_edit'
+          //       }
+          //     }
+          //   ]
+          // },
+          // {
+          //   path: '/allocationManagement/chainTransferOut',
+          //   redirect: '/allocationManagement/chainTransferOut/list',
+          //   name: 'chainTransferOut',
+          //   component: RouteView,
+          //   meta: {
+          //     title: '连锁调出',
+          //     icon: 'pull-request'
+          //     // permission: 'M_goodsManage_list'
+          //   },
+          //   hideChildrenInMenu: true,
+          //   children: [
+          //     {
+          //       path: 'list',
+          //       name: 'chainTransferOutList',
+          //       component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/list.vue'),
+          //       meta: {
+          //         title: '连锁调出列表',
+          //         icon: 'pull-request',
+          //         hidden: true
+          //         // permission: 'M_goodsManage_list'
+          //       }
+          //     },
+          //     {
+          //       path: 'add',
+          //       name: 'chainTransferOutAdd',
+          //       component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/edit.vue'),
+          //       meta: {
+          //         title: '新增连锁调出',
+          //         icon: 'pull-request',
+          //         hidden: true
+          //         // permission: 'B_goodsManage_edit'
+          //       }
+          //     },
+          //     {
+          //       path: 'edit/:id',
+          //       name: 'chainTransferOutEdit',
+          //       component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/edit.vue'),
+          //       meta: {
+          //         title: '编辑连锁调出',
+          //         icon: 'pull-request',
+          //         hidden: true
+          //         // permission: 'B_goodsManage_edit'
+          //       }
+          //     },
+          //     {
+          //       path: 'detail/:id/:sn',
+          //       name: 'chainTransferOutDetail',
+          //       component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/detail.vue'),
+          //       meta: {
+          //         title: '连锁调出详情',
+          //         icon: 'pull-request',
+          //         hidden: true
+          //         // permission: 'B_goodsManage_edit'
+          //       }
+          //     }
+          //   ]
+          // },
           {
             path: '/allocationManagement/storeTransferOut',
             redirect: '/allocationManagement/storeTransferOut/list',
@@ -1179,64 +1179,64 @@ export const asyncRouterMap = [
               }
             ]
           },
-          {
-            path: '/bulkManagement/bulkReturnGoods',
-            redirect: '/bulkManagement/bulkReturnGoods/list',
-            name: 'bulkReturnGoods',
-            component: RouteView,
-            meta: {
-              title: '散件退货',
-              icon: 'frown'
-              // permission: 'M_goodsManage_list'
-            },
-            hideChildrenInMenu: true,
-            children: [
-              {
-                path: 'list',
-                name: 'bulkReturnGoodsList',
-                component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkReturnGoods/list.vue'),
-                meta: {
-                  title: '散件退货列表',
-                  icon: 'frown',
-                  hidden: true
-                  // permission: 'M_goodsManage_list'
-                }
-              },
-              {
-                path: 'add',
-                name: 'bulkReturnGoodsAdd',
-                component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkReturnGoods/edit.vue'),
-                meta: {
-                  title: '新增散件退货单',
-                  icon: 'frown',
-                  hidden: true
-                  // permission: 'B_goodsManage_edit'
-                }
-              },
-              {
-                path: 'edit/:id',
-                name: 'bulkReturnGoodsEdit',
-                component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkReturnGoods/edit.vue'),
-                meta: {
-                  title: '编辑散件退货单',
-                  icon: 'frown',
-                  hidden: true
-                  // permission: 'B_goodsManage_edit'
-                }
-              },
-              {
-                path: 'detail/:id',
-                name: 'bulkReturnGoodsDetail',
-                component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkReturnGoods/detail.vue'),
-                meta: {
-                  title: '散件退货单详情',
-                  icon: 'frown',
-                  hidden: true
-                  // permission: 'B_goodsManage_edit'
-                }
-              }
-            ]
-          }
+          // {
+          //   path: '/bulkManagement/bulkReturnGoods',
+          //   redirect: '/bulkManagement/bulkReturnGoods/list',
+          //   name: 'bulkReturnGoods',
+          //   component: RouteView,
+          //   meta: {
+          //     title: '散件退货',
+          //     icon: 'frown'
+          //     // permission: 'M_goodsManage_list'
+          //   },
+          //   hideChildrenInMenu: true,
+          //   children: [
+          //     {
+          //       path: 'list',
+          //       name: 'bulkReturnGoodsList',
+          //       component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkReturnGoods/list.vue'),
+          //       meta: {
+          //         title: '散件退货列表',
+          //         icon: 'frown',
+          //         hidden: true
+          //         // permission: 'M_goodsManage_list'
+          //       }
+          //     },
+          //     {
+          //       path: 'add',
+          //       name: 'bulkReturnGoodsAdd',
+          //       component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkReturnGoods/edit.vue'),
+          //       meta: {
+          //         title: '新增散件退货单',
+          //         icon: 'frown',
+          //         hidden: true
+          //         // permission: 'B_goodsManage_edit'
+          //       }
+          //     },
+          //     {
+          //       path: 'edit/:id',
+          //       name: 'bulkReturnGoodsEdit',
+          //       component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkReturnGoods/edit.vue'),
+          //       meta: {
+          //         title: '编辑散件退货单',
+          //         icon: 'frown',
+          //         hidden: true
+          //         // permission: 'B_goodsManage_edit'
+          //       }
+          //     },
+          //     {
+          //       path: 'detail/:id',
+          //       name: 'bulkReturnGoodsDetail',
+          //       component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkReturnGoods/detail.vue'),
+          //       meta: {
+          //         title: '散件退货单详情',
+          //         icon: 'frown',
+          //         hidden: true
+          //         // permission: 'B_goodsManage_edit'
+          //       }
+          //     }
+          //   ]
+          // }
         ]
       },
       // 财务管理
@@ -1250,78 +1250,78 @@ export const asyncRouterMap = [
           // permission: 'M_shop'
         },
         children: [
-          {
-            path: '/financialManagement/warehousingAudit',
-            redirect: '/financialManagement/warehousingAudit/list',
-            name: 'warehousingAudit',
-            component: RouteView,
-            meta: {
-              title: '入库审核',
-              icon: 'pull-request'
-              // permission: 'M_goodsManage_list'
-            },
-            hideChildrenInMenu: true,
-            children: [
-              {
-                path: 'list',
-                name: 'warehousingAuditList',
-                component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/warehousingAudit/list.vue'),
-                meta: {
-                  title: '入库审核列表',
-                  icon: 'pull-request',
-                  hidden: true
-                  // permission: 'M_goodsManage_list'
-                }
-              },
-              {
-                path: 'detail/:id',
-                name: 'warehousingAuditDetail',
-                component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/warehousingAudit/detail.vue'),
-                meta: {
-                  title: '入库审核详情',
-                  icon: 'pull-request',
-                  hidden: true
-                  // permission: 'B_goodsManage_edit'
-                }
-              }
-            ]
-          },
-          {
-            path: '/financialManagement/inventoryReview',
-            redirect: '/financialManagement/inventoryReview/list',
-            name: 'inventoryReview',
-            component: RouteView,
-            meta: {
-              title: '盘点审核',
-              icon: 'laptop'
-              // permission: 'M_goodsManage_list'
-            },
-            hideChildrenInMenu: true,
-            children: [
-              {
-                path: 'list',
-                name: 'inventoryReviewList',
-                component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/inventoryReview/list.vue'),
-                meta: {
-                  title: '盘点审核列表',
-                  icon: 'laptop',
-                  hidden: true
-                  // permission: 'M_goodsManage_list'
-                }
-              },
-              {
-                path: 'detail/:id',
-                name: 'inventoryReviewDetail',
-                component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/inventoryReview/detail.vue'),
-                meta: {
-                  title: '盘点审核详情',
-                  icon: 'laptop',
-                  hidden: true
-                  // permission: 'B_goodsManage_edit'
-                }
-              }
-            ]
-          },
+          // {
+          //   path: '/financialManagement/warehousingAudit',
+          //   redirect: '/financialManagement/warehousingAudit/list',
+          //   name: 'warehousingAudit',
+          //   component: RouteView,
+          //   meta: {
+          //     title: '入库审核',
+          //     icon: 'pull-request'
+          //     // permission: 'M_goodsManage_list'
+          //   },
+          //   hideChildrenInMenu: true,
+          //   children: [
+          //     {
+          //       path: 'list',
+          //       name: 'warehousingAuditList',
+          //       component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/warehousingAudit/list.vue'),
+          //       meta: {
+          //         title: '入库审核列表',
+          //         icon: 'pull-request',
+          //         hidden: true
+          //         // permission: 'M_goodsManage_list'
+          //       }
+          //     },
+          //     {
+          //       path: 'detail/:id',
+          //       name: 'warehousingAuditDetail',
+          //       component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/warehousingAudit/detail.vue'),
+          //       meta: {
+          //         title: '入库审核详情',
+          //         icon: 'pull-request',
+          //         hidden: true
+          //         // permission: 'B_goodsManage_edit'
+          //       }
+          //     }
+          //   ]
+          // },
+          // {
+          //   path: '/financialManagement/inventoryReview',
+          //   redirect: '/financialManagement/inventoryReview/list',
+          //   name: 'inventoryReview',
+          //   component: RouteView,
+          //   meta: {
+          //     title: '盘点审核',
+          //     icon: 'laptop'
+          //     // permission: 'M_goodsManage_list'
+          //   },
+          //   hideChildrenInMenu: true,
+          //   children: [
+          //     {
+          //       path: 'list',
+          //       name: 'inventoryReviewList',
+          //       component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/inventoryReview/list.vue'),
+          //       meta: {
+          //         title: '盘点审核列表',
+          //         icon: 'laptop',
+          //         hidden: true
+          //         // permission: 'M_goodsManage_list'
+          //       }
+          //     },
+          //     {
+          //       path: 'detail/:id',
+          //       name: 'inventoryReviewDetail',
+          //       component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/inventoryReview/detail.vue'),
+          //       meta: {
+          //         title: '盘点审核详情',
+          //         icon: 'laptop',
+          //         hidden: true
+          //         // permission: 'B_goodsManage_edit'
+          //       }
+          //     }
+          //   ]
+          // },
           {
             path: '/financialManagement/financialPayment',
             redirect: '/financialManagement/financialPayment/list',
@@ -1419,150 +1419,150 @@ export const asyncRouterMap = [
               }
             ]
           },
-          {
-            path: '/financialManagement/companyReceivablePayable',
-            redirect: '/financialManagement/companyReceivablePayable/list',
-            name: 'companyReceivablePayable',
-            component: RouteView,
-            meta: {
-              title: '单位应收应付管理',
-              icon: 'transaction'
-              // permission: 'M_goodsManage_list'
-            },
-            hideChildrenInMenu: true,
-            children: [
-              {
-                path: 'list',
-                name: 'companyReceivablePayableList',
-                component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/companyReceivablePayable/list.vue'),
-                meta: {
-                  title: '单位应收应付列表',
-                  icon: 'transaction',
-                  hidden: true
-                  // permission: 'M_goodsManage_list'
-                }
-              },
-              {
-                path: 'receipt/:id',
-                name: 'companyReceivablePayableReceipt',
-                component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/companyReceivablePayable/receipt.vue'),
-                meta: {
-                  title: '单位收款单',
-                  icon: 'transaction',
-                  hidden: true
-                  // permission: 'B_goodsManage_edit'
-                }
-              },
-              {
-                path: 'paymentSlip/:id',
-                name: 'companyReceivablePayablePaymentSlip',
-                component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/companyReceivablePayable/paymentSlip.vue'),
-                meta: {
-                  title: '单位付款单',
-                  icon: 'transaction',
-                  hidden: true
-                  // permission: 'B_goodsManage_edit'
-                }
-              },
-              {
-                path: 'detail/:id',
-                name: 'companyReceivablePayableDetail',
-                component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/companyReceivablePayable/detail.vue'),
-                meta: {
-                  title: '单位应收应付详情',
-                  icon: 'transaction',
-                  hidden: true
-                  // permission: 'B_goodsManage_edit'
-                }
-              }
-            ]
-          },
-          {
-            path: '/financialManagement/companyCollectionPayment',
-            redirect: '/financialManagement/companyCollectionPayment/list',
-            name: 'companyCollectionPayment',
-            component: RouteView,
-            meta: {
-              title: '单位收付款记录',
-              icon: 'file-protect'
-              // permission: 'M_goodsManage_list'
-            },
-            hideChildrenInMenu: true,
-            children: [
-              {
-                path: 'list',
-                name: 'companyCollectionPaymentList',
-                component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/companyCollectionPayment/list.vue'),
-                meta: {
-                  title: '单位收付款记录列表',
-                  icon: 'file-protect',
-                  hidden: true
-                  // permission: 'M_goodsManage_list'
-                }
-              },
-              {
-                path: 'detail/:id',
-                name: 'companyCollectionPaymentDetail',
-                component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/companyCollectionPayment/detail.vue'),
-                meta: {
-                  title: '单位收付款记录详情',
-                  icon: 'file-protect',
-                  hidden: true
-                  // permission: 'B_goodsManage_edit'
-                }
-              }
-            ]
-          },
-          {
-            path: '/financialManagement/withdrawalManagement',
-            redirect: '/financialManagement/withdrawalManagement/list',
-            name: 'withdrawalManagement',
-            component: RouteView,
-            meta: {
-              title: '提现管理',
-              icon: 'dollar'
-              // permission: 'M_goodsManage_list'
-            },
-            hideChildrenInMenu: true,
-            children: [
-              {
-                path: 'list',
-                name: 'withdrawalManagementList',
-                component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/withdrawalManagement/list.vue'),
-                meta: {
-                  title: '提现管理列表',
-                  icon: 'dollar',
-                  hidden: true
-                  // permission: 'M_goodsManage_list'
-                }
-              }
-            ]
-          },
-          {
-            path: '/financialManagement/ledgerRecord',
-            redirect: '/financialManagement/ledgerRecord/list',
-            name: 'ledgerRecord',
-            component: RouteView,
-            meta: {
-              title: '分账记录',
-              icon: 'profile'
-              // permission: 'M_goodsManage_list'
-            },
-            hideChildrenInMenu: true,
-            children: [
-              {
-                path: 'list',
-                name: 'ledgerRecordList',
-                component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/ledgerRecord/list.vue'),
-                meta: {
-                  title: '分账记录列表',
-                  icon: 'profile',
-                  hidden: true
-                  // permission: 'M_goodsManage_list'
-                }
-              }
-            ]
-          }
+          // {
+          //   path: '/financialManagement/companyReceivablePayable',
+          //   redirect: '/financialManagement/companyReceivablePayable/list',
+          //   name: 'companyReceivablePayable',
+          //   component: RouteView,
+          //   meta: {
+          //     title: '单位应收应付管理',
+          //     icon: 'transaction'
+          //     // permission: 'M_goodsManage_list'
+          //   },
+          //   hideChildrenInMenu: true,
+          //   children: [
+          //     {
+          //       path: 'list',
+          //       name: 'companyReceivablePayableList',
+          //       component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/companyReceivablePayable/list.vue'),
+          //       meta: {
+          //         title: '单位应收应付列表',
+          //         icon: 'transaction',
+          //         hidden: true
+          //         // permission: 'M_goodsManage_list'
+          //       }
+          //     },
+          //     {
+          //       path: 'receipt/:id',
+          //       name: 'companyReceivablePayableReceipt',
+          //       component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/companyReceivablePayable/receipt.vue'),
+          //       meta: {
+          //         title: '单位收款单',
+          //         icon: 'transaction',
+          //         hidden: true
+          //         // permission: 'B_goodsManage_edit'
+          //       }
+          //     },
+          //     {
+          //       path: 'paymentSlip/:id',
+          //       name: 'companyReceivablePayablePaymentSlip',
+          //       component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/companyReceivablePayable/paymentSlip.vue'),
+          //       meta: {
+          //         title: '单位付款单',
+          //         icon: 'transaction',
+          //         hidden: true
+          //         // permission: 'B_goodsManage_edit'
+          //       }
+          //     },
+          //     {
+          //       path: 'detail/:id',
+          //       name: 'companyReceivablePayableDetail',
+          //       component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/companyReceivablePayable/detail.vue'),
+          //       meta: {
+          //         title: '单位应收应付详情',
+          //         icon: 'transaction',
+          //         hidden: true
+          //         // permission: 'B_goodsManage_edit'
+          //       }
+          //     }
+          //   ]
+          // },
+          // {
+          //   path: '/financialManagement/companyCollectionPayment',
+          //   redirect: '/financialManagement/companyCollectionPayment/list',
+          //   name: 'companyCollectionPayment',
+          //   component: RouteView,
+          //   meta: {
+          //     title: '单位收付款记录',
+          //     icon: 'file-protect'
+          //     // permission: 'M_goodsManage_list'
+          //   },
+          //   hideChildrenInMenu: true,
+          //   children: [
+          //     {
+          //       path: 'list',
+          //       name: 'companyCollectionPaymentList',
+          //       component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/companyCollectionPayment/list.vue'),
+          //       meta: {
+          //         title: '单位收付款记录列表',
+          //         icon: 'file-protect',
+          //         hidden: true
+          //         // permission: 'M_goodsManage_list'
+          //       }
+          //     },
+          //     {
+          //       path: 'detail/:id',
+          //       name: 'companyCollectionPaymentDetail',
+          //       component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/companyCollectionPayment/detail.vue'),
+          //       meta: {
+          //         title: '单位收付款记录详情',
+          //         icon: 'file-protect',
+          //         hidden: true
+          //         // permission: 'B_goodsManage_edit'
+          //       }
+          //     }
+          //   ]
+          // },
+          // {
+          //   path: '/financialManagement/withdrawalManagement',
+          //   redirect: '/financialManagement/withdrawalManagement/list',
+          //   name: 'withdrawalManagement',
+          //   component: RouteView,
+          //   meta: {
+          //     title: '提现管理',
+          //     icon: 'dollar'
+          //     // permission: 'M_goodsManage_list'
+          //   },
+          //   hideChildrenInMenu: true,
+          //   children: [
+          //     {
+          //       path: 'list',
+          //       name: 'withdrawalManagementList',
+          //       component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/withdrawalManagement/list.vue'),
+          //       meta: {
+          //         title: '提现管理列表',
+          //         icon: 'dollar',
+          //         hidden: true
+          //         // permission: 'M_goodsManage_list'
+          //       }
+          //     }
+          //   ]
+          // },
+          // {
+          //   path: '/financialManagement/ledgerRecord',
+          //   redirect: '/financialManagement/ledgerRecord/list',
+          //   name: 'ledgerRecord',
+          //   component: RouteView,
+          //   meta: {
+          //     title: '分账记录',
+          //     icon: 'profile'
+          //     // permission: 'M_goodsManage_list'
+          //   },
+          //   hideChildrenInMenu: true,
+          //   children: [
+          //     {
+          //       path: 'list',
+          //       name: 'ledgerRecordList',
+          //       component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/ledgerRecord/list.vue'),
+          //       meta: {
+          //         title: '分账记录列表',
+          //         icon: 'profile',
+          //         hidden: true
+          //         // permission: 'M_goodsManage_list'
+          //       }
+          //     }
+          //   ]
+          // }
         ]
       },
       // 基础设置