zhangchengsong
昨天 ce70974f99cd377579e9b07873c8ce79df6e05c3
ÏîÄ¿´úÂë/WIDESEAWCS_Client/src/views/taskinfo/task.vue
@@ -37,7 +37,8 @@
      nextAddress: "",
      creater: "",
      createDate: "",
      grade:"",
      wmStaskid:"",
      deviceuuid:""
    });
    const editFormOptions = ref([
        [{
@@ -109,10 +110,10 @@
        align: "left",
      },
      {
        field: "WMStaskid",
        field: "wmStaskid",
        title: "WMS任务号",
        type: "string",
        width: 100,
        width: 180,
        align: "left",
      },
      {
@@ -177,9 +178,8 @@
        field: "exceptionMessage",
        title: "异常信息",
        type: "string",
        width: 90,
        width: 200,
        align: "left",
        hidden: true,
      },
      // {
      //   field: "grade",
@@ -215,6 +215,7 @@
        type: "string",
        width: 90,
        align: "left",
        bind: { key: "", data: [{value:"WCS",key:"WCS"},{value:"WMS",key:"WMS"}] },
      },
      {
        field: "createDate",