1
huanghongfeng
2024-12-08 885bd60ed54a0642c48c57a3d685cba24e4c763b
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue
@@ -40,6 +40,7 @@
      nextAddress: "",
      creater: "",
      createDate: "",
      materialType:""
    });
    const searchFormOptions = ref([
      [
@@ -71,6 +72,15 @@
        { title: "创建人", field: "creater", type: "like" },
        { title: "创建时间", field: "createDate", type: "datetime" },
      ],
      [
      {
          title: "物料类型",
          field: "materialType",
          type: "selectList",
          dataKey: "InventoryMaterialType",
          data: [],
        }
      ]
    ]);
    const columns = ref([
      {
@@ -119,7 +129,14 @@
        width: 150,
        align: "left",
        bind: { key: "taskStatusEnum", data: [] },
      },
      },{
          field: "materialType",
          title: "物料类型",
          type: "string",
          width: 100,
          align: "left",
          bind: { key: "InventoryMaterialType", data: [] },
        },
      {
        field: "sourceAddress",
        title: "起始地址",