zhangchengsong
2026-04-01 a87eee72770da479f043462787c17c534062a318
ÏîÄ¿´úÂë/WIDESEAWCS_Client/src/views/taskinfo/task.vue
@@ -26,8 +26,14 @@
      url: "/Task/",
      sortName: "CreateDate",
    });
    const editFormFields = ref({});
    const editFormOptions = ref([]);
    const editFormFields = ref({
      palletCode: "",
      taskType:"",
      sourceAddress: "",
      targetAddress: "",
    });
    const editFormOptions = ref([
    ]);
    const searchFormFields = ref({
      taskNum: "",
      palletCode: "",
@@ -85,14 +91,14 @@
        field: "taskNum",
        title: "WCS任务号",
        type: "int",
        width: 90,
        width: 100,
        align: "left",
      },
      {
        field: "WMStaskid",
        field: "wmStaskid",
        title: "WMS任务号",
        type: "string",
        width: 90,
        width: 180,
        align: "left",
      },
      {