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({