shaogen1995 4 달 전
부모
커밋
fc6d6460f0

+ 4 - 0
src/pages/A2_query/A22antique/index.module.scss

@@ -0,0 +1,4 @@
+.A22antique {
+  :global {
+  }
+}

+ 14 - 0
src/pages/A2_query/A22antique/index.tsx

@@ -0,0 +1,14 @@
+import React from 'react'
+import styles from './index.module.scss'
+function A22antique() {
+  return (
+    <div className={styles.A22antique}>
+      <div className='pageTitle'>文物信息查询</div>
+      <p>待开发</p>
+    </div>
+  )
+}
+
+const MemoA22antique = React.memo(A22antique)
+
+export default MemoA22antique

+ 4 - 0
src/pages/A2_query/A23media/index.module.scss

@@ -0,0 +1,4 @@
+.A23media {
+  :global {
+  }
+}

+ 14 - 0
src/pages/A2_query/A23media/index.tsx

@@ -0,0 +1,14 @@
+import React from 'react'
+import styles from './index.module.scss'
+function A23media() {
+  return (
+    <div className={styles.A23media}>
+      <div className='pageTitle'>多媒体信息查询</div>
+      <p>待开发</p>
+    </div>
+  )
+}
+
+const MemoA23media = React.memo(A23media)
+
+export default MemoA23media

+ 4 - 0
src/pages/C_goodsManage/C9machine/index.module.scss

@@ -0,0 +1,4 @@
+.C9machine {
+  :global {
+  }
+}

+ 14 - 0
src/pages/C_goodsManage/C9machine/index.tsx

@@ -0,0 +1,14 @@
+import React from 'react'
+import styles from './index.module.scss'
+function C9machine() {
+  return (
+    <div className={styles.C9machine}>
+      <div className='pageTitle'>台账管理</div>
+      <p>待开发</p>
+    </div>
+  )
+}
+
+const MemoC9machine = React.memo(C9machine)
+
+export default MemoC9machine

+ 1 - 1
src/pages/D_storeManage/D3staff/index.tsx

@@ -3,7 +3,7 @@ import styles from './index.module.scss'
 function D3staff() {
   return (
     <div className={styles.D3staff}>
-      <div className='pageTitle'>人员出入</div>
+      <div className='pageTitle'>人员出入</div>
       <p>待开发</p>
     </div>
   )

+ 1 - 1
src/pages/D_storeManage/D4impStor/index.tsx

@@ -227,7 +227,7 @@ function D4impStor() {
 
   return (
     <div className={styles.D4impStor}>
-      <div className='pageTitle'>入库</div>
+      <div className='pageTitle'>藏品入库</div>
 
       <div className='D4top'>
         <div className='D4topll'>

+ 1 - 1
src/pages/D_storeManage/D5moveStor/index.tsx

@@ -3,7 +3,7 @@ import styles from './index.module.scss'
 function D5moveStor() {
   return (
     <div className={styles.D5moveStor}>
-      <div className='pageTitle'>移库</div>
+      <div className='pageTitle'>藏品移库</div>
       <p>待开发</p>
     </div>
   )

+ 1 - 1
src/pages/D_storeManage/D6putsStor/index.tsx

@@ -219,7 +219,7 @@ function D6putsStor() {
 
   return (
     <div className={styles.D6putsStor}>
-      <div className='pageTitle'>出库</div>
+      <div className='pageTitle'>藏品出库</div>
 
       <div className='D4top'>
         <div className='D4topll'>

+ 1 - 1
src/pages/D_storeManage/D7check/index.tsx

@@ -3,7 +3,7 @@ import styles from './index.module.scss'
 function D7check() {
   return (
     <div className={styles.D7check}>
-      <div className='pageTitle'>盘点</div>
+      <div className='pageTitle'>藏品盘点</div>
       <p>待开发</p>
     </div>
   )

+ 1 - 1
src/pages/D_storeManage/D8cancel/index.tsx

@@ -3,7 +3,7 @@ import styles from './index.module.scss'
 function D8cancel() {
   return (
     <div className={styles.D8cancel}>
-      <div className='pageTitle'>注销</div>
+      <div className='pageTitle'>藏品注销</div>
       <p>待开发</p>
     </div>
   )

+ 32 - 6
src/pages/Layout/data.ts

@@ -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',

+ 4 - 2
src/pages/Layout/index.tsx

@@ -80,8 +80,10 @@ function Layout() {
         isOkIdArr.push(9900)
       }
 
-      // 待完善 手动打开展览管理
-      isOkIdArr.push(9800)
+      // 待完善 手动打开一些页面
+      ;[9800, 9801, 9802, 9803].forEach(v => {
+        isOkIdArr.push(v)
+      })
 
       const tempArr: RouterTypeRow[] = []
 

+ 1 - 1
src/pages/Y_goodsDetails/Y1cathet/Y22com.tsx

@@ -26,7 +26,7 @@ function Y22com({ isLook, info }: Props) {
   return (
     <div className='Y22com'>
       {/* 待完善 */}
-      <div className='Y22sta'>库存状态:{statusStorageObj[info.statusStorage] || ''}</div>
+      <div className='Y22sta'>库存状态:{statusStorageObj[info.statusStorage] || '(空)'}</div>
 
       {/* 表格 */}
       {!info.statusStorage || [0, 4, 6].includes(info.statusStorage) ? (