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