Code/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue
@@ -14,7 +14,7 @@
  </view-grid>
</template>
    <script>
import extend from "@/extension/basic/locationInfo.js";
import extend from "@/extension/basic/locationInfo.jsx";
import { ref, defineComponent } from "vue";
export default defineComponent({
  setup() {
@@ -27,7 +27,15 @@
      sortName: "id",
    });
    const editFormFields = ref({
      locationCode: "",
      warehouseId: "",
      roadwayNo: "",
      locationType: "",
      enableStatus: "",
      locationStatus: "",
      row: "",
      column: "",
      layer: "",
    });
    const editFormOptions = ref([
      [
@@ -81,7 +89,7 @@
        field: "locationCode",
        title: "货位编号",
        type: "string",
        width: 200,
        width: 120,
        align: "left",
      },
      {