1
huangxiaoqiang
2025-12-30 791e62c07826986d326aac48f5bdeef88d71f072
项目代码/WIDESEA_WMSClient/src/views/basic/locationInfo.vue
@@ -1,16 +1,8 @@
<template>
  <view-grid
    ref="grid"
    :columns="columns"
    :detail="detail"
    :editFormFields="editFormFields"
    :editFormOptions="editFormOptions"
    :searchFormFields="searchFormFields"
    :searchFormOptions="searchFormOptions"
    :table="table"
    :extend="extend"
  >
  <view-grid ref="grid" :columns="columns" :detail="detail" :editFormFields="editFormFields"
    :editFormOptions="editFormOptions" :searchFormFields="searchFormFields" :searchFormOptions="searchFormOptions"
    :table="table" :extend="extend">
  </view-grid>
</template>
    <script>
@@ -28,6 +20,7 @@
    });
    const editFormFields = ref({
      locationStatus: "",
      warehouseId: "",
    });
    const editFormOptions = ref([
      [
@@ -69,14 +62,6 @@
        require: true,
        align: "left",
      },
      // {
      //   field: "areaId",
      //   title: "鍖哄煙涓婚敭",
      //   type: "string",
      //   width: 90,
      //   align: "left",
      //   bind: {key: "areainfo",data: []}
      // },
      {
        field: "locationCode",
        title: "璐т綅缂栧彿",