Admin
2026-01-18 b593c2d4ada3244f4a256ca18a23c3fef609f234
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue
@@ -63,7 +63,7 @@
        field: "id",
        title: "Id",
        type: "int",
        width: 100,
        width: 90,
        hidden: true,
        readonly: true,
        require: true,
@@ -75,27 +75,30 @@
      //   type: "string",
      //   width: 90,
      //   align: "left",
      //   bind: {key: "areainfo",data: []}
      //   bind: {
      //     key: "areainfo",
      //     data: []
      //   }
      // },
      {
        field: "locationCode",
        title: "货位编号",
        type: "string",
        width: 200,
        width: 180,
        align: "left",
      },
      {
        field: "locationName",
        title: "货位名称",
        type: "string",
        width: 280,
        width: 220,
        align: "left",
      },
      {
        field: "roadwayNo",
        title: "巷道编号",
        type: "decimal",
        width: 100,
        width: 90,
        align: "left",
      },
      {
@@ -104,15 +107,14 @@
        type: "string",
        width: 90,
        align: "left",
        hidden: true,
      },
      {
        field: "column",
        title: "货位列",
        type: "int",
        type: "string",
        width: 120,
        align: "left",
        hidden: true,
      },
      {
        field: "layer",
@@ -120,7 +122,6 @@
        type: "string",
        width: 200,
        align: "left",
        hidden: true,
      },
      {
        field: "depth",
@@ -128,7 +129,7 @@
        type: "string",
        width: 180,
        align: "left",
        hidden: true,
        bind:{key: "locationDepth", data: []}
      },
      {
        field: "locationType",
@@ -142,7 +143,7 @@
        field: "locationStatus",
        title: "货位状态",
        type: "string",
        width: 120,
        width: 200,
        align: "left",
        bind: { key: "locationStatusEnum", data: [] },
      },
@@ -150,7 +151,7 @@
        field: "enableStatus",
        title: "禁用状态",
        type: "string",
        width: 80,
        width: 180,
        align: "left",
        bind: { key: "enableStatusEnum", data: [] },
      },
@@ -160,7 +161,6 @@
        type: "string",
        width: 90,
        align: "left",
        hidden: true,
      },
      {
        field: "createDate",
@@ -168,8 +168,6 @@
        type: "datetime",
        width: 160,
        align: "left",
        sort: true,
        hidden: true,
      },
      {
        field: "modifier",
@@ -184,7 +182,6 @@
        type: "datetime",
        width: 160,
        align: "left",
        sort: true,
      },
      {
        field: "remark",
@@ -192,7 +189,6 @@
        type: "string",
        width: 100,
        align: "left",
        hidden: true
      },
    ]);
    const detail = ref({