helongyang
2026-03-31 8fcd7a67e4391a5f1fbdb590c2a3f913aeb2a0a0
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue
@@ -37,16 +37,22 @@
    const searchFormFields = ref({
      locationCode: "",
      roadwayNo: "",
      locationType: "",
      enableStatus: "",
      locationStatus: "",
    });
    const searchFormOptions = ref([
      [
        { title: "货位编号", field: "locationCode", type: "like" },
        { title: "巷道编号", field: "roadwayNo" },
        { title: "巷道编号", field: "roadwayNo",type:"like" },
        { title: "货位类型", field: "locationType",type: "select",dataKey: "locationTypeEnum",data: [], },
        { title: "禁用状态", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: [],},
      ],
      [
        { title: "货位状态", field: "locationStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],},
        { title: "行", field: "row" ,type: "int"},
        { title: "列", field: "column" ,type: "int"},
        { title: "层", field: "layer" ,type: "int"}
      ],
    ]);
    const columns = ref([
@@ -54,7 +60,7 @@
        field: "id",
        title: "Id",
        type: "int",
        width: 90,
        width: 100,
        hidden: true,
        readonly: true,
        require: true,
@@ -72,21 +78,21 @@
        field: "locationCode",
        title: "货位编号",
        type: "string",
        width: 180,
        width: 200,
        align: "left",
      },
      {
        field: "locationName",
        title: "货位名称",
        type: "string",
        width: 220,
        width: 280,
        align: "left",
      },
      {
        field: "roadwayNo",
        title: "巷道编号",
        type: "decimal",
        width: 90,
        width: 100,
        align: "left",
      },
      {
@@ -100,7 +106,7 @@
      {
        field: "column",
        title: "货位列",
        type: "int",
        type: "string",
        width: 120,
        align: "left",
        hidden: true,
@@ -133,7 +139,7 @@
        field: "locationStatus",
        title: "货位状态",
        type: "string",
        width: 200,
        width: 120,
        align: "left",
        bind: { key: "locationStatusEnum", data: [] },
      },
@@ -141,7 +147,7 @@
        field: "enableStatus",
        title: "禁用状态",
        type: "string",
        width: 180,
        width: 80,
        align: "left",
        bind: { key: "enableStatusEnum", data: [] },
      },
@@ -151,6 +157,7 @@
        type: "string",
        width: 90,
        align: "left",
        hidden: true,
      },
      {
        field: "createDate",
@@ -159,6 +166,7 @@
        width: 160,
        align: "left",
        sort: true,
        hidden: true,
      },
      {
        field: "modifier",
@@ -181,6 +189,7 @@
        type: "string",
        width: 100,
        align: "left",
        hidden: true
      },
    ]);
    const detail = ref({