1
刘磊
2026-03-05 f45293a0c3c9838567d6ff01eae53157a9ed5284
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue
@@ -52,7 +52,7 @@
                { "title": "货位编号", "field": "locationCode", type: "text" },
                { "title": "货位状态", "field": "locationStatus", "type": "select", dataKey: "LocationState", data: [] },
                { "title": "货位类型", "field": "LocationType", "type": "select", dataKey: "LocationType", data: [] },
                //{ "title": "巷道编号", "field": "roadwayNo", type: "text" },
            ],
            [
                { "title": "行", "field": "row", type: "int" },
@@ -61,6 +61,7 @@
            ],
            [
                { "title": "是否禁用", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] },
                { "title": "巷道编号", "field": "roadwayNo", type: "text" },
                //{ "title": "深度", "field": "depth", "type": "text" },
                // { "title": "层", "field": "layer", type: "text" },
            ]
@@ -68,13 +69,13 @@
        const columns = ref([{ field: 'id', title: '货位ID', type: 'int', width: 110, hidden: true, readonly: true, require: true, align: 'left' },
        { field: 'locationCode', title: '货位编号', type: 'string', width: 100, require: true, align: 'left' },
        { field: 'locationName', title: '货位名称', type: 'string', width: 130, align: 'left' },
        //{ field: 'roadwayNo', title: '巷道号', type: 'string', width: 110, require: true, align: 'left' },
        { field: 'roadwayNo', title: '巷道号', type: 'string', width: 70, require: true, align: 'left' },
        { field: 'row', title: '行', type: 'int', width: 70, align: 'left' },
        { field: 'column', title: '列', type: 'int', width: 70, align: 'left' },
        { field: 'layer', title: '层', type: 'int', width: 70, align: 'left' },
        //{ field: 'depth', title: '深度', type: 'string', width: 110, align: 'left' },
        { field: 'scNo', title: '对应堆垛机号', type: 'string', width: 110, align: 'left', hidden: true },
        { field: 'locationType', title: '货位类型', type: 'int', width: 90, align: 'left', bind: { key: "LocationType", data: [] } },
        { field: 'locationType', title: '货位类型', type: 'int', width: 100, align: 'left', bind: { key: "LocationType", data: [] } },
        { field: 'locationStatus', title: '货位状态', type: 'int', width: 90, align: 'left', bind: { key: "LocationState", data: [] } },
        { field: 'enalbeStatus', title: '是否禁用', type: 'int', width: 75, align: 'left', bind: { key: "EnalbeStatus", data: [] } },
        // { field: 'isLocked', title: '是否锁定', type: 'bool', width: 110, align: 'left', bind: { key: "IsLocked", data: [] } },