duyongjia
2024-11-23 317a12f53245e8be0ad7996b1285cbb389fa70fb
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue
@@ -75,6 +75,7 @@
          required: true,
          field: "areaId",
          type: "string",
          hidden:true,
        },
        {
          title: "巷道编号",
@@ -91,7 +92,20 @@
    const searchFormOptions = ref([
      [
        { title: "货位编号", field: "locationCode" },
        { title: "巷道编号", field: "roadwayNo" },
        {
          title: "货位类型",
          field: "locationType",
          type: "selectList",
          dataKey: "locationTypeEnum",
          data: [],
        },
         {
          title: "货位状态",
          field: "locationStatus",
          type: "selectList",
          dataKey: "locationStatusEnum",
          data: [],
        },
      ],
    ]);
    const columns = ref([
@@ -110,6 +124,7 @@
        title: "区域主键",
        type: "string",
        width: 90,
        hidden:true,
        align: "left",
        bind: {
          key: "areainfo",