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