zhangchengsong
2 天以前 ce70974f99cd377579e9b07873c8ce79df6e05c3
ÏîÄ¿´úÂë/WIDESEAWCS_Client/src/views/taskinfo/task.vue
@@ -26,8 +26,29 @@
      url: "/Task/",
      sortName: "CreateDate",
    });
    const editFormFields = ref({});
    const editFormOptions = ref([]);
    const editFormFields = ref({
      taskNum: "",
      palletCode: "",
      roadway: "",
      taskType:"",
      sourceAddress: "",
      targetAddress: "",
      currentAddress: "",
      nextAddress: "",
      creater: "",
      createDate: "",
      wmStaskid:"",
      deviceuuid:""
    });
    const editFormOptions = ref([
        [{
          title: "任务状态",
          field: "taskState",
          type: "select",
          dataKey: "taskState",
          data: [],
        },]
    ]);
    const searchFormFields = ref({
      taskNum: "",
      palletCode: "",
@@ -85,14 +106,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",
      },
      {
@@ -157,9 +178,8 @@
        field: "exceptionMessage",
        title: "异常信息",
        type: "string",
        width: 90,
        width: 200,
        align: "left",
        hidden: true,
      },
      // {
      //   field: "grade",
@@ -195,6 +215,7 @@
        type: "string",
        width: 90,
        align: "left",
        bind: { key: "", data: [{value:"WCS",key:"WCS"},{value:"WMS",key:"WMS"}] },
      },
      {
        field: "createDate",