肖洋
2024-12-18 9e9bbd003a79f25ead9ca990d2897ab6a2ed824a
Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue
@@ -27,6 +27,7 @@
        const editFormOptions = ref([
            [
                { "title": "货位状态", "field": "locationStatus", "type": "select", dataKey: "LocationState", data: [] }, 
                { "title": "是否禁用", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] },
            ]
        ]);
        const searchFormFields = ref({ "LocationID": "",roadWayNO:"" });
@@ -34,7 +35,7 @@
            [
                { "title": "货位编号", "field": "locationCode", type: "text" },
                { "title": "货位状态", "field": "locationStatus", "type": "select", dataKey: "LocationState", data: [] },
                { "title": "对应堆垛机号", "field": "sCNo", type: "text" },
                // { "title": "对应堆垛机号", "field": "sCNo", type: "text" },
                { "title": "巷道编号", "field": "roadWayNO", type: "text" },
            ]
        ]);