zs
2025-05-07 fbd434b2aaf5e1f7035f3843508c62ea930d2549
HIAWms/web/src/widgets/WmsTask/Views/Pages/WmsTask/Config.ts
@@ -13,6 +13,10 @@
    title: '任务类型',
  },
  {
  field: 'taskLevel',
  title: '任务等级',
},
{
    field: 'taskStatusDesc',
    title: '任务状态',
  },
@@ -32,22 +36,21 @@
    field: 'aisle',
    title: '巷道',
  },
  // {
  //   field: 'dodeviceId',
  //   title: '堆垛机ID',
  //   width: 100,
  // },
{
  field: 'dodeviceId',
  title: '堆垛机ID',
},
{
  field: 'dodevicetype',
  title: '设备类型',
},
  {
    field: 'taskDodeviceStatus',
    title: '设备状态',
  title: '设备任务状态',
  },
  {
    field: 'isRead',
    title: 'WCS可读',
  },
  {
    field: 'taskLevel',
    title: '优先级',
  title: 'WCS是否可以读取',
  },
  {
    field: 'sonTaskTypeDesc',
@@ -55,43 +58,34 @@
  },
  {
    field: 'sourceOrderNo',
    title: '来源单号',
  title: '来源单据号',
  },
  {
    field: 'isNextTask',
    title: '后续任务',
  title: '下个任务是否生成成功',
  },
  {
    field: 'dodevicetype',
    title: '设备类型',
  field: 'mutableParam1',
  title: '可变变量1',
  },
{
  field: 'mutableParam2',
  title: '可变变量2',
},
{
  field: 'mutableParam3',
  title: '可变变量3',
},
{
  field: 'sort',
  title: '排序',
},
  {
    field: 'creationTime',
    title: '创建时间',
  title: '',
  },
  // {
  //   field: 'sort',
  //   title: '排序',
  //   width: 80,
  // },
  // // 以下为次要信息放在最后
  // {
  //   field: 'mutableParam1',
  //   title: '变量1',
  //   width: 100,
  //   showOverflow: true, // 长文本显示省略号
  // },
  // {
  //   field: 'mutableParam2',
  //   title: '变量2',
  //   width: 100,
  //   showOverflow: true,
  // },
  // {
  //   field: 'mutableParam3',
  //   title: '变量3',
  //   width: 100,
  //   showOverflow: true,
  // },
{
  field: 'deletionTime',
  title: '',
},
]