1
huangxiaoqiang
17 小时以前 2d2d6bf8565f5b89fc9ee054bf6e62f9592f8673
项目代码/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue
@@ -88,19 +88,21 @@
        width: 90,
        align: "left",
      },
      // {
      //   field: "palletCode",
      //   title: "鎵樼洏缂栧彿",
      //   type: "string",
      //   width: 200,
      //   align: "left",
      // },
      {
        field: "roadway",
        title: "鍖哄煙",
        type: "string",
        width: 90,
        align: "left",
        bind:{key:"agvareaEnum",data:{}}
      },
      {
        field: "agvName",
        title: "AGV缂栧彿",
        type: "string",
        width: 90,
        align: "left",
        bind:{key:"agvareaEnum",data:{}}
      },
      {
        field: "taskType",
@@ -108,7 +110,7 @@
        type: "int",
        width: 90,
        align: "left",
        bind: { key: "agvStationEnum", data: [] },
        bind: { key: "taskType", data: [] },
      },
      {
        field: "taskState",
@@ -124,6 +126,7 @@
        type: "int",
        width: 120,
        align: "left",
        bind: { key: "location", data: [] },
      },
      {
        field: "targetAddress",
@@ -131,6 +134,7 @@
        type: "string",
        width: 120,
        align: "left",
        bind: { key: "location", data: [] },
      },
      {
        field: "currentAddress",
@@ -138,6 +142,8 @@
        type: "string",
        width: 120,
        align: "left",
        bind: { key: "location", data: [] },
        hidden:true,
      },
      {
        field: "nextAddress",
@@ -145,6 +151,8 @@
        type: "string",
        width: 120,
        align: "left",
        bind: { key: "location", data: [] },
        hidden:true,
      },
      {
        field: "exceptionMessage",