Prechádzať zdrojové kódy

调度任务增加处于异常停泊区

liuyanpeng 6 mesiacov pred
rodič
commit
947d1bbcef
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      src/custom/transferTask/transferTask.js

+ 2 - 1
src/custom/transferTask/transferTask.js

@@ -2,13 +2,14 @@
 export const taskColumns = [
   { title: '序号', dataIndex: 'index', width: 80 },
   { title: '任务类型', dataIndex: 'workCategory', width: 150 },
-  { title: '单据编号', dataIndex: 'documentNo', width: 150 },
+  // { title: '单据编号', dataIndex: 'documentNo', width: 150 },
   { title: '创建时间', dataIndex: 'created', width: 150 },
   { title: '执行时间', dataIndex: 'excuteDate', width: 150 },
   { title: '起始货位编号', dataIndex: 'positionBeginNo', width: 150 },
   { title: '起始货位编号2', dataIndex: 'positionBeginNo2', width: 150 },
   { title: '终点货位编号', dataIndex: 'positionEndNo', width: 150 },
   { title: '终点货位编号2', dataIndex: 'positionEndNo2', width: 150 },
+  { title: '处于异常停泊区', dataIndex: 'abnormalPositionNo', width: 150 },
   { title: 'AGV编号', dataIndex: 'agvNo', width: 150 },
   { title: '备注', dataIndex: 'description', width: 150 },
   // { title: '执行状态', dataIndex: 'executeStatus', width: 150 },