Ben Lin
2024-11-08 3d2c48733b86a03fc2e5a1f12ac3667ab0863b80
src/views/dashboard/workbench/components/data.ts
@@ -12,6 +12,7 @@
  icon: string;
  color: string;
  url: string;
  isnormal: boolean
}
interface DynamicInfoItem {
@@ -27,49 +28,57 @@
    icon: 'ion:home-outline',
    color: '#1fdaca',
    url: '/workbench',
    isnormal: true
  },
  {
    title: '领料单',
    icon: 'materialreq|svg',
    title: '工艺路线列表',
    icon: 'ant-design:profile-outlined',
    color: '#bf0c2c',
    url: '/materialreq',
    url: '/RouteList',
    isnormal: true
  },
  {
    title: '销售出库单',
    title: '工单管理',
    icon: 'Out|svg',
    color: '#e18525',
    url: '/saleoutorder',
    url: 'BIZ_MES_WO/LC',
    isnormal: false
  },
  {
    title: '完工入库单',
    icon: 'In|svg',
    title: '打印模板',
    icon: 'mdi:qrcode-scan',
    color: '#3fb27f',
    url: '/finishedwarehouse',
    url: 'BAS_LABEL_TEMP/LC',
    isnormal: false
  },
  {
    title: '生产退料单',
    icon: 'materialret|svg',
    title: '产品管理',
    icon: 'ant-design:file-text-outlined',
    color: '#4daf1bc9',
    url: '/materialret',
    url: 'V_BAS_PROD_R/LC',
    isnormal: false
  },
  {
    title: '盘点单',
    icon: 'inventory|svg',
    title: '包装规则',
    icon: 'ant-design:inbox-outlined',
    color: '#00d8ff',
    url: '/inventory',
    url: 'BAS_PKG_RULE/LC',
    isnormal: false
  },
  {
    title: '调拨单',
    icon: 'transfer|svg',
    title: '自定义二维码',
    icon: 'ant-design:qrcode-outlined',
    color: '#00d8ff',
    url: '/transfer',
    url: '/QrcodeCustom',
    isnormal: true
  },
  {
    title: '实时库存',
    icon: 'WmsItem|svg',
    color: '#00d8ff',
    url: '/WmsItem',
  },
  // {
  //   title: '实时库存',
  //   icon: 'WmsItem|svg',
  //   color: '#00d8ff',
  //   url: '/WmsItem',
  //   isnormal: true
  // },
];
export const dynamicInfoItems: DynamicInfoItem[] = [