111
yanjinhui
2025-10-23 3713a17fe36d877ce3e588c1dc08526fc8afffdc
н¨Îļþ¼Ð/WMS/src/views/basic/locationInfo.vue
@@ -47,8 +47,8 @@
          type: "select",
          required: true,
          span: 12,
          data: [],
          bind: { key: "warehouses", data: [] }
          dataKey:  "warehouseNuber",
          data: []
        },
        {
          field: "locationCode",
@@ -104,7 +104,7 @@
          type: "select",
          span: 12,
          data: [],
          bind: { key: "locationTypeEnum", data: [] }
          dataKey:  "locationTypeEnum",
        }
      ],
      [
@@ -114,15 +114,15 @@
          type: "select",
          span: 12,
          data: [],
          bind: { key: "locationStatusEnum", data: [] }
           dataKey:  "locationStatusEnum",
        },
        {
          field: "enableStatus",
          title: "禁用状态",
          type: "select",
          span: 12,
          dataKey:"EnableStatusEnum",
          data: [],
          bind: { key: "status", data: [] }
        }
      ],
      [
@@ -148,17 +148,19 @@
    });
    const searchFormOptions = ref([
      [
        { title: "库房编号", field: "warehouseId", type: "select", data: [], bind: { key: "warehouses", data: [] } },
        { title: "库房编号", field: "warehouseId", type: "select", dataKey:  "warehouseNuber",  data: [] } ,
        { title: "货位编号", field: "locationCode", type: "like" },
        { title: "货位名称", field: "locationName", type: "like" },
      ],
      [
        { title: "巷道编号", field: "roadwayNo", type: "like" },
        { title: "货位类型", field: "locationType", type: "select", data: [], bind: { key: "locationTypeEnum", data: [] } },
        { title: "货位状态", field: "locationStatus", type: "select", data: [], bind: { key: "locationStatusEnum", data: [] } },
        { title: "货位类型", field: "locationType", type: "select",  dataKey:  "locationTypeEnum", data: []  },
        { title: "货位状态", field: "locationStatus", type: "select",  dataKey:  "locationStatusEnum",data: []},
      ],
      [
        { title: "禁用状态", field: "enableStatus", type: "select", data: [], bind: { key: "status", data: [] } },
         { title: "禁用状态", field: "enableStatus", type: "select", data: [], dataKey:"status" },
        { title: "行", field: "row", type: "int" },
        { title: "列", field: "column", type: "int" },
        { title: "层", field: "layer", type: "int" }