1
Tiandele
2026-03-17 9be0aa679c29628c4519868c7242e75a47f5a7f6
ÏîÄ¿´úÂë/WCS/WCSClient/src/views/taskinfo/task_Hty.vue
@@ -42,14 +42,18 @@
    const searchFormOptions = ref([
      [
        { title: "任务号", field: "taskNum", type: "int" },
        { title: "托盘编号", field: "palletCode", type: "text" },
        { title: "滑橇号", field: "palletCode", type: "text" },
         { title: "PVI码", field: "pvi", type: "text" },
        {
          title: "任务类型",
          field: "taskType",
          type: "selectList",
          dataKey: "taskType",
          data: [],
        },
        }
      ],
      [
        {
          title: "任务状态",
          field: "taskState",
@@ -57,16 +61,14 @@
          dataKey: "taskState",
          data: [],
        },
      ],
      [
        { title: "起始地址", field: "sourceAddress", type: "text" },
        { title: "目标地址", field: "targetAddress", type: "text" },
        { title: "当前位置", field: "currentAddress", type: "text" },
        { title: "下一位置", field: "nextAddress", type: "text" },
        // { title: "当前位置", field: "currentAddress", type: "text" },
        // { title: "下一位置", field: "nextAddress", type: "text" },
      ],
      [
        { title: "巷道号", field: "roadway", type: "text" },
        { "title": "生产产线", "field": "productionLine", type: "select", dataKey: "ProductionLine", data: [] },
        // { "title": "生产产线", "field": "productionLine", type: "select", dataKey: "ProductionLine", data: [] },
        { title: "创建人", field: "creater", type: "text" },
        { title: "完成时间", field: "createDate", type: "datetime" },
      ],
@@ -91,9 +93,16 @@
      },
      {
        field: "palletCode",
        title: "托盘编号",
        title: "滑橇号",
        type: "string",
        width: 200,
        width: 100,
        align: "left",
      },
      {
        field: "pvi",
        title: "PVI码",
        type: "string",
        width: 100,
        align: "left",
      },
      {
@@ -146,14 +155,6 @@
        type: "string",
        width: 120,
        align: "left",
      },
      {
        field: "productionLine",
        title: "产线",
        type: "string",
        width: 70,
        align: "left",
        bind: { key: "ProductionLine", data: [] }
      },
      {
        field: "exceptionMessage",