Admin
2026-01-22 bde09c027eee16a7b05b82e71dea4d3405d6d52d
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue
@@ -52,7 +52,7 @@
        { title: "禁用状态", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: [],},
      ],
      [
        { title: "货位状态", field: "locationStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],},
        { title: "货位状态", field: "locationStatus" ,type: "select",dataKey: "locationStatusEnum",data: [],},
        { title: "行", field: "row" ,type: "int"},
        { title: "列", field: "column" ,type: "int"},
        { title: "层", field: "layer" ,type: "int"}
@@ -68,6 +68,13 @@
        readonly: true,
        require: true,
        align: "left",
      },{
        field: "warehouseId",
        title: "仓库编号",
        type: "int",
        width: 80,
        align: "left",
        bind: { key: "warehouseEnum", data: [] },
      },
      // {
      //   field: "areaId",
@@ -87,13 +94,13 @@
        width: 180,
        align: "left",
      },
      {
        field: "locationName",
        title: "货位名称",
        type: "string",
        width: 220,
        align: "left",
      },
      // {
      //   field: "locationName",
      //   title: "货位名称",
      //   type: "string",
      //   width: 220,
      //   align: "left",
      // },
      {
        field: "roadwayNo",
        title: "巷道编号",
@@ -120,14 +127,14 @@
        field: "layer",
        title: "货位层",
        type: "string",
        width: 200,
        width: 120,
        align: "left",
      },
      {
        field: "depth",
        title: "货位深度",
        type: "string",
        width: 180,
        width: 120,
        align: "left",
        bind:{key: "locationDepth", data: []}
      },
@@ -143,7 +150,7 @@
        field: "locationStatus",
        title: "货位状态",
        type: "string",
        width: 200,
        width: 120,
        align: "left",
        bind: { key: "locationStatusEnum", data: [] },
      },
@@ -151,7 +158,7 @@
        field: "enableStatus",
        title: "禁用状态",
        type: "string",
        width: 180,
        width: 120,
        align: "left",
        bind: { key: "enableStatusEnum", data: [] },
      },