zs
2025-05-07 086e8d457fb6480f126aedbd2677c7e97bdac193
HIAWms/web/src/widgets/WmsTask/Views/Pages/WmsTask/Config.ts
@@ -13,6 +13,10 @@
    title: '任务类型',
  },
  {
    field: 'sonTaskTypeDesc',
    title: '子任务类型',
  },
  {
    field: 'taskStatusDesc',
    title: '任务状态',
  },
@@ -37,20 +41,16 @@
  //   title: '堆垛机ID',
  // },
  {
    field: 'dodevicetype',
    field: 'dodevicetypeDesc',
    title: '设备类型',
  },
  {
    field: 'taskDodeviceStatus',
    field: 'taskDodeviceStatusDesc',
    title: '设备状态',
  },
  {
    field: 'isRead',
    title: 'WCS可读取',
  },
  {
    field: 'sonTaskTypeDesc',
    title: '子任务类型',
  },
  {
    field: 'sourceOrderNo',
@@ -83,5 +83,6 @@
  {
    field: 'creationTime',
    title: '创建时间',
    width: 180,
  },
]