刘磊
2025-08-25 4c308eab6106324bd40e6ad7fd9e769a5cedcedf
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue
@@ -33,8 +33,8 @@
        const editFormOptions = ref([
            [
                { "title": "行", "field": "row", type: "int" },
                { "title": "列", "field": "column", type: "int" },
                { "title": "层", "field": "layer", type: "int" },
                { "title": "层", "field": "column", type: "int" },
                { "title": "个", "field": "layer", type: "int" },
            ],
            [
                { "title": "货位类型", "field": "locationType", "type": "select", dataKey: "LocationType", data: [] },
@@ -56,8 +56,8 @@
            ],
            [
                { "title": "行", "field": "row", type: "int" },
                { "title": "列", "field": "column", type: "int" },
                { "title": "层", "field": "layer", type: "int" },
                { "title": "层", "field": "column", type: "int" },
                { "title": "个", "field": "layer", type: "int" },
            ],
            [
                { "title": "是否禁用", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] },
@@ -66,16 +66,16 @@
            ]
        ]);
        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: 110, require: true, align: 'left' },
        { field: 'locationName', title: '货位名称', type: 'string', width: 120, 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: '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: '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: 110, align: 'left', bind: { key: "LocationType", data: [] } },
        { field: 'locationStatus', title: '货位状态', type: 'int', width: 110, align: 'left', bind: { key: "LocationState", data: [] } },
        { field: 'locationType', title: '货位类型', type: 'int', width: 90, 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: [] } },
        { field: 'locationDesc', title: '货位描述', type: 'string', width: 110, align: 'left', hidden: true },