Admin
2026-03-12 4452684129f1b7e74e1dae9af7ffa81d61ad181f
ÏîÄ¿´úÂë/WIDESEAWCS_Client/src/views/taskinfo/task.vue
@@ -26,8 +26,28 @@
      url: "/Task/",
      sortName: "CreateDate",
    });
    const editFormFields = ref({});
    const editFormOptions = ref([]);
    const editFormFields = ref({
      taskNum: "",
      palletCode: "",
      roadway: "",
      taskType:"",
      sourceAddress: "",
      targetAddress: "",
      currentAddress: "",
      nextAddress: "",
      creater: "",
      createDate: "",
      grade:"",
    });
    const editFormOptions = ref([
        [{
          title: "任务状态",
          field: "taskState",
          type: "select",
          dataKey: "taskState",
          data: [],
        },]
    ]);
    const searchFormFields = ref({
      taskNum: "",
      palletCode: "",
@@ -85,14 +105,14 @@
        field: "taskNum",
        title: "WCS任务号",
        type: "int",
        width: 90,
        width: 100,
        align: "left",
      },
      {
        field: "WMStaskid",
        title: "WMS任务号",
        type: "string",
        width: 90,
        width: 100,
        align: "left",
      },
      {