|
@@ -27,6 +27,25 @@ const tabLeftArr: RouterType = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
+ id: 8,
|
|
|
+ name: '藏品信息查询',
|
|
|
+ son: [
|
|
|
+ // 待完善
|
|
|
+ {
|
|
|
+ id: 9802,
|
|
|
+ name: '文物信息查询',
|
|
|
+ path: '/antiqueSearch',
|
|
|
+ Com: React.lazy(() => import('../A2_query/A22antique'))
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 9803,
|
|
|
+ name: '多媒体信息查询',
|
|
|
+ path: '/mediaSearch',
|
|
|
+ Com: React.lazy(() => import('../A2_query/A23media'))
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
id: 2,
|
|
|
name: '入藏管理',
|
|
|
son: [
|
|
@@ -103,6 +122,12 @@ const tabLeftArr: RouterType = [
|
|
|
Com: React.lazy(() => import('../C_goodsManage/C7delete'))
|
|
|
},
|
|
|
{
|
|
|
+ id: 9801,
|
|
|
+ name: '台账管理',
|
|
|
+ path: '/machine',
|
|
|
+ Com: React.lazy(() => import('../C_goodsManage/C9machine'))
|
|
|
+ },
|
|
|
+ {
|
|
|
id: 380,
|
|
|
name: '回收站',
|
|
|
path: '/recycleBin',
|
|
@@ -128,37 +153,37 @@ const tabLeftArr: RouterType = [
|
|
|
},
|
|
|
{
|
|
|
id: 430,
|
|
|
- name: '人员出入库',
|
|
|
+ name: '人员出入',
|
|
|
path: '/staff',
|
|
|
Com: React.lazy(() => import('../D_storeManage/D3staff'))
|
|
|
},
|
|
|
{
|
|
|
id: 440,
|
|
|
- name: '入库',
|
|
|
+ name: '藏品入库',
|
|
|
path: '/impStor',
|
|
|
Com: React.lazy(() => import('../D_storeManage/D4impStor'))
|
|
|
},
|
|
|
{
|
|
|
id: 450,
|
|
|
- name: '移库',
|
|
|
+ name: '藏品移库',
|
|
|
path: '/moveStor',
|
|
|
Com: React.lazy(() => import('../D_storeManage/D5moveStor'))
|
|
|
},
|
|
|
{
|
|
|
id: 460,
|
|
|
- name: '出库',
|
|
|
+ name: '藏品出库',
|
|
|
path: '/putsStor',
|
|
|
Com: React.lazy(() => import('../D_storeManage/D6putsStor'))
|
|
|
},
|
|
|
{
|
|
|
id: 470,
|
|
|
- name: '盘点',
|
|
|
+ name: '藏品盘点',
|
|
|
path: '/check',
|
|
|
Com: React.lazy(() => import('../D_storeManage/D7check'))
|
|
|
},
|
|
|
{
|
|
|
id: 480,
|
|
|
- name: '注销',
|
|
|
+ name: '藏品注销',
|
|
|
path: '/cancel',
|
|
|
Com: React.lazy(() => import('../D_storeManage/D8cancel'))
|
|
|
}
|
|
@@ -200,6 +225,7 @@ const tabLeftArr: RouterType = [
|
|
|
name: '展览管理',
|
|
|
son: [
|
|
|
{
|
|
|
+ // 待完善
|
|
|
id: 9800,
|
|
|
name: '展览管理',
|
|
|
path: '/exhibition',
|