dengjunjie
2025-03-12 f43b7df8400f4fcffc9f19dca0888d61e2b33d5f
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue
@@ -90,8 +90,24 @@
    });
    const searchFormOptions = ref([
      [
        { title: "货位编号", field: "locationCode" },
        { title: "货位编号", field: "locationCode", type: "like" },
        { title: "巷道编号", field: "roadwayNo" },
      ],
      [
        {
          title: "货位状态",
          field: "locationStatus",
          type: "selectList",
          dataKey: "locationStatusEnum",
          data: [],
        },
        {
          title: "禁用状态",
          field: "enableStatus",
          type: "selectList",
          dataKey: "enableStatusEnum",
          data: [],
        },
      ],
    ]);
    const columns = ref([
@@ -113,8 +129,8 @@
        align: "left",
        bind: {
          key: "areainfo",
          data: []
        }
          data: [],
        },
      },
      {
        field: "locationCode",
@@ -122,6 +138,7 @@
        type: "string",
        width: 180,
        align: "left",
        sort:"true"
      },
      {
        field: "locationName",
@@ -175,7 +192,7 @@
        type: "string",
        width: 120,
        align: "left",
        bind:{key: "locationTypeEnum", data: []}
        bind: { key: "locationTypeEnum", data: [] },
      },
      {
        field: "locationStatus",
@@ -194,6 +211,20 @@
        bind: { key: "enableStatusEnum", data: [] },
      },
      {
        field: "maxQty",
        title: "最大库存",
        type: "int",
        width: 90,
        align: "left",
      },
      {
        field: "currentQty",
        title: "当前库存",
        type: "int",
        width: 90,
        align: "left",
      },
      {
        field: "creater",
        title: "创建人",
        type: "string",