|
@@ -45,6 +45,20 @@ const tabLeftArr: RouterType = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ // 待完善
|
|
|
+ {
|
|
|
+ id: 9,
|
|
|
+ name: '台账管理',
|
|
|
+ son: [
|
|
|
+ {
|
|
|
+ id: 9801,
|
|
|
+ name: '藏品总登记帐',
|
|
|
+ path: '/machineReg',
|
|
|
+ Com: React.lazy(() => import('../A33_ledger/A31register'))
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+
|
|
|
{
|
|
|
id: 2,
|
|
|
name: '入藏管理',
|
|
@@ -116,17 +130,18 @@ const tabLeftArr: RouterType = [
|
|
|
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: 9801,
|
|
|
- name: '台账管理',
|
|
|
- path: '/machine',
|
|
|
- Com: React.lazy(() => import('../C_goodsManage/C9machine'))
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
id: 380,
|
|
|
name: '回收站',
|
|
@@ -180,12 +195,6 @@ const tabLeftArr: RouterType = [
|
|
|
name: '藏品盘点',
|
|
|
path: '/check',
|
|
|
Com: React.lazy(() => import('../D_storeManage/D7check'))
|
|
|
- },
|
|
|
- {
|
|
|
- id: 480,
|
|
|
- name: '藏品注销',
|
|
|
- path: '/cancel',
|
|
|
- Com: React.lazy(() => import('../D_storeManage/D8cancel'))
|
|
|
}
|
|
|
]
|
|
|
},
|