dengjunjie
2025-06-12 9429653e8def2729014b45c7c75ec76e9aa6685b
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/basic/warehouse.vue
@@ -48,20 +48,6 @@
          type: "string",
        },
        {
          title: "仓库类型",
          required: true,
          field: "warehouseType",
          type: "string",
        },
        {
          title: "仓库状态",
          required: true,
          field: "warehouseStatus",
          type: "string",
        },
      ],
      [
        {
          title: "仓库描述",
          field: "warehouseDes",
          type: "textarea",
@@ -78,8 +64,14 @@
      [
        { title: "仓库编号", field: "warehouseCode", type: "like" },
        { title: "仓库名称", field: "warehouseName", type: "like" },
        { title: "仓库类型", field: "warehouseType", type: "like" },
        { title: "仓库状态", field: "warehouseStatus", type: "like" },
        // { title: "仓库类型", field: "warehouseType", type: "like" },
        {
          title: "仓库状态",
          field: "warehouseStatus",
          type: "select",
          dataKey: "enableEnum",
          data: [],
        },
      ],
    ]);
    const columns = ref([
@@ -107,19 +99,20 @@
        width: 150,
        align: "left",
      },
      {
        field: "warehouseType",
        title: "仓库类型",
        type: "string",
        width: 150,
        align: "left",
      },
      // {
      //   field: "warehouseType",
      //   title: "仓库类型",
      //   type: "string",
      //   width: 150,
      //   align: "left",
      // },
      {
        field: "warehouseStatus",
        title: "仓库状态",
        type: "decimal",
        width: 90,
        align: "left",
        bind: { key: "enableEnum", data: [] },
      },
      {
        field: "warehouseDes",