1
Tiandele
2026-03-17 9be0aa679c29628c4519868c7242e75a47f5a7f6
ÏîÄ¿´úÂë/WCS/WCSClient/src/views/taskinfo/task.vue
@@ -32,7 +32,8 @@
      creater: "",
      createDate: "",
      grade: "",
      productionLine: ""
      carType:"",
      pvi:""
    });
    const editFormOptions = ref([[{ title: "优先级", field: "grade", type: "int" },]]);
    const searchFormFields = ref({
@@ -49,21 +50,16 @@
    const searchFormOptions = ref([
      [
        { title: "任务号", field: "taskNum", type: "int" },
        { title: "托盘编号", field: "palletCode", type: "text" },
        {
        { title: "滑橇号", field: "palletCode", type: "text" },
        { title: "PVI码", field: "palletCode", type: "text" },
         {
          title: "任务类型",
          field: "taskType",
          type: "selectList",
          dataKey: "taskType",
          data: [],
        },
        {
          title: "任务状态",
          field: "taskState",
          type: "selectList",
          dataKey: "taskState",
          data: [],
        },
        }
      ],
      [
        { title: "起始地址", field: "sourceAddress", type: "text" },
@@ -72,10 +68,19 @@
        { title: "下一位置", field: "nextAddress", type: "text" },
      ],
      [
        {
          title: "任务状态",
          field: "taskState",
          type: "selectList",
          dataKey: "taskState",
          data: [],
        },
        { 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" },
      ],
    ]);
    const columns = ref([
@@ -103,6 +108,13 @@
        width: 100,
        align: "left",
      },
       {
        field: "pvi",
        title: "PVI码",
        type: "string",
        width: 100,
        align: "left",
      },
      {
        field: "roadway",
        title: "巷道号",