zhangchengsong
2026-04-01 a87eee72770da479f043462787c17c534062a318
ÏîÄ¿´úÂë/WIDESEAWCS_Client/src/views/taskinfo/task.vue
@@ -27,26 +27,12 @@
      sortName: "CreateDate",
    });
    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: "",