刘磊
5 天以前 5eeed44ad21748ed7560a8c688d4e2d2f03555c8
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Location/LocationInfoService.cs
@@ -333,6 +333,7 @@
                    {
                        //列
                        index = data_col.Column,
                        locationCode = data_col.LocationCode,
                        location_state = data_col.LocationStatus.ToString(),
                        location_lock = data_col.LocationStatus.ToString(),
                    });
@@ -350,6 +351,7 @@
            {
                //层
                index = layer.Key,
                //locationCode = layer.LocationCode,
                rows = rows
            });
        }