yanjinhui
2025-12-01 2b49f7643d15b74889d190f216630559006ed93a
н¨Îļþ¼Ð/WMS/src/views/basic/locationInfo.vue
@@ -118,24 +118,24 @@
          span: 8,
        },
      ],
      [
        {
          field: "locationStatus",
          title: "货位状态",
          type: "select",
          span: 12,
          data: [],
          dataKey: "locationStatusEnum",
        },
        {
          field: "enableStatus",
          title: "禁用状态",
          type: "select",
          span: 12,
          dataKey: "EnableStatusEnum",
          data: [],
        },
      ],
      // [
      //   {
      //     field: "locationStatus",
      //     title: "货位状态",
      //     type: "select",
      //     span: 12,
      //     data: [],
      //     dataKey: "locationStatusEnum",
      //   },
      //   {
      //     field: "enableStatus",
      //     title: "禁用状态",
      //     type: "select",
      //     span: 12,
      //     dataKey: "EnableStatusEnum",
      //     data: [],
      //   },
      // ],
      // [
      //   {
      //     field: "remark",
@@ -174,23 +174,24 @@
      [
        { title: "巷道编号", field: "roadwayNo", type: "like" },
        // { title: "货位类型", field: "locationType", type: "select",  dataKey:  "locationTypeEnum", data: []  },
        {
          title: "货位状态",
          field: "locationStatus",
          type: "select",
          dataKey: "locationStatusEnum",
          data: [],
        },
        {
          title: "禁用状态",
          field: "enableStatus",
          type: "select",
          data: [],
          dataKey: "status",
        },
        // {
        //   title: "货位状态",
        //   field: "locationStatus",
        //   type: "select",
        //   dataKey: "locationStatusEnum",
        //   data: [],
        // },
        // {
        //   title: "禁用状态",
        //   field: "enableStatus",
        //   type: "select",
        //   data: [],
        //   dataKey: "status",
        // },
         { title: "行", field: "row", type: "int" },
      ],
      [
        { title: "行", field: "row", type: "int" },
        { title: "列", field: "column", type: "int" },
        { title: "层", field: "layer", type: "int" },
      ],
@@ -292,15 +293,15 @@
        data: [],
        bind: { key: "locationStatusEnum", data: [] },
      },
      {
        field: "enableStatus",
        title: "禁用状态",
        type: "select",
        width: 100,
        align: "left",
        data: [],
        bind: { key: "status", data: [] },
      },
      // {
      //   field: "enableStatus",
      //   title: "禁用状态",
      //   type: "select",
      //   width: 100,
      //   align: "left",
      //   data: [],
      //   bind: { key: "status", data: [] },
      // },
      // {
      //   field: "remark",
      //   title: "备注",