|
@@ -23,23 +23,30 @@ const tabLeftArr: RouterType = [
|
|
name: '流程管理',
|
|
name: '流程管理',
|
|
path: '/process',
|
|
path: '/process',
|
|
Com: React.lazy(() => import('../A_workbench/A3flow'))
|
|
Com: React.lazy(() => import('../A_workbench/A3flow'))
|
|
|
|
+ },
|
|
|
|
+ // 待完善
|
|
|
|
+ {
|
|
|
|
+ id: 9801,
|
|
|
|
+ name: '凭证管理',
|
|
|
|
+ path: '/voucher',
|
|
|
|
+ Com: React.lazy(() => import('../A_workbench/A4voucher'))
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 8,
|
|
id: 8,
|
|
- name: '藏品信息查询',
|
|
|
|
|
|
+ name: '藏品查询',
|
|
son: [
|
|
son: [
|
|
// 待完善
|
|
// 待完善
|
|
{
|
|
{
|
|
id: 9802,
|
|
id: 9802,
|
|
- name: '文物信息查询',
|
|
|
|
|
|
+ name: '藏品信息',
|
|
path: '/antiqueSearch',
|
|
path: '/antiqueSearch',
|
|
Com: React.lazy(() => import('../A2_query/A22antique'))
|
|
Com: React.lazy(() => import('../A2_query/A22antique'))
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 9803,
|
|
id: 9803,
|
|
- name: '多媒体信息查询',
|
|
|
|
|
|
+ name: '多媒体信息',
|
|
path: '/mediaSearch',
|
|
path: '/mediaSearch',
|
|
Com: React.lazy(() => import('../A2_query/A23media'))
|
|
Com: React.lazy(() => import('../A2_query/A23media'))
|
|
}
|
|
}
|
|
@@ -64,7 +71,74 @@ const tabLeftArr: RouterType = [
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ id: 3,
|
|
|
|
+ name: '藏品管理',
|
|
|
|
+ son: [
|
|
|
|
+ // 待完善
|
|
|
|
+ {
|
|
|
|
+ id: 9800,
|
|
|
|
+ name: '藏品登记',
|
|
|
|
+ path: '/register',
|
|
|
|
+ Com: React.lazy(() => import('../C_goodsManage/C1register'))
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ id: 320,
|
|
|
|
+ name: '藏品附件',
|
|
|
|
+ path: '/files',
|
|
|
|
+ Com: React.lazy(() => import('../C_goodsManage/C2files'))
|
|
|
|
+ },
|
|
|
|
+ // 待完善
|
|
|
|
+ {
|
|
|
|
+ id: 9801,
|
|
|
|
+ name: '资源使用',
|
|
|
|
+ path: '/wealth',
|
|
|
|
+ Com: React.lazy(() => import('../C_goodsManage/C21wealth'))
|
|
|
|
+ },
|
|
|
|
+ // 待完善
|
|
|
|
+ {
|
|
|
|
+ id: 9802,
|
|
|
|
+ name: '藏品编辑',
|
|
|
|
+ path: '/goodEdit',
|
|
|
|
+ Com: React.lazy(() => import('../C_goodsManage/C22goodEdit'))
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ id: 330,
|
|
|
|
+ name: '藏品关注',
|
|
|
|
+ path: '/focus',
|
|
|
|
+ Com: React.lazy(() => import('../C_goodsManage/C3focus'))
|
|
|
|
+ },
|
|
|
|
+ // 待完善v1.1.1去掉之前的模块
|
|
|
|
+ // {
|
|
|
|
+ // id: 350,
|
|
|
|
+ // name: '藏品登记',
|
|
|
|
+ // path: '/register',
|
|
|
|
+ // Com: React.lazy(() => import('../C_goodsManage/C5register'))
|
|
|
|
+ // },
|
|
|
|
+
|
|
|
|
+ // 待完善v1.1.1去掉之前的模块
|
|
|
|
+ // {
|
|
|
|
+ // id: 360,
|
|
|
|
+ // name: '藏品编辑',
|
|
|
|
+ // path: '/edit',
|
|
|
|
+ // Com: React.lazy(() => import('../C_goodsManage/C6edit'))
|
|
|
|
+ // },
|
|
|
|
|
|
|
|
+ {
|
|
|
|
+ id: 480,
|
|
|
|
+ name: '藏品注销',
|
|
|
|
+ path: '/cancel',
|
|
|
|
+ Com: React.lazy(() => import('../D_storeManage/D8cancel'))
|
|
|
|
+ }
|
|
|
|
+ // 待完善v1.1.1去掉之前的模块
|
|
|
|
+ // {
|
|
|
|
+ // id: 370,
|
|
|
|
+ // name: '藏品删除',
|
|
|
|
+ // path: '/delete',
|
|
|
|
+ // Com: React.lazy(() => import('../C_goodsManage/C7delete'))
|
|
|
|
+ // }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
{
|
|
{
|
|
id: 2,
|
|
id: 2,
|
|
name: '入藏管理',
|
|
name: '入藏管理',
|
|
@@ -95,48 +169,7 @@ const tabLeftArr: RouterType = [
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- {
|
|
|
|
- id: 3,
|
|
|
|
- name: '藏品管理',
|
|
|
|
- son: [
|
|
|
|
- {
|
|
|
|
- id: 320,
|
|
|
|
- name: '藏品附件',
|
|
|
|
- path: '/files',
|
|
|
|
- Com: React.lazy(() => import('../C_goodsManage/C2files'))
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- id: 330,
|
|
|
|
- name: '藏品关注',
|
|
|
|
- path: '/focus',
|
|
|
|
- Com: React.lazy(() => import('../C_goodsManage/C3focus'))
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- id: 350,
|
|
|
|
- name: '藏品登记',
|
|
|
|
- path: '/register',
|
|
|
|
- Com: React.lazy(() => import('../C_goodsManage/C5register'))
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- id: 360,
|
|
|
|
- name: '藏品编辑',
|
|
|
|
- path: '/edit',
|
|
|
|
- Com: React.lazy(() => import('../C_goodsManage/C6edit'))
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- id: 480,
|
|
|
|
- name: '藏品注销',
|
|
|
|
- path: '/cancel',
|
|
|
|
- Com: React.lazy(() => import('../D_storeManage/D8cancel'))
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- id: 370,
|
|
|
|
- name: '藏品删除',
|
|
|
|
- path: '/delete',
|
|
|
|
- Com: React.lazy(() => import('../C_goodsManage/C7delete'))
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
|
|
+
|
|
{
|
|
{
|
|
id: 4,
|
|
id: 4,
|
|
name: '库房管理',
|
|
name: '库房管理',
|
|
@@ -215,15 +248,15 @@ const tabLeftArr: RouterType = [
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- // 待完善-展览管理
|
|
|
|
|
|
+ // 待完善-展品管理
|
|
{
|
|
{
|
|
id: 6,
|
|
id: 6,
|
|
- name: '展览管理',
|
|
|
|
|
|
+ name: '展品管理',
|
|
son: [
|
|
son: [
|
|
{
|
|
{
|
|
// 待完善
|
|
// 待完善
|
|
id: 9800,
|
|
id: 9800,
|
|
- name: '展览管理',
|
|
|
|
|
|
+ name: '展品管理',
|
|
path: '/exhibition',
|
|
path: '/exhibition',
|
|
Com: React.lazy(() => import('../F_exhibition/F1exhibition'))
|
|
Com: React.lazy(() => import('../F_exhibition/F1exhibition'))
|
|
}
|
|
}
|
|
@@ -319,18 +352,19 @@ export const routerSon: RouterTypeRow[] = [
|
|
path: '/enterTibet_edit/:key/:id/:pageKey',
|
|
path: '/enterTibet_edit/:key/:id/:pageKey',
|
|
Com: React.lazy(() => import('../B_enterTibet/B3_4page/B3edit'))
|
|
Com: React.lazy(() => import('../B_enterTibet/B3_4page/B3edit'))
|
|
},
|
|
},
|
|
- {
|
|
|
|
- id: 5,
|
|
|
|
- name: '藏品 登记 新增-编辑/审批/查看',
|
|
|
|
- path: '/register_edit/:key/:id/:pageKey',
|
|
|
|
- Com: React.lazy(() => import('../B_enterTibet/B3_4page/B3edit'))
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- id: 6,
|
|
|
|
- name: '藏品 删除 新增-编辑/审批/查看',
|
|
|
|
- path: '/delete_edit/:key/:id/:pageKey',
|
|
|
|
- Com: React.lazy(() => import('../B_enterTibet/B3_4page/B3edit'))
|
|
|
|
- },
|
|
|
|
|
|
+ // 待完善v1.1.1去掉之前的模块
|
|
|
|
+ // {
|
|
|
|
+ // id: 5,
|
|
|
|
+ // name: '藏品 登记 新增-编辑/审批/查看',
|
|
|
|
+ // path: '/register_edit/:key/:id/:pageKey',
|
|
|
|
+ // Com: React.lazy(() => import('../B_enterTibet/B3_4page/B3edit'))
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // id: 6,
|
|
|
|
+ // name: '藏品 删除 新增-编辑/审批/查看',
|
|
|
|
+ // path: '/delete_edit/:key/:id/:pageKey',
|
|
|
|
+ // Com: React.lazy(() => import('../B_enterTibet/B3_4page/B3edit'))
|
|
|
|
+ // },
|
|
|
|
|
|
// -------------入库-----------------
|
|
// -------------入库-----------------
|
|
{
|
|
{
|
|
@@ -347,12 +381,13 @@ export const routerSon: RouterTypeRow[] = [
|
|
Com: React.lazy(() => import('../D_storeManage/D6putsStor/D6edit'))
|
|
Com: React.lazy(() => import('../D_storeManage/D6putsStor/D6edit'))
|
|
},
|
|
},
|
|
// ------------藏品编辑------------------
|
|
// ------------藏品编辑------------------
|
|
- {
|
|
|
|
- id: 9,
|
|
|
|
- name: '藏品编辑-新增/编辑/审批/查看',
|
|
|
|
- path: '/edit_add/:key/:id',
|
|
|
|
- Com: React.lazy(() => import('../C_goodsManage/C6edit/C6add'))
|
|
|
|
- },
|
|
|
|
|
|
+ // 待完善v1.1.1去掉之前的模块
|
|
|
|
+ // {
|
|
|
|
+ // id: 9,
|
|
|
|
+ // name: '藏品编辑-新增/编辑/审批/查看',
|
|
|
|
+ // path: '/edit_add/:key/:id',
|
|
|
|
+ // Com: React.lazy(() => import('../C_goodsManage/C6edit/C6add'))
|
|
|
|
+ // },
|
|
|
|
|
|
// ------------藏品征集------------------
|
|
// ------------藏品征集------------------
|
|
{
|
|
{
|