1
huanghongfeng
2025-06-06 f5b8c1ae89286dada20ea433ffac84f4c9e72a29
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue
@@ -28,10 +28,12 @@
    });
    const editFormFields = ref({
      locationStatus: "",
      locationType:""
    });
    const editFormOptions = ref([
      [
        { title: "货位状态", field: "locationStatus" ,type: "select",dataKey: "locationStatusEnum",data: [],},
        { title: "货位类型", field: "locationType" ,type: "select",dataKey: "locationTypeEnum",data: [],},
      ],
    ]);
    const searchFormFields = ref({
@@ -42,11 +44,13 @@
      [
        { title: "货位编号", field: "locationCode" },
        { title: "巷道编号", field: "roadwayNo" },
        { title: "货位类型", field: "locationType",type: "select",dataKey: "locationTypeEnum",data: [], },
        { title: "禁用状态", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: [],},
        { title: "货位类型", field: "locationType",type: "select",dataKey: "locationTypeEnum",data: []},
        { title: "禁用状态", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: []},
      ],
      [
        { title: "货位状态", field: "locationStatus" ,type: "select",dataKey: "locationStatusEnum",data: [],},
        { title: "货位状态", field: "locationStatus" ,type: "select",dataKey: "locationStatusEnum",data: []},
        { title: "行", field: "row" },
        { title: "层", field: "layer" },
      ],
    ]);
    const columns = ref([
@@ -98,15 +102,14 @@
        type: "string",
        width: 90,
        align: "left",
        hidden: true,
      },
      {
        field: "column",
        title: "货位列",
        type: "int",
        type: "string",
        width: 120,
        align: "left",
        hidden: true,
      },
      {
        field: "layer",
@@ -114,7 +117,6 @@
        type: "string",
        width: 200,
        align: "left",
        hidden: true,
      },
      {
        field: "depth",