huanghongfeng
2025-06-23 b7f53ba61fbc1844d7b92ff852762b140d46ab54
´úÂë¹ÜÀí/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({