dengjunjie
2025-04-03 1e12c140c041c0cb52306a0db9ff0ba18354d0d8
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue
@@ -86,12 +86,34 @@
    ]);
    const searchFormFields = ref({
      locationCode: "",
      roadwayNo: "",
      locationStatus: "",
      enableStatus:"",
      row:"",
      column:"",
      layer:"",
    });
    const searchFormOptions = ref([
      [
        { title: "货位编号", field: "locationCode" },
        { title: "巷道编号", field: "roadwayNo" },
        {
          title: "货位状态",
          field: "locationStatus",
          type: "selectList",
          dataKey: "locationStatusEnum",
          data: [],
        },
        {
          title: "禁用状态",
          field: "enableStatus",
          type: "selectList",
          dataKey: "enableStatusEnum",
          data: [],
        },
        { title: "货位编号", field: "locationCode", type: "like" },
      ],
      [
        { title: "排", field: "row" },
        { title: "列", field: "column" },
        { title: "层", field: "layer" },
      ],
    ]);
    const columns = ref([
@@ -113,8 +135,8 @@
        align: "left",
        bind: {
          key: "areainfo",
          data: []
        }
          data: [],
        },
      },
      {
        field: "locationCode",
@@ -122,6 +144,7 @@
        type: "string",
        width: 180,
        align: "left",
        sort: "true",
      },
      {
        field: "locationName",
@@ -148,8 +171,8 @@
      {
        field: "column",
        title: "货位列",
        type: "int",
        width: 120,
        type: "string",
        width: 90,
        align: "left",
        hidden: true,
      },
@@ -157,7 +180,7 @@
        field: "layer",
        title: "货位层",
        type: "string",
        width: 200,
        width: 90,
        align: "left",
        hidden: true,
      },
@@ -175,7 +198,7 @@
        type: "string",
        width: 120,
        align: "left",
        bind:{key: "locationTypeEnum", data: []}
        bind: { key: "locationTypeEnum", data: [] },
      },
      {
        field: "locationStatus",