diff --git a/src/data/step2MockData copy.js b/src/data/step2MockData copy.js new file mode 100644 index 0000000..56bcca1 --- /dev/null +++ b/src/data/step2MockData copy.js @@ -0,0 +1,16126 @@ +// 需要对比的参数列表 +export const paramsToCompare = [ + "品名/物料名称", + "品号", + "图号", + "CBC版本", + "技术规范版本", + "技术规范编号", + "技术规范名称", + "CBC编号", + "品号-规格型号", + "车型", + "型号", + "材质", + "采购属性", + "车轮踏面形式", + "油漆制造商", +]; + +// 字段映射关系 +export const fieldMap = { + "品名/物料名称": "name", + 品号: "productNumber", + 图号: "drawingNumber", + CBC版本: "CBCVersion", + 技术规范版本: "technicalSpecVersion", + 技术规范编号: "technicalSpecCode", + 技术规范名称: "technicalSpecName", + CBC编号: "CBCCode", + "品号-规格型号": "specificationModel", + 车型: "carModel", + 型号: "model", + 材质: "material", + 采购属性: "procurementAttributes", + 车轮踏面形式: "wheelTread", + 油漆制造商: "paintManufacturer", +}; + +// 定义可查询的字段 +export const allFields = [ + { key: "productNumber", label: "品号" }, + { key: "typeCode", label: "类别编码" }, + { key: "typeName", label: "类别名称" }, + { key: "materialCode", label: "物料代号" }, + { key: "materialSpecification", label: "物料代号-规格型号" }, + { key: "name", label: "品名/物料名称" }, + { key: "drawingNumber", label: "图号" }, + { key: "specificationModel", label: "品号-规格型号" }, + { key: "carModel", label: "车型" }, + { key: "newlyBuiltMaintenance", label: "新造/检修" }, + { key: "drawingName", label: "图纸名称" }, + { key: "drawingVersion", label: "图纸版本号" }, + { key: "grade", label: "等级" }, + { key: "technicalSpecVersion", label: "技术规范版本" }, + { key: "CBCVersion", label: "CBC版本" }, + { key: "technicalSpecCode", label: "技术规范编号" }, + { key: "technicalSpecName", label: "技术规范名称" }, + { key: "CBCCode", label: "CBC编号" }, + { key: "model", label: "型号" }, + { key: "material", label: "材质" }, + { key: "procurementAttributes", label: "采购属性" }, + { key: "manufacturer", label: "制造商" }, + { key: "wheelTread", label: "车轮踏面形式" }, + { key: "wheelCompositionAttr", label: "车轮组成属性" }, + { key: "noiseReductionManufacturer", label: "降噪板/块制造商" }, + { key: "isIncludesCoupling", label: "是否含联轴节" }, + { key: "paintManufacturer", label: "油漆制造商" }, + { key: "axleManufacturers", label: "车轴制造商" }, + { key: "wheelManufacturers", label: "轮装制动盘制造商" }, + { key: "wheelMountedProcurement", label: "轮装制动盘采购属性" }, + { key: "axleProcurement", label: "车轴采购属性" }, + { key: "gearboxManufacturers", label: "齿轮箱制造商" }, + { key: "gearboxProcurement", label: "齿轮箱采购属性" }, + { key: "shaftAssemblyManufacturer", label: "轴装制动盘制造商" }, + { key: "axisProcurement", label: "轴装制动盘采购属性" }, + { key: "bearingManufacturers", label: "轴承制造商" }, + { key: "bearingProcurement", label: "轴承采购属性" }, + { key: "axleBoxProcurement", label: "轴承轴箱采购属性" }, + { key: "couplingManufacturers", label: "联轴节制造商" }, + { key: "roughWheel", label: "毛坯车轮制造商" }, + { key: "roughAxle", label: "毛坯车轴制造商" }, + { key: "wheelMaterial", label: "车轮材质" }, + { key: "axleMaterial", label: "车轴材质" }, +]; + +// 模拟数据 +export const mockData = [ + { + "productNumber": "D311299000045-00005", + "typeCode": "110301001299001", + "typeName": "车轴(喷漆)", + "materialCode": "物料代号", + "materialSpecification": "物料代号-规格型号", + "name": "品名/物料名称", + "drawingNumber": "图号", + "specificationModel": "品号-规格型号", + "carModel": "车型", + "newlyBuiltMaintenance": "新造/检修", + "drawingName": "图纸名称", + "drawingVersion": "图纸版本号", + "grade": "等级", + "technicalSpecVersion": "技术规范版本", + "CBCVersion": "CBC版本", + "technicalSpecCode": "技术规范编号", + "technicalSpecName": "技术规范名称", + "CBCCode": "CBC编号", + "model": "型号", + "material": "材质", + "procurementAttributes": "采购属性", + "manufacturer": "制造商", + "wheelTread": "车轮踏面形式", + "wheelCompositionAttr": "车轮组成属性", + "noiseReductionManufacturer": "降噪板/块制造商", + "isIncludesCoupling": "是否含联轴节", + "paintManufacturer": "油漆制造商", + "axleManufacturers": "车轴制造商", + "wheelManufacturers": "轮装制动盘制造商", + "wheelMountedProcurement": "轮装制动盘采购属性", + "axleProcurement": "车轴采购属性", + "gearboxManufacturers": "齿轮箱制造商", + "gearboxProcurement": "齿轮箱采购属性", + "shaftAssemblyManufacturer": "轴装制动盘制造商", + "axisProcurement": "轴装制动盘采购属性", + "bearingManufacturers": "轴承制造商", + "bearingProcurement": "轴承采购属性", + "axleBoxProcurement": "轴承轴箱采购属性", + "couplingManufacturers": "联轴节制造商", + "roughWheel": "毛坯车轮制造商", + "roughAxle": "毛坯车轴制造商", + "wheelMaterial": "车轮材质", + "axleMaterial": "车轴材质", + "selected": false + }, + { + "productNumber": "D311299000044-00005", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1022009-004", + "specificationModel": "(GBDA2A ZQ/LRS EA4T)(Weckerle)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDA2A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D351200000033-00001", + "name": "动车组联轴节(鼓形齿式)", + "drawingNumber": null, + "specificationModel": "QY D2L31001000-2(QY M000002931014)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000025-00022", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1014001-100(ZQ1014001-090)", + "specificationModel": "(GBTW21B 等级6 ZQ /LRS ER8)(天津纵横)Weckerle-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000025-00021", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1014001-100(ZQ1014001-090)", + "specificationModel": "(GBTW21B 等级3 ZQ /LRS ER8)(天津纵横)Weckerle-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000025-00020", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1014001-100(ZQ1014001-090)", + "specificationModel": "(GBTW21B 等级1 ZQ /LRS ER8)(天津纵横)Weckerle-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": "/images/cars/1_1_1.jpg", + "selected": false + }, + { + "productNumber": "D311199000035-00037", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1014001-090", + "specificationModel": "(GBDW21B 等级5 ZQ/LRS ER8)Weckerle-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000035-00036", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1014001-090", + "specificationModel": "(GBDW21B 等级3 ZQ/LRS ER8)Weckerle-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000035-00035", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1014001-090", + "specificationModel": "(GBDW21B 等级1 ZQ/LRS ER8)Weckerle-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020096-00005", + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DA", + "specificationModel": "GBDW21B 等级6 ZQ/LRS ER8-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": "/images/cars/1_1_1.jpg", + "selected": false + }, + { + "productNumber": "D311199020097-00006", + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DA", + "specificationModel": "GBDW21B 等级5 ZQ/LRS ER8-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": "/images/cars/1_1_2.jpg", + "selected": false + }, + { + "productNumber": "D311199020098-00006", + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DA", + "specificationModel": "GBDW21B 等级4 ZQ/LRS ER8-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020099-00006", + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DA", + "specificationModel": "GBDW21B 等级3 ZQ/LRS ER8-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020100-00005", + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DA", + "specificationModel": "GBDW21B 等级2 ZQ/LRS ER8-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020101-00006", + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DA", + "specificationModel": "GBDW21B 等级1 ZQ/LRS ER8-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010007-00038", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21B 等级6 ZQ/LRS ER8)(天津纵横)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010007-00037", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21B 等级5 ZQ/LRS ER8)(天津纵横)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": "/images/cars/1_1_2.jpg", + "selected": false + }, + { + "productNumber": "D311102010007-00036", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21B 等级4 ZQ/LRS ER8)(天津纵横)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010007-00035", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21B 等级3 ZQ/LRS ER8)(天津纵横)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010007-00034", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21B 等级2 ZQ/LRS ER8)(天津纵横)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010007-00033", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21B 等级1 ZQ/LRS ER8)(天津纵横)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311299010008-00005", + "name": "精加工非动力车轴", + "drawingNumber": "SFEZ20T1-211-001", + "specificationModel": "GBTA2 ZQ/LRS EA4T-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTA2", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311299010005-00006", + "name": "精加工动力车轴", + "drawingNumber": "SFEZ20M1-211-001", + "specificationModel": "GBDA2A ZQ/LRS EA4T-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDA2A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311101000008-00004", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1014001-097", + "specificationModel": "(GBDW21B ZQ /LRS ER8 )(TK )-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311299010100-00001", + "name": "精加工非动力车轴", + "drawingNumber": "CCD2007-03-21-0002-TB", + "specificationModel": "GBTA2 BVV/BVV EA4T-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTA2", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "BVV", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311199030023-00004", + "name": "毛坯车轮", + "drawingNumber": "ZQ1014001-059", + "specificationModel": "CRH380B,CR400BF LRS ER8C 模铸", + "carModel": "CRH380B,CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "ER8C", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": "/images/cars/1_1_2.jpg", + "selected": false + }, + { + "productNumber": "D313302020005-00001", + "name": "轴装制动盘锁紧螺母", + "drawingNumber": null, + "specificationModel": "M14 (TK 140199001180)", + "carModel": "CR400BF,CR400BF-GZ,CR400BF-Z,CR400BF-G", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199030001-00006", + "name": "动力毛坯车轮", + "drawingNumber": "ZQ1018006-001", + "specificationModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型 LRS ER8 模铸", + "carModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": "/images/cars/1_2_1.jpg", + "selected": false + }, + { + "productNumber": "D311199020012-00006", + "name": "非动力毛坯车轮", + "drawingNumber": "ZQ1018006-002", + "specificationModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型 LRS ER8 模铸", + "carModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D351200000032-00001", + "name": "动车组联轴节(鼓形齿式)", + "drawingNumber": null, + "specificationModel": "ESCO ESCO-FTRN70 1440099-000", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": "/images/cars/1_2_1.jpg", + "selected": false + }, + { + "productNumber": "D312301030005-00001", + "name": "密封垫圈", + "drawingNumber": null, + "specificationModel": "SFEZ17M1-211-110 (四方股份 40000369145)", + "carModel": "CR400AF-A,CR400AF-Z,CR400AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312303050020-00001", + "name": "密封垫片", + "drawingNumber": null, + "specificationModel": "SFEZ17M1-211-106 (四方股份 40000369139)", + "carModel": "CR400AF-A,CR400AF-Z,CR400AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": "/images/cars/4.jpg", + "selected": false + }, + { + "productNumber": "D312303050019-00001", + "name": "密封垫片", + "drawingNumber": null, + "specificationModel": "SFEZ03-211-603B (四方股份 24752110219)", + "carModel": "CR400AF-A,CR400AF-Z,CR400AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311000000013-00005", + "name": "动力轮对(带轴承+联轴节)", + "drawingNumber": "ZQ1014001-101", + "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK)(QY )(KWD)(FAG)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBD", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": "自采", + "gearboxManufacturers": "QY", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": "FAG", + "bearingProcurement": "自采", + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": "LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311199020012-00005", + "name": "非动力毛坯车轮", + "drawingNumber": "ZQ1018006-002", + "specificationModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型 LRS ER8 模铸", + "carModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199030001-00005", + "name": "动力毛坯车轮", + "drawingNumber": "ZQ1018006-001", + "specificationModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型 LRS ER8 模铸", + "carModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": "/images/cars/1_2_1.jpg", + "selected": false + }, + { + "productNumber": "D311199000084-00002", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZH1024000-003(CCD2001-03-21-0001-DA)", + "specificationModel": "(GBDW21B BVV客供/BVV ER8)BVV-ZH", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "客供", + "wheelTread": "LMB10", + "paintManufacturer": "BVV", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "BVV", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199010166-00001", + "name": "标准体动力车轮", + "drawingNumber": "ZQ1018005-032", + "specificationModel": "GBDW21A ZQ/LRS ER8-铁科天津", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "400AF标准体", + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199010160-00001", + "name": "标准体非动力车轮", + "drawingNumber": "ZQ1018005-031", + "specificationModel": "GBTW21A ZQ/LRS ER8-铁科天津", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "400AF标准体", + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313303000007-00001", + "name": "轴装制动盘定心环套件", + "drawingNumber": "ZQ1024000-015", + "specificationModel": null, + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000061-00001", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZH1024000-005", + "specificationModel": "(GBDW21B BVV /BVV ER8 客供)(TK )-ZH", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "客供", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "BVV", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000084-00001", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZH1024000-003(CCD2001-03-21-0001-DA)", + "specificationModel": "(GBDW21B BVV/BVV ER8)BVV-BVV", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "BVV", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "BVV", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": "/images/cars/1_2_1.jpg", + "selected": false + }, + { + "productNumber": "D311102000025-00019", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1014001-100(ZQ1014001-090)", + "specificationModel": "(GBTW21B 等级5 ZQ /LRS ER8)(天津纵横)Weckerle-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000025-00018", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1014001-100(ZQ1014001-090)", + "specificationModel": "(GBTW21B 等级4 ZQ /LRS ER8)(天津纵横)Weckerle-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000025-00017", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1014001-100(ZQ1014001-090)", + "specificationModel": "(GBTW21B 等级2 ZQ /LRS ER8)(天津纵横)Weckerle-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000035-00034", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1014001-090", + "specificationModel": "(GBDW21B 等级6 ZQ/LRS ER8)Weckerle-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000035-00033", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1014001-090", + "specificationModel": "(GBDW21B 等级4 ZQ/LRS ER8)Weckerle-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000035-00032", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1014001-090", + "specificationModel": "(GBDW21B 等级2 ZQ/LRS ER8)Weckerle-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010007-00032", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21B ZQ/LRS ER8)(天津纵横)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020014-00006", + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DA", + "specificationModel": "GBDW21B ZQ/LRS ER8-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000035-00031", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1014001-090", + "specificationModel": "(GBDW21B ZQ/LRS ER8)Weckerle-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": "/images/cars/1_2.jpg", + "selected": false + }, + { + "productNumber": "D311102000025-00016", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1014001-100(ZQ1014001-090)", + "specificationModel": "(GBTW21B ZQ /LRS ER8)(天津纵横)Weckerle-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311299010003-00006", + "name": "精加工非动力车轴", + "drawingNumber": "CCD2001-03-21-0002-TA", + "specificationModel": "GBTA2 ZQ/LRS EA4T-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTA2", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311299010004-00006", + "name": "精加工动力车轴", + "drawingNumber": "CCD2001-03-21-0002-DA", + "specificationModel": "GBDA2B ZQ/LRS EA4T-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDA2B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000013-00005", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-088", + "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTA2", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000016-00005", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-089", + "specificationModel": "(GBDA2B ZQ/LRS EA4T)(Weckerle)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDA2B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000023-00002", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1019019-001", + "specificationModel": "(GBDA2A ZQ/LRS EA4T)(QY G321A)", + "carModel": "CR400AF-Z", + "newlyBuiltMaintenance": 0, + "model": "GBDA2A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "QY", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00028", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级6 ZQ /LRS ER8 )(TK )-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00027", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级5 ZQ /LRS ER8 )(TK )-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00026", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级4 ZQ /LRS ER8 )(TK )-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00025", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级3 ZQ /LRS ER8 )(TK )-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00024", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级2 ZQ /LRS ER8 )(TK )-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00023", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级1 ZQ /LRS ER8 )(TK )-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00022", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B ZQ /LRS ER8 )(TK )-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000033-00001", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "CCD2001-03-21-0001-TD", + "specificationModel": "(GBTW21B BVV /BVV ER8)(BVV)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "BVV", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020012-00004", + "name": "非动力毛坯车轮", + "drawingNumber": "ZQ1018006-002", + "specificationModel": "CR400BF,CR400AF,CR300BF,CR300AF LRS ER8", + "carModel": "CR400BF,CR400AF,CR300BF,CR300AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199030001-00004", + "name": "动力毛坯车轮", + "drawingNumber": "ZQ1018006-001", + "specificationModel": "CR400BF,CR400AF,CR300BF,CR300AF LRS ER8", + "carModel": "CR400BF,CR400AF,CR300BF,CR300AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312121000002-00001", + "name": "密封垫片", + "drawingNumber": null, + "specificationModel": "(四方股份 19010072416)", + "carModel": "CR400AF-A,CR400AF-Z,CR400AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312121000001-00001", + "name": "密封垫片", + "drawingNumber": null, + "specificationModel": "(四方股份 19010072107)", + "carModel": "CR400AF-A,CR400AF-Z,CR400AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312301030004-00001", + "name": "密封垫圈", + "drawingNumber": null, + "specificationModel": "G235402-01 (四方股份 19010029356)", + "carModel": "CR400AF-A,CR400AF-Z,CR400AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311299000044-00004", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1022009-004", + "specificationModel": "(GBDA2A ZQ/LRS EA4T)(Weckerle)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDA2A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000045-00004", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1022009-001", + "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTA2", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": "/images/cars/2.jpg", + "selected": false + }, + { + "productNumber": "D311102000016-00011", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1022009-008/ZQ1022009-003", + "specificationModel": "(GBTW21A 等级6 ZQ /LRS ER8)(天津纵横)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000016-00010", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1022009-008/ZQ1022009-003", + "specificationModel": "(GBTW21A 等级5 ZQ /LRS ER8)(天津纵横)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000016-00009", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1022009-008/ZQ1022009-003", + "specificationModel": "(GBTW21A 等级4 ZQ /LRS ER8)(天津纵横)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000016-00008", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1022009-008/ZQ1022009-003", + "specificationModel": "(GBTW21A 等级3 ZQ /LRS ER8)(天津纵横)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000016-00007", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1022009-008/ZQ1022009-003", + "specificationModel": "(GBTW21A 等级2 ZQ /LRS ER8)(天津纵横)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000016-00006", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1022009-008/ZQ1022009-003", + "specificationModel": "(GBTW21A 等级1 ZQ /LRS ER8)(天津纵横)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000016-00005", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1022009-008/ZQ1022009-003", + "specificationModel": "(GBTW21A ZQ /LRS ER8)(天津纵横)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000036-00010", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1022009-003", + "specificationModel": "(GBDW21A 等级6 ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000036-00009", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1022009-003", + "specificationModel": "(GBDW21A 等级5 ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000036-00008", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1022009-003", + "specificationModel": "(GBDW21A 等级4 ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000036-00007", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1022009-003", + "specificationModel": "(GBDW21A 等级3 ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000036-00006", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1022009-003", + "specificationModel": "(GBDW21A 等级2 ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000036-00005", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1022009-003", + "specificationModel": "(GBDW21A 等级1 ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000036-00004", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1022009-003", + "specificationModel": "(GBDW21A ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00022", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A 等级6 ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00021", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A 等级5 ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00020", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A 等级3 ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311000000021-00002", + "name": "动力轮对(带轴承+联轴节)", + "drawingNumber": "ZQ1018005-021", + "specificationModel": "(GBD1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK)(QY G321 )(NSK)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBD1", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": "自采", + "gearboxManufacturers": "QY", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": "NSK", + "bearingProcurement": "自采", + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": "LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000043-00001", + "name": "动力车轴(带齿轮箱+联轴节+喷漆)", + "drawingNumber": "ZQ1018005-018", + "specificationModel": "(GBDA2A ZQ/LRS EA4T)(QY G321)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDA2A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "QY", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": "自采", + "couplingManufacturers": "KWD", + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000005-00004", + "name": "动力轮对", + "drawingNumber": "SFEZ20M1-211-000", + "specificationModel": "(GBD1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK )(QY G321 )-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBD1", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": "自采", + "gearboxManufacturers": "QY", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": "LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000074-00002", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-032", + "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTA2", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000075-00002", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-063", + "specificationModel": "(GBDA2B ZQ/LRS EA4T)(Weckerle)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDA2B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311199000064-00015", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQCW350(D)-00-00-002", + "specificationModel": "(GBDW21B 等级6 ZQ/LRS ER8)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000013-00020", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1020005-001(ZQCW350(D)-00-00-002)", + "specificationModel": "(GBTW21B 等级6 ZQ /LRS ER8)(天津纵横)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": '/images/cars/1_2_1.jpg', + "selected": false + }, + { + "productNumber": "D311102000013-00019", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1020005-001(ZQCW350(D)-00-00-002)", + "specificationModel": "(GBTW21B 等级5 ZQ /LRS ER8)(天津纵横)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000013-00018", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1020005-001(ZQCW350(D)-00-00-002)", + "specificationModel": "(GBTW21B 等级4 ZQ /LRS ER8)(天津纵横)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000013-00017", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1020005-001(ZQCW350(D)-00-00-002)", + "specificationModel": "(GBTW21B 等级3 ZQ /LRS ER8)(天津纵横)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000013-00016", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1020005-001(ZQCW350(D)-00-00-002)", + "specificationModel": "(GBTW21B 等级2 ZQ /LRS ER8)(天津纵横)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000013-00015", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1020005-001(ZQCW350(D)-00-00-002)", + "specificationModel": "(GBTW21B 等级1 ZQ /LRS ER8)(天津纵横)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000064-00014", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQCW350(D)-00-00-002", + "specificationModel": "(GBDW21B 等级5 ZQ/LRS ER8)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000064-00013", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQCW350(D)-00-00-002", + "specificationModel": "(GBDW21B 等级4 ZQ/LRS ER8)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000064-00012", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQCW350(D)-00-00-002", + "specificationModel": "(GBDW21B 等级3 ZQ/LRS ER8)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": "/images/cars/4.jpg", + "selected": false + }, + { + "productNumber": "D311199000064-00011", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQCW350(D)-00-00-002", + "specificationModel": "(GBDW21B 等级2 ZQ/LRS ER8)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000064-00010", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQCW350(D)-00-00-002", + "specificationModel": "(GBDW21B 等级1 ZQ/LRS ER8)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000064-00009", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQCW350(D)-00-00-002", + "specificationModel": "(GBDW21B ZQ/LRS ER8)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000013-00014", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1020005-001(ZQCW350(D)-00-00-002)", + "specificationModel": "(GBTW21B ZQ /LRS ER8)(天津纵横)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00021", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级6 ZQ /LRS ER8 )(TK 客供)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00020", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级5 ZQ /LRS ER8 )(TK 客供)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00019", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级4 ZQ /LRS ER8 )(TK 客供)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00018", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级3 ZQ /LRS ER8 )(TK 客供)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00017", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级2 ZQ /LRS ER8 )(TK 客供)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00016", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级1 ZQ /LRS ER8 )(TK 客供)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00015", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B ZQ /LRS ER8 )(TK 客供)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313304000003-00001", + "name": "轴装制动盘防扭转销栓", + "drawingNumber": null, + "specificationModel": "(TK 141032001032)", + "carModel": "CR300BF,CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313303000006-00001", + "name": "轴装制动盘定心环", + "drawingNumber": null, + "specificationModel": "(TK 141021001062)", + "carModel": "CR300BF,CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313302010005-00001", + "name": "轴装制动盘六角螺栓", + "drawingNumber": null, + "specificationModel": "M14×100 (TK 140199001179)", + "carModel": "CR300BF,CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010007-00030", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21B 等级5 ZQ/LRS ER8)(天津纵横)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010007-00029", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21B 等级4 ZQ/LRS ER8)(天津纵横)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010007-00028", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21B 等级3 ZQ/LRS ER8)(天津纵横)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010007-00027", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21B 等级2 ZQ/LRS ER8)(天津纵横)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010007-00026", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21B 等级1 ZQ/LRS ER8)(天津纵横)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010007-00025", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21B ZQ/LRS ER8)(天津纵横)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010007-00031", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21B 等级6 ZQ/LRS ER8)(天津纵横)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020014-00005", + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DA", + "specificationModel": "GBDW21B ZQ/LRS ER8-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020096-00004", + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DA", + "specificationModel": "GBDW21B 等级6 ZQ/LRS ER8-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020097-00005", + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DA", + "specificationModel": "GBDW21B 等级5 ZQ/LRS ER8-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020098-00005", + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DA", + "specificationModel": "GBDW21B 等级4 ZQ/LRS ER8-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020099-00005", + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DA", + "specificationModel": "GBDW21B 等级3 ZQ/LRS ER8-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020100-00004", + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DA", + "specificationModel": "GBDW21B 等级2 ZQ/LRS ER8-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020101-00005", + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DA", + "specificationModel": "GBDW21B 等级1 ZQ/LRS ER8-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311299010004-00005", + "name": "精加工动力车轴", + "drawingNumber": "CCD2001-03-21-0002-DA", + "specificationModel": "GBDA2B ZQ/LRS EA4T-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDA2B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311299010003-00005", + "name": "精加工非动力车轴", + "drawingNumber": "CCD2001-03-21-0002-TA", + "specificationModel": "GBTA2 ZQ/LRS EA4T-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTA2", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000046-00003", + "name": "动力车轴(带齿轮箱+联轴节+喷漆)", + "drawingNumber": "ZQ1014001-113", + "specificationModel": "(GBDA2B ZQ/LRS EA4T)(QY)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDA2B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "QY", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": "自采", + "couplingManufacturers": "KWD", + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000022-00006", + "name": "非动力轮对", + "drawingNumber": "CCD2001-03-21-0000-TA", + "specificationModel": "(GBT)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK )-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBT", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "TK", + "axisProcurement": "自采", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": "LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000011-00008", + "name": "动力轮对", + "drawingNumber": "CCD2001-03-21-0000-DA", + "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK )(QY )-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBD", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": "自采", + "gearboxManufacturers": "QY", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": "LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311000000014-00005", + "name": "非动力轮对(带轴承)", + "drawingNumber": "ZQ1014001-102", + "specificationModel": "(GBT)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK)(天津纵横 )(SKF)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBT", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "TK", + "axisProcurement": "自采", + "bearingManufacturers": "SKF", + "bearingProcurement": "自采", + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": "LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311000000013-00004", + "name": "动力轮对(带轴承+联轴节)", + "drawingNumber": "ZQ1014001-101", + "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(QY)(TK)(SKF)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBD", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": "自采", + "gearboxManufacturers": "QY", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": "SKF", + "bearingProcurement": "自采", + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": "LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000045-00003", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1022009-001", + "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTA2", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311102000016-00004", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1022009-008/ZQ1022009-003", + "specificationModel": "(GBTW21A ZQ /LRS ER8)(天津纵横)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199030055-00002", + "name": "动力毛坯车轮", + "drawingNumber": "ZQ1014001-124", + "specificationModel": "CR300BF,CR400BF LRS ER8C", + "carModel": "CR300BF,CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "ER8C", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199030056-00002", + "name": "非动力毛坯车轮", + "drawingNumber": "ZQ1014001-125", + "specificationModel": "CR300BF,CR400BF LRS ER8C", + "carModel": "CR300BF,CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "ER8C", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311001000105-00002", + "name": "动力轮对", + "drawingNumber": "SFEZ20M1-211-000B", + "specificationModel": "(GBD1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK )(QY )-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBD1", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": "自采", + "gearboxManufacturers": "QY", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": "LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000006-00003", + "name": "非动力轮对(带降噪板)", + "drawingNumber": "SFEZ20T1-211-000B", + "specificationModel": "(GBT1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK )-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBT1", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "TK", + "axisProcurement": "自采", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": "LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311000000014-00004", + "name": "非动力轮对(带轴承)", + "drawingNumber": "ZQ1014001-102", + "specificationModel": "(GBT)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK)(天津纵横 )(SKF)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBT", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "TK", + "axisProcurement": "自采", + "bearingManufacturers": "SKF", + "bearingProcurement": "自采", + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": "LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311000000013-00003", + "name": "动力轮对(带轴承+联轴节)", + "drawingNumber": "ZQ1014001-101", + "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(QY)(TK)(SKF)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBD", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": "自采", + "gearboxManufacturers": "QY", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": "SKF", + "bearingProcurement": "自采", + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": "LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311102000025-10001", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1014001-100(ZQ1014001-090)", + "specificationModel": "检修(GBTW21B ZQ /LRS ER8)(天津纵横)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": null, + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311299000013-10001", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-088", + "specificationModel": "检修(GBTA2 ZQ/LRS EA4T)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": "GBTA2", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000016-10001", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-089", + "specificationModel": "检修(GBDA2B ZQ/LRS EA4T)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": "GBDA2B", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000023-10002", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1019019-001", + "specificationModel": "检修 (GBDA2A ZQ/LRS EA4T)(东洋 )", + "carModel": "CR400AF-Z", + "newlyBuiltMaintenance": 1, + "model": "GBDA2A", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "东洋", + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000023-10001", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1019019-001", + "specificationModel": "检修 (GBDA2A ZQ/LRS EA4T)(QY)", + "carModel": "CR400AF-Z", + "newlyBuiltMaintenance": 1, + "model": "GBDA2A", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "QY", + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000019-10002", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1018005-013", + "specificationModel": "检修 (GBDA2A ZQ/LRS EA4T)(东洋)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": "GBDA2A", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "东洋", + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D325000000014-10001", + "name": "右轴箱组成", + "drawingNumber": "ZQ1014001-117", + "specificationModel": "检修", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D325000000013-10001", + "name": "左轴箱组成", + "drawingNumber": "ZQ1014001-116", + "specificationModel": "检修", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D325000000012-10001", + "name": "右轴箱组成", + "drawingNumber": "ZQ1018005-024", + "specificationModel": "检修", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D325000000011-10001", + "name": "左轴箱组成", + "drawingNumber": "ZQ1018005-023", + "specificationModel": "检修", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311201000046-10002", + "name": "动力车轴(带齿轮箱+联轴节+喷漆)", + "drawingNumber": "ZQ1014001-113", + "specificationModel": "检修 (GBDA2B ZQ/LRS EA4T)(ZF)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": "GBDA2B", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "ZF", + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": "KWD", + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000046-10001", + "name": "动力车轴(带齿轮箱+联轴节+喷漆)", + "drawingNumber": "ZQ1014001-113", + "specificationModel": "检修 (GBDA2B ZQ/LRS EA4T)(QY)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": "GBDA2B", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "QY", + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": "KWD", + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000043-10001", + "name": "动力车轴(带齿轮箱+联轴节+喷漆)", + "drawingNumber": "ZQ1018005-018", + "specificationModel": "检修 (GBDA2A ZQ/LRS EA4T)(QY)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": "GBDA2A", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "QY", + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": "KWD", + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00019", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A 等级4 ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311299020005-00001", + "name": "非动力毛坯车轴", + "drawingNumber": "ZQ1014001-095", + "specificationModel": "CRH380B,CR400BF,CR400AF,CR300AF,CR300BF LRS EA4T", + "carModel": "CRH380B,CR400BF,CR400AF,CR300AF,CR300BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "EA4T", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "LRS", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311299020004-00006", + "name": "动力毛坯车轴", + "drawingNumber": "ZQ1014001-012", + "specificationModel": "CRH380B,CR400BF,CR400AF,CR300AF,CR300BF LRS EA4T", + "carModel": "CRH380B,CR400BF,CR400AF,CR300AF,CR300BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "EA4T", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "LRS", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020012-00003", + "name": "非动力毛坯车轮", + "drawingNumber": "ZQ1018006-002", + "specificationModel": "CR400BF,CR400AF,CR300BF,CR300AF LRS ER8", + "carModel": "CR400BF,CR400AF,CR300BF,CR300AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199030001-00003", + "name": "动力毛坯车轮", + "drawingNumber": "ZQ1018006-001", + "specificationModel": "CR400BF,CR400AF,CR300BF,CR300AF LRS ER8", + "carModel": "CR400BF,CR400AF,CR300BF,CR300AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311103020004-00001", + "name": "降噪块套件", + "drawingNumber": null, + "specificationModel": "(四方股份 35742110020)", + "carModel": "CR400AF-G,CR400AF-BZ,CR400AF-A,CR400AF-Z,CR400AF-B,CR400AF,CR400AF-C", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00024", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A 等级6 ZQ /LRS ER8 )(TK )-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00023", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A 等级5 ZQ /LRS ER8 )(TK )-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00022", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A 等级4 ZQ /LRS ER8 )(TK )-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00021", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A 等级3 ZQ /LRS ER8 )(TK )-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": "/images/cars/2.jpg", + "selected": false + }, + { + "productNumber": "D311101000028-00020", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A 等级2 ZQ /LRS ER8 )(TK )-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00019", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A 等级1 ZQ /LRS ER8 )(TK )-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311103020003-00001", + "name": "降噪块套件", + "drawingNumber": null, + "specificationModel": "(CRC M000001522900)", + "carModel": "CR400BF-GZ,CR400BF-Z,CR400BF-BZ,CR400BF-G,CR400BF-C,CR400BF-B,CR400BF,CR400BF-AZ,CR400BF-A", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311299010005-00004", + "name": "精加工动力车轴", + "drawingNumber": "SFEZ20M1-211-001", + "specificationModel": "GBDA2A LRS/LRS EA4T-LRS", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDA2A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "喷钼车轴", + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00018", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A 等级2 ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00017", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A 等级1 ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311201000029-00003", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1022005-001", + "specificationModel": "(GBDA1B JX/JX DZ2)(ZF)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDA1B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "ZF", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "JX", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311102010004-00016", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21A 等级6 ZQ/LRS ER8)(天津纵横)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010004-00015", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21A 等级5 ZQ/LRS ER8)(天津纵横)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010004-00014", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21A 等级4 ZQ/LRS ER8)(天津纵横)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010004-00013", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21A 等级3 ZQ/LRS ER8)(天津纵横)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": "/images/cars/1_2_1_1.jpg", + "selected": false + }, + { + "productNumber": "D311102010004-00012", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21A 等级2 ZQ/LRS ER8)(天津纵横)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010004-00011", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21A 等级1 ZQ/LRS ER8)(天津纵横)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312303050017-00001", + "name": "密封垫片", + "drawingNumber": null, + "specificationModel": "CJDZZ-2015-04 (CRC M000004664894)", + "carModel": "CR400BF-B,CR400BF,CR400BF-AZ,CR400BF-A,CR400BF-Z,CR400BF-GZ,CR400BF-G", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199010105-00003", + "name": "动力车轮", + "drawingNumber": "SFEZ20M1-211-100", + "specificationModel": "GBDW21A 等级3 ZQ/LRS ER8-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199010107-00003", + "name": "动力车轮", + "drawingNumber": "SFEZ20M1-211-100", + "specificationModel": "GBDW21A 等级1 ZQ/LRS ER8-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": "/images/cars/3.jpg", + "selected": false + }, + { + "productNumber": "D311199010102-00003", + "name": "动力车轮", + "drawingNumber": "SFEZ20M1-211-100", + "specificationModel": "GBDW21A 等级6 ZQ/LRS ER8-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199010103-00003", + "name": "动力车轮", + "drawingNumber": "SFEZ20M1-211-100", + "specificationModel": "GBDW21A 等级5 ZQ/LRS ER8-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199010104-00003", + "name": "动力车轮", + "drawingNumber": "SFEZ20M1-211-100", + "specificationModel": "GBDW21A 等级4 ZQ/LRS ER8-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199010106-00003", + "name": "动力车轮", + "drawingNumber": "SFEZ20M1-211-100", + "specificationModel": "GBDW21A 等级2 ZQ/LRS ER8-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00018", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A ZQ /LRS ER8 )(TK )-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": '/images/cars/1_2_1_1_1.jpg', + "selected": false + }, + { + "productNumber": "D311102000016-00003", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1022009-008/ZQ1022009-003", + "specificationModel": "(GBTW11A ZQ /MG D2)(天津纵横)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW11A", + "material": "D2", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "MG", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000016-00002", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1022009-008/ZQ1022009-003", + "specificationModel": "(GBTW11A ZQ /TZ D2)(天津纵横)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW11A", + "material": "D2", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "TZ", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311201000028-00004", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1022009-005", + "specificationModel": "(GBDA1A ZQ/TZ DZ2)(东洋)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDA1A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "东洋", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "TZ", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000028-00003", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1022009-005", + "specificationModel": "(GBDA1A ZQ/JX DZ2)(东洋)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDA1A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "东洋", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "JX", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000076-00004", + "name": "非动力轮对(带降噪板)", + "drawingNumber": "SFEZ20T1-211-000A", + "specificationModel": "(GBT1)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK )-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBT1", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "TK", + "axisProcurement": "自采", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "TZ", + "roughAxle": "TZ", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000076-00003", + "name": "非动力轮对(带降噪板)", + "drawingNumber": "SFEZ20T1-211-000A", + "specificationModel": "(GBT1)(ZQ/JX DZ2)(ZQ/MGV D2)(TK )-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBT1", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "TK", + "axisProcurement": "自采", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "MGV", + "roughAxle": "JX", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000075-00004", + "name": "动力轮对", + "drawingNumber": "SFEZ20M1-211-000C", + "specificationModel": "(GBD1)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK )(东洋 )-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBD1", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": "自采", + "gearboxManufacturers": "东洋", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "TZ", + "roughAxle": "TZ", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000075-00003", + "name": "动力轮对", + "drawingNumber": "SFEZ20M1-211-000C", + "specificationModel": "(GBD1)(ZQ/JX DZ2)(ZQ/MGV D2)(TK )(东洋 )-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBD1", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": "自采", + "gearboxManufacturers": "东洋", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "MGV", + "roughAxle": "JX", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311101000027-00004", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1022009-006", + "specificationModel": "(GBDW11A ZQ /TZ D2 )(TK )-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW11A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "TZ", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000027-00003", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1022009-006", + "specificationModel": "(GBDW11A ZQ /MGV D2 )(TK )-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW11A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "MGV", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311299000016-00003", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-089", + "specificationModel": "(GBDA2B ZQ/LRS EA4T)(华豹)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDA2B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "华豹", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000013-00003", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-088", + "specificationModel": "(GBTA2 ZQ/LRS EA4T)(华豹)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTA2", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "华豹", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311199000035-00024", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1014001-090", + "specificationModel": "(GBDW21B ZQ/LRS ER8)华豹-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "华豹", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D351200000026-10001", + "name": "动车组联轴节(鼓形齿式)", + "drawingNumber": null, + "specificationModel": "检修 (四方股份 36034000001)", + "carModel": "CR400AF-A,CR400AF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "ESCO FTRN-70", + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D351200000026-00001", + "name": "动车组联轴节(鼓形齿式)", + "drawingNumber": null, + "specificationModel": "(四方股份 36034000001)", + "carModel": "CR400AF,CR400AF-A", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "ESCO FTR N-70", + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": "/images/cars/1_2.jpg", + "selected": false + }, + { + "productNumber": "D311101000028-00017", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A ZQ /LRS ER8 )(TK 客供)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00016", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311299000016-00002", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-089", + "specificationModel": "(GBDA2B ZQ/LRS EA4T)(Weckerle)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDA2B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000013-00002", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-088", + "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTA2", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311102010004-00010", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21A ZQ/LRS ER8)(天津纵横)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199010011-00004", + "name": "动力车轮", + "drawingNumber": "SFEZ20M1-211-100", + "specificationModel": "GBDW21A ZQ/LRS ER8-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000035-00023", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1014001-090", + "specificationModel": "(GBDW21B ZQ/LRS ER8)Weckerle-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311000000014-00003", + "name": "非动力轮对(带轴承)", + "drawingNumber": "ZQ1014001-102", + "specificationModel": "(GBT)(ZQ/TZ DZ2)(ZQ/TZ D2)(KB)(天津纵横 )(FAG)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBT", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "KB", + "axisProcurement": "自采", + "bearingManufacturers": "FAG", + "bearingProcurement": "自采", + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "TZ", + "roughAxle": "TZ", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311000000013-00002", + "name": "动力轮对(带轴承+联轴节)", + "drawingNumber": "ZQ1014001-101", + "specificationModel": null, + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBD", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": "KB", + "wheelMountedProcurement": "自采", + "axleProcurement": "自采", + "gearboxManufacturers": "ZF", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": "FAG", + "bearingProcurement": "自采", + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "MG", + "roughAxle": "JX", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311000000014-00002", + "name": "非动力轮对(带轴承)", + "drawingNumber": "ZQ1014001-102", + "specificationModel": "(GBT)(ZQ/JX DZ2)(ZQ/MG D2)(KB)(天津纵横 )(FAG)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBT", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "KB", + "axisProcurement": "自采", + "bearingManufacturers": "FAG", + "bearingProcurement": "自采", + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "MG", + "roughAxle": "JX", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311000000013-00001", + "name": "动力轮对(带轴承+联轴节)", + "drawingNumber": "ZQ1014001-101", + "specificationModel": null, + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBD", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": "KB", + "wheelMountedProcurement": "自采", + "axleProcurement": "自采", + "gearboxManufacturers": "ZF", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": "FAG", + "bearingProcurement": "自采", + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "TZ", + "roughAxle": "TZ", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311102010013-00003", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "ZQ1022009-009", + "specificationModel": "(GBTW11A 四方股份客供D2)(天津纵横)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW11A", + "material": "D2", + "procurementAttributes": "客供", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199010055-00003", + "name": "非动力车轮", + "drawingNumber": "SFEZ20T1-211-100A", + "specificationModel": "GBTW11A 四方股份客供D2-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW11A", + "material": null, + "procurementAttributes": "客供", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000016-00001", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1022009-008/ZQ1022009-003", + "specificationModel": "(GBTW11A 四方股份 客供D2)(天津纵横)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW11A", + "material": "D2", + "procurementAttributes": "客供", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": "/images/cars/4.jpg", + "selected": false + }, + { + "productNumber": "D313401050002-00001", + "name": "轮装制动盘定位销", + "drawingNumber": "TKD600-DS75C-00-00WX", + "specificationModel": "TK 31×57×25 KNIITKD600D75/KIT", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313401020002-00001", + "name": "轮装制动盘螺母", + "drawingNumber": "TKD600-DS75C-00-00WX", + "specificationModel": "TK M16×29 KNIITKD600D75/KIT", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313401050002-00002", + "name": "轮装制动盘定位销", + "drawingNumber": "TKD600-DS75C-00-00WX", + "specificationModel": "TK 31×57×25 KNIITKD600D75/KIT 客供", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313401020002-00002", + "name": "轮装制动盘螺母", + "drawingNumber": "TKD600-DS75C-00-00WX", + "specificationModel": "TK M16×29 KNIITKD600D75/KIT 客供", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D322100000032-00001", + "name": "左转臂主体", + "drawingNumber": null, + "specificationModel": "SFEZ20M1-212-000 (四方股份 36032120001)", + "carModel": "CR400AF,CR400AF-A", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D322100000031-10001", + "name": "右转臂主体", + "drawingNumber": null, + "specificationModel": "检修 SFEZ20M1-213-000 (四方股份 36032130001)", + "carModel": "CR400AF,CR400AF-A", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D322100000032-10001", + "name": "左转臂主体", + "drawingNumber": null, + "specificationModel": "检修 SFEZ20M1-212-000 (四方股份 36032120001)", + "carModel": "CR400AF,CR400AF-A", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D322100000031-00001", + "name": "右转臂主体", + "drawingNumber": null, + "specificationModel": "SFEZ20M1-213-000 (四方股份 36032130001)", + "carModel": "CR400AF,CR400AF-A", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D322100000021-00001", + "name": "左转臂箍", + "drawingNumber": null, + "specificationModel": "(CRC\\TRC M000000869591)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D322100000023-00001", + "name": "右转臂箍", + "drawingNumber": null, + "specificationModel": "(CRC\\TRC 550711)", + "carModel": "CR400BF-G,CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D322100000024-00001", + "name": "左转臂主体", + "drawingNumber": null, + "specificationModel": "(CRC\\TRC 550713)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": '/images/cars/1_2_1.jpg', + "selected": false + }, + { + "productNumber": "D322100000022-00001", + "name": "右转臂主体", + "drawingNumber": null, + "specificationModel": "(CRC\\TRC 550712)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00016", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": null, + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "TK", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312303050011-00002", + "name": "密封垫片", + "drawingNumber": null, + "specificationModel": "CJDZZ-2015-01-06 (和实 600309)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312303050016-00001", + "name": "密封垫片", + "drawingNumber": null, + "specificationModel": "(四方股份 19010023650)", + "carModel": "CR400AF,CR400AF-A", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312303050008-00001", + "name": "密封垫片", + "drawingNumber": null, + "specificationModel": "(CRC M000002150861)", + "carModel": "CR400BF,CR400BF-G", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312303050015-00001", + "name": "密封垫片", + "drawingNumber": null, + "specificationModel": "D214023201-3 (CRC\\TRC\\QY M000001747890)", + "carModel": "CR400BF,CR400BF-G", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312303050012-00001", + "name": "密封垫片", + "drawingNumber": null, + "specificationModel": "(CRC\\TRC M000000912066)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312303050011-00001", + "name": "密封垫片", + "drawingNumber": null, + "specificationModel": "CJDZZ-2015-01-06", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312303050009-00001", + "name": "密封垫片", + "drawingNumber": null, + "specificationModel": "(TRC\\QY M000001747889)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": "/images/cars/1_2_1_1.jpg", + "selected": false + }, + { + "productNumber": "D311299010046-00001", + "name": "精加工非动力车轴", + "drawingNumber": "SFEZ20T1-211-001A", + "specificationModel": "GBTA1 ZQ/TZ DZ2-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTA1", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311299010046-00002", + "name": "精加工非动力车轴", + "drawingNumber": "SFEZ20T1-211-001A", + "specificationModel": "GBTA1 ZQ/JX DZ2-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTA1", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/JX", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311299010045-00002", + "name": "精加工动力车轴", + "drawingNumber": "SFEZ20M1-211-001A", + "specificationModel": "GBDA1A ZQ/JX DZ2-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDA1A", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "1", + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/JX", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311299010043-00002", + "name": "精加工动力车轴", + "drawingNumber": "CCD2001-03-21-0002-DB", + "specificationModel": "GBDA1B ZQ/JX DZ2-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDA1B", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/JX", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311299010043-00001", + "name": "精加工动力车轴", + "drawingNumber": "CCD2001-03-21-0002-DB", + "specificationModel": "GBDA1B ZQ/TZ DZ2-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDA1B", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311299010044-00002", + "name": "精加工非动力车轴", + "drawingNumber": "CCD2001-03-21-0002-TB", + "specificationModel": "GBTA1 ZQ/JX DZ2-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTA1", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/JX", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311299010044-00001", + "name": "精加工非动力车轴", + "drawingNumber": "CCD2001-03-21-0002-TB", + "specificationModel": "GBTA1 ZQ/TZ DZ2-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTA1", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311299010045-00001", + "name": "精加工动力车轴", + "drawingNumber": "SFEZ20M1-211-001A", + "specificationModel": "GBDA1A ZQ/TZ DZ2-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDA1A", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000112-00001", + "name": "非动力测力轮对", + "drawingNumber": "RD0000037866", + "specificationModel": "(GBT)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBT)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "(TK", + "axisProcurement": "客供)", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000117-00001", + "name": "动力测力轮对", + "drawingNumber": "RD0000053999", + "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(ZF 客供)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBD)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": "(ZF", + "gearboxProcurement": "客供)", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000011-10001", + "name": "动力轮对", + "drawingNumber": "CCD2001-03-21-0000-DA", + "specificationModel": "检修", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311001000006-10001", + "name": "非动力轮对(带降噪板)", + "drawingNumber": "SFEZ20T1-211-000B", + "specificationModel": "检修", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311001000005-10001", + "name": "动力轮对", + "drawingNumber": "SFEZ20M1-211-000", + "specificationModel": "检修", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311299010005-00003", + "name": "精加工动力车轴", + "drawingNumber": "SFEZ20M1-211-001", + "specificationModel": "GBDA2A ZQ/LRS EA4T-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDA2A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000116-10001", + "name": "非动力轮对(带降噪块)", + "drawingNumber": "ZQ1018005-034", + "specificationModel": "检修", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020046-00003", + "name": "精加工非动力车轮", + "drawingNumber": "CCD2001-03-21-0001-TB", + "specificationModel": "GBTW11B MG客供/MG D2", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW11B", + "material": null, + "procurementAttributes": "客供", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MG", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020045-00004", + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DB", + "specificationModel": "GBDW11B MG客供/MG D2", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW11B", + "material": null, + "procurementAttributes": "客供", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MG", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020045-00003", + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DB", + "specificationModel": "GBDW11B TZ客供/TZ D2", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW11B", + "material": null, + "procurementAttributes": "客供", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020016-00001", + "name": "精加工非动力车轮", + "drawingNumber": "CCD2001-03-21-0001-TA", + "specificationModel": "GBTW21B ZQ/LRS ER8-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020178-00001", + "name": "精加工测力动力车轮", + "drawingNumber": "CCD2019-03-21-0001-TC", + "specificationModel": "GBDW21B ZQ/LRS ER8", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": null, + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020179-00001", + "name": "精加工测力非动力车轮", + "drawingNumber": "ZQ1014001-120(CCD2019-03-21-0001-TC)", + "specificationModel": "GBTW21B ZQ/LRS ER8", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": null, + "procurementAttributes": null, + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020045-00002", + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DB", + "specificationModel": "GBDW11B ZQ/TZ D2", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW11B", + "material": null, + "procurementAttributes": null, + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020045-00001", + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DB", + "specificationModel": "GBDW11B ZQ/MG D2", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW11B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MG", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020046-00002", + "name": "精加工非动力车轮", + "drawingNumber": "CCD2001-03-21-0001-TB", + "specificationModel": "GBTW11B ZQ/TZ D2-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW11B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020046-00001", + "name": "精加工非动力车轮", + "drawingNumber": "CCD2001-03-21-0001-TB", + "specificationModel": "GBTW11B ZQ/MGV D2-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW11B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MGV", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020046-00004", + "name": "精加工非动力车轮", + "drawingNumber": "CCD2001-03-21-0001-TB", + "specificationModel": "GBTW11B TZ客供/TZ D2", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW11B", + "material": null, + "procurementAttributes": "客供", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000026-00001", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1022005-002", + "specificationModel": "(GBDW11B ZQ /TZ D2 )(TK 客供)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW11B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00002", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A ZQ /LRS ER8 )(TK 客供)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-10004", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "检修(GBDW21A 等级6 ZQ )(TK )", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": "(GBDW21A", + "material": null, + "procurementAttributes": null, + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-10003", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "检修(GBDW21A 等级3 ZQ )(TK )", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": "(GBDW21A", + "material": null, + "procurementAttributes": null, + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-10001", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "检修(GBDW21A 等级1 ZQ )(TK )", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": "(GBDW21A", + "material": null, + "procurementAttributes": null, + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000007-10002", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-008", + "specificationModel": "检修(GBDW21A ZQ )(TK )", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": "(GBDW21A", + "material": null, + "procurementAttributes": null, + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00003", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A ZQ /LRS ER8 )(QY 客供)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(QY)", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000026-00005", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1022005-002", + "specificationModel": "(GBDW11B ZQ /TZ D2 )(TK )-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW11B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000008-10005", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1014001-097", + "specificationModel": "检修(GBDW21B ZQ /LRS ER8 )(TK )", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": "(GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000026-00004", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1022005-002", + "specificationModel": "(GBDW11B ZQ /MGV D2 )(TK )-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW11B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MGV", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000026-00003", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1022005-002", + "specificationModel": "(GBDW11B ZQ /MGV D2 )(TK 客供)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW11B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MGV", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000008-00002", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1014001-097", + "specificationModel": "(GBDW21B ZQ /LRS ER8 )(TK客供)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00001", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A ZQ /LRS ER8 )(TK )-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00015", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A ZQ /LRS ER8 )(TK )-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-10005", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "检修(GBDW21A ZQ /LRS ER8 )(TK )", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": "(GBDW21A", + "material": null, + "procurementAttributes": null, + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00014", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级6 ZQ /LRS ER8 )(TK 客供)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00013", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级5 ZQ /LRS ER8 )(TK 客供)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00012", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级4 ZQ /LRS ER8 )(TK 客供)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00011", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级3 ZQ /LRS ER8 )(TK 客供)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00010", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级2 ZQ /LRS ER8 )(TK 客供)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00009", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级1 ZQ /LRS ER8 )(TK 客供)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00014", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A 等级4 ZQ /ZQ ER8 )(TK )-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/ZQ", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00013", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A ZQ /LRS ER8 )(TK 客供)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00008", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级6 ZQ /LRS ER8 )(TK )-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00007", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级5 ZQ /LRS ER8 )(TK )-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00006", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级4 ZQ /LRS ER8 )(TK )-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00005", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级3 ZQ /LRS ER8 )(TK )-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00004", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级2 ZQ /LRS ER8 )(TK )-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00003", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B 等级1 ZQ /LRS ER8 )(TK )-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00006", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A ZQ /LRS ER8 )(TK )-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00012", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A 等级6 ZQ /LRS ER8 )(TK )-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00011", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A 等级5 ZQ /LRS ER8 )(TK )-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00010", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A 等级4 ZQ /LRS ER8 )(TK )-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00007", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A 等级3 ZQ /LRS ER8 )(TK )-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00009", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A 等级2 ZQ /LRS ER8 )(TK )-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000028-00008", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1018005-016", + "specificationModel": "(GBDW21A 等级1 ZQ /LRS ER8 )(TK )-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00002", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B ZQ /LRS ER8 )(TK )-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "自采", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000046-00001", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1020005-002", + "specificationModel": "(GBDW21B ZQ /LRS ER8 )(TK 客供)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000027-00002", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1022009-006", + "specificationModel": "(GBDW11A ZQ /TZ D2 )(TK 客供)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW11A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311101000027-00001", + "name": "动力车轮组成(带喷漆)", + "drawingNumber": "ZQ1022009-006", + "specificationModel": "(GBDW11A ZQ /MGV D2 )(TK 客供)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDW11A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": "(TK)", + "wheelMountedProcurement": "客供", + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MGV", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D310000000032-10001", + "name": "动力轮对轴箱组成(带联轴节)", + "drawingNumber": "ZQ1014001-103", + "specificationModel": "检修 (GBD)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312000000035-00001", + "name": "齿轮箱组成", + "drawingNumber": null, + "specificationModel": "QY G321A", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312000000032-00001", + "name": "齿轮箱组成", + "drawingNumber": null, + "specificationModel": "明治产业 KD655-B-M 客供", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312000000014-00002", + "name": "齿轮箱组成", + "drawingNumber": "4050_600_130_INS001", + "specificationModel": "ZF CW350D 客供 (CRC 572072)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312000000014-00001", + "name": "齿轮箱组成", + "drawingNumber": "4050_600_130_INS001", + "specificationModel": "ZF CW350D (CRC 572072)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312000000017-00002", + "name": "齿轮箱组成", + "drawingNumber": "CCD00000311701", + "specificationModel": "QY G327", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312000000009-00002", + "name": "齿轮箱组成", + "drawingNumber": null, + "specificationModel": "QY G321 客供", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312000000013-00002", + "name": "齿轮箱组成", + "drawingNumber": "D414025801", + "specificationModel": "QY G322", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312000000013-00001", + "name": "齿轮箱组成", + "drawingNumber": "D414025801", + "specificationModel": "QY G322 客供", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312301030002-00001", + "name": "密封垫圈", + "drawingNumber": null, + "specificationModel": "(四方股份 19010023649)", + "carModel": "CR400AF-A,CR400AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D312301030003-00001", + "name": "密封垫圈", + "drawingNumber": null, + "specificationModel": "G250015-1 (四方股份 19010031848)", + "carModel": "CR400AF,CR400AF-A", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311103000002-10001", + "name": "非动力车轮(带降噪块+喷漆)", + "drawingNumber": "ZQ1018005-037", + "specificationModel": "检修(GBTW22A BVV)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": "GBTW22A", + "material": "ER8", + "procurementAttributes": null, + "wheelTread": "A03-0001", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D351210000003-00001", + "name": "卡簧", + "drawingNumber": null, + "specificationModel": "(四方股份 19010050649)", + "carModel": "CR400AF,CR400AF-A", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000023-00002", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1022005-007(ZQ1014001-090)", + "specificationModel": "(GBTW11B TZ客供/TZ D2)(天津纵横)(Weckerle)-TZ", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW11B", + "material": "D2", + "procurementAttributes": "客供", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "TZ", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000023-00001", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1022005-007(ZQ1014001-090)", + "specificationModel": "(GBTW11B MG客供/MG D2)Weckerle-MG", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW11B", + "material": "D2", + "procurementAttributes": "客供", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MG", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000003-00002", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1018005-010", + "specificationModel": "(GBTW21A ZQ/LRS ER8)Weckerle-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000013-10001", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1020005-001(ZQCW350(D)-00-00-002)", + "specificationModel": "检修(GBTW21B ZQ/LRS ER8)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": null, + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102000003-10001", + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1018005-010", + "specificationModel": "检修(GBTW21A ZQ)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": null, + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102030003-00001", + "name": "铝胶带", + "drawingNumber": null, + "specificationModel": "TKD0601-00-00-06", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311299000069-00003", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1022005-005(ZQ1014001-089)", + "specificationModel": "(GBDA1B JX 客供/JX DZ2)(Weckerle)-JX", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDA1B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "JX", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000069-00004", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1022005-005(ZQ1014001-089)", + "specificationModel": "(GBDA1B TZ 客供/TZ DZ2)(Weckerle)-TZ", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDA1B", + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "TZ", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000070-00004", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1022005-008(ZQ1014001-088)", + "specificationModel": "(GBTA1 TZ 客供/TZ DZ2)(Weckerle)-TZ", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBTA1", + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "DZ2)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000004-00002", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1018005-011", + "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBTA2", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000004-00003", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1018005-011", + "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBTA2", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000055-00003", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1018005-017", + "specificationModel": "(GBDA2A ZQ/LRS EA4T)(Weckerle)-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA2A", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000055-00002", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1018005-017", + "specificationModel": "(GBDA2A ZQ/LRS EA4T)(Weckerle)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA2A", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000074-00001", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-032", + "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBTA2", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000075-00001", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-063", + "specificationModel": "(GBDA2B ZQ/LRS EA4T)(Weckerle)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA2B", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000013-00001", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-088", + "specificationModel": "(GBTA2 ZQ (根)/LRS EA4T)(Weckerle)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTA2", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000070-00005", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1022005-008(ZQ1014001-088)", + "specificationModel": "(GBTA1 JX 客供/JX DZ2)(Weckerle)-JX", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBTA1", + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/JX", + "wheelMaterial": null, + "axleMaterial": "DZ2)", + "image": null, + "selected": false + }, + { + "productNumber": "D311102010020-00004", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "ZQ1022005-010(TKD0601-00-00-03)", + "specificationModel": "(GBTW11B TZ客供/TZ D2)(天津纵横)-TZ", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBTW11B)", + "material": "D2", + "procurementAttributes": "客供", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010013-00002", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "ZQ1022009-009", + "specificationModel": "(GBTW11A ZQ/MG D2)(天津纵横)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW11A", + "material": "D2", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "MG", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010013-00001", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "ZQ1022009-009(TKD0601-00-00-03)", + "specificationModel": "(GBTW11A ZQ/TZ D2)(天津纵横)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW11A", + "material": "D2", + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "TZ", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": "/images/cars/3.jpg", + "selected": false + }, + { + "productNumber": "D311102010020-00003", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "ZQ1022005-010(TKD0601-00-00-03)", + "specificationModel": "(GBTW11B ZQ/TZ D2)(天津纵横)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBTW11B)", + "material": "D2", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010020-00002", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "ZQ1022005-010(TKD0601-00-00-03)", + "specificationModel": "(GBTW11B ZQ/MG D2)(天津纵横)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBTW11B)", + "material": "D2", + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MG", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102010020-00001", + "name": "非动力车轮(带降噪板)", + "drawingNumber": "ZQ1022005-010(TKD0601-00-00-03)", + "specificationModel": "(GBTW11B MG客供/MG D2)(天津纵横)-MG", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBTW11B)", + "material": "D2", + "procurementAttributes": "客供", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MG", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311000000013-10001", + "name": "动力轮对(带轴承+联轴节)", + "drawingNumber": "ZQ1014001-101", + "specificationModel": "检修", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311001000073-00006", + "name": "动力轮对", + "drawingNumber": "CCD2001-03-21-0000-DB", + "specificationModel": "(GBD)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK )", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBD)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": "(TK", + "wheelMountedProcurement": "自采)", + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": "/TZ", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000073-00005", + "name": "动力轮对", + "drawingNumber": "CCD2001-03-21-0000-DB", + "specificationModel": "(GBD)(ZQ/JX DZ2)(ZQ/MGV D2)(TK )", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBD)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": "(TK", + "wheelMountedProcurement": "自采)", + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MGV", + "roughAxle": "/JX", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000005-00002", + "name": "动力轮对", + "drawingNumber": "SFEZ20M1-211-000", + "specificationModel": "(GBD1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)(QY 客供)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBD1)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": "(TK", + "wheelMountedProcurement": "客供)", + "axleProcurement": "自采)", + "gearboxManufacturers": "(QY", + "gearboxProcurement": "客供)", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000074-00005", + "name": "非动力轮对(带降噪板)", + "drawingNumber": "CCD2001-03-21-0000-TB", + "specificationModel": "(GBT)(ZQ/JX DZ2)(ZQ/MGV D2)(TK )", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBT)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "(TK", + "axisProcurement": "自采)", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MGV", + "roughAxle": "/JX", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000006-00001", + "name": "非动力轮对(带降噪板)", + "drawingNumber": "SFEZ20T1-211-000B", + "specificationModel": "(GBT1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBT1)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "(TK", + "axisProcurement": "客供)", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000075-00001", + "name": "动力轮对", + "drawingNumber": "SFEZ20M1-211-000C", + "specificationModel": "(GBD1)(ZQ/JX DZ2)(ZQ/MGV D2)(TK 客供)(东洋 客供)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBD1)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": "(TK", + "wheelMountedProcurement": "客供)", + "axleProcurement": "自采)", + "gearboxManufacturers": "(东洋", + "gearboxProcurement": "客供)", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MGV", + "roughAxle": "/JX", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000075-00002", + "name": "动力轮对", + "drawingNumber": "SFEZ20M1-211-000C", + "specificationModel": "(GBD1)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK 客供)(东洋 客供)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBD1)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": "(TK", + "wheelMountedProcurement": "客供)", + "axleProcurement": "自采)", + "gearboxManufacturers": "(东洋", + "gearboxProcurement": "客供)", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": "/TZ", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000005-00003", + "name": "动力轮对", + "drawingNumber": "SFEZ20M1-211-000", + "specificationModel": "(GBD1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)(东洋 客供)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBD1)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": "(TK", + "wheelMountedProcurement": "客供)", + "axleProcurement": "自采)", + "gearboxManufacturers": "(东洋", + "gearboxProcurement": "客供)", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000006-00002", + "name": "非动力轮对(带降噪板)", + "drawingNumber": "SFEZ20T1-211-000B", + "specificationModel": "(GBT1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(QY 客供)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBT1)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "(QY", + "axisProcurement": "客供)", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000005-00001", + "name": "动力轮对", + "drawingNumber": "SFEZ20M1-211-000", + "specificationModel": "(GBD1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(QY 客供)(QY 客供)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBD1)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": "(QY", + "wheelMountedProcurement": "客供)", + "axleProcurement": "自采)", + "gearboxManufacturers": "(QY", + "gearboxProcurement": "客供)", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000105-00001", + "name": "动力轮对", + "drawingNumber": "SFEZ20M1-211-000B", + "specificationModel": "(GBD1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)(QY 客供)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBD1)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": "(TK", + "wheelMountedProcurement": "客供)", + "axleProcurement": "自采)", + "gearboxManufacturers": "(QY", + "gearboxProcurement": "客供)", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000076-00001", + "name": "非动力轮对(带降噪板)", + "drawingNumber": "SFEZ20T1-211-000A", + "specificationModel": "(GBT1)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK 客供)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBT1)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "(TK", + "axisProcurement": "客供)", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": "/TZ", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000076-00002", + "name": "非动力轮对(带降噪板)", + "drawingNumber": "SFEZ20T1-211-000A", + "specificationModel": "(GBT1)(ZQ/JX DZ2)(ZQ/MGV D2)(TK 客供)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBT1)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "(TK", + "axisProcurement": "客供)", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MGV", + "roughAxle": "/JX", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000011-00002", + "name": "动力轮对", + "drawingNumber": "CCD2001-03-21-0000-DA", + "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK )(ZF )", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBD)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": "(TK", + "wheelMountedProcurement": "自采)", + "axleProcurement": "自采)", + "gearboxManufacturers": "(ZF", + "gearboxProcurement": "自采)", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000011-00006", + "name": "动力轮对", + "drawingNumber": "CCD2001-03-21-0000-DA", + "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)(QY 客供)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBD)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": "(TK", + "wheelMountedProcurement": "客供)", + "axleProcurement": "自采)", + "gearboxManufacturers": "(QY", + "gearboxProcurement": "客供)", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000074-00004", + "name": "非动力轮对(带降噪板)", + "drawingNumber": "CCD2001-03-21-0000-TB", + "specificationModel": "(GBT)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK )-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBT)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "(TK", + "axisProcurement": "自采)", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": "/TZ", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000022-00005", + "name": "非动力轮对(带降噪板)", + "drawingNumber": "CCD2001-03-21-0000-TA", + "specificationModel": "(GBT)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBT)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "(TK", + "axisProcurement": "客供)", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000022-00004", + "name": "非动力轮对(带降噪板)", + "drawingNumber": "CCD2001-03-21-0000-TA", + "specificationModel": "(GBT)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBT)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "(TK", + "axisProcurement": "客供)", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000022-00003", + "name": "非动力轮对(带降噪板)", + "drawingNumber": "CCD2001-03-21-0000-TA", + "specificationModel": "(GBT)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK )-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBT)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "(TK", + "axisProcurement": "自采)", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000011-00005", + "name": "动力轮对", + "drawingNumber": "CCD2001-03-21-0000-DA", + "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)(ZF 客供)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBD)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": "(TK", + "wheelMountedProcurement": "客供)", + "axleProcurement": "自采)", + "gearboxManufacturers": "(ZF", + "gearboxProcurement": "客供)", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000011-00004", + "name": "动力轮对", + "drawingNumber": "CCD2001-03-21-0000-DA", + "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)(QY 客供)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBD)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": "(TK", + "wheelMountedProcurement": "客供)", + "axleProcurement": "自采)", + "gearboxManufacturers": "(QY", + "gearboxProcurement": "客供)", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000074-00003", + "name": "非动力轮对(带降噪板)", + "drawingNumber": "CCD2001-03-21-0000-TB", + "specificationModel": "(GBT)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK 客供)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBT)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "(TK", + "axisProcurement": "客供)", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": "/TZ", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000074-00002", + "name": "非动力轮对(带降噪板)", + "drawingNumber": "CCD2001-03-21-0000-TB", + "specificationModel": "(GBT)(ZQ/JX DZ2)(ZQ/MGV D2)(TK )-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBT)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "(TK", + "axisProcurement": "自采)", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MGV", + "roughAxle": "/JX", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000074-00001", + "name": "非动力轮对(带降噪板)", + "drawingNumber": "CCD2001-03-21-0000-TB", + "specificationModel": "(GBT)(ZQ/JX DZ2)(ZQ/MGV D2)(TK 客供)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBT)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "(TK", + "axisProcurement": "客供)", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MGV", + "roughAxle": "/JX", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000073-00004", + "name": "动力轮对", + "drawingNumber": "CCD2001-03-21-0000-DB", + "specificationModel": "(GBD)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK )(ZF )-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBD)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": "(TK", + "wheelMountedProcurement": "自采)", + "axleProcurement": "自采)", + "gearboxManufacturers": "(ZF", + "gearboxProcurement": "自采)", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": "/TZ", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000073-00003", + "name": "动力轮对", + "drawingNumber": "CCD2001-03-21-0000-DB", + "specificationModel": "(GBD)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK 客供)(ZF 客供)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBD)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": "(TK", + "wheelMountedProcurement": "客供)", + "axleProcurement": "自采)", + "gearboxManufacturers": "(ZF", + "gearboxProcurement": "客供)", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": "/TZ", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": "/images/cars/1_2.jpg", + "selected": false + }, + { + "productNumber": "D311001000073-00002", + "name": "动力轮对", + "drawingNumber": "CCD2001-03-21-0000-DB", + "specificationModel": "(GBD)(ZQ/JX DZ2)(ZQ/MGV D2)(TK )(ZF )-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBD)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": "(TK", + "wheelMountedProcurement": "自采)", + "axleProcurement": "自采)", + "gearboxManufacturers": "(ZF", + "gearboxProcurement": "自采)", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MGV", + "roughAxle": "/JX", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000073-00001", + "name": "动力轮对", + "drawingNumber": "CCD2001-03-21-0000-DB", + "specificationModel": "(GBD)(ZQ/JX DZ2)(ZQ/MGV D2)(TK 客供)(ZF 客供)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBD)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": "(TK", + "wheelMountedProcurement": "客供)", + "axleProcurement": "自采)", + "gearboxManufacturers": "(ZF", + "gearboxProcurement": "客供)", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MGV", + "roughAxle": "/JX", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000011-00001", + "name": "动力轮对", + "drawingNumber": "CCD2001-03-21-0000-DA", + "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK )(QY )-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBD", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": "自采", + "gearboxManufacturers": "QY", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": "LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000011-00003", + "name": "动力轮对", + "drawingNumber": "CCD2001-03-21-0000-DA", + "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK )(QY 客供)-ZH", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBD)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": "(TK", + "wheelMountedProcurement": "自采)", + "axleProcurement": "自采)", + "gearboxManufacturers": "(QY", + "gearboxProcurement": "客供)", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311300000023-00001", + "name": "轴箱轴承", + "drawingNumber": null, + "specificationModel": "SKF BC2-0436 客供(CRC\\TRC 543930)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311300000023-00002", + "name": "轴箱轴承", + "drawingNumber": null, + "specificationModel": "SKF BC2-0436", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311300000014-10001", + "name": "轴箱轴承", + "drawingNumber": null, + "specificationModel": "检修 NSK J-943*UNIT", + "carModel": "CR400AF-A,CR400AF,CR400AF-Z,CR300AF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311300000013-10001", + "name": "轴箱轴承", + "drawingNumber": null, + "specificationModel": "检修 NTN 2E-CRI-26A02T2LLXCS825PX1/L552V2S17", + "carModel": "CR300AF,CR400AF,CR400AF-A", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311300000020-00001", + "name": "轴箱轴承", + "drawingNumber": null, + "specificationModel": "FAG F-807811.12.TAROL130/240-B-TVP(CRC\\TRC 543931)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311300000023-10001", + "name": "轴箱轴承", + "drawingNumber": null, + "specificationModel": "检修 SKF BC2-0436 客供(CRC\\TRC 543930)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311000000014-00001", + "name": "非动力轮对(带轴承)", + "drawingNumber": "ZQ1014001-102", + "specificationModel": "(GBT)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK)(FAG)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBT)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "(TK", + "axisProcurement": "自采)", + "bearingManufacturers": "(FAG", + "bearingProcurement": "自采)", + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": "/images/cars/2.jpg", + "selected": false + }, + { + "productNumber": "D311000000021-00001", + "name": "动力轮对(带轴承+联轴节)", + "drawingNumber": "ZQ1018005-021", + "specificationModel": "(GBD1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(QY G321A )(TK(NTN)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBD1", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": "TK", + "wheelMountedProcurement": null, + "axleProcurement": "自采", + "gearboxManufacturers": "QY", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": "NTN", + "bearingProcurement": "自采", + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "LRS", + "roughAxle": "LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311000000022-00002", + "name": "非动力轮对(带轴承)", + "drawingNumber": "ZQ1018005-022", + "specificationModel": "(GBT1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK)(NSK)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBT1)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "(TK", + "axisProcurement": "自采)", + "bearingManufacturers": "(NSK", + "bearingProcurement": "自采)", + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311000000022-00001", + "name": "非动力轮对(带轴承)", + "drawingNumber": "ZQ1018005-022", + "specificationModel": "(GBT1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK)(NTN)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBT1)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "(TK", + "axisProcurement": "自采)", + "bearingManufacturers": "(NTN", + "bearingProcurement": "自采)", + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311000000022-10001", + "name": "非动力轮对(带轴承)", + "drawingNumber": "ZQ1018005-022", + "specificationModel": "检修", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311000000021-10001", + "name": "动力轮对(带轴承+联轴节)", + "drawingNumber": "ZQ1018005-021", + "specificationModel": "检修", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311000000014-10001", + "name": "非动力轮对(带轴承)", + "drawingNumber": "ZQ1014001-102", + "specificationModel": "检修", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311102020007-00001", + "name": "降噪板", + "drawingNumber": "TKD0601-00-00-00", + "specificationModel": "天津纵横 TKD0601-00-00-00", + "carModel": "CR300AF,CR400AF,CR400BF,CR300BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311001000114-10002", + "name": "动力轮对(带联轴节)", + "drawingNumber": "ZQ1018005-033", + "specificationModel": "检修", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311001000011-00007", + "name": "动力轮对", + "drawingNumber": "CCD2001-03-21-0000-DA", + "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)(ZF )-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBD)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": "(TK", + "wheelMountedProcurement": "客供)", + "axleProcurement": "自采)", + "gearboxManufacturers": "(ZF", + "gearboxProcurement": "自采)", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000022-00002", + "name": "非动力轮对(带降噪板)", + "drawingNumber": "CCD2001-03-21-0000-TA", + "specificationModel": "(GBT)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBT)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "(TK", + "axisProcurement": "客供)", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000118-00001", + "name": "非动力轮对", + "drawingNumber": "SFEZ20T1-211-000E", + "specificationModel": "(GBT1)(ZQ/LRS EA4T)(ZQ/LRS ER8)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBT1)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": "/LRS", + "wheelMaterial": "ER8", + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000074-00006", + "name": "非动力轮对(带降噪板)", + "drawingNumber": "CCD2001-03-21-0000-TB", + "specificationModel": "(GBT)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK )", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBT)", + "material": null, + "procurementAttributes": "自采)", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "(ZQ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": "自采)", + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "(TK", + "axisProcurement": "自采)", + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": "/TZ", + "wheelMaterial": "D2", + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000020-00003", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1014001-109", + "specificationModel": "(GBDA2B ZQ/LRS EA4T)(QY)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA2B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "(QY)", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000004-10001", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1018005-011", + "specificationModel": "检修 (GBTA2 ZQ/LRS EA4T)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": "(GBTA2", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T)", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000020-10002", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1014001-109", + "specificationModel": "检修(GBDA2B ZQ/LRS EA4T)(ZF)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": "(GBDA2B", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "(ZF)", + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000019-00003", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1018005-013", + "specificationModel": "(GBDA2A ZQ/LRS EA4T)(QY)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA2A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "(QY)", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000019-00002", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1018005-013", + "specificationModel": "(GBDA2A ZQ/LRS EA4T)(东洋客供)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA2A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "(东洋)", + "gearboxProcurement": "客供", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000046-00002", + "name": "动力车轴(带齿轮箱+联轴节+喷漆)", + "drawingNumber": "ZQ1014001-113", + "specificationModel": "(GBDA2B ZQ/LRS EA4T)(QY)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDA2B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "QY", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": "自采", + "couplingManufacturers": "KWD", + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000046-00001", + "name": "动力车轴(带齿轮箱+联轴节+喷漆)", + "drawingNumber": "ZQ1014001-113", + "specificationModel": "(GBDA2B ZQ/LRS EA4T)(ZF)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDA2B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "ZF", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": "自采", + "couplingManufacturers": "KWD", + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000020-00002", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1014001-109", + "specificationModel": "(GBDA2B ZQ/LRS EA4T)(ZF客供)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA2B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "(ZF)", + "gearboxProcurement": "客供", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000020-00001", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1014001-109", + "specificationModel": "(GBDA2B ZQ/LRS EA4T)(QY客供)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA2B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "(QY)", + "gearboxProcurement": "客供", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000029-00002", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1022005-001", + "specificationModel": "(GBDA1B ZQ/TZ DZ2)(ZF客供)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA1B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "(ZF)", + "gearboxProcurement": "客供", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000029-00001", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1022005-001", + "specificationModel": "(GBDA1B ZQ/JX DZ2)(ZF客供)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA1B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "(ZF)", + "gearboxProcurement": "客供", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/JX", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000045-00002", + "name": "动力车轴(带齿轮箱+联轴节+喷漆)", + "drawingNumber": "ZQ1022005-009", + "specificationModel": "(GBDA1B ZQ/TZ DZ2)(ZF)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA1B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "(ZF)", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": "自采", + "couplingManufacturers": "KWD", + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000045-00001", + "name": "动力车轴(带齿轮箱+联轴节+喷漆)", + "drawingNumber": "ZQ1022005-009", + "specificationModel": "(GBDA1B ZQ/JX DZ2)(ZF)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA1B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "(ZF)", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": "自采", + "couplingManufacturers": "KWD", + "roughWheel": null, + "roughAxle": "/JX", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000044-00001", + "name": "动力车轴(带齿轮箱+联轴节+喷漆)", + "drawingNumber": "ZQ1019019-002", + "specificationModel": "(GBDA2A ZQ/LRS EA4T)(QY)", + "carModel": "CR400AF-Z", + "newlyBuiltMaintenance": 0, + "model": "(GBDA2A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "(QY)", + "gearboxProcurement": "自采", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": "自采", + "couplingManufacturers": "KWD", + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000023-00001", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1019019-001", + "specificationModel": "(GBDA2A ZQ/LRS EA4T)(QY客供)", + "carModel": "CR400AF-Z", + "newlyBuiltMaintenance": 0, + "model": "(GBDA2A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "(QY)", + "gearboxProcurement": "客供", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": '/images/cars/1_2_1_1_1.jpg', + "selected": false + }, + { + "productNumber": "D311201000028-00002", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1022009-005", + "specificationModel": "(GBDA1A ZQ/TZ DZ2)(东洋客供)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA1A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "(东洋)", + "gearboxProcurement": "客供", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000028-00001", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1022009-005", + "specificationModel": "(GBDA1A ZQ/JX DZ2)(东洋客供)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA1A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "(东洋)", + "gearboxProcurement": "客供", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/JX", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000019-00001", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1018005-013", + "specificationModel": "(GBDA2A ZQ/LRS EA4T)(QY客供)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA2A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "(QY)", + "gearboxProcurement": "客供", + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000020-10001", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1014001-109", + "specificationModel": "检修(GBDA2B ZQ/LRS EA4T)(QY)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": "(GBDA2B", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "(QY)", + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311201000019-10001", + "name": "动力车轴(带齿轮箱+喷漆)", + "drawingNumber": "ZQ1018005-013", + "specificationModel": "检修(GBDA2A ZQ/LRS EA4T)(QY)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": "(GBDA2A", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": "(QY)", + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311299020021-00001", + "name": "非动力毛坯车轴", + "drawingNumber": "ZQ1021000-002", + "specificationModel": "CR400BF TZ DZ2", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "DZ2", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "TZ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311299020020-00002", + "name": "动力毛坯车轴", + "drawingNumber": "ZQ1021000-001", + "specificationModel": "CR400BF JX DZ2", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "DZ2", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "JX", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311299020020-00001", + "name": "动力毛坯车轴", + "drawingNumber": "ZQ1021000-001", + "specificationModel": "CR400BF TZ DZ2", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "DZ2", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "TZ", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311299000074-10001", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-032", + "specificationModel": "检修 (GBTA2 ZQ/LRS EA4T)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": "(GBTA2", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000075-10001", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-063", + "specificationModel": "检修 (GBDA2B ZQ/LRS EA4T)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": "(GBDA2B", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000069-00002", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1022005-005(ZQ1014001-089)", + "specificationModel": "(GBDA1B ZQ/JX DZ2)(Weckerle)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA1B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/JX", + "wheelMaterial": null, + "axleMaterial": "DZ2)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000069-00001", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1022005-005(ZQ1014001-089)", + "specificationModel": "(GBDA1B ZQ/TZ DZ2)(Weckerle)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA1B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "DZ2)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000055-10002", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1018005-017", + "specificationModel": "检修 (GBDA2A ZQ/LRS EA4T)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": "(GBDA2A", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000070-00003", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1022005-008(ZQ1014001-088)", + "specificationModel": "(GBTA1 ZQ/TZ DZ2)(Weckerle) 客供", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBTA1", + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "DZ2)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000070-00002", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1022005-008(ZQ1014001-088)", + "specificationModel": "(GBTA1 ZQ/JX DZ2)(Weckerle)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBTA1", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/JX", + "wheelMaterial": null, + "axleMaterial": "DZ2)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000070-00001", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1022005-008(ZQ1014001-088)", + "specificationModel": "(GBTA1 ZQ/TZ DZ2)(Weckerle)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "(GBTA1", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "DZ2)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000044-00002", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1022009-004", + "specificationModel": "(GBDA1A ZQ/JX DZ2)(Weckerle)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA1A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/JX", + "wheelMaterial": null, + "axleMaterial": "DZ2)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000044-00001", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1022009-004", + "specificationModel": "(GBDA1A ZQ/TZ DZ2)(Weckerle)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBDA1A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "DZ2)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299020021-00002", + "name": "非动力毛坯车轴", + "drawingNumber": "ZQ1021000-002", + "specificationModel": "CR400BF JX DZ2", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "DZ2", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": "JX", + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311299000045-00002", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1022009-001", + "specificationModel": "(GBTA1 ZQ/JX DZ2)(Weckerle)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBTA1", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/JX", + "wheelMaterial": null, + "axleMaterial": "DZ2)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000045-00001", + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1022009-001", + "specificationModel": "(GBTA1 ZQ/TZ DZ2)(Weckerle)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "(GBTA1", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "DZ2)", + "image": null, + "selected": false + }, + { + "productNumber": "D311299000016-00001", + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-089", + "specificationModel": "(GBDA2B ZQ/LRS EA4T)(Weckerle)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDA2B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311299010044-00004", + "name": "精加工非动力车轴", + "drawingNumber": "CCD2001-03-21-0002-TB", + "specificationModel": "GBTA1 TZ/TZ DZ2", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTA1", + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311299010043-00004", + "name": "精加工动力车轴", + "drawingNumber": "CCD2001-03-21-0002-DB", + "specificationModel": "GBDA1B TZ/TZ DZ2", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDA1B", + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311202000018-10001", + "name": "非动力车轴(带轴装制动盘+喷漆)", + "drawingNumber": "ZQ1018005-014", + "specificationModel": "检修(GBTA2 ZQ/LRS EA4T)(TK)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": "(GBTA2", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "TK(TK", + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D311202000017-10001", + "name": "非动力车轴(带轴装制动盘+喷漆)", + "drawingNumber": "ZQ1014001-110", + "specificationModel": "检修(GBTA2 ZQ/LRS EA4T)(TK)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": "(GBTA2", + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": "TK(TK", + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "EA4T", + "image": null, + "selected": false + }, + { + "productNumber": "D310000000039-10001", + "name": "非动力轮对轴箱组成", + "drawingNumber": "ZQ1018005-020", + "specificationModel": "检修", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D310000000038-10001", + "name": "动力轮对轴箱组成(带联轴节)", + "drawingNumber": "ZQ1018005-019", + "specificationModel": "检修", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313300000013-00002", + "name": "轴装制动盘", + "drawingNumber": "TKD600-DS64-00-00WX", + "specificationModel": "TK TKD-DS64/150199-5", + "carModel": "CR400AF,CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "铸钢", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313300000012-00002", + "name": "轴装制动盘", + "drawingNumber": "TKD600-DS64-00-00WX", + "specificationModel": "TK TKD-DS64/150197-5", + "carModel": "CR400AF,CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "铸钢", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313300000012-00001", + "name": "轴装制动盘", + "drawingNumber": "TKD600-DS64-00-00WX", + "specificationModel": "TK TKD-DS64/150197-5 客供", + "carModel": "CR400BF,CR400AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "铸钢", + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313300000013-00001", + "name": "轴装制动盘", + "drawingNumber": "TKD600-DS64-00-00WX", + "specificationModel": "TK TKD-DS64/150199-5 客供", + "carModel": "CR400AF,CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "铸钢", + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313300000052-10001", + "name": "轴装制动盘", + "drawingNumber": "TKD600-DS64G-00-00WX", + "specificationModel": "检修 TK TKD600-DS64G/150197 客供", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": "铸钢", + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313300000013-10003", + "name": "轴装制动盘", + "drawingNumber": "TKD600-DS64-00-00WX", + "specificationModel": "检修 TK TKD-DS64/150199-5 客供", + "carModel": "CR400AF,CR400BF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": "铸钢", + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313300000012-10003", + "name": "轴装制动盘", + "drawingNumber": "TKD600-DS64-00-00WX", + "specificationModel": "检修 TK TKD-DS64/150197-5 客供", + "carModel": "CR400BF,CR400AF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": "铸钢", + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199030001-00001", + "name": "动力毛坯车轮", + "drawingNumber": "ZQ1018006-001", + "specificationModel": "CR400BF LRS ER8", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199030018-00002", + "name": "非动力毛坯车轮", + "drawingNumber": "ZQ1014001-092", + "specificationModel": "CR400BF TZ D2", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "D2", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199030023-00002", + "name": "毛坯车轮", + "drawingNumber": "ZQ1014001-059", + "specificationModel": "CRH380B,CR400BF LRS ER8C", + "carModel": "CRH380B,CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "ER8C", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020012-00002", + "name": "非动力毛坯车轮", + "drawingNumber": "ZQ1018006-002", + "specificationModel": "CR400BF LRS ER8", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199030001-00002", + "name": "动力毛坯车轮", + "drawingNumber": "ZQ1018006-001", + "specificationModel": "CR400BF LRS ER8", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199030017-00002", + "name": "动力毛坯车轮", + "drawingNumber": "ZQ1014001-091", + "specificationModel": "CR400BF TZ D2", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "D2", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199030018-00001", + "name": "非动力毛坯车轮", + "drawingNumber": "ZQ1014001-092", + "specificationModel": "CR400BF MGV D2", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "D2", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199030023-00001", + "name": "毛坯车轮", + "drawingNumber": "ZQ1014001-059", + "specificationModel": "CRH380B,CR400BF LRS ER8C", + "carModel": "CRH380B,CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "ER8C", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199020012-00001", + "name": "非动力毛坯车轮", + "drawingNumber": "ZQ1018006-002", + "specificationModel": "CR400BF LRS ER8", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "ER8", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199030023-00003", + "name": "毛坯车轮", + "drawingNumber": "ZQ1014001-059", + "specificationModel": "CRH380B,CR400BF LRS ER8C", + "carModel": "CRH380B,CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "ER8C", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D351200000018-10001", + "name": "动车组联轴节(鼓形齿式)", + "drawingNumber": null, + "specificationModel": "检修 KWD ZK310-R6-BE", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D351200000018-00001", + "name": "动车组联轴节(鼓形齿式)", + "drawingNumber": null, + "specificationModel": "KWD ZK310-R6-BE", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D351200000002-10001", + "name": "动车组联轴节(鼓形齿式)", + "drawingNumber": null, + "specificationModel": "检修 ZK310-R3-BE(CRC\\TRC 534984)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D351200000014-10001", + "name": "动车组联轴节(鼓形齿式)", + "drawingNumber": null, + "specificationModel": "检修 KWD ZK350-R3-BF", + "carModel": "CR400AF,CR400AF-A", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D351200000014-00001", + "name": "动车组联轴节(鼓形齿式)", + "drawingNumber": null, + "specificationModel": "KWD ZK350-R3-BF", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D351200000002-00001", + "name": "动车组联轴节(鼓形齿式)", + "drawingNumber": null, + "specificationModel": "KWD ZK310-R3-BE(CRC\\TRC 534984)", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D322001000004-10001", + "name": "右转臂组成", + "drawingNumber": "ZQ1014001-119", + "specificationModel": "检修", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D322001000010-10001", + "name": "右转臂组成", + "drawingNumber": "ZQ1018005-042", + "specificationModel": "检修", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D322001000009-10001", + "name": "左转臂组成", + "drawingNumber": "ZQ1018005-041", + "specificationModel": "检修", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D322001000003-10001", + "name": "左转臂组成", + "drawingNumber": "ZQ1014001-118", + "specificationModel": "检修", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313400000004-00003", + "name": "轮装制动盘", + "drawingNumber": "TKD600-DS75C-00-00WX", + "specificationModel": "TK TKD-DS75C/465-3", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "铸钢", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199010159-00001", + "name": "标准体非动力车轮", + "drawingNumber": "ZQ1014001-115", + "specificationModel": "GBTW21B ZQ/LRS ER8-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199010158-00001", + "name": "标准体动力车轮", + "drawingNumber": "ZQ1014001-114", + "specificationModel": "GBDW21B ZQ/LRS ER8-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199010054-00002", + "name": "动力车轮", + "drawingNumber": "SFEZ20M1-211-100A", + "specificationModel": "GBDW11A ZQ/MG D2", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW11A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MG", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199010055-00002", + "name": "非动力车轮", + "drawingNumber": "SFEZ20T1-211-100A", + "specificationModel": "GBTW11A ZQ/MG D2", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW11A", + "material": null, + "procurementAttributes": null, + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MG", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199010055-00001", + "name": "非动力车轮", + "drawingNumber": "SFEZ20T1-211-100A", + "specificationModel": "GBTW11A ZQ/TZ D2", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW11A", + "material": null, + "procurementAttributes": null, + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199010054-00001", + "name": "动力车轮", + "drawingNumber": "SFEZ20M1-211-100A", + "specificationModel": "GBDW11A ZQ/TZ D2", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW11A", + "material": null, + "procurementAttributes": null, + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199010044-00001", + "name": "非动力车轮", + "drawingNumber": "SFEZ20T1-211-100B", + "specificationModel": "GBTW21A ZQ/LRS ER8-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBTW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313400030002-00002", + "name": "轮装制动盘盘体", + "drawingNumber": null, + "specificationModel": "TK TKD-DS75C/465-3 TKD600-DS75C-00-00", + "carModel": "CR400AF,CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313400030002-00001", + "name": "轮装制动盘盘体", + "drawingNumber": null, + "specificationModel": "TK TKD-DS75C/465-3 TKD600-DS75C-00-00 客供", + "carModel": "CR400AF,CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313400030001-00001", + "name": "轮装制动盘盘体", + "drawingNumber": null, + "specificationModel": "QY EWF02 SFEZ20M1-211-200A 客供", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313401030002-00002", + "name": "轮装制动盘膨胀套", + "drawingNumber": "TKD600-DS75C-00-00WX", + "specificationModel": "TK Φ16.5×Φ25×14 KNIITKD600D75/KIT 客供", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313401040002-00002", + "name": "轮装制动盘O型圈", + "drawingNumber": "TKD600-DS75C-00-00WX", + "specificationModel": "TK Φ20×Φ2.65 KNIITKD600D75/KIT 客供", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313401010002-00002", + "name": "轮装制动盘螺栓", + "drawingNumber": "TKD600-DS75C-00-00WX", + "specificationModel": "TK M16×90 KNIITKD600D75/KIT 客供", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": '/images/cars/1_2_1.jpg', + "selected": false + }, + { + "productNumber": "D313401040002-00001", + "name": "轮装制动盘O型圈", + "drawingNumber": "TKD600-DS75C-00-00WX", + "specificationModel": "TK Φ20×Φ2.65 KNIITKD600D75/KIT", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": "/images/cars/1_2_1_1.jpg", + "selected": false + }, + { + "productNumber": "D313401030002-00001", + "name": "轮装制动盘膨胀套", + "drawingNumber": "TKD600-DS75C-00-00WX", + "specificationModel": "TK Φ16.5×Φ25×14 KNIITKD600D75/KIT", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D313401010002-00001", + "name": "轮装制动盘螺栓", + "drawingNumber": "TKD600-DS75C-00-00WX", + "specificationModel": "TK M16×90 KNIITKD600D75/KIT", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": null, + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311299010044-00003", + "name": "精加工非动力车轴", + "drawingNumber": "CCD2001-03-21-0002-TB", + "specificationModel": "GBTA1 JX/JX DZ2-JX", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBTA1", + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/JX", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311299010043-00003", + "name": "精加工动力车轴", + "drawingNumber": "CCD2001-03-21-0002-DB", + "specificationModel": "GBDA1B JX/JX DZ2-JX", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDA1B", + "material": null, + "procurementAttributes": "客供", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/JX", + "wheelMaterial": null, + "axleMaterial": "DZ2", + "image": null, + "selected": false + }, + { + "productNumber": "D311001000022-10001", + "name": "非动力轮对", + "drawingNumber": "CCD2001-03-21-0000-TA", + "specificationModel": "检修", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": "/images/cars/3.jpg", + "selected": false + }, + { + "productNumber": "D311199030017-00001", + "name": "动力毛坯车轮", + "drawingNumber": "ZQ1014001-091", + "specificationModel": "CR400BF MG D2", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": null, + "material": "D2", + "procurementAttributes": "自采", + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D310000000033-10001", + "name": "非动力轮对轴箱组成", + "drawingNumber": "ZQ1014001-104", + "specificationModel": "检修", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 1, + "model": null, + "material": null, + "procurementAttributes": null, + "wheelTread": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000058-00002", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1022005-003(ZQ1014001-090)", + "specificationModel": "(GBDW11B ZQ/TZ D2)Weckerle-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW11B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000058-00001", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1022005-003(ZQ1014001-090)", + "specificationModel": "(GBDW11B ZQ/MGV D2)Weckerle-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW11B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MGV", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00001", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000035-00007", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1014001-090", + "specificationModel": "(GBDW21B ZQ/LRS ER8)Weckerle-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000036-00002", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1022009-003", + "specificationModel": "(GBDW11A ZQ/TZ D2)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW11A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/TZ", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000036-00001", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1022009-003", + "specificationModel": "(GBDW11A ZQ/MGV D2)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW11A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MGV", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00009", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A 等级6 ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00008", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A 等级5 ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00007", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A 等级4 ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00006", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A 等级3 ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00005", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A 等级2 ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00004", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A 等级1 ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00015", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A 等级6 ZQ/LRS ER8)Weckerle-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00014", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A 等级5 ZQ/LRS ER8)Weckerle-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00013", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A 等级4 ZQ/LRS ER8)Weckerle-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00012", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A 等级3 ZQ/LRS ER8)Weckerle-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00011", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A 等级2 ZQ/LRS ER8)Weckerle-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00010", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A 等级1 ZQ/LRS ER8)Weckerle-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000035-00016", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1014001-090", + "specificationModel": "(GBDW21B ZQ/LRS ER8)华豹-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "华豹", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-10007", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "检修(GBDW21A ZQ/LRS ER8)", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 1, + "model": "GBDW21A", + "material": null, + "procurementAttributes": null, + "wheelTread": "LMA", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000064-00002", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQCW350(D)-00-00-002", + "specificationModel": "(GBDW21B ZQ/LRS ER8)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000064-00008", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQCW350(D)-00-00-002", + "specificationModel": "(GBDW21B 等级6 ZQ/LRS ER8)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000064-00007", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQCW350(D)-00-00-002", + "specificationModel": "(GBDW21B 等级5 ZQ/LRS ER8)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000064-00006", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQCW350(D)-00-00-002", + "specificationModel": "(GBDW21B 等级4 ZQ/LRS ER8)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000064-00005", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQCW350(D)-00-00-002", + "specificationModel": "(GBDW21B 等级3 ZQ/LRS ER8)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000064-00003", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQCW350(D)-00-00-002", + "specificationModel": "(GBDW21B 等级1 ZQ/LRS ER8)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00003", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A ZQ/LRS ER8)Weckerle-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000038-00002", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1018005-015", + "specificationModel": "(GBDW21A ZQ/LRS ER8)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21A", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMA", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000064-00001", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQCW350(D)-00-00-002", + "specificationModel": "(GBDW21B 等级2 ZQ/LRS ER8)Weckerle-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/LRS", + "roughAxle": null, + "wheelMaterial": "ER8", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000058-00003", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1022005-003(ZQ1014001-090)", + "specificationModel": "(GBDW11B MG客供/MG D2)Weckerle-MG", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW11B", + "material": null, + "procurementAttributes": "客供", + "wheelTread": "LMB(CN)", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "/MG", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + }, + { + "productNumber": "D311199000058-00004", + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1022005-003(ZQ1014001-090)", + "specificationModel": "(GBDW11B TZ客供/TZ D2)Weckerle-TZ", + "carModel": "CR400BF", + "newlyBuiltMaintenance": 0, + "model": "GBDW11B", + "material": null, + "procurementAttributes": "客供", + "wheelTread": "LMB10", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": "TZ", + "roughAxle": null, + "wheelMaterial": "D2", + "axleMaterial": null, + "image": null, + "selected": false + } +]; + +// 字段值关联映射 - 用于智能提示 +export const fieldValueMap = { + productNumber: [ + "D311299000045-00005", + "D311299000044-00005", + "D311102000025-00022", + "D311102000025-00021", + "D311199000035-00037", + "D311199020097-00006", + "D311102010007-00037", + "D325000000014-10001", + ], + name: [ + "非动力车轴(带喷漆)", + "动力车轴(带喷漆)", + "非动力车轮(带降噪板+喷漆)", + "动力车轮(带喷漆)", + "精加工动力车轮", + "非动力车轮(带降噪板)", + "右轴箱组成", + ], + drawingNumber: [ + "ZQ1022009-001", + "ZQ1022009-004", + "ZQ1014001-100(ZQ1014001-090)", + "ZQ1014001-090", + "CCD2001-03-21-0001-DA", + "TKD0601-00-00-03", + "ZQ1014001-117", + ], + specificationModel: [ + "(GBTA2 ZQ/LRS EA4T)(Weckerle)-四方股份", + "(GBDA2A ZQ/LRS EA4T)(Weckerle)-四方股份", + "(GBTW21B 等级6 ZQ /LRS ER8)(天津纵横)Weckerle-CRC", + "(GBTW21B 等级3 ZQ /LRS ER8)(天津纵横)Weckerle-CRC", + "(GBDW21B 等级5 ZQ/LRS ER8)Weckerle-CRC", + "(GBTW21B 等级5 ZQ/LRS ER8)(天津纵横)-CRC", + "GBDW21B 等级5 ZQ/LRS ER8-CRC", + "检修", + ], + carModel: ["CR400AF", "CR400BF"], + model: ["GBTA2", "GBDA2A", "GBTW21B", "GBDW21B"], + material: ["ER8"], + procurementAttributes: ["自采"], + wheelTread: ["LMB10"], + paintManufacturer: ["Weckerle"], + image: [ + "/images/cars/1_1_1.jpg", + "/images/cars/1_1_2.jpg", + "/images/cars/1_2_1.jpg", + "/images/cars/1_2.jpg", + "/images/cars/1_2_1_1.jpg", + "/images/cars/2.jpg", + "/images/cars/3.jpg", + "/images/cars/4.jpg", + ], +}; diff --git a/src/data/step2MockData.js b/src/data/step2MockData.js index d1114f7..e1f359d 100644 --- a/src/data/step2MockData.js +++ b/src/data/step2MockData.js @@ -3,6 +3,11 @@ export const paramsToCompare = [ "品名/物料名称", "品号", "图号", + "CBC版本", + "技术规范版本", + "技术规范编号", + "技术规范名称", + "CBC编号", "品号-规格型号", "车型", "型号", @@ -17,6 +22,11 @@ export const fieldMap = { "品名/物料名称": "name", 品号: "productNumber", 图号: "drawingNumber", + CBC版本: "CBCVersion", + 技术规范版本: "technicalSpecVersion", + 技术规范编号: "technicalSpecCode", + 技术规范名称: "technicalSpecName", + CBC编号: "CBCCode", "品号-规格型号": "specificationModel", 车型: "carModel", 型号: "model", @@ -29,15 +39,30 @@ export const fieldMap = { // 定义可查询的字段 export const allFields = [ { key: "productNumber", label: "品号" }, + { key: "typeCode", label: "类别编码" }, + { key: "typeName", label: "类别名称" }, + { key: "materialCode", label: "物料代号" }, + { key: "materialSpecification", label: "物料代号-规格型号" }, { key: "name", label: "品名/物料名称" }, { key: "drawingNumber", label: "图号" }, { key: "specificationModel", label: "品号-规格型号" }, { key: "carModel", label: "车型" }, { key: "newlyBuiltMaintenance", label: "新造/检修" }, + { key: "drawingName", label: "图纸名称" }, + { key: "drawingVersion", label: "图纸版本号" }, + { key: "grade", label: "等级" }, + { key: "technicalSpecVersion", label: "技术规范版本" }, + { key: "CBCVersion", label: "CBC版本" }, + { key: "technicalSpecCode", label: "技术规范编号" }, + { key: "technicalSpecName", label: "技术规范名称" }, + { key: "CBCCode", label: "CBC编号" }, { key: "model", label: "型号" }, { key: "material", label: "材质" }, { key: "procurementAttributes", label: "采购属性" }, + { key: "manufacturer", label: "制造商" }, { key: "wheelTread", label: "车轮踏面形式" }, + { key: "wheelCompositionAttr", label: "车轮组成属性" }, + { key: "noiseReductionManufacturer", label: "降噪板/块制造商" }, { key: "paintManufacturer", label: "油漆制造商" }, { key: "axleManufacturers", label: "车轴制造商" }, { key: "wheelManufacturers", label: "轮装制动盘制造商" }, @@ -45,6 +70,7 @@ export const allFields = [ { key: "axleProcurement", label: "车轴采购属性" }, { key: "gearboxManufacturers", label: "齿轮箱制造商" }, { key: "gearboxProcurement", label: "齿轮箱采购属性" }, + { key: "isIncludesCoupling", label: "是否含联轴节" }, { key: "shaftAssemblyManufacturer", label: "轴装制动盘制造商" }, { key: "axisProcurement", label: "轴装制动盘采购属性" }, { key: "bearingManufacturers", label: "轴承制造商" }, @@ -55,22 +81,36 @@ export const allFields = [ { key: "roughAxle", label: "毛坯车轴制造商" }, { key: "wheelMaterial", label: "车轮材质" }, { key: "axleMaterial", label: "车轴材质" }, - { key: "image", label: "图片" }, ]; // 模拟数据 export const mockData = [ { "productNumber": "D311299000045-00005", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000045", + "materialSpecification": null, "name": "非动力车轴(带喷漆)", "drawingNumber": "ZQ1022009-001", "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF中国标准动车组拖车车轴(国产材质)喷漆图", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "11", + "CBCVersion": "D", + "technicalSpecCode": "技SFEZ20转开(2014)技字第659号", + "technicalSpecName": "时速350公里中国标准动车组转向架EA4T车轴供货技术条件", + "CBCCode": "ZQRD-CBC-16-021", "model": "GBTA2", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -78,6 +118,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -85,23 +126,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": "/images/cars/1_1_1.jpg", + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000044-00005", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000044", + "materialSpecification": null, "name": "动力车轴(带喷漆)", "drawingNumber": "ZQ1022009-004", "specificationModel": "(GBDA2A ZQ/LRS EA4T)(Weckerle)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF中国标准动车组动车车轴(国产材质)喷漆图", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "11", + "CBCVersion": "D", + "technicalSpecCode": "技SFEZ20转开(2014)技字第659号", + "technicalSpecName": "时速350公里中国标准动车组转向架EA4T车轴供货技术条件", + "CBCCode": "ZQRD-CBC-16-021", "model": "GBDA2A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -109,6 +164,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -116,23 +172,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D351200000033-00001", + "typeCode": 11030501020000, + "typeName": "联轴节(齿轮箱侧)", + "materialCode": "D351200000033", + "materialSpecification": "D2L31001000-2", "name": "动车组联轴节(鼓形齿式)", "drawingNumber": null, "specificationModel": "QY D2L31001000-2(QY M000002931014)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "QY", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -140,6 +210,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -150,20 +221,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311102000025-00022", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000025", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1014001-100(ZQ1014001-090)", "specificationModel": "(GBTW21B 等级6 ZQ /LRS ER8)(天津纵横)Weckerle-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组拖车车轮喷漆图", + "drawingVersion": "A", + "grade": "等级6", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -171,30 +256,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000025-00021", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000025", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1014001-100(ZQ1014001-090)", "specificationModel": "(GBTW21B 等级3 ZQ /LRS ER8)(天津纵横)Weckerle-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组拖车车轮喷漆图", + "drawingVersion": "A", + "grade": "等级3", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -202,30 +302,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000025-00020", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000025", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1014001-100(ZQ1014001-090)", "specificationModel": "(GBTW21B 等级1 ZQ /LRS ER8)(天津纵横)Weckerle-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组拖车车轮喷漆图", + "drawingVersion": "A", + "grade": "等级1", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -233,30 +348,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": "/images/cars/1_1_1.jpg", + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000035-00037", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000035", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1014001-090", "specificationModel": "(GBDW21B 等级5 ZQ/LRS ER8)Weckerle-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组车轮喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "A", + "grade": "等级5", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -264,30 +394,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000035-00036", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000035", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1014001-090", "specificationModel": "(GBDW21B 等级3 ZQ/LRS ER8)Weckerle-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组车轮喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "A", + "grade": "等级3", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -295,30 +440,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000035-00035", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000035", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1014001-090", "specificationModel": "(GBDW21B 等级1 ZQ/LRS ER8)Weckerle-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组车轮喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "A", + "grade": "等级1", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -326,30 +486,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199020096-00005", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020096", + "materialSpecification": null, "name": "精加工动力车轮", "drawingNumber": "CCD2001-03-21-0001-DA", "specificationModel": "GBDW21B 等级6 ZQ/LRS ER8-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮 MOTOR WHEEL", + "drawingVersion": "C", + "grade": "等级6", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -357,30 +532,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": "/images/cars/1_1_1.jpg", + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199020097-00006", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020097", + "materialSpecification": null, "name": "精加工动力车轮", "drawingNumber": "CCD2001-03-21-0001-DA", "specificationModel": "GBDW21B 等级5 ZQ/LRS ER8-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮 MOTOR WHEEL", + "drawingVersion": "C", + "grade": "等级5", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -388,30 +578,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": "/images/cars/1_1_2.jpg", + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199020098-00006", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020098", + "materialSpecification": null, "name": "精加工动力车轮", "drawingNumber": "CCD2001-03-21-0001-DA", "specificationModel": "GBDW21B 等级4 ZQ/LRS ER8-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮 MOTOR WHEEL", + "drawingVersion": "C", + "grade": "等级4", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -419,30 +624,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199020099-00006", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020099", + "materialSpecification": null, "name": "精加工动力车轮", "drawingNumber": "CCD2001-03-21-0001-DA", "specificationModel": "GBDW21B 等级3 ZQ/LRS ER8-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮 MOTOR WHEEL", + "drawingVersion": "C", + "grade": "等级3", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -450,30 +670,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199020100-00005", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020100", + "materialSpecification": null, "name": "精加工动力车轮", "drawingNumber": "CCD2001-03-21-0001-DA", "specificationModel": "GBDW21B 等级2 ZQ/LRS ER8-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮 MOTOR WHEEL", + "drawingVersion": "C", + "grade": "等级2", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -481,30 +716,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199020101-00006", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020101", + "materialSpecification": null, "name": "精加工动力车轮", "drawingNumber": "CCD2001-03-21-0001-DA", "specificationModel": "GBDW21B 等级1 ZQ/LRS ER8-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮 MOTOR WHEEL", + "drawingVersion": "C", + "grade": "等级1", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -512,30 +762,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102010007-00038", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010007", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21B 等级6 ZQ/LRS ER8)(天津纵横)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "等级6", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -543,30 +808,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102010007-00037", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010007", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21B 等级5 ZQ/LRS ER8)(天津纵横)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "等级5", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -574,30 +854,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": "/images/cars/1_1_2.jpg", + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102010007-00036", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010007", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21B 等级4 ZQ/LRS ER8)(天津纵横)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "等级4", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -605,30 +900,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102010007-00035", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010007", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21B 等级3 ZQ/LRS ER8)(天津纵横)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "等级3", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -636,30 +946,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102010007-00034", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010007", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21B 等级2 ZQ/LRS ER8)(天津纵横)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "等级2", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -667,30 +992,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102010007-00033", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010007", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21B 等级1 ZQ/LRS ER8)(天津纵横)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "等级1", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -698,30 +1038,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311299010008-00005", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010008", + "materialSpecification": null, "name": "精加工非动力车轴", "drawingNumber": "SFEZ20T1-211-001", "specificationModel": "GBTA2 ZQ/LRS EA4T-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轴", + "drawingVersion": "05", + "grade": null, + "technicalSpecVersion": "11", + "CBCVersion": "D", + "technicalSpecCode": "技SFEZ20转开(2014)技字第659号", + "technicalSpecName": "时速350公里中国标准动车组转向架EA4T车轴供货技术条件", + "CBCCode": "ZQRD-CBC-16-021", "model": "GBTA2", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -729,6 +1084,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -736,23 +1092,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299010005-00006", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010005", + "materialSpecification": null, "name": "精加工动力车轴", "drawingNumber": "SFEZ20M1-211-001", "specificationModel": "GBDA2A ZQ/LRS EA4T-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轴", + "drawingVersion": "03", + "grade": null, + "technicalSpecVersion": "11", + "CBCVersion": "D", + "technicalSpecCode": "技SFEZ20转开(2014)技字第659号", + "technicalSpecName": "时速350公里中国标准动车组转向架EA4T车轴供货技术条件", + "CBCCode": "ZQRD-CBC-16-021", "model": "GBDA2A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -760,6 +1130,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -767,23 +1138,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311101000008-00004", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000008", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1014001-097", "specificationModel": "(GBDW21B ZQ /LRS ER8 )(TK )-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮组成", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -791,30 +1176,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311299010100-00001", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010100", + "materialSpecification": null, "name": "精加工非动力车轴", "drawingNumber": "CCD2007-03-21-0002-TB", "specificationModel": "GBTA2 BVV/BVV EA4T-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轴", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "2024", + "CBCVersion": null, + "technicalSpecCode": "BS EN 13261:2024", + "technicalSpecName": "铁路应用-轮对和转向架-车轴-产品要求", + "CBCCode": null, "model": "GBTA2", "material": null, "procurementAttributes": "自采", + "manufacturer": "BVV", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -822,6 +1222,559 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": "BVV", + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311199030023-00004", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199030023", + "materialSpecification": null, + "name": "毛坯车轮", + "drawingNumber": "ZQ1014001-059", + "specificationModel": "CRH380B,CR400BF LRS ER8C 模铸", + "carModel": "CRH380B,CR400BF", + "newlyBuiltMaintenullce": 0, + "drawingName": "CRH380B(G)动车轮/标准动车组车轮毛坯图纸(ER8C)Rough CRH380B(G)Motor Wheel/EMU Standard Wheeel Drawing(ER8C)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "F", + "CBCVersion": "9", + "technicalSpecCode": "ZQRD-TS-18-020", + "technicalSpecName": "ER8C 毛坯车轮采购技术规范дTechnical Specification for purchasing EMU ER8C rough wheel", + "CBCCode": "10000009002", + "model": null, + "material": "ER8C", + "procurementAttributes": "自采", + "manufacturer": "LRS", + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D313302020005-00001", + "typeCode": 11030103030202, + "typeName": "轴装制动盘锁紧螺母", + "materialCode": "D313302020005", + "materialSpecification": "M14", + "name": "轴装制动盘锁紧螺母", + "drawingNumber": null, + "specificationModel": "M14 (TK 140199001180)", + "carModel": "CR400BF,CR400BF-GZ,CR400BF-Z,CR400BF-G", + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, + "model": null, + "material": null, + "procurementAttributes": "自采", + "manufacturer": null, + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311199030001-00006", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199030001", + "materialSpecification": null, + "name": "动力毛坯车轮", + "drawingNumber": "ZQ1018006-001", + "specificationModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型 LRS ER8 模铸", + "carModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型", + "newlyBuiltMaintenullce": 0, + "drawingName": "Standard EMU rough motor wheel 标准动车组动车车轮毛坯", + "drawingVersion": "D", + "grade": null, + "technicalSpecVersion": "F", + "CBCVersion": "5", + "technicalSpecCode": "ZQRD-TS-18-014", + "technicalSpecName": "中国标准动车组毛坯车轮(ER8)采购技术规范 Technical Specification for purchasing Chinese Standard EMU rough wheel (ER8)", + "CBCCode": "10000011053", + "model": null, + "material": "ER8", + "procurementAttributes": "自采", + "manufacturer": "LRS", + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311199020012-00006", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199020012", + "materialSpecification": null, + "name": "非动力毛坯车轮", + "drawingNumber": "ZQ1018006-002", + "specificationModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型 LRS ER8 模铸", + "carModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型", + "newlyBuiltMaintenullce": 0, + "drawingName": "Standard EMU Rough Trailer Wheel 标准动车组拖车车轮毛坯", + "drawingVersion": "D", + "grade": null, + "technicalSpecVersion": "F", + "CBCVersion": "5", + "technicalSpecCode": "ZQRD-TS-18-014", + "technicalSpecName": "中国标准动车组毛坯车轮(ER8)采购技术规范 Technical Specification for purchasing Chinese Standard EMU rough wheel (ER8)", + "CBCCode": "10000011053", + "model": null, + "material": "ER8", + "procurementAttributes": "自采", + "manufacturer": "LRS", + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D351200000032-00001", + "typeCode": 11030501020000, + "typeName": "联轴节(齿轮箱侧)", + "materialCode": "D351200000032", + "materialSpecification": "ESCO-FTRN70 1440099-000", + "name": "动车组联轴节(鼓形齿式)", + "drawingNumber": null, + "specificationModel": "ESCO ESCO-FTRN70 1440099-000", + "carModel": "CR400AF", + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, + "model": null, + "material": null, + "procurementAttributes": "自采", + "manufacturer": "ESCO", + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D312301030005-00001", + "typeCode": 11030102030103, + "typeName": "密封垫圈", + "materialCode": "D312301030005", + "materialSpecification": "SFEZ17M1-211-110", + "name": "密封垫圈", + "drawingNumber": null, + "specificationModel": "SFEZ17M1-211-110 (四方股份 40000369145)", + "carModel": "CR400AF-A,CR400AF-Z,CR400AF", + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, + "model": null, + "material": null, + "procurementAttributes": "自采", + "manufacturer": null, + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D312303050020-00001", + "typeCode": 11030102030305, + "typeName": "密封垫圈", + "materialCode": "D312303050020", + "materialSpecification": "SFEZ17M1-211-106", + "name": "密封垫片", + "drawingNumber": null, + "specificationModel": "SFEZ17M1-211-106 (四方股份 40000369139)", + "carModel": "CR400AF-A,CR400AF-Z,CR400AF", + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, + "model": null, + "material": null, + "procurementAttributes": "自采", + "manufacturer": null, + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D312303050019-00001", + "typeCode": 11030102030305, + "typeName": "密封垫圈", + "materialCode": "D312303050019", + "materialSpecification": "SFEZ03-211-603B", + "name": "密封垫片", + "drawingNumber": null, + "specificationModel": "SFEZ03-211-603B (四方股份 24752110219)", + "carModel": "CR400AF-A,CR400AF-Z,CR400AF", + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, + "model": null, + "material": null, + "procurementAttributes": "自采", + "manufacturer": null, + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311000000013-00005", + "typeCode": 110301001000001, + "typeName": "轮对(带轴承)", + "materialCode": "D311000000013", + "materialSpecification": null, + "name": "动力轮对(带轴承+联轴节)", + "drawingNumber": "ZQ1014001-101", + "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK)(QY )(KWD)(FAG)-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenullce": 0, + "drawingName": "动力轮对(带轴承)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "B", + "CBCVersion": "B", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", + "model": "GBD", + "material": null, + "procurementAttributes": "自采", + "manufacturer": "ZQ", + "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": "ZQ", + "wheelManufacturers": "TK", + "wheelMountedProcurement": "自采", + "axleProcurement": "自采", + "gearboxManufacturers": "QY", + "gearboxProcurement": "自采", + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": "FAG", + "bearingProcurement": "自采", + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": "LRS", + "axleMaterial": "ER8", + "selected": false + }, + { + "productNumber": "D311199020012-00005", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199020012", + "materialSpecification": null, + "name": "非动力毛坯车轮", + "drawingNumber": "ZQ1018006-002", + "specificationModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型 LRS ER8 模铸", + "carModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型", + "newlyBuiltMaintenullce": 0, + "drawingName": "Standard EMU Rough Trailer Wheel 标准动车组拖车车轮毛坯", + "drawingVersion": "D", + "grade": null, + "technicalSpecVersion": "E", + "CBCVersion": "5", + "technicalSpecCode": "ZQRD-TS-18-014", + "technicalSpecName": "中国标准动车组毛坯车轮(ER8)采购技术规范 Technical Specification for purchasing Chinese Standard EMU rough wheel (ER8)", + "CBCCode": "10000011053", + "model": null, + "material": "ER8", + "procurementAttributes": "自采", + "manufacturer": "LRS", + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311199030001-00005", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199030001", + "materialSpecification": null, + "name": "动力毛坯车轮", + "drawingNumber": "ZQ1018006-001", + "specificationModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型 LRS ER8 模铸", + "carModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型", + "newlyBuiltMaintenullce": 0, + "drawingName": "Standard EMU rough motor wheel 标准动车组动车车轮毛坯", + "drawingVersion": "D", + "grade": null, + "technicalSpecVersion": "E", + "CBCVersion": "5", + "technicalSpecCode": "ZQRD-TS-18-014", + "technicalSpecName": "中国标准动车组毛坯车轮(ER8)采购技术规范 Technical Specification for purchasing Chinese Standard EMU rough wheel (ER8)", + "CBCCode": "10000011053", + "model": null, + "material": "ER8", + "procurementAttributes": "自采", + "manufacturer": "LRS", + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311199000084-00002", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000084", + "materialSpecification": null, + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZH1024000-003(CCD2001-03-21-0001-DA)", + "specificationModel": "(GBDW21B BVV客供/BVV ER8)BVV-ZH", + "carModel": "CR400BF", + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF带喷漆动力车轮(ER8)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "ZH-TA-TSD-24-026", + "technicalSpecName": "高速动车组项目转向车轮采购技术条件", + "CBCCode": "ZH-TA-TSD-24-026CBC", + "model": "GBDW21B", + "material": null, + "procurementAttributes": "客供", + "manufacturer": "BVV", + "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": "BVV", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -831,393 +1784,35 @@ export const mockData = [ "roughWheel": null, "roughAxle": "BVV", "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, - "selected": false - }, - { - "productNumber": "D311199030023-00004", - "name": "毛坯车轮", - "drawingNumber": "ZQ1014001-059", - "specificationModel": "CRH380B,CR400BF LRS ER8C 模铸", - "carModel": "CRH380B,CR400BF", - "newlyBuiltMaintenance": 0, - "model": null, - "material": "ER8C", - "procurementAttributes": "自采", - "wheelTread": null, - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": null, - "wheelMaterial": null, - "axleMaterial": null, - "image": "/images/cars/1_1_2.jpg", - "selected": false - }, - { - "productNumber": "D313302020005-00001", - "name": "轴装制动盘锁紧螺母", - "drawingNumber": null, - "specificationModel": "M14 (TK 140199001180)", - "carModel": "CR400BF,CR400BF-GZ,CR400BF-Z,CR400BF-G", - "newlyBuiltMaintenance": 0, - "model": null, - "material": null, - "procurementAttributes": "自采", - "wheelTread": null, - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": null, - "wheelMaterial": null, - "axleMaterial": null, - "image": null, - "selected": false - }, - { - "productNumber": "D311199030001-00006", - "name": "动力毛坯车轮", - "drawingNumber": "ZQ1018006-001", - "specificationModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型 LRS ER8 模铸", - "carModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型", - "newlyBuiltMaintenance": 0, - "model": null, - "material": "ER8", - "procurementAttributes": "自采", - "wheelTread": null, - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": null, - "wheelMaterial": null, - "axleMaterial": null, - "image": "/images/cars/1_2_1.jpg", - "selected": false - }, - { - "productNumber": "D311199020012-00006", - "name": "非动力毛坯车轮", - "drawingNumber": "ZQ1018006-002", - "specificationModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型 LRS ER8 模铸", - "carModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型", - "newlyBuiltMaintenance": 0, - "model": null, - "material": "ER8", - "procurementAttributes": "自采", - "wheelTread": null, - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": null, - "wheelMaterial": null, - "axleMaterial": null, - "image": null, - "selected": false - }, - { - "productNumber": "D351200000032-00001", - "name": "动车组联轴节(鼓形齿式)", - "drawingNumber": null, - "specificationModel": "ESCO ESCO-FTRN70 1440099-000", - "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, - "model": null, - "material": null, - "procurementAttributes": "自采", - "wheelTread": null, - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": null, - "wheelMaterial": null, - "axleMaterial": null, - "image": "/images/cars/1_2_1.jpg", - "selected": false - }, - { - "productNumber": "D312301030005-00001", - "name": "密封垫圈", - "drawingNumber": null, - "specificationModel": "SFEZ17M1-211-110 (四方股份 40000369145)", - "carModel": "CR400AF-A,CR400AF-Z,CR400AF", - "newlyBuiltMaintenance": 0, - "model": null, - "material": null, - "procurementAttributes": "自采", - "wheelTread": null, - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": null, - "wheelMaterial": null, - "axleMaterial": null, - "image": null, - "selected": false - }, - { - "productNumber": "D312303050020-00001", - "name": "密封垫片", - "drawingNumber": null, - "specificationModel": "SFEZ17M1-211-106 (四方股份 40000369139)", - "carModel": "CR400AF-A,CR400AF-Z,CR400AF", - "newlyBuiltMaintenance": 0, - "model": null, - "material": null, - "procurementAttributes": "自采", - "wheelTread": null, - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": null, - "wheelMaterial": null, - "axleMaterial": null, - "image": "/images/cars/4.jpg", - "selected": false - }, - { - "productNumber": "D312303050019-00001", - "name": "密封垫片", - "drawingNumber": null, - "specificationModel": "SFEZ03-211-603B (四方股份 24752110219)", - "carModel": "CR400AF-A,CR400AF-Z,CR400AF", - "newlyBuiltMaintenance": 0, - "model": null, - "material": null, - "procurementAttributes": "自采", - "wheelTread": null, - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": null, - "wheelMaterial": null, - "axleMaterial": null, - "image": null, - "selected": false - }, - { - "productNumber": "D311000000013-00005", - "name": "动力轮对(带轴承+联轴节)", - "drawingNumber": "ZQ1014001-101", - "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK)(QY )(KWD)(FAG)-CRC", - "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, - "model": "GBD", - "material": null, - "procurementAttributes": "自采", - "wheelTread": "LMB10", - "paintManufacturer": null, - "axleManufacturers": "ZQ", - "wheelManufacturers": "TK", - "wheelMountedProcurement": "自采", - "axleProcurement": "自采", - "gearboxManufacturers": "QY", - "gearboxProcurement": "自采", - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": "FAG", - "bearingProcurement": "自采", - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": "LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, - "selected": false - }, - { - "productNumber": "D311199020012-00005", - "name": "非动力毛坯车轮", - "drawingNumber": "ZQ1018006-002", - "specificationModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型 LRS ER8 模铸", - "carModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型", - "newlyBuiltMaintenance": 0, - "model": null, - "material": "ER8", - "procurementAttributes": "自采", - "wheelTread": null, - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": null, - "wheelMaterial": null, - "axleMaterial": null, - "image": null, - "selected": false - }, - { - "productNumber": "D311199030001-00005", - "name": "动力毛坯车轮", - "drawingNumber": "ZQ1018006-001", - "specificationModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型 LRS ER8 模铸", - "carModel": "CR300AF,CR300BF,CR400BF,CR400AF,CR450,川藏动力分散型", - "newlyBuiltMaintenance": 0, - "model": null, - "material": "ER8", - "procurementAttributes": "自采", - "wheelTread": null, - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": null, - "wheelMaterial": null, - "axleMaterial": null, - "image": "/images/cars/1_2_1.jpg", - "selected": false - }, - { - "productNumber": "D311199000084-00002", - "name": "动力车轮(带喷漆)", - "drawingNumber": "ZH1024000-003(CCD2001-03-21-0001-DA)", - "specificationModel": "(GBDW21B BVV客供/BVV ER8)BVV-ZH", - "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, - "model": "GBDW21B", - "material": null, - "procurementAttributes": "客供", - "wheelTread": "LMB10", - "paintManufacturer": "BVV", - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": "BVV", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199010166-00001", + "typeCode": 110301001199011, + "typeName": "车轮", + "materialCode": "D311199010166", + "materialSpecification": null, "name": "标准体动力车轮", "drawingNumber": "ZQ1018005-032", "specificationModel": "GBDW21A ZQ/LRS ER8-铁科天津", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF精加工标准体动车车轮", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "ZQETD-TA-24-006", + "technicalSpecName": "铁科轨交(天津)CR400AF标准体车轮采购技术协议", + "CBCCode": null, "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -1225,30 +1820,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "400AF标准体", "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199010160-00001", + "typeCode": 110301001199011, + "typeName": "车轮", + "materialCode": "D311199010160", + "materialSpecification": null, "name": "标准体非动力车轮", "drawingNumber": "ZQ1018005-031", "specificationModel": "GBTW21A ZQ/LRS ER8-铁科天津", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF精加工标准体拖车车轮", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "ZQETD-TA-24-006", + "technicalSpecName": "铁科轨交(天津)CR400AF标准体车轮采购技术协议", + "CBCCode": null, "model": "GBTW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -1256,30 +1866,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "400AF标准体", "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D313303000007-00001", + "typeCode": 11030103030300, + "typeName": "轴装制动盘定心环", + "materialCode": "D313303000007", + "materialSpecification": null, "name": "轴装制动盘定心环套件", "drawingNumber": "ZQ1024000-015", "specificationModel": null, "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400标动螺栓组件", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -1287,6 +1912,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": "N", "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -1297,20 +1923,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311101000061-00001", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000061", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZH1024000-005", "specificationModel": "(GBDW21B BVV /BVV ER8 客供)(TK )-ZH", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮组成(BVV车轮)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "ZH-TA-TSD-24-026", + "technicalSpecName": "高速动车组项目转向车轮采购技术条件", + "CBCCode": "ZH-TA-TSD-24-026CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "客供", + "manufacturer": "BVV", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -1318,30 +1958,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "BVV", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "BVV", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000084-00001", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000084", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZH1024000-003(CCD2001-03-21-0001-DA)", "specificationModel": "(GBDW21B BVV/BVV ER8)BVV-BVV", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF带喷漆动力车轮(ER8)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "ZH-TA-TSD-24-026", + "technicalSpecName": "高速动车组项目转向车轮采购技术条件", + "CBCCode": "ZH-TA-TSD-24-026CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "BVV", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "BVV", "axleManufacturers": null, "wheelManufacturers": null, @@ -1349,30 +2004,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "BVV", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": "/images/cars/1_2_1.jpg", + "roughWheel": null, + "roughAxle": "BVV", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000025-00019", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000025", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1014001-100(ZQ1014001-090)", "specificationModel": "(GBTW21B 等级5 ZQ /LRS ER8)(天津纵横)Weckerle-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组拖车车轮喷漆图", + "drawingVersion": "A", + "grade": "等级5", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -1380,30 +2050,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000025-00018", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000025", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1014001-100(ZQ1014001-090)", "specificationModel": "(GBTW21B 等级4 ZQ /LRS ER8)(天津纵横)Weckerle-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组拖车车轮喷漆图", + "drawingVersion": "A", + "grade": "等级4", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -1411,30 +2096,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000025-00017", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000025", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1014001-100(ZQ1014001-090)", "specificationModel": "(GBTW21B 等级2 ZQ /LRS ER8)(天津纵横)Weckerle-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组拖车车轮喷漆图", + "drawingVersion": "A", + "grade": "等级2", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -1442,30 +2142,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000035-00034", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000035", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1014001-090", "specificationModel": "(GBDW21B 等级6 ZQ/LRS ER8)Weckerle-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组车轮喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "A", + "grade": "等级6", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -1473,30 +2188,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000035-00033", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000035", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1014001-090", "specificationModel": "(GBDW21B 等级4 ZQ/LRS ER8)Weckerle-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组车轮喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "A", + "grade": "等级4", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -1504,30 +2234,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000035-00032", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000035", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1014001-090", "specificationModel": "(GBDW21B 等级2 ZQ/LRS ER8)Weckerle-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组车轮喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "A", + "grade": "等级2", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -1535,30 +2280,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102010007-00032", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010007", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21B ZQ/LRS ER8)(天津纵横)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "原级", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -1566,30 +2326,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199020014-00006", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020014", + "materialSpecification": null, "name": "精加工动力车轮", "drawingNumber": "CCD2001-03-21-0001-DA", "specificationModel": "GBDW21B ZQ/LRS ER8-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮 MOTOR WHEEL", + "drawingVersion": "C", + "grade": "原级", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -1597,30 +2372,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000035-00031", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000035", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1014001-090", "specificationModel": "(GBDW21B ZQ/LRS ER8)Weckerle-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组车轮喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -1628,30 +2418,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": "/images/cars/1_2.jpg", + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000025-00016", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000025", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1014001-100(ZQ1014001-090)", "specificationModel": "(GBTW21B ZQ /LRS ER8)(天津纵横)Weckerle-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组拖车车轮喷漆图", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -1659,30 +2464,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311299010003-00006", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010003", + "materialSpecification": null, "name": "精加工非动力车轴", "drawingNumber": "CCD2001-03-21-0002-TA", "specificationModel": "GBTA2 ZQ/LRS EA4T-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轴 TRAILER AXLE", + "drawingVersion": "E", + "grade": null, + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "GBTA2", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -1690,6 +2510,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -1697,23 +2518,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299010004-00006", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010004", + "materialSpecification": null, "name": "精加工动力车轴", "drawingNumber": "CCD2001-03-21-0002-DA", "specificationModel": "GBDA2B ZQ/LRS EA4T-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轴 MOTOR AXLE", + "drawingVersion": "D", + "grade": null, + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "GBDA2B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -1721,6 +2556,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -1728,23 +2564,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000013-00005", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000013", + "materialSpecification": null, "name": "非动力车轴(带喷漆)", "drawingNumber": "ZQ1014001-088", "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组拖车车轴喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "GBTA2", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -1752,6 +2602,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -1759,23 +2610,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000016-00005", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000016", + "materialSpecification": null, "name": "动力车轴(带喷漆)", "drawingNumber": "ZQ1014001-089", "specificationModel": "(GBDA2B ZQ/LRS EA4T)(Weckerle)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组动车车轴喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "H", + "CBCVersion": "H", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "GBDA2B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -1783,6 +2648,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -1790,23 +2656,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000023-00002", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000023", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1019019-001", "specificationModel": "(GBDA2A ZQ/LRS EA4T)(QY G321A)", "carModel": "CR400AF-Z", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF智能动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "09", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第659号", + "technicalSpecName": "时速350公里中国标准动车组转向架EA4T车轴供货技术条件(版本09)", + "CBCCode": "ZQRD-CBC-16-021", "model": "GBDA2A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -1814,6 +2694,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "QY", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -1821,23 +2702,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311101000046-00028", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级6 ZQ /LRS ER8 )(TK )-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级6", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -1845,30 +2740,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00027", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级5 ZQ /LRS ER8 )(TK )-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级5", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -1876,30 +2786,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00026", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级4 ZQ /LRS ER8 )(TK )-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级4", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -1907,30 +2832,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00025", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级3 ZQ /LRS ER8 )(TK )-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级3", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -1938,30 +2878,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00024", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级2 ZQ /LRS ER8 )(TK )-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级2", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -1969,30 +2924,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00023", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级1 ZQ /LRS ER8 )(TK )-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级1", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -2000,30 +2970,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00022", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B ZQ /LRS ER8 )(TK )-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -2031,30 +3016,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000033-00001", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000033", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "CCD2001-03-21-0001-TD", "specificationModel": "(GBTW21B BVV /BVV ER8)(BVV)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF-BVV拖车车轮图纸", + "drawingVersion": "B", + "grade": "原级", + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "ZH-TA-TSD-24-026", + "technicalSpecName": "高速动车组项目转向车轮采购技术条件", + "CBCCode": "ZH-TA-TSD-24-026CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "BVV", "wheelTread": "LMB10", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "BVV", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -2062,30 +3062,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "BVV", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "BVV", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199020012-00004", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199020012", + "materialSpecification": null, "name": "非动力毛坯车轮", "drawingNumber": "ZQ1018006-002", "specificationModel": "CR400BF,CR400AF,CR300BF,CR300AF LRS ER8", "carModel": "CR400BF,CR400AF,CR300BF,CR300AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "Standard EMU Rough Trailer Wheel 标准动车组拖车车轮毛坯", + "drawingVersion": "D", + "grade": null, + "technicalSpecVersion": "D", + "CBCVersion": "3", + "technicalSpecCode": "ZQRD-TS-18-014", + "technicalSpecName": "中国标准动车组毛坯车轮(ER8)采购技术规范 Technical Specification for purchasing Chinese Standard EMU rough wheel (ER8)", + "CBCCode": "10000011053", "model": null, "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "LRS", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -2093,6 +3108,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -2103,20 +3119,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311199030001-00004", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199030001", + "materialSpecification": null, "name": "动力毛坯车轮", "drawingNumber": "ZQ1018006-001", "specificationModel": "CR400BF,CR400AF,CR300BF,CR300AF LRS ER8", "carModel": "CR400BF,CR400AF,CR300BF,CR300AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "Standard EMU rough motor wheel 标准动车组动车车轮毛坯", + "drawingVersion": "D", + "grade": null, + "technicalSpecVersion": "D", + "CBCVersion": "3", + "technicalSpecCode": "ZQRD-TS-18-014", + "technicalSpecName": "中国标准动车组毛坯车轮(ER8)采购技术规范 Technical Specification for purchasing Chinese Standard EMU rough wheel (ER8)", + "CBCCode": "10000011053", "model": null, "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "LRS", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -2124,6 +3154,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -2134,20 +3165,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312121000002-00001", + "typeCode": 11030102002100, + "typeName": "密封垫片", + "materialCode": "D312121000002", + "materialSpecification": null, "name": "密封垫片", "drawingNumber": null, "specificationModel": "(四方股份 19010072416)", "carModel": "CR400AF-A,CR400AF-Z,CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -2155,6 +3200,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -2165,20 +3211,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312121000001-00001", + "typeCode": 11030102002100, + "typeName": "密封垫片", + "materialCode": "D312121000001", + "materialSpecification": null, "name": "密封垫片", "drawingNumber": null, "specificationModel": "(四方股份 19010072107)", "carModel": "CR400AF-A,CR400AF-Z,CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -2186,6 +3246,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -2196,20 +3257,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312301030004-00001", + "typeCode": 11030102030103, + "typeName": "密封垫圈", + "materialCode": "D312301030004", + "materialSpecification": "G235402-01", "name": "密封垫圈", "drawingNumber": null, "specificationModel": "G235402-01 (四方股份 19010029356)", "carModel": "CR400AF-A,CR400AF-Z,CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -2217,6 +3292,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -2227,20 +3303,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311299000044-00004", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000044", + "materialSpecification": null, "name": "动力车轴(带喷漆)", "drawingNumber": "ZQ1022009-004", "specificationModel": "(GBDA2A ZQ/LRS EA4T)(Weckerle)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF中国标准动车组动车车轴(国产材质)喷漆图", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBDA2A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2248,6 +3338,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -2255,23 +3346,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000045-00004", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000045", + "materialSpecification": null, "name": "非动力车轴(带喷漆)", "drawingNumber": "ZQ1022009-001", "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF中国标准动车组拖车车轴(国产材质)喷漆图", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBTA2", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2279,6 +3384,53 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311102000016-00011", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000016", + "materialSpecification": null, + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1022009-008/ZQ1022009-003", + "specificationModel": "(GBTW21A 等级6 ZQ /LRS ER8)(天津纵横)Weckerle-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆非动力车轮组成", + "drawingVersion": "A", + "grade": "等级6", + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "manufacturer": "ZQ", + "wheelTread": "LMA", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -2288,52 +3440,35 @@ export const mockData = [ "roughWheel": null, "roughAxle": "LRS", "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": "/images/cars/2.jpg", - "selected": false - }, - { - "productNumber": "D311102000016-00011", - "name": "非动力车轮(带降噪板+喷漆)", - "drawingNumber": "ZQ1022009-008/ZQ1022009-003", - "specificationModel": "(GBTW21A 等级6 ZQ /LRS ER8)(天津纵横)Weckerle-四方股份", - "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, - "model": "GBTW21A", - "material": "ER8", - "procurementAttributes": "自采", - "wheelTread": "LMA", - "paintManufacturer": "Weckerle", - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000016-00010", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000016", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1022009-008/ZQ1022009-003", "specificationModel": "(GBTW21A 等级5 ZQ /LRS ER8)(天津纵横)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆非动力车轮组成", + "drawingVersion": "A", + "grade": "等级5", + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBTW21A", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2341,30 +3476,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000016-00009", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000016", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1022009-008/ZQ1022009-003", "specificationModel": "(GBTW21A 等级4 ZQ /LRS ER8)(天津纵横)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆非动力车轮组成", + "drawingVersion": "A", + "grade": "等级4", + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBTW21A", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2372,30 +3522,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000016-00008", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000016", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1022009-008/ZQ1022009-003", "specificationModel": "(GBTW21A 等级3 ZQ /LRS ER8)(天津纵横)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆非动力车轮组成", + "drawingVersion": "A", + "grade": "等级3", + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBTW21A", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2403,30 +3568,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000016-00007", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000016", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1022009-008/ZQ1022009-003", "specificationModel": "(GBTW21A 等级2 ZQ /LRS ER8)(天津纵横)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆非动力车轮组成", + "drawingVersion": "A", + "grade": "等级2", + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBTW21A", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2434,30 +3614,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000016-00006", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000016", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1022009-008/ZQ1022009-003", "specificationModel": "(GBTW21A 等级1 ZQ /LRS ER8)(天津纵横)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆非动力车轮组成", + "drawingVersion": "A", + "grade": "等级1", + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBTW21A", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2465,30 +3660,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000016-00005", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000016", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1022009-008/ZQ1022009-003", "specificationModel": "(GBTW21A ZQ /LRS ER8)(天津纵横)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆非动力车轮组成", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBTW21A", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2496,30 +3706,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000036-00010", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000036", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1022009-003", "specificationModel": "(GBDW21A 等级6 ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF中国标准动车组车轮(国产材质)喷漆图", + "drawingVersion": "A", + "grade": "等级6", + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2527,30 +3752,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000036-00009", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000036", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1022009-003", "specificationModel": "(GBDW21A 等级5 ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF中国标准动车组车轮(国产材质)喷漆图", + "drawingVersion": "A", + "grade": "等级5", + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2558,30 +3798,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000036-00008", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000036", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1022009-003", "specificationModel": "(GBDW21A 等级4 ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF中国标准动车组车轮(国产材质)喷漆图", + "drawingVersion": "A", + "grade": "等级4", + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2589,30 +3844,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000036-00007", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000036", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1022009-003", "specificationModel": "(GBDW21A 等级3 ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF中国标准动车组车轮(国产材质)喷漆图", + "drawingVersion": "A", + "grade": "等级3", + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2620,30 +3890,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000036-00006", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000036", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1022009-003", "specificationModel": "(GBDW21A 等级2 ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF中国标准动车组车轮(国产材质)喷漆图", + "drawingVersion": "A", + "grade": "等级2", + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2651,30 +3936,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000036-00005", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000036", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1022009-003", "specificationModel": "(GBDW21A 等级1 ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF中国标准动车组车轮(国产材质)喷漆图", + "drawingVersion": "A", + "grade": "等级1", + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2682,30 +3982,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000036-00004", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000036", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1022009-003", "specificationModel": "(GBDW21A ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF中国标准动车组车轮(国产材质)喷漆图", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2713,30 +4028,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-00022", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A 等级6 ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "等级6", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2744,30 +4074,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-00021", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A 等级5 ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "等级5", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2775,30 +4120,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-00020", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A 等级3 ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "等级3", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2806,30 +4166,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311000000021-00002", + "typeCode": 110301001000001, + "typeName": "轮对(带轴承)", + "materialCode": "D311000000021", + "materialSpecification": null, "name": "动力轮对(带轴承+联轴节)", "drawingNumber": "ZQ1018005-021", "specificationModel": "(GBD1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK)(QY G321 )(NSK)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力轮对(带轴承 联轴节)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBD1", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": "TK", @@ -2837,30 +4212,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": "QY", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": "NSK", "bearingProcurement": "自采", "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", + "roughWheel": null, "roughAxle": "LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311201000043-00001", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000043", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+联轴节+喷漆)", "drawingNumber": "ZQ1018005-018", "specificationModel": "(GBDA2A ZQ/LRS EA4T)(QY G321)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF动车组动力车轴(带齿轮箱、联轴节和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "09", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第659号", + "technicalSpecName": "时速350公里中国标准动车组转向架EA4T车轴供货技术条件(版本09)", + "CBCCode": "ZQRD-CBC-16-021", "model": "GBDA2A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -2868,30 +4258,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "QY", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, - "axleBoxProcurement": "自采", - "couplingManufacturers": "KWD", - "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "axleBoxProcurement": null, + "couplingManufacturers": "自采", + "roughWheel": "KWD", + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311001000005-00004", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000005", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "SFEZ20M1-211-000", "specificationModel": "(GBD1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK )(QY G321 )-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮对组成(M)", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBD1", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": "TK", @@ -2899,30 +4304,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": "QY", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", + "roughWheel": null, "roughAxle": "LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311299000074-00002", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000074", + "materialSpecification": null, "name": "非动力车轴(带喷漆)", "drawingNumber": "ZQ1014001-032", "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "中国标准动车组拖车车轴喷漆图", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127199", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件(版本G)", + "CBCCode": "TCF00000127199CBC", "model": "GBTA2", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2930,6 +4350,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -2937,23 +4358,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000075-00002", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000075", + "materialSpecification": null, "name": "动力车轴(带喷漆)", "drawingNumber": "ZQ1014001-063", "specificationModel": "(GBDA2B ZQ/LRS EA4T)(Weckerle)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "中国标准动车组动车车轴喷漆图", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127199", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件(版本G)", + "CBCCode": "TCF00000127199CBC", "model": "GBDA2B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2961,6 +4396,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -2968,23 +4404,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311199000064-00015", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000064", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQCW350(D)-00-00-002", "specificationModel": "(GBDW21B 等级6 ZQ/LRS ER8)Weckerle-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "标准动车组车轮喷漆图", + "drawingVersion": "A", + "grade": "等级6", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -2992,30 +4442,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000013-00020", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000013", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1020005-001(ZQCW350(D)-00-00-002)", "specificationModel": "(GBTW21B 等级6 ZQ /LRS ER8)(天津纵横)Weckerle-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力车轮喷漆图", + "drawingVersion": "A", + "grade": "等级6", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -3023,30 +4488,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": '/images/cars/1_2_1.jpg', + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000013-00019", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000013", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1020005-001(ZQCW350(D)-00-00-002)", "specificationModel": "(GBTW21B 等级5 ZQ /LRS ER8)(天津纵横)Weckerle-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力车轮喷漆图", + "drawingVersion": "A", + "grade": "等级5", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -3054,30 +4534,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000013-00018", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000013", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1020005-001(ZQCW350(D)-00-00-002)", "specificationModel": "(GBTW21B 等级4 ZQ /LRS ER8)(天津纵横)Weckerle-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力车轮喷漆图", + "drawingVersion": "A", + "grade": "等级4", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -3085,30 +4580,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000013-00017", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000013", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1020005-001(ZQCW350(D)-00-00-002)", "specificationModel": "(GBTW21B 等级3 ZQ /LRS ER8)(天津纵横)Weckerle-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力车轮喷漆图", + "drawingVersion": "A", + "grade": "等级3", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -3116,30 +4626,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000013-00016", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000013", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1020005-001(ZQCW350(D)-00-00-002)", "specificationModel": "(GBTW21B 等级2 ZQ /LRS ER8)(天津纵横)Weckerle-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力车轮喷漆图", + "drawingVersion": "A", + "grade": "等级2", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -3147,30 +4672,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000013-00015", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000013", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1020005-001(ZQCW350(D)-00-00-002)", "specificationModel": "(GBTW21B 等级1 ZQ /LRS ER8)(天津纵横)Weckerle-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力车轮喷漆图", + "drawingVersion": "A", + "grade": "等级1", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -3178,30 +4718,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000064-00014", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000064", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQCW350(D)-00-00-002", "specificationModel": "(GBDW21B 等级5 ZQ/LRS ER8)Weckerle-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "标准动车组车轮喷漆图", + "drawingVersion": "A", + "grade": "等级5", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -3209,30 +4764,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000064-00013", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000064", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQCW350(D)-00-00-002", "specificationModel": "(GBDW21B 等级4 ZQ/LRS ER8)Weckerle-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "标准动车组车轮喷漆图", + "drawingVersion": "A", + "grade": "等级4", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -3240,30 +4810,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000064-00012", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000064", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQCW350(D)-00-00-002", "specificationModel": "(GBDW21B 等级3 ZQ/LRS ER8)Weckerle-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "标准动车组车轮喷漆图", + "drawingVersion": "A", + "grade": "等级3", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -3271,30 +4856,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": "/images/cars/4.jpg", + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000064-00011", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000064", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQCW350(D)-00-00-002", "specificationModel": "(GBDW21B 等级2 ZQ/LRS ER8)Weckerle-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "标准动车组车轮喷漆图", + "drawingVersion": "A", + "grade": "等级2", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -3302,30 +4902,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000064-00010", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000064", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQCW350(D)-00-00-002", "specificationModel": "(GBDW21B 等级1 ZQ/LRS ER8)Weckerle-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "标准动车组车轮喷漆图", + "drawingVersion": "A", + "grade": "等级1", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -3333,30 +4948,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000064-00009", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000064", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQCW350(D)-00-00-002", "specificationModel": "(GBDW21B ZQ/LRS ER8)Weckerle-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "标准动车组车轮喷漆图", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -3364,30 +4994,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000013-00014", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000013", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1020005-001(ZQCW350(D)-00-00-002)", "specificationModel": "(GBTW21B ZQ /LRS ER8)(天津纵横)Weckerle-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力车轮喷漆图", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -3395,30 +5040,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00021", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级6 ZQ /LRS ER8 )(TK 客供)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级6", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -3426,30 +5086,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00020", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级5 ZQ /LRS ER8 )(TK 客供)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级5", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -3457,30 +5132,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00019", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级4 ZQ /LRS ER8 )(TK 客供)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级4", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -3488,30 +5178,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00018", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级3 ZQ /LRS ER8 )(TK 客供)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级3", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -3519,30 +5224,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00017", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级2 ZQ /LRS ER8 )(TK 客供)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级2", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -3550,30 +5270,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00016", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级1 ZQ /LRS ER8 )(TK 客供)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级1", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -3581,30 +5316,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00015", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B ZQ /LRS ER8 )(TK 客供)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -3612,30 +5362,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D313304000003-00001", + "typeCode": 11030103030400, + "typeName": "轴装制动盘防扭转销栓", + "materialCode": "D313304000003", + "materialSpecification": null, "name": "轴装制动盘防扭转销栓", "drawingNumber": null, "specificationModel": "(TK 141032001032)", "carModel": "CR300BF,CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -3643,6 +5408,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -3653,20 +5419,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313303000006-00001", + "typeCode": 11030103030300, + "typeName": "轴装制动盘定心环", + "materialCode": "D313303000006", + "materialSpecification": null, "name": "轴装制动盘定心环", "drawingNumber": null, "specificationModel": "(TK 141021001062)", "carModel": "CR300BF,CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -3674,6 +5454,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -3684,20 +5465,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313302010005-00001", + "typeCode": 11030103030201, + "typeName": "轴装制动盘六角螺栓", + "materialCode": "D313302010005", + "materialSpecification": "M14×100", "name": "轴装制动盘六角螺栓", "drawingNumber": null, "specificationModel": "M14×100 (TK 140199001179)", "carModel": "CR300BF,CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -3705,6 +5500,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -3715,20 +5511,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311102010007-00030", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010007", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21B 等级5 ZQ/LRS ER8)(天津纵横)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "等级5", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -3736,30 +5546,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102010007-00029", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010007", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21B 等级4 ZQ/LRS ER8)(天津纵横)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "等级4", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -3767,30 +5592,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102010007-00028", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010007", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21B 等级3 ZQ/LRS ER8)(天津纵横)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "等级3", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -3798,30 +5638,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102010007-00027", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010007", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21B 等级2 ZQ/LRS ER8)(天津纵横)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "等级2", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -3829,30 +5684,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102010007-00026", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010007", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21B 等级1 ZQ/LRS ER8)(天津纵横)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "等级1", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -3860,30 +5730,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102010007-00025", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010007", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21B ZQ/LRS ER8)(天津纵横)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "原级", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -3891,30 +5776,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102010007-00031", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010007", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21B 等级6 ZQ/LRS ER8)(天津纵横)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "等级6", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBTW21B", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -3922,30 +5822,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199020014-00005", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020014", + "materialSpecification": null, "name": "精加工动力车轮", "drawingNumber": "CCD2001-03-21-0001-DA", "specificationModel": "GBDW21B ZQ/LRS ER8-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮 MOTOR WHEEL", + "drawingVersion": "C", + "grade": "原级", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -3953,30 +5868,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199020096-00004", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020096", + "materialSpecification": null, "name": "精加工动力车轮", "drawingNumber": "CCD2001-03-21-0001-DA", "specificationModel": "GBDW21B 等级6 ZQ/LRS ER8-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮 MOTOR WHEEL", + "drawingVersion": "C", + "grade": "等级6", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -3984,30 +5914,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199020097-00005", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020097", + "materialSpecification": null, "name": "精加工动力车轮", "drawingNumber": "CCD2001-03-21-0001-DA", "specificationModel": "GBDW21B 等级5 ZQ/LRS ER8-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮 MOTOR WHEEL", + "drawingVersion": "C", + "grade": "等级5", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4015,30 +5960,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199020098-00005", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020098", + "materialSpecification": null, "name": "精加工动力车轮", "drawingNumber": "CCD2001-03-21-0001-DA", "specificationModel": "GBDW21B 等级4 ZQ/LRS ER8-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮 MOTOR WHEEL", + "drawingVersion": "C", + "grade": "等级4", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4046,30 +6006,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199020099-00005", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020099", + "materialSpecification": null, "name": "精加工动力车轮", "drawingNumber": "CCD2001-03-21-0001-DA", "specificationModel": "GBDW21B 等级3 ZQ/LRS ER8-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮 MOTOR WHEEL", + "drawingVersion": "C", + "grade": "等级3", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4077,30 +6052,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199020100-00004", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020100", + "materialSpecification": null, "name": "精加工动力车轮", "drawingNumber": "CCD2001-03-21-0001-DA", "specificationModel": "GBDW21B 等级2 ZQ/LRS ER8-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮 MOTOR WHEEL", + "drawingVersion": "C", + "grade": "等级2", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4108,30 +6098,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199020101-00005", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020101", + "materialSpecification": null, "name": "精加工动力车轮", "drawingNumber": "CCD2001-03-21-0001-DA", "specificationModel": "GBDW21B 等级1 ZQ/LRS ER8-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮 MOTOR WHEEL", + "drawingVersion": "C", + "grade": "等级1", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "高速动车组项目转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4139,30 +6144,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311299010004-00005", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010004", + "materialSpecification": null, "name": "精加工动力车轴", "drawingNumber": "CCD2001-03-21-0002-DA", "specificationModel": "GBDA2B ZQ/LRS EA4T-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轴 MOTOR AXLE", + "drawingVersion": "D", + "grade": null, + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127199", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件(版本G)", + "CBCCode": "TCF00000127199CBC", "model": "GBDA2B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4170,6 +6190,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -4177,23 +6198,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299010003-00005", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010003", + "materialSpecification": null, "name": "精加工非动力车轴", "drawingNumber": "CCD2001-03-21-0002-TA", "specificationModel": "GBTA2 ZQ/LRS EA4T-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轴 TRAILER AXLE", + "drawingVersion": "E", + "grade": null, + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "TCF00000127199", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件(版本G)", + "CBCCode": "TCF00000127199CBC", "model": "GBTA2", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4201,6 +6236,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -4208,23 +6244,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000046-00003", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000046", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+联轴节+喷漆)", "drawingNumber": "ZQ1014001-113", "specificationModel": "(GBDA2B ZQ/LRS EA4T)(QY)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF动车组动力车轴(带齿轮箱、联轴节和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "1.0", + "CBCVersion": "/", + "technicalSpecCode": "TCF00000191005", + "technicalSpecName": "TSD045动车组转向架轮对采购技术规范", + "CBCCode": "TCF00000191005CBC", "model": "GBDA2B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4232,30 +6282,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "QY", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, - "axleBoxProcurement": "自采", - "couplingManufacturers": "KWD", - "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "axleBoxProcurement": null, + "couplingManufacturers": "自采", + "roughWheel": "KWD", + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311001000022-00006", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000022", + "materialSpecification": null, "name": "非动力轮对", "drawingNumber": "CCD2001-03-21-0000-TA", "specificationModel": "(GBT)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK )-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车轮对 TRAILER WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "B", + "CBCVersion": "B", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "GBT", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": null, @@ -4263,30 +6328,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "TK", "axisProcurement": "自采", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", + "roughWheel": null, "roughAxle": "LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000011-00008", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000011", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "CCD2001-03-21-0000-DA", "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK )(QY )-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车轮对 MOTOR WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "1.0", + "CBCVersion": "/", + "technicalSpecCode": "TCF00000191005", + "technicalSpecName": "TSD045动车组转向架轮对采购技术规范", + "CBCCode": "TCF00000191005CBC", "model": "GBD", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": "TK", @@ -4294,30 +6374,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": "QY", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", + "roughWheel": null, "roughAxle": "LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311000000014-00005", + "typeCode": 110301001000001, + "typeName": "轮对(带轴承)", + "materialCode": "D311000000014", + "materialSpecification": null, "name": "非动力轮对(带轴承)", "drawingNumber": "ZQ1014001-102", "specificationModel": "(GBT)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK)(天津纵横 )(SKF)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力轮对(带轴承)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "1.0", + "CBCVersion": "/", + "technicalSpecCode": "TCF00000191005", + "technicalSpecName": "TSD045动车组转向架轮对采购技术规范", + "CBCCode": "TCF00000191005CBC", "model": "GBT", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": null, @@ -4325,30 +6420,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "TK", "axisProcurement": "自采", "bearingManufacturers": "SKF", "bearingProcurement": "自采", "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", + "roughWheel": null, "roughAxle": "LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311000000013-00004", + "typeCode": 110301001000001, + "typeName": "轮对(带轴承)", + "materialCode": "D311000000013", + "materialSpecification": null, "name": "动力轮对(带轴承+联轴节)", "drawingNumber": "ZQ1014001-101", "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(QY)(TK)(SKF)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力轮对(带轴承)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "1.0", + "CBCVersion": "/", + "technicalSpecCode": "TCF00000191005", + "technicalSpecName": "TSD045动车组转向架轮对采购技术规范", + "CBCCode": "TCF00000191005CBC", "model": "GBD", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": "TK", @@ -4356,30 +6466,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": "QY", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": "SKF", "bearingProcurement": "自采", "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", + "roughWheel": null, "roughAxle": "LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311299000045-00003", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000045", + "materialSpecification": null, "name": "非动力车轴(带喷漆)", "drawingNumber": "ZQ1022009-001", "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF中国标准动车组拖车车轴(国产材质)喷漆图", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "01", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ44-ZK-GHJT-014", + "technicalSpecName": "时速400公里新一代复兴号动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-24-006", "model": "GBTA2", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -4387,6 +6512,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -4394,23 +6520,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311102000016-00004", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000016", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1022009-008/ZQ1022009-003", "specificationModel": "(GBTW21A ZQ /LRS ER8)(天津纵横)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆非动力车轮组成", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "01", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ44-ZK-GHJT-014", + "technicalSpecName": "时速400公里新一代复兴号动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-24-006", "model": "GBTW21A", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -4418,30 +6558,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199030055-00002", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199030055", + "materialSpecification": null, "name": "动力毛坯车轮", "drawingNumber": "ZQ1014001-124", "specificationModel": "CR300BF,CR400BF LRS ER8C", "carModel": "CR300BF,CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "标准动车组动力车轮毛坯(ER8C)", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "E", + "CBCVersion": "8", + "technicalSpecCode": "ZQRD-TS-18-020", + "technicalSpecName": "ER8C 毛坯车轮采购技术规范дTechnical Specification for purchasing EMU ER8C rough wheel", + "CBCCode": "10000009002", "model": null, "material": "ER8C", "procurementAttributes": "自采", + "manufacturer": "LRS", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4449,6 +6604,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -4459,20 +6615,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311199030056-00002", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199030056", + "materialSpecification": null, "name": "非动力毛坯车轮", "drawingNumber": "ZQ1014001-125", "specificationModel": "CR300BF,CR400BF LRS ER8C", "carModel": "CR300BF,CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "标准动车组非动力车轮毛坯(ER8C)", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "E", + "CBCVersion": "8", + "technicalSpecCode": "ZQRD-TS-18-020", + "technicalSpecName": "ER8C 毛坯车轮采购技术规范дTechnical Specification for purchasing EMU ER8C rough wheel", + "CBCCode": "10000009002", "model": null, "material": "ER8C", "procurementAttributes": "自采", + "manufacturer": "LRS", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4480,6 +6650,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -4490,20 +6661,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311001000105-00002", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000105", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "SFEZ20M1-211-000B", "specificationModel": "(GBD1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK )(QY )-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮对组成(M)", + "drawingVersion": "01", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBD1", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": "TK", @@ -4511,30 +6696,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": "QY", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", + "roughWheel": null, "roughAxle": "LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000006-00003", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000006", + "materialSpecification": null, "name": "非动力轮对(带降噪板)", "drawingNumber": "SFEZ20T1-211-000B", "specificationModel": "(GBT1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK )-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮对组成(T)", + "drawingVersion": "04", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBT1", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": null, @@ -4542,30 +6742,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "TK", "axisProcurement": "自采", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", + "roughWheel": null, "roughAxle": "LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311000000014-00004", + "typeCode": 110301001000001, + "typeName": "轮对(带轴承)", + "materialCode": "D311000000014", + "materialSpecification": null, "name": "非动力轮对(带轴承)", "drawingNumber": "ZQ1014001-102", "specificationModel": "(GBT)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK)(天津纵横 )(SKF)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力轮对(带轴承)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "B", + "CBCVersion": "B", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "GBT", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": null, @@ -4573,30 +6788,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "TK", "axisProcurement": "自采", "bearingManufacturers": "SKF", "bearingProcurement": "自采", "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", + "roughWheel": null, "roughAxle": "LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311000000013-00003", + "typeCode": 110301001000001, + "typeName": "轮对(带轴承)", + "materialCode": "D311000000013", + "materialSpecification": null, "name": "动力轮对(带轴承+联轴节)", "drawingNumber": "ZQ1014001-101", "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(QY)(TK)(SKF)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力轮对(带轴承)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "B", + "CBCVersion": "B", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "GBD", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": "TK", @@ -4604,30 +6834,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": "QY", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": "SKF", "bearingProcurement": "自采", "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", + "roughWheel": null, "roughAxle": "LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000025-10001", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000025", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1014001-100(ZQ1014001-090)", "specificationModel": "检修(GBTW21B ZQ /LRS ER8)(天津纵横)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "CR400BF型动车组拖车车轮喷漆图", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "GBTW21B", "material": "ER8", "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4635,30 +6880,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311299000013-10001", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000013", + "materialSpecification": null, "name": "非动力车轴(带喷漆)", "drawingNumber": "ZQ1014001-088", "specificationModel": "检修(GBTA2 ZQ/LRS EA4T)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "CR400BF型动车组拖车车轴喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "GBTA2", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4666,6 +6926,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -4673,23 +6934,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000016-10001", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000016", + "materialSpecification": null, "name": "动力车轴(带喷漆)", "drawingNumber": "ZQ1014001-089", "specificationModel": "检修(GBDA2B ZQ/LRS EA4T)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "CR400BF型动车组动车车轴喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "GBDA2B", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4697,6 +6972,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -4704,23 +6980,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000023-10002", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000023", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1019019-001", "specificationModel": "检修 (GBDA2A ZQ/LRS EA4T)(东洋 )", "carModel": "CR400AF-Z", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "CR400AF智能动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "GBDA2A", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4728,6 +7018,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "东洋", "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -4735,23 +7026,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000023-10001", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000023", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1019019-001", "specificationModel": "检修 (GBDA2A ZQ/LRS EA4T)(QY)", "carModel": "CR400AF-Z", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "CR400AF智能动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "GBDA2A", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4759,6 +7064,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "QY", "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -4766,23 +7072,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000019-10002", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000019", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1018005-013", "specificationModel": "检修 (GBDA2A ZQ/LRS EA4T)(东洋)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "CR400AF动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "GBDA2A", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4790,6 +7110,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "东洋", "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -4797,23 +7118,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D325000000014-10001", + "typeCode": 11030205000000, + "typeName": "轴箱组成", + "materialCode": "D325000000014", + "materialSpecification": null, "name": "右轴箱组成", "drawingNumber": "ZQ1014001-117", "specificationModel": "检修", "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "右轴箱组成", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4821,6 +7156,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -4831,20 +7167,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D325000000013-10001", + "typeCode": 11030205000000, + "typeName": "轴箱组成", + "materialCode": "D325000000013", + "materialSpecification": null, "name": "左轴箱组成", "drawingNumber": "ZQ1014001-116", "specificationModel": "检修", "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "左轴箱组成", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4852,6 +7202,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -4862,20 +7213,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D325000000012-10001", + "typeCode": 11030205000000, + "typeName": "轴箱组成", + "materialCode": "D325000000012", + "materialSpecification": null, "name": "右轴箱组成", "drawingNumber": "ZQ1018005-024", "specificationModel": "检修", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "右轴箱组成", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4883,6 +7248,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -4893,20 +7259,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D325000000011-10001", + "typeCode": 11030205000000, + "typeName": "轴箱组成", + "materialCode": "D325000000011", + "materialSpecification": null, "name": "左轴箱组成", "drawingNumber": "ZQ1018005-023", "specificationModel": "检修", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "左轴箱组成", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4914,6 +7294,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -4924,20 +7305,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311201000046-10002", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000046", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+联轴节+喷漆)", "drawingNumber": "ZQ1014001-113", "specificationModel": "检修 (GBDA2B ZQ/LRS EA4T)(ZF)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "CR400BF动车组动力车轴(带齿轮箱、联轴节和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "GBDA2B", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4945,30 +7340,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "ZF", "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, - "couplingManufacturers": "KWD", - "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "couplingManufacturers": null, + "roughWheel": "KWD", + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000046-10001", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000046", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+联轴节+喷漆)", "drawingNumber": "ZQ1014001-113", "specificationModel": "检修 (GBDA2B ZQ/LRS EA4T)(QY)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "CR400BF动车组动力车轴(带齿轮箱、联轴节和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "GBDA2B", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -4976,30 +7386,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "QY", "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, - "couplingManufacturers": "KWD", - "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "couplingManufacturers": null, + "roughWheel": "KWD", + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000043-10001", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000043", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+联轴节+喷漆)", "drawingNumber": "ZQ1018005-018", "specificationModel": "检修 (GBDA2A ZQ/LRS EA4T)(QY)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "CR400AF动车组动力车轴(带齿轮箱、联轴节和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "GBDA2A", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5007,30 +7432,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "QY", "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, - "couplingManufacturers": "KWD", - "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "couplingManufacturers": null, + "roughWheel": "KWD", + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311199000038-00019", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A 等级4 ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "等级4", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -5038,30 +7478,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311299020005-00001", + "typeCode": 11030100129902, + "typeName": "毛坯车轴", + "materialCode": "D311299020005", + "materialSpecification": null, "name": "非动力毛坯车轴", "drawingNumber": "ZQ1014001-095", "specificationModel": "CRH380B,CR400BF,CR400AF,CR300AF,CR300BF LRS EA4T", "carModel": "CRH380B,CR400BF,CR400AF,CR300AF,CR300BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "ROUGH TRAILER ALEX 拖车车轴毛坯", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "G", + "CBCVersion": "10", + "technicalSpecCode": "ZQRD-TS-16-004", + "technicalSpecName": "中国标准动车组毛坯车轴采购技术规范дTechnical Specification for purchasing Chinese Standard EMUдrough axle", + "CBCCode": "10000007182", "model": null, "material": "EA4T", "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "LRS", "wheelManufacturers": null, @@ -5069,6 +7524,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -5079,20 +7535,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311299020004-00006", + "typeCode": 11030100129902, + "typeName": "毛坯车轴", + "materialCode": "D311299020004", + "materialSpecification": null, "name": "动力毛坯车轴", "drawingNumber": "ZQ1014001-012", "specificationModel": "CRH380B,CR400BF,CR400AF,CR300AF,CR300BF LRS EA4T", "carModel": "CRH380B,CR400BF,CR400AF,CR300AF,CR300BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "Rough Motor Axle 动车车轴毛坯", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "G", + "CBCVersion": "10", + "technicalSpecCode": "ZQRD-TS-16-004", + "technicalSpecName": null, + "CBCCode": "10000007182", "model": null, "material": "EA4T", "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "LRS", "wheelManufacturers": null, @@ -5100,6 +7570,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -5110,20 +7581,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311199020012-00003", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199020012", + "materialSpecification": null, "name": "非动力毛坯车轮", "drawingNumber": "ZQ1018006-002", "specificationModel": "CR400BF,CR400AF,CR300BF,CR300AF LRS ER8", "carModel": "CR400BF,CR400AF,CR300BF,CR300AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "Standard EMU Rough Trailer Wheel 标准动车组拖车车轮毛坯", + "drawingVersion": "C", + "grade": null, + "technicalSpecVersion": "D", + "CBCVersion": "3", + "technicalSpecCode": "ZQRD-TS-18-014", + "technicalSpecName": "中国标准动车组毛坯车轮(ER8)采购技术规范 Technical Specification for purchasing Chinese Standard EMU rough wheel (ER8)", + "CBCCode": "10000011053", "model": null, "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "LRS", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5131,6 +7616,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -5141,20 +7627,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311199030001-00003", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199030001", + "materialSpecification": null, "name": "动力毛坯车轮", "drawingNumber": "ZQ1018006-001", "specificationModel": "CR400BF,CR400AF,CR300BF,CR300AF LRS ER8", "carModel": "CR400BF,CR400AF,CR300BF,CR300AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "Standard EMU rough motor wheel 标准动车组动车车轮毛坯", + "drawingVersion": "C", + "grade": null, + "technicalSpecVersion": "D", + "CBCVersion": "3", + "technicalSpecCode": "ZQRD-TS-18-014", + "technicalSpecName": "中国标准动车组毛坯车轮(ER8)采购技术规范 Technical Specification for purchasing Chinese Standard EMU rough wheel (ER8)", + "CBCCode": "10000011053", "model": null, "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "LRS", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5162,6 +7662,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -5172,20 +7673,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311103020004-00001", + "typeCode": 11030100110302, + "typeName": "降噪块套件", + "materialCode": "D311103020004", + "materialSpecification": null, "name": "降噪块套件", "drawingNumber": null, "specificationModel": "(四方股份 35742110020)", "carModel": "CR400AF-G,CR400AF-BZ,CR400AF-A,CR400AF-Z,CR400AF-B,CR400AF,CR400AF-C", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "BVV", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5193,6 +7708,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -5203,20 +7719,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311101000028-00024", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A 等级6 ZQ /LRS ER8 )(TK )-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "等级6", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -5224,30 +7754,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-00023", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A 等级5 ZQ /LRS ER8 )(TK )-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "等级5", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -5255,30 +7800,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-00022", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A 等级4 ZQ /LRS ER8 )(TK )-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "等级4", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -5286,30 +7846,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-00021", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A 等级3 ZQ /LRS ER8 )(TK )-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "等级3", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -5317,30 +7892,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": "/images/cars/2.jpg", + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-00020", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A 等级2 ZQ /LRS ER8 )(TK )-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "等级2", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -5348,30 +7938,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-00019", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A 等级1 ZQ /LRS ER8 )(TK )-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "等级1", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -5379,30 +7984,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311103020003-00001", + "typeCode": 11030100110302, + "typeName": "降噪块套件", + "materialCode": "D311103020003", + "materialSpecification": null, "name": "降噪块套件", "drawingNumber": null, "specificationModel": "(CRC M000001522900)", "carModel": "CR400BF-GZ,CR400BF-Z,CR400BF-BZ,CR400BF-G,CR400BF-C,CR400BF-B,CR400BF,CR400BF-AZ,CR400BF-A", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "BVV", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5410,6 +8030,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -5420,20 +8041,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311299010005-00004", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010005", + "materialSpecification": null, "name": "精加工动力车轴", "drawingNumber": "SFEZ20M1-211-001", "specificationModel": "GBDA2A LRS/LRS EA4T-LRS", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轴", + "drawingVersion": "03", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "ZQRD-TS-20-012", + "technicalSpecName": "CR400AF动车车轴(喷钼涂层)和喷钼小试样采购技术规范", + "CBCCode": null, "model": "GBDA2A", "material": null, "procurementAttributes": "自采", + "manufacturer": "LRS", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5441,6 +8076,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "喷钼车轴", "axisProcurement": null, "bearingManufacturers": null, @@ -5448,23 +8084,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311199000038-00018", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A 等级2 ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "等级2", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -5472,30 +8122,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-00017", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A 等级1 ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "等级1", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -5503,30 +8168,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311201000029-00003", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000029", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1022005-001", "specificationModel": "(GBDA1B JX/JX DZ2)(ZF)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "GBDA1B", "material": null, "procurementAttributes": "自采", + "manufacturer": "JX", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5534,6 +8214,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "ZF", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -5541,23 +8222,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "JX", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "JX", + "axleMaterial": null, "selected": false }, { "productNumber": "D311102010004-00016", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010004", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21A 等级6 ZQ/LRS ER8)(天津纵横)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "等级6", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBTW21A", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5565,30 +8260,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102010004-00015", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010004", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21A 等级5 ZQ/LRS ER8)(天津纵横)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "等级5", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBTW21A", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5596,30 +8306,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102010004-00014", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010004", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21A 等级4 ZQ/LRS ER8)(天津纵横)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "等级4", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBTW21A", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5627,30 +8352,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102010004-00013", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010004", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21A 等级3 ZQ/LRS ER8)(天津纵横)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "等级3", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBTW21A", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5658,30 +8398,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": "/images/cars/1_2_1_1.jpg", + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102010004-00012", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010004", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21A 等级2 ZQ/LRS ER8)(天津纵横)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "等级2", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBTW21A", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5689,30 +8444,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102010004-00011", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010004", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "TKD0601-00-00-03", "specificationModel": "(GBTW21A 等级1 ZQ/LRS ER8)(天津纵横)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "等级1", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBTW21A", "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5720,30 +8490,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D312303050017-00001", + "typeCode": 11030102030305, + "typeName": "密封垫圈", + "materialCode": "D312303050017", + "materialSpecification": "CJDZZ-2015-04", "name": "密封垫片", "drawingNumber": null, "specificationModel": "CJDZZ-2015-04 (CRC M000004664894)", "carModel": "CR400BF-B,CR400BF,CR400BF-AZ,CR400BF-A,CR400BF-Z,CR400BF-GZ,CR400BF-G", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5751,6 +8536,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -5761,20 +8547,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311199010105-00003", + "typeCode": 110301001199011, + "typeName": "车轮", + "materialCode": "D311199010105", + "materialSpecification": null, "name": "动力车轮", "drawingNumber": "SFEZ20M1-211-100", "specificationModel": "GBDW21A 等级3 ZQ/LRS ER8-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮组成", + "drawingVersion": "03", + "grade": "等级3", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5782,30 +8582,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199010107-00003", + "typeCode": 110301001199011, + "typeName": "车轮", + "materialCode": "D311199010107", + "materialSpecification": null, "name": "动力车轮", "drawingNumber": "SFEZ20M1-211-100", "specificationModel": "GBDW21A 等级1 ZQ/LRS ER8-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮组成", + "drawingVersion": "03", + "grade": "等级1", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5813,30 +8628,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": "/images/cars/3.jpg", + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199010102-00003", + "typeCode": 110301001199011, + "typeName": "车轮", + "materialCode": "D311199010102", + "materialSpecification": null, "name": "动力车轮", "drawingNumber": "SFEZ20M1-211-100", "specificationModel": "GBDW21A 等级6 ZQ/LRS ER8-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮组成", + "drawingVersion": "03", + "grade": "等级6", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5844,30 +8674,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199010103-00003", + "typeCode": 110301001199011, + "typeName": "车轮", + "materialCode": "D311199010103", + "materialSpecification": null, "name": "动力车轮", "drawingNumber": "SFEZ20M1-211-100", "specificationModel": "GBDW21A 等级5 ZQ/LRS ER8-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮组成", + "drawingVersion": "03", + "grade": "等级5", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5875,30 +8720,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199010104-00003", + "typeCode": 110301001199011, + "typeName": "车轮", + "materialCode": "D311199010104", + "materialSpecification": null, "name": "动力车轮", "drawingNumber": "SFEZ20M1-211-100", "specificationModel": "GBDW21A 等级4 ZQ/LRS ER8-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮组成", + "drawingVersion": "03", + "grade": "等级4", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5906,30 +8766,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199010106-00003", + "typeCode": 110301001199011, + "typeName": "车轮", + "materialCode": "D311199010106", + "materialSpecification": null, "name": "动力车轮", "drawingNumber": "SFEZ20M1-211-100", "specificationModel": "GBDW21A 等级2 ZQ/LRS ER8-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮组成", + "drawingVersion": "03", + "grade": "等级2", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -5937,30 +8812,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-00018", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A ZQ /LRS ER8 )(TK )-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -5968,30 +8858,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": '/images/cars/1_2_1_1_1.jpg', + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311102000016-00003", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000016", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1022009-008/ZQ1022009-003", "specificationModel": "(GBTW11A ZQ /MG D2)(天津纵横)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆非动力车轮组成", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第662号", + "technicalSpecName": "时速350公里中国标准动车组转向架D2材料车轮供货技术条件", + "CBCCode": "ZQRD-CBC-23-001", "model": "GBTW11A", "material": "D2", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -5999,30 +8904,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "MG", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "MG", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311102000016-00002", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000016", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1022009-008/ZQ1022009-003", "specificationModel": "(GBTW11A ZQ /TZ D2)(天津纵横)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆非动力车轮组成", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第662号", + "technicalSpecName": "时速350公里中国标准动车组转向架D2材料车轮供货技术条件", + "CBCCode": "ZQRD-CBC-23-001", "model": "GBTW11A", "material": "D2", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -6030,30 +8950,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "TZ", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "TZ", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311201000028-00004", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000028", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1022009-005", "specificationModel": "(GBDA1A ZQ/TZ DZ2)(东洋)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "07", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第663号", + "technicalSpecName": "时速350公里中国标准动车组转向架用DZ2材料车轴供货技术条件", + "CBCCode": "ZQRD-CBC-22-032", "model": "GBDA1A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -6061,6 +8996,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "东洋", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -6068,23 +9004,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "TZ", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "TZ", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000028-00003", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000028", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1022009-005", "specificationModel": "(GBDA1A ZQ/JX DZ2)(东洋)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "07", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第663号", + "technicalSpecName": "时速350公里中国标准动车组转向架用DZ2材料车轴供货技术条件", + "CBCCode": "ZQRD-CBC-22-032", "model": "GBDA1A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -6092,6 +9042,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "东洋", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -6099,23 +9050,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "JX", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "JX", + "axleMaterial": null, "selected": false }, { "productNumber": "D311001000076-00004", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000076", + "materialSpecification": null, "name": "非动力轮对(带降噪板)", "drawingNumber": "SFEZ20T1-211-000A", "specificationModel": "(GBT1)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK )-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮对组成(T)", + "drawingVersion": "30", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBT1", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": null, @@ -6123,30 +9088,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "TK", "axisProcurement": "自采", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "TZ", + "roughWheel": null, "roughAxle": "TZ", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "wheelMaterial": "TZ", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311001000076-00003", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000076", + "materialSpecification": null, "name": "非动力轮对(带降噪板)", "drawingNumber": "SFEZ20T1-211-000A", "specificationModel": "(GBT1)(ZQ/JX DZ2)(ZQ/MGV D2)(TK )-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮对组成(T)", + "drawingVersion": "30", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBT1", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": null, @@ -6154,30 +9134,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "TK", "axisProcurement": "自采", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "MGV", - "roughAxle": "JX", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "roughWheel": null, + "roughAxle": "MGV", + "wheelMaterial": "JX", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311001000075-00004", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000075", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "SFEZ20M1-211-000C", "specificationModel": "(GBD1)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK )(东洋 )-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮对组成(动)", + "drawingVersion": "01", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBD1", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": "TK", @@ -6185,30 +9180,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": "东洋", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "TZ", + "roughWheel": null, "roughAxle": "TZ", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "wheelMaterial": "TZ", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311001000075-00003", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000075", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "SFEZ20M1-211-000C", "specificationModel": "(GBD1)(ZQ/JX DZ2)(ZQ/MGV D2)(TK )(东洋 )-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮对组成(动)", + "drawingVersion": "01", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBD1", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": "TK", @@ -6216,30 +9226,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": "东洋", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "MGV", - "roughAxle": "JX", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "roughWheel": null, + "roughAxle": "MGV", + "wheelMaterial": "JX", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311101000027-00004", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000027", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1022009-006", "specificationModel": "(GBDW11A ZQ /TZ D2 )(TK )-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第662号", + "technicalSpecName": "时速350公里中国标准动车组转向架D2材料车轮供货技术条件", + "CBCCode": "ZQRD-CBC-23-001", "model": "GBDW11A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -6247,30 +9272,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "TZ", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "TZ", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311101000027-00003", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000027", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1022009-006", "specificationModel": "(GBDW11A ZQ /MGV D2 )(TK )-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第662号", + "technicalSpecName": "时速350公里中国标准动车组转向架D2材料车轮供货技术条件", + "CBCCode": "ZQRD-CBC-23-001", "model": "GBDW11A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -6278,30 +9318,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "MGV", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "MGV", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311299000016-00003", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000016", + "materialSpecification": null, "name": "动力车轴(带喷漆)", "drawingNumber": "ZQ1014001-089", "specificationModel": "(GBDA2B ZQ/LRS EA4T)(华豹)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组动车车轴喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "GBDA2B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "华豹", "axleManufacturers": null, "wheelManufacturers": null, @@ -6309,6 +9364,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -6316,23 +9372,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000013-00003", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000013", + "materialSpecification": null, "name": "非动力车轴(带喷漆)", "drawingNumber": "ZQ1014001-088", "specificationModel": "(GBTA2 ZQ/LRS EA4T)(华豹)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组拖车车轴喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "GBTA2", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "华豹", "axleManufacturers": null, "wheelManufacturers": null, @@ -6340,6 +9410,53 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311199000035-00024", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000035", + "materialSpecification": null, + "name": "动力车轮(带喷漆)", + "drawingNumber": "ZQ1014001-090", + "specificationModel": "(GBDW21B ZQ/LRS ER8)华豹-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组车轮喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", + "model": "GBDW21B", + "material": null, + "procurementAttributes": "自采", + "manufacturer": "ZQ", + "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": "华豹", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -6349,52 +9466,35 @@ export const mockData = [ "roughWheel": null, "roughAxle": "LRS", "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, - "selected": false - }, - { - "productNumber": "D311199000035-00024", - "name": "动力车轮(带喷漆)", - "drawingNumber": "ZQ1014001-090", - "specificationModel": "(GBDW21B ZQ/LRS ER8)华豹-CRC", - "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, - "model": "GBDW21B", - "material": null, - "procurementAttributes": "自采", - "wheelTread": "LMB10", - "paintManufacturer": "华豹", - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D351200000026-10001", + "typeCode": 11030501020000, + "typeName": "联轴节(齿轮箱侧)", + "materialCode": "D351200000026", + "materialSpecification": null, "name": "动车组联轴节(鼓形齿式)", "drawingNumber": null, "specificationModel": "检修 (四方股份 36034000001)", "carModel": "CR400AF-A,CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -6402,6 +9502,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "ESCO FTRN-70", "axisProcurement": null, "bearingManufacturers": null, @@ -6412,20 +9513,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D351200000026-00001", + "typeCode": 11030501020000, + "typeName": "联轴节(齿轮箱侧)", + "materialCode": "D351200000026", + "materialSpecification": null, "name": "动车组联轴节(鼓形齿式)", "drawingNumber": null, "specificationModel": "(四方股份 36034000001)", "carModel": "CR400AF,CR400AF-A", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -6433,6 +9548,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "ESCO FTR N-70", "axisProcurement": null, "bearingManufacturers": null, @@ -6443,20 +9559,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": "/images/cars/1_2.jpg", "selected": false }, { "productNumber": "D311101000028-00017", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A ZQ /LRS ER8 )(TK 客供)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -6464,30 +9594,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-00016", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -6495,30 +9640,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311299000016-00002", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000016", + "materialSpecification": null, "name": "动力车轴(带喷漆)", "drawingNumber": "ZQ1014001-089", "specificationModel": "(GBDA2B ZQ/LRS EA4T)(Weckerle)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组动车车轴喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "GBDA2B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -6526,6 +9686,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -6533,23 +9694,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000013-00002", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000013", + "materialSpecification": null, "name": "非动力车轴(带喷漆)", "drawingNumber": "ZQ1014001-088", "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组拖车车轴喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "GBTA2", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -6557,6 +9732,53 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311102010004-00010", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010004", + "materialSpecification": null, + "name": "非动力车轮(带降噪板)", + "drawingNumber": "TKD0601-00-00-03", + "specificationModel": "(GBTW21A ZQ/LRS ER8)(天津纵横)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮(带国产降噪板)", + "drawingVersion": "V2.2", + "grade": "原级", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "manufacturer": "ZQ", + "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -6566,52 +9788,35 @@ export const mockData = [ "roughWheel": null, "roughAxle": "LRS", "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, - "selected": false - }, - { - "productNumber": "D311102010004-00010", - "name": "非动力车轮(带降噪板)", - "drawingNumber": "TKD0601-00-00-03", - "specificationModel": "(GBTW21A ZQ/LRS ER8)(天津纵横)-四方股份", - "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, - "model": "GBTW21A", - "material": "ER8", - "procurementAttributes": "自采", - "wheelTread": "LMA", - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199010011-00004", + "typeCode": 110301001199011, + "typeName": "车轮", + "materialCode": "D311199010011", + "materialSpecification": null, "name": "动力车轮", "drawingNumber": "SFEZ20M1-211-100", "specificationModel": "GBDW21A ZQ/LRS ER8-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮组成", + "drawingVersion": "03", + "grade": "原级", + "technicalSpecVersion": "09", + "CBCVersion": "E", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -6619,30 +9824,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000035-00023", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000035", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1014001-090", "specificationModel": "(GBDW21B ZQ/LRS ER8)Weckerle-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组车轮喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -6650,30 +9870,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311000000014-00003", + "typeCode": 110301001000001, + "typeName": "轮对(带轴承)", + "materialCode": "D311000000014", + "materialSpecification": null, "name": "非动力轮对(带轴承)", "drawingNumber": "ZQ1014001-102", "specificationModel": "(GBT)(ZQ/TZ DZ2)(ZQ/TZ D2)(KB)(天津纵横 )(FAG)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力轮对(带轴承)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "GBT", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": null, @@ -6681,30 +9916,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "KB", "axisProcurement": "自采", "bearingManufacturers": "FAG", "bearingProcurement": "自采", "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "TZ", + "roughWheel": null, "roughAxle": "TZ", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "wheelMaterial": "TZ", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311000000013-00002", + "typeCode": 110301001000001, + "typeName": "轮对(带轴承)", + "materialCode": "D311000000013", + "materialSpecification": null, "name": "动力轮对(带轴承+联轴节)", "drawingNumber": "ZQ1014001-101", "specificationModel": null, "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力轮对(带轴承)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "GBD", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": "KB", @@ -6712,30 +9962,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": "ZF", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": "FAG", "bearingProcurement": "自采", "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "MG", - "roughAxle": "JX", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "roughWheel": null, + "roughAxle": "MG", + "wheelMaterial": "JX", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311000000014-00002", + "typeCode": 110301001000001, + "typeName": "轮对(带轴承)", + "materialCode": "D311000000014", + "materialSpecification": null, "name": "非动力轮对(带轴承)", "drawingNumber": "ZQ1014001-102", "specificationModel": "(GBT)(ZQ/JX DZ2)(ZQ/MG D2)(KB)(天津纵横 )(FAG)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力轮对(带轴承)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "GBT", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": null, @@ -6743,30 +10008,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "KB", "axisProcurement": "自采", "bearingManufacturers": "FAG", "bearingProcurement": "自采", "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "MG", - "roughAxle": "JX", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "roughWheel": null, + "roughAxle": "MG", + "wheelMaterial": "JX", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311000000013-00001", + "typeCode": 110301001000001, + "typeName": "轮对(带轴承)", + "materialCode": "D311000000013", + "materialSpecification": null, "name": "动力轮对(带轴承+联轴节)", "drawingNumber": "ZQ1014001-101", "specificationModel": null, "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力轮对(带轴承)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "GBD", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": "KB", @@ -6774,30 +10054,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": "ZF", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": "FAG", "bearingProcurement": "自采", "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "TZ", + "roughWheel": null, "roughAxle": "TZ", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "wheelMaterial": "TZ", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311102010013-00003", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010013", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "ZQ1022009-009", "specificationModel": "(GBTW11A 四方股份客供D2)(天津纵横)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力车轮组成", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "03", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第795号", + "technicalSpecName": "时速350公里中国标准动车组转向架用降噪板供货技术条件(03版)", + "CBCCode": "技SFEZ20转开(2014)技字第795号CBC", "model": "GBTW11A", "material": "D2", "procurementAttributes": "客供", + "manufacturer": "四方股份", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -6805,6 +10100,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -6813,22 +10109,36 @@ export const mockData = [ "couplingManufacturers": null, "roughWheel": null, "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311199010055-00003", + "typeCode": 110301001199011, + "typeName": "车轮", + "materialCode": "D311199010055", + "materialSpecification": null, "name": "非动力车轮", "drawingNumber": "SFEZ20T1-211-100A", "specificationModel": "GBTW11A 四方股份客供D2-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮组成", + "drawingVersion": "03", + "grade": "原级", + "technicalSpecVersion": "03", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第795号", + "technicalSpecName": "时速350公里中国标准动车组转向架用降噪板供货技术条件(03版)", + "CBCCode": "技SFEZ20转开(2014)技字第795号CBC", "model": "GBTW11A", "material": null, "procurementAttributes": "客供", + "manufacturer": "四方股份", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -6836,6 +10146,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -6844,22 +10155,36 @@ export const mockData = [ "couplingManufacturers": null, "roughWheel": null, "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311102000016-00001", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000016", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1022009-008/ZQ1022009-003", "specificationModel": "(GBTW11A 四方股份 客供D2)(天津纵横)Weckerle-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆非动力车轮组成", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "03", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第795号", + "technicalSpecName": "时速350公里中国标准动车组转向架用降噪板供货技术条件(03版)", + "CBCCode": "技SFEZ20转开(2014)技字第795号CBC", "model": "GBTW11A", "material": "D2", "procurementAttributes": "客供", + "manufacturer": "四方股份", "wheelTread": "LMA", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -6867,6 +10192,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -6875,22 +10201,36 @@ export const mockData = [ "couplingManufacturers": null, "roughWheel": null, "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": "/images/cars/4.jpg", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D313401050002-00001", + "typeCode": 11030103040105, + "typeName": "轮装制动盘定位销", + "materialCode": "D313401050002", + "materialSpecification": "31×57×25 KNIITKD600D75/KIT", "name": "轮装制动盘定位销", "drawingNumber": "TKD600-DS75C-00-00WX", "specificationModel": "TK 31×57×25 KNIITKD600D75/KIT", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮装制动盘", + "drawingVersion": "v2.0", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -6898,6 +10238,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -6908,20 +10249,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313401020002-00001", + "typeCode": 11030103040102, + "typeName": "轮装制动盘螺母", + "materialCode": "D313401020002", + "materialSpecification": "M16×29 KNIITKD600D75/KIT", "name": "轮装制动盘螺母", "drawingNumber": "TKD600-DS75C-00-00WX", "specificationModel": "TK M16×29 KNIITKD600D75/KIT", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮装制动盘", + "drawingVersion": "v2.0", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -6929,6 +10284,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -6939,20 +10295,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313401050002-00002", + "typeCode": 11030103040105, + "typeName": "轮装制动盘定位销", + "materialCode": "D313401050002", + "materialSpecification": "31×57×25 KNIITKD600D75/KIT", "name": "轮装制动盘定位销", "drawingNumber": "TKD600-DS75C-00-00WX", "specificationModel": "TK 31×57×25 KNIITKD600D75/KIT 客供", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮装制动盘", + "drawingVersion": "v2.0", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "客供", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -6960,6 +10330,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -6970,20 +10341,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313401020002-00002", + "typeCode": 11030103040102, + "typeName": "轮装制动盘螺母", + "materialCode": "D313401020002", + "materialSpecification": "M16×29 KNIITKD600D75/KIT", "name": "轮装制动盘螺母", "drawingNumber": "TKD600-DS75C-00-00WX", "specificationModel": "TK M16×29 KNIITKD600D75/KIT 客供", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮装制动盘", + "drawingVersion": "v2.0", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "客供", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -6991,6 +10376,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7001,20 +10387,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D322100000032-00001", + "typeCode": 11030202010000, + "typeName": "转臂主体", + "materialCode": "D322100000032", + "materialSpecification": "SFEZ20M1-212-000", "name": "左转臂主体", "drawingNumber": null, "specificationModel": "SFEZ20M1-212-000 (四方股份 36032120001)", "carModel": "CR400AF,CR400AF-A", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7022,6 +10422,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7032,20 +10433,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D322100000031-10001", + "typeCode": 11030202010000, + "typeName": "转臂主体", + "materialCode": "D322100000031", + "materialSpecification": "SFEZ20M1-213-000", "name": "右转臂主体", "drawingNumber": null, "specificationModel": "检修 SFEZ20M1-213-000 (四方股份 36032130001)", "carModel": "CR400AF,CR400AF-A", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7053,6 +10468,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7063,20 +10479,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D322100000032-10001", + "typeCode": 11030202010000, + "typeName": "转臂主体", + "materialCode": "D322100000032", + "materialSpecification": "SFEZ20M1-212-000", "name": "左转臂主体", "drawingNumber": null, "specificationModel": "检修 SFEZ20M1-212-000 (四方股份 36032120001)", "carModel": "CR400AF,CR400AF-A", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7084,6 +10514,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7094,20 +10525,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D322100000031-00001", + "typeCode": 11030202010000, + "typeName": "转臂主体", + "materialCode": "D322100000031", + "materialSpecification": "SFEZ20M1-213-000", "name": "右转臂主体", "drawingNumber": null, "specificationModel": "SFEZ20M1-213-000 (四方股份 36032130001)", "carModel": "CR400AF,CR400AF-A", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7115,6 +10560,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7125,20 +10571,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D322100000021-00001", + "typeCode": 11030202010000, + "typeName": "转臂主体", + "materialCode": "D322100000021", + "materialSpecification": null, "name": "左转臂箍", "drawingNumber": null, "specificationModel": "(CRC\\TRC M000000869591)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7146,6 +10606,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7156,20 +10617,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D322100000023-00001", + "typeCode": 11030202010000, + "typeName": "转臂主体", + "materialCode": "D322100000023", + "materialSpecification": null, "name": "右转臂箍", "drawingNumber": null, "specificationModel": "(CRC\\TRC 550711)", "carModel": "CR400BF-G,CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7177,6 +10652,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7187,20 +10663,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D322100000024-00001", + "typeCode": 11030202010000, + "typeName": "转臂主体", + "materialCode": "D322100000024", + "materialSpecification": null, "name": "左转臂主体", "drawingNumber": null, "specificationModel": "(CRC\\TRC 550713)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7208,6 +10698,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7218,20 +10709,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": '/images/cars/1_2_1.jpg', "selected": false }, { "productNumber": "D322100000022-00001", + "typeCode": 11030202010000, + "typeName": "转臂主体", + "materialCode": "D322100000022", + "materialSpecification": null, "name": "右转臂主体", "drawingNumber": null, "specificationModel": "(CRC\\TRC 550712)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7239,6 +10744,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7249,20 +10755,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311101000028-00016", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": null, "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "等级1", + "technicalSpecVersion": "08", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "TK", @@ -7270,30 +10790,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D312303050011-00002", + "typeCode": 11030102030305, + "typeName": "密封垫圈", + "materialCode": "D312303050011", + "materialSpecification": "CJDZZ-2015-01-06", "name": "密封垫片", "drawingNumber": null, "specificationModel": "CJDZZ-2015-01-06 (和实 600309)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7301,6 +10836,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7311,20 +10847,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312303050016-00001", + "typeCode": 11030102030305, + "typeName": "密封垫圈", + "materialCode": "D312303050016", + "materialSpecification": null, "name": "密封垫片", "drawingNumber": null, "specificationModel": "(四方股份 19010023650)", "carModel": "CR400AF,CR400AF-A", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7332,6 +10882,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7342,20 +10893,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312303050008-00001", + "typeCode": 11030102030305, + "typeName": "密封垫圈", + "materialCode": "D312303050008", + "materialSpecification": null, "name": "密封垫片", "drawingNumber": null, "specificationModel": "(CRC M000002150861)", "carModel": "CR400BF,CR400BF-G", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7363,6 +10928,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7373,20 +10939,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312303050015-00001", + "typeCode": 11030102030305, + "typeName": "密封垫圈", + "materialCode": "D312303050015", + "materialSpecification": "D214023201-3", "name": "密封垫片", "drawingNumber": null, "specificationModel": "D214023201-3 (CRC\\TRC\\QY M000001747890)", "carModel": "CR400BF,CR400BF-G", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7394,6 +10974,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7404,20 +10985,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312303050012-00001", + "typeCode": 11030102030305, + "typeName": "密封垫圈", + "materialCode": "D312303050012", + "materialSpecification": null, "name": "密封垫片", "drawingNumber": null, "specificationModel": "(CRC\\TRC M000000912066)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7425,6 +11020,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7435,20 +11031,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312303050011-00001", + "typeCode": 11030102030305, + "typeName": "密封垫圈", + "materialCode": "D312303050011", + "materialSpecification": "CJDZZ-2015-01-06", "name": "密封垫片", "drawingNumber": null, "specificationModel": "CJDZZ-2015-01-06", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7456,6 +11066,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7466,20 +11077,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312303050009-00001", + "typeCode": 11030102030305, + "typeName": "密封垫圈", + "materialCode": "D312303050009", + "materialSpecification": null, "name": "密封垫片", "drawingNumber": null, "specificationModel": "(TRC\\QY M000001747889)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7487,6 +11112,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7497,20 +11123,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": "/images/cars/1_2_1_1.jpg", "selected": false }, { "productNumber": "D311299010046-00001", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010046", + "materialSpecification": null, "name": "精加工非动力车轴", "drawingNumber": "SFEZ20T1-211-001A", "specificationModel": "GBTA1 ZQ/TZ DZ2-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轴", + "drawingVersion": "05", + "grade": null, + "technicalSpecVersion": "07", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第663号", + "technicalSpecName": "时速350公里中国标准动车组转向架用DZ2材料车轴供货技术条件", + "CBCCode": "ZQRD-CBC-22-032", "model": "GBTA1", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7518,6 +11158,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7525,23 +11166,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/TZ", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "/TZ", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299010046-00002", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010046", + "materialSpecification": null, "name": "精加工非动力车轴", "drawingNumber": "SFEZ20T1-211-001A", "specificationModel": "GBTA1 ZQ/JX DZ2-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轴", + "drawingVersion": "05", + "grade": null, + "technicalSpecVersion": "07", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第663号", + "technicalSpecName": "时速350公里中国标准动车组转向架用DZ2材料车轴供货技术条件", + "CBCCode": "ZQRD-CBC-22-032", "model": "GBTA1", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7549,6 +11204,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7556,23 +11212,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/JX", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "/JX", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299010045-00002", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010045", + "materialSpecification": null, "name": "精加工动力车轴", "drawingNumber": "SFEZ20M1-211-001A", "specificationModel": "GBDA1A ZQ/JX DZ2-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轴", + "drawingVersion": "03", + "grade": null, + "technicalSpecVersion": "07", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第663号", + "technicalSpecName": "时速350公里中国标准动车组转向架用DZ2材料车轴供货技术条件", + "CBCCode": "ZQRD-CBC-22-032", "model": "GBDA1A", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7580,6 +11250,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "1", "axisProcurement": null, "bearingManufacturers": null, @@ -7587,23 +11258,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/JX", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "/JX", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299010043-00002", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010043", + "materialSpecification": null, "name": "精加工动力车轴", "drawingNumber": "CCD2001-03-21-0002-DB", "specificationModel": "GBDA1B ZQ/JX DZ2-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "Motor axle动车车轴", + "drawingVersion": "C", + "grade": null, + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "GBDA1B", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7611,6 +11296,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7618,23 +11304,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/JX", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "/JX", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299010043-00001", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010043", + "materialSpecification": null, "name": "精加工动力车轴", "drawingNumber": "CCD2001-03-21-0002-DB", "specificationModel": "GBDA1B ZQ/TZ DZ2-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "Motor axle动车车轴", + "drawingVersion": "C", + "grade": null, + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "GBDA1B", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7642,6 +11342,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7649,23 +11350,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/TZ", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "/TZ", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299010044-00002", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010044", + "materialSpecification": null, "name": "精加工非动力车轴", "drawingNumber": "CCD2001-03-21-0002-TB", "specificationModel": "GBTA1 ZQ/JX DZ2-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "Trailer axle 拖车车轴", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "GBTA1", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7673,6 +11388,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7680,23 +11396,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/JX", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "/JX", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299010044-00001", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010044", + "materialSpecification": null, "name": "精加工非动力车轴", "drawingNumber": "CCD2001-03-21-0002-TB", "specificationModel": "GBTA1 ZQ/TZ DZ2-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "Trailer axle 拖车车轴", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "GBTA1", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7704,6 +11434,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7711,23 +11442,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/TZ", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "/TZ", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299010045-00001", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010045", + "materialSpecification": null, "name": "精加工动力车轴", "drawingNumber": "SFEZ20M1-211-001A", "specificationModel": "GBDA1A ZQ/TZ DZ2-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轴", + "drawingVersion": "03", + "grade": null, + "technicalSpecVersion": "07", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第663号", + "technicalSpecName": "时速350公里中国标准动车组转向架用DZ2材料车轴供货技术条件", + "CBCCode": "ZQRD-CBC-22-032", "model": "GBDA1A", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7735,6 +11480,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7742,23 +11488,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/TZ", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "/TZ", + "axleMaterial": null, "selected": false }, { "productNumber": "D311001000112-00001", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000112", + "materialSpecification": null, "name": "非动力测力轮对", "drawingNumber": "RD0000037866", "specificationModel": "(GBT)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车测力轮对", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "(GBT)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -7766,30 +11526,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "(TK", "axisProcurement": "客供)", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000117-00001", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000117", + "materialSpecification": null, "name": "动力测力轮对", "drawingNumber": "RD0000053999", "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(ZF 客供)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车测力轮对", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "(GBD)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -7797,30 +11572,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": "(ZF", "gearboxProcurement": "客供)", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000011-10001", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000011", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "CCD2001-03-21-0000-DA", "specificationModel": "检修", "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "动车轮对 MOTOR WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7828,6 +11618,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7838,20 +11629,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311001000006-10001", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000006", + "materialSpecification": null, "name": "非动力轮对(带降噪板)", "drawingNumber": "SFEZ20T1-211-000B", "specificationModel": "检修", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "轮对组成(T)", + "drawingVersion": "04", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7859,6 +11664,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7869,20 +11675,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311001000005-10001", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000005", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "SFEZ20M1-211-000", "specificationModel": "检修", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "轮对组成(M)", + "drawingVersion": "01", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7890,6 +11710,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7900,20 +11721,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311299010005-00003", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010005", + "materialSpecification": null, "name": "精加工动力车轴", "drawingNumber": "SFEZ20M1-211-001", "specificationModel": "GBDA2A ZQ/LRS EA4T-ZY", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轴", + "drawingVersion": "03", + "grade": null, + "technicalSpecVersion": "09", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第659号", + "technicalSpecName": "时速350公里中国标准动车组转向架EA4T车轴供货技术条件(版本09)", + "CBCCode": "ZQRD-CBC-23-016", "model": "GBDA2A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -7921,6 +11756,237 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311001000116-10001", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000116", + "materialSpecification": null, + "name": "非动力轮对(带降噪块)", + "drawingNumber": "ZQ1018005-034", + "specificationModel": "检修", + "carModel": "CR400AF", + "newlyBuiltMaintenullce": 1, + "drawingName": "非动力轮对(降噪块)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, + "model": null, + "material": null, + "procurementAttributes": null, + "manufacturer": null, + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311199020046-00003", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020046", + "materialSpecification": null, + "name": "精加工非动力车轮", + "drawingNumber": "CCD2001-03-21-0001-TB", + "specificationModel": "GBTW11B MG客供/MG D2", + "carModel": "CR400BF", + "newlyBuiltMaintenullce": 0, + "drawingName": "Trailer wheel 拖车车轮", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "ZQRD-TA-22-004", + "technicalSpecName": "中国标准动车组车轮委托加工技术协议", + "CBCCode": null, + "model": "GBTW11B", + "material": null, + "procurementAttributes": "客供", + "manufacturer": "MG", + "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/MG", + "wheelMaterial": null, + "axleMaterial": "D2", + "selected": false + }, + { + "productNumber": "D311199020045-00004", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020045", + "materialSpecification": null, + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DB", + "specificationModel": "GBDW11B MG客供/MG D2", + "carModel": "CR400BF", + "newlyBuiltMaintenullce": 0, + "drawingName": "Motor wheel 动车车轮", + "drawingVersion": "B", + "grade": "原级", + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "ZQRD-TA-22-004", + "technicalSpecName": "中国标准动车组车轮委托加工技术协议", + "CBCCode": null, + "model": "GBDW11B", + "material": null, + "procurementAttributes": "客供", + "manufacturer": "MG", + "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/MG", + "wheelMaterial": null, + "axleMaterial": "D2", + "selected": false + }, + { + "productNumber": "D311199020045-00003", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020045", + "materialSpecification": null, + "name": "精加工动力车轮", + "drawingNumber": "CCD2001-03-21-0001-DB", + "specificationModel": "GBDW11B TZ客供/TZ D2", + "carModel": "CR400BF", + "newlyBuiltMaintenullce": 0, + "drawingName": "Motor wheel 动车车轮", + "drawingVersion": "B", + "grade": "原级", + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "TSW-JSB2022-012", + "technicalSpecName": "动车组车轮委托加工技术协议", + "CBCCode": null, + "model": "GBDW11B", + "material": null, + "procurementAttributes": "客供", + "manufacturer": "TZ", + "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "D2", + "selected": false + }, + { + "productNumber": "D311199020016-00001", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020016", + "materialSpecification": null, + "name": "精加工非动力车轮", + "drawingNumber": "CCD2001-03-21-0001-TA", + "specificationModel": "GBTW21B ZQ/LRS ER8-CRC", + "carModel": "CR400BF", + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车车轮 TRAILER WHEEL", + "drawingVersion": "C", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", + "model": "GBTW21B", + "material": null, + "procurementAttributes": "自采", + "manufacturer": "ZQ", + "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -7930,176 +11996,35 @@ export const mockData = [ "roughWheel": null, "roughAxle": "/LRS", "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, - "selected": false - }, - { - "productNumber": "D311001000116-10001", - "name": "非动力轮对(带降噪块)", - "drawingNumber": "ZQ1018005-034", - "specificationModel": "检修", - "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, - "model": null, - "material": null, - "procurementAttributes": null, - "wheelTread": null, - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": null, - "wheelMaterial": null, - "axleMaterial": null, - "image": null, - "selected": false - }, - { - "productNumber": "D311199020046-00003", - "name": "精加工非动力车轮", - "drawingNumber": "CCD2001-03-21-0001-TB", - "specificationModel": "GBTW11B MG客供/MG D2", - "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, - "model": "GBTW11B", - "material": null, - "procurementAttributes": "客供", - "wheelTread": "LMB10", - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": "/MG", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, - "selected": false - }, - { - "productNumber": "D311199020045-00004", - "name": "精加工动力车轮", - "drawingNumber": "CCD2001-03-21-0001-DB", - "specificationModel": "GBDW11B MG客供/MG D2", - "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, - "model": "GBDW11B", - "material": null, - "procurementAttributes": "客供", - "wheelTread": "LMB10", - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": "/MG", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, - "selected": false - }, - { - "productNumber": "D311199020045-00003", - "name": "精加工动力车轮", - "drawingNumber": "CCD2001-03-21-0001-DB", - "specificationModel": "GBDW11B TZ客供/TZ D2", - "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, - "model": "GBDW11B", - "material": null, - "procurementAttributes": "客供", - "wheelTread": "LMB10", - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": "/TZ", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, - "selected": false - }, - { - "productNumber": "D311199020016-00001", - "name": "精加工非动力车轮", - "drawingNumber": "CCD2001-03-21-0001-TA", - "specificationModel": "GBTW21B ZQ/LRS ER8-CRC", - "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, - "model": "GBTW21B", - "material": null, - "procurementAttributes": "自采", - "wheelTread": "LMB10", - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199020178-00001", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020178", + "materialSpecification": null, "name": "精加工测力动力车轮", "drawingNumber": "CCD2019-03-21-0001-TC", "specificationModel": "GBDW21B ZQ/LRS ER8", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "车轮", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -8107,30 +12032,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199020179-00001", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020179", + "materialSpecification": null, "name": "精加工测力非动力车轮", "drawingNumber": "ZQ1014001-120(CCD2019-03-21-0001-TC)", "specificationModel": "GBTW21B ZQ/LRS ER8", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力测力车轮", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBTW21B", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -8138,30 +12078,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199020045-00002", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020045", + "materialSpecification": null, "name": "精加工动力车轮", "drawingNumber": "CCD2001-03-21-0001-DB", "specificationModel": "GBDW11B ZQ/TZ D2", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "Motor wheel 动车车轮", + "drawingVersion": "B", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW11B", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -8169,30 +12124,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311199020045-00001", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020045", + "materialSpecification": null, "name": "精加工动力车轮", "drawingNumber": "CCD2001-03-21-0001-DB", "specificationModel": "GBDW11B ZQ/MG D2", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "Motor wheel 动车车轮", + "drawingVersion": "B", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW11B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -8200,30 +12170,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MG", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/MG", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311199020046-00002", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020046", + "materialSpecification": null, "name": "精加工非动力车轮", "drawingNumber": "CCD2001-03-21-0001-TB", "specificationModel": "GBTW11B ZQ/TZ D2-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "Trailer wheel 拖车车轮", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBTW11B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -8231,30 +12216,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311199020046-00001", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020046", + "materialSpecification": null, "name": "精加工非动力车轮", "drawingNumber": "CCD2001-03-21-0001-TB", "specificationModel": "GBTW11B ZQ/MGV D2-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "Trailer wheel 拖车车轮", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBTW11B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -8262,30 +12262,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MGV", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/MGV", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311199020046-00004", + "typeCode": 110301001199031, + "typeName": "精加工车轮", + "materialCode": "D311199020046", + "materialSpecification": null, "name": "精加工非动力车轮", "drawingNumber": "CCD2001-03-21-0001-TB", "specificationModel": "GBTW11B TZ客供/TZ D2", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "Trailer wheel 拖车车轮", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "TSW-JSB2022-012", + "technicalSpecName": "动车组车轮委托加工技术协议", + "CBCCode": null, "model": "GBTW11B", "material": null, "procurementAttributes": "客供", + "manufacturer": "TZ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -8293,30 +12308,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311101000026-00001", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000026", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1022005-002", "specificationModel": "(GBDW11B ZQ /TZ D2 )(TK 客供)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(D2)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "(GBDW11B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8324,30 +12354,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311101000028-00002", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A ZQ /LRS ER8 )(TK 客供)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-17-004", "model": "(GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8355,30 +12400,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-10004", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "检修(GBDW21A 等级6 ZQ )(TK )", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "动力车轮组成(喷漆图 轮盘))", + "drawingVersion": "A", + "grade": "等级6", + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "(GBDW21A", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8386,6 +12446,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -8396,20 +12457,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311101000028-10003", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "检修(GBDW21A 等级3 ZQ )(TK )", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "动力车轮组成(喷漆图 轮盘))", + "drawingVersion": "A", + "grade": "等级3", + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "(GBDW21A", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8417,6 +12492,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -8427,20 +12503,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311101000028-10001", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "检修(GBDW21A 等级1 ZQ )(TK )", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "动力车轮组成(喷漆图 轮盘))", + "drawingVersion": "A", + "grade": "等级1", + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "(GBDW21A", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8448,6 +12538,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -8458,20 +12549,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311101000007-10002", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000007", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-008", "specificationModel": "检修(GBDW21A ZQ )(TK )", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "动车车轮组成", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "(GBDW21A", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8479,6 +12584,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -8489,20 +12595,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311101000028-00003", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A ZQ /LRS ER8 )(QY 客供)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘))", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-17-004", "model": "(GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(QY)", @@ -8510,30 +12630,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000026-00005", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000026", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1022005-002", "specificationModel": "(GBDW11B ZQ /TZ D2 )(TK )-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(D2)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "(GBDW11B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8541,30 +12676,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311101000008-10005", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000008", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1014001-097", "specificationModel": "检修(GBDW21B ZQ /LRS ER8 )(TK )", "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "动车车轮组成", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "(GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8572,30 +12722,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000026-00004", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000026", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1022005-002", "specificationModel": "(GBDW11B ZQ /MGV D2 )(TK )-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(D2)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "(GBDW11B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8603,30 +12768,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MGV", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/MGV", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311101000026-00003", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000026", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1022005-002", "specificationModel": "(GBDW11B ZQ /MGV D2 )(TK 客供)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(D2)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "(GBDW11B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8634,30 +12814,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MGV", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/MGV", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311101000008-00002", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000008", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1014001-097", "specificationModel": "(GBDW21B ZQ /LRS ER8 )(TK客供)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车车轮组成", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "(GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8665,30 +12860,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-00001", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A ZQ /LRS ER8 )(TK )-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-17-004", "model": "(GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8696,30 +12906,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-00015", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A ZQ /LRS ER8 )(TK )-ZY", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": null, + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-17-004", "model": "(GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8727,30 +12952,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-10005", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "检修(GBDW21A ZQ /LRS ER8 )(TK )", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": null, + "grade": "原级", + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "(GBDW21A", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8758,30 +12998,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00014", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级6 ZQ /LRS ER8 )(TK 客供)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级6", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "(GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8789,30 +13044,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00013", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级5 ZQ /LRS ER8 )(TK 客供)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级5", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "(GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8820,30 +13090,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00012", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级4 ZQ /LRS ER8 )(TK 客供)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级4", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "(GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8851,30 +13136,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00011", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级3 ZQ /LRS ER8 )(TK 客供)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级3", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "(GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8882,30 +13182,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00010", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级2 ZQ /LRS ER8 )(TK 客供)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级2", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "(GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8913,30 +13228,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00009", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级1 ZQ /LRS ER8 )(TK 客供)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级1", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "(GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8944,30 +13274,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-00014", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A 等级4 ZQ /ZQ ER8 )(TK )-ZY", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "等级4", + "technicalSpecVersion": "08", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-17-004", "model": "(GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -8975,30 +13320,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/ZQ", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/ZQ", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-00013", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A ZQ /LRS ER8 )(TK 客供)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-17-004", "model": "(GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -9006,30 +13366,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00008", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级6 ZQ /LRS ER8 )(TK )-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级6", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "(GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -9037,30 +13412,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00007", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级5 ZQ /LRS ER8 )(TK )-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级5", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "(GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -9068,30 +13458,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00006", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级4 ZQ /LRS ER8 )(TK )-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级4", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "(GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -9099,30 +13504,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00005", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级3 ZQ /LRS ER8 )(TK )-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级3", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "(GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -9130,30 +13550,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00004", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级2 ZQ /LRS ER8 )(TK )-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级2", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "(GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -9161,30 +13596,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00003", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B 等级1 ZQ /LRS ER8 )(TK )-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "等级1", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "(GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -9192,30 +13642,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-00006", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A ZQ /LRS ER8 )(TK )-ZY", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-23-015", "model": "(GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -9223,30 +13688,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-00012", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A 等级6 ZQ /LRS ER8 )(TK )-ZY", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "等级6", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-23-015", "model": "(GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -9254,30 +13734,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-00011", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A 等级5 ZQ /LRS ER8 )(TK )-ZY", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "等级5", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-23-015", "model": "(GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -9285,30 +13780,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-00010", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A 等级4 ZQ /LRS ER8 )(TK )-ZY", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "等级4", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-23-015", "model": "(GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -9316,30 +13826,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-00007", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A 等级3 ZQ /LRS ER8 )(TK )-ZY", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "等级3", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-23-015", "model": "(GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -9347,30 +13872,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-00009", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A 等级2 ZQ /LRS ER8 )(TK )-ZY", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "等级2", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-23-015", "model": "(GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -9378,30 +13918,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000028-00008", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000028", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1018005-016", "specificationModel": "(GBDW21A 等级1 ZQ /LRS ER8 )(TK )-ZY", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(喷漆图 轮盘)", + "drawingVersion": "A", + "grade": "等级1", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-23-015", "model": "(GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -9409,30 +13964,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00002", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B ZQ /LRS ER8 )(TK )-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "(GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -9440,30 +14010,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000046-00001", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000046", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1020005-002", "specificationModel": "(GBDW21B ZQ /LRS ER8 )(TK 客供)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成(带喷漆)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "(GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -9471,30 +14056,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311101000027-00002", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000027", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1022009-006", "specificationModel": "(GBDW11A ZQ /TZ D2 )(TK 客供)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第662号", + "technicalSpecName": "时速350公里中国标准动车组转向架D2材料车轮供货技术条件", + "CBCCode": "ZQRD-CBC-23-001", "model": "(GBDW11A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -9502,30 +14102,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311101000027-00001", + "typeCode": 110301001101001, + "typeName": "动力车轮组成(带制动盘车轮+喷漆)", + "materialCode": "D311101000027", + "materialSpecification": null, "name": "动力车轮组成(带喷漆)", "drawingNumber": "ZQ1022009-006", "specificationModel": "(GBDW11A ZQ /MGV D2 )(TK 客供)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轮组成", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第662号", + "technicalSpecName": "时速350公里中国标准动车组转向架D2材料车轮供货技术条件", + "CBCCode": "ZQRD-CBC-23-001", "model": "(GBDW11A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": "(TK)", @@ -9533,30 +14148,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MGV", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/MGV", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D310000000032-10001", + "typeCode": 110301000000001, + "typeName": "轮对轴箱组成", + "materialCode": "D310000000032", + "materialSpecification": null, "name": "动力轮对轴箱组成(带联轴节)", "drawingNumber": "ZQ1014001-103", "specificationModel": "检修 (GBD)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "动力轮对轴箱组成", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -9564,6 +14194,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -9574,20 +14205,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312000000035-00001", + "typeCode": 11030102000000, + "typeName": "齿轮箱组成", + "materialCode": "D312000000035", + "materialSpecification": "G321A", "name": "齿轮箱组成", "drawingNumber": null, "specificationModel": "QY G321A", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "QY", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -9595,6 +14240,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -9605,20 +14251,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312000000032-00001", + "typeCode": 11030102000000, + "typeName": "齿轮箱组成", + "materialCode": "D312000000032", + "materialSpecification": "KD655-B-M", "name": "齿轮箱组成", "drawingNumber": null, "specificationModel": "明治产业 KD655-B-M 客供", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "客供", + "manufacturer": "明治产业", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -9626,6 +14286,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -9636,20 +14297,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312000000014-00002", + "typeCode": 11030102000000, + "typeName": "齿轮箱组成", + "materialCode": "D312000000014", + "materialSpecification": "CW350D", "name": "齿轮箱组成", "drawingNumber": "4050_600_130_INS001", "specificationModel": "ZF CW350D 客供 (CRC 572072)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "INSTALLATION DRAWING", + "drawingVersion": "A0", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "客供", + "manufacturer": "ZF", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -9657,6 +14332,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -9667,20 +14343,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312000000014-00001", + "typeCode": 11030102000000, + "typeName": "齿轮箱组成", + "materialCode": "D312000000014", + "materialSpecification": "CW350D", "name": "齿轮箱组成", "drawingNumber": "4050_600_130_INS001", "specificationModel": "ZF CW350D (CRC 572072)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "INSTALLATION DRAWING", + "drawingVersion": "A0", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "ZF", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -9688,6 +14378,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -9698,20 +14389,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312000000017-00002", + "typeCode": 11030102000000, + "typeName": "齿轮箱组成", + "materialCode": "D312000000017", + "materialSpecification": "G327", "name": "齿轮箱组成", "drawingNumber": "CCD00000311701", "specificationModel": "QY G327", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "齿轮箱及联轴器组成", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "QY", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -9719,6 +14424,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -9729,20 +14435,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312000000009-00002", + "typeCode": 11030102000000, + "typeName": "齿轮箱组成", + "materialCode": "D312000000009", + "materialSpecification": "G321", "name": "齿轮箱组成", "drawingNumber": null, "specificationModel": "QY G321 客供", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "客供", + "manufacturer": "QY", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -9750,6 +14470,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -9760,20 +14481,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312000000013-00002", + "typeCode": 11030102000000, + "typeName": "齿轮箱组成", + "materialCode": "D312000000013", + "materialSpecification": "G322", "name": "齿轮箱组成", "drawingNumber": "D414025801", "specificationModel": "QY G322", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CW350D转向架齿轮箱外形轮廓接口图", + "drawingVersion": "1.4", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "QY", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -9781,6 +14516,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -9791,20 +14527,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312000000013-00001", + "typeCode": 11030102000000, + "typeName": "齿轮箱组成", + "materialCode": "D312000000013", + "materialSpecification": "G322", "name": "齿轮箱组成", "drawingNumber": "D414025801", "specificationModel": "QY G322 客供", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CW350D转向架齿轮箱外形轮廓接口图", + "drawingVersion": "1.4", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "客供", + "manufacturer": "QY", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -9812,6 +14562,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -9822,20 +14573,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312301030002-00001", + "typeCode": 11030102030103, + "typeName": "密封垫圈", + "materialCode": "D312301030002", + "materialSpecification": null, "name": "密封垫圈", "drawingNumber": null, "specificationModel": "(四方股份 19010023649)", "carModel": "CR400AF-A,CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -9843,6 +14608,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -9853,20 +14619,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D312301030003-00001", + "typeCode": 11030102030103, + "typeName": "密封垫圈", + "materialCode": "D312301030003", + "materialSpecification": "G250015-1", "name": "密封垫圈", "drawingNumber": null, "specificationModel": "G250015-1 (四方股份 19010031848)", "carModel": "CR400AF,CR400AF-A", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -9874,6 +14654,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -9884,20 +14665,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311103000002-10001", + "typeCode": 110301001103001, + "typeName": "非动力车轮(带降噪块+喷漆)", + "materialCode": "D311103000002", + "materialSpecification": null, "name": "非动力车轮(带降噪块+喷漆)", "drawingNumber": "ZQ1018005-037", "specificationModel": "检修(GBTW22A BVV)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "非动力车轮(带降噪块带喷漆)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "GBTW22A", "material": "ER8", "procurementAttributes": null, + "manufacturer": "(BVV)", "wheelTread": "A03-0001", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -9905,6 +14700,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -9915,20 +14711,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D351210000003-00001", + "typeCode": 11030501021000, + "typeName": "卡簧", + "materialCode": "D351210000003", + "materialSpecification": null, "name": "卡簧", "drawingNumber": null, "specificationModel": "(四方股份 19010050649)", "carModel": "CR400AF,CR400AF-A", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -9936,6 +14746,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -9946,20 +14757,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311102000023-00002", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000023", + "materialSpecification": null, "name": "非动力车轮(带降噪板+喷漆)", "drawingNumber": "ZQ1022005-007(ZQ1014001-090)", "specificationModel": "(GBTW11B TZ客供/TZ D2)(天津纵横)(Weckerle)-TZ", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆非动力车轮(D2)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "TSW-JSB2022-012", + "technicalSpecName": "动车组车轮委托加工技术协议", + "CBCCode": null, "model": "GBTW11B", "material": "D2", "procurementAttributes": "客供", + "manufacturer": "TZ", "wheelTread": "LMB10", + "wheelCompositionAttr": "自采", + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -9967,223 +14792,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": "TZ", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, - "selected": false - }, - { - "productNumber": "D311102000023-00001", - "name": "非动力车轮(带降噪板+喷漆)", - "drawingNumber": "ZQ1022005-007(ZQ1014001-090)", - "specificationModel": "(GBTW11B MG客供/MG D2)Weckerle-MG", - "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, - "model": "GBTW11B", - "material": "D2", - "procurementAttributes": "客供", - "wheelTread": "LMB10", - "paintManufacturer": "Weckerle", - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": "/MG", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, - "selected": false - }, - { - "productNumber": "D311102000003-00002", - "name": "非动力车轮(带降噪板+喷漆)", - "drawingNumber": "ZQ1018005-010", - "specificationModel": "(GBTW21A ZQ/LRS ER8)Weckerle-ZY", - "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, - "model": "GBTW21A", - "material": "ER8", - "procurementAttributes": "自采", - "wheelTread": "LMA", - "paintManufacturer": "Weckerle", - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, - "selected": false - }, - { - "productNumber": "D311102000013-10001", - "name": "非动力车轮(带降噪板+喷漆)", - "drawingNumber": "ZQ1020005-001(ZQCW350(D)-00-00-002)", - "specificationModel": "检修(GBTW21B ZQ/LRS ER8)", - "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, - "model": "GBTW21B", - "material": "ER8", - "procurementAttributes": null, - "wheelTread": "LMB10", - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, - "selected": false - }, - { - "productNumber": "D311102000003-10001", - "name": "非动力车轮(带降噪板+喷漆)", - "drawingNumber": "ZQ1018005-010", - "specificationModel": "检修(GBTW21A ZQ)", - "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, - "model": "GBTW21A", - "material": "ER8", - "procurementAttributes": null, - "wheelTread": "LMA", - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": null, - "wheelMaterial": null, - "axleMaterial": null, - "image": null, - "selected": false - }, - { - "productNumber": "D311102030003-00001", - "name": "铝胶带", - "drawingNumber": null, - "specificationModel": "TKD0601-00-00-06", - "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, - "model": null, - "material": null, - "procurementAttributes": "自采", - "wheelTread": null, - "paintManufacturer": null, - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": null, - "wheelMaterial": null, - "axleMaterial": null, - "image": null, - "selected": false - }, - { - "productNumber": "D311299000069-00003", - "name": "动力车轴(带喷漆)", - "drawingNumber": "ZQ1022005-005(ZQ1014001-089)", - "specificationModel": "(GBDA1B JX 客供/JX DZ2)(Weckerle)-JX", - "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, - "model": "GBDA1B", - "material": null, - "procurementAttributes": "自采", - "wheelTread": null, - "paintManufacturer": "Weckerle", - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": "JX", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, - "selected": false - }, - { - "productNumber": "D311299000069-00004", - "name": "动力车轴(带喷漆)", - "drawingNumber": "ZQ1022005-005(ZQ1014001-089)", - "specificationModel": "(GBDA1B TZ 客供/TZ DZ2)(Weckerle)-TZ", - "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, - "model": "GBDA1B", - "material": null, - "procurementAttributes": "客供", - "wheelTread": null, - "paintManufacturer": "Weckerle", - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -10193,238 +14802,35 @@ export const mockData = [ "roughWheel": null, "roughAxle": "TZ", "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "axleMaterial": "D2", "selected": false }, { - "productNumber": "D311299000070-00004", - "name": "非动力车轴(带喷漆)", - "drawingNumber": "ZQ1022005-008(ZQ1014001-088)", - "specificationModel": "(GBTA1 TZ 客供/TZ DZ2)(Weckerle)-TZ", + "productNumber": "D311102000023-00001", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000023", + "materialSpecification": null, + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1022005-007(ZQ1014001-090)", + "specificationModel": "(GBTW11B MG客供/MG D2)Weckerle-MG", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, - "model": "(GBTA1", - "material": null, + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆非动力车轮(D2)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "ZQRD-TA-22-004", + "technicalSpecName": "中国标准动车组车轮委托加工技术协议", + "CBCCode": null, + "model": "GBTW11B", + "material": "D2", "procurementAttributes": "客供", - "wheelTread": null, - "paintManufacturer": "(Weckerle)", - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": "/TZ", - "wheelMaterial": null, - "axleMaterial": "DZ2)", - "image": null, - "selected": false - }, - { - "productNumber": "D311299000004-00002", - "name": "非动力车轴(带喷漆)", - "drawingNumber": "ZQ1018005-011", - "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-ZY", - "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, - "model": "(GBTA2", - "material": null, - "procurementAttributes": null, - "wheelTread": null, - "paintManufacturer": "(Weckerle)", - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T)", - "image": null, - "selected": false - }, - { - "productNumber": "D311299000004-00003", - "name": "非动力车轴(带喷漆)", - "drawingNumber": "ZQ1018005-011", - "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-四方股份", - "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, - "model": "(GBTA2", - "material": null, - "procurementAttributes": null, - "wheelTread": null, - "paintManufacturer": "(Weckerle)", - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T)", - "image": null, - "selected": false - }, - { - "productNumber": "D311299000055-00003", - "name": "动力车轴(带喷漆)", - "drawingNumber": "ZQ1018005-017", - "specificationModel": "(GBDA2A ZQ/LRS EA4T)(Weckerle)-ZY", - "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, - "model": "(GBDA2A", - "material": null, - "procurementAttributes": null, - "wheelTread": null, - "paintManufacturer": "(Weckerle)", - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T)", - "image": null, - "selected": false - }, - { - "productNumber": "D311299000055-00002", - "name": "动力车轴(带喷漆)", - "drawingNumber": "ZQ1018005-017", - "specificationModel": "(GBDA2A ZQ/LRS EA4T)(Weckerle)-四方股份", - "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, - "model": "(GBDA2A", - "material": null, - "procurementAttributes": null, - "wheelTread": null, - "paintManufacturer": "(Weckerle)", - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T)", - "image": null, - "selected": false - }, - { - "productNumber": "D311299000074-00001", - "name": "非动力车轴(带喷漆)", - "drawingNumber": "ZQ1014001-032", - "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-TRC", - "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, - "model": "(GBTA2", - "material": null, - "procurementAttributes": "自采", - "wheelTread": null, - "paintManufacturer": "(Weckerle)", - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T)", - "image": null, - "selected": false - }, - { - "productNumber": "D311299000075-00001", - "name": "动力车轴(带喷漆)", - "drawingNumber": "ZQ1014001-063", - "specificationModel": "(GBDA2B ZQ/LRS EA4T)(Weckerle)-TRC", - "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, - "model": "(GBDA2B", - "material": null, - "procurementAttributes": null, - "wheelTread": null, - "paintManufacturer": "(Weckerle)", - "axleManufacturers": null, - "wheelManufacturers": null, - "wheelMountedProcurement": null, - "axleProcurement": null, - "gearboxManufacturers": null, - "gearboxProcurement": null, - "shaftAssemblyManufacturer": null, - "axisProcurement": null, - "bearingManufacturers": null, - "bearingProcurement": null, - "axleBoxProcurement": null, - "couplingManufacturers": null, - "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T)", - "image": null, - "selected": false - }, - { - "productNumber": "D311299000013-00001", - "name": "非动力车轴(带喷漆)", - "drawingNumber": "ZQ1014001-088", - "specificationModel": "(GBTA2 ZQ (根)/LRS EA4T)(Weckerle)", - "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, - "model": "GBTA2", - "material": null, - "procurementAttributes": "自采", - "wheelTread": null, + "manufacturer": "(MG)", + "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -10432,6 +14838,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -10439,23 +14846,313 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", + "roughAxle": "/MG", "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "axleMaterial": "D2", "selected": false }, { - "productNumber": "D311299000070-00005", + "productNumber": "D311102000003-00002", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000003", + "materialSpecification": null, + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1018005-010", + "specificationModel": "(GBTW21A ZQ/LRS ER8)Weckerle-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenullce": 0, + "drawingName": "喷漆非动力车轮组成", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-23-015", + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": "自采", + "manufacturer": "(ZQ)", + "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", + "selected": false + }, + { + "productNumber": "D311102000013-10001", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000013", + "materialSpecification": null, + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1020005-001(ZQCW350(D)-00-00-002)", + "specificationModel": "检修(GBTW21B ZQ/LRS ER8)", + "carModel": "CR400BF", + "newlyBuiltMaintenullce": 1, + "drawingName": "非动力车轮喷漆图", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, + "model": "GBTW21B", + "material": "ER8", + "procurementAttributes": null, + "manufacturer": "(ZQ)", + "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", + "selected": false + }, + { + "productNumber": "D311102000003-10001", + "typeCode": 110301001102001, + "typeName": "非动力车轮(带降噪板+喷漆)", + "materialCode": "D311102000003", + "materialSpecification": null, + "name": "非动力车轮(带降噪板+喷漆)", + "drawingNumber": "ZQ1018005-010", + "specificationModel": "检修(GBTW21A ZQ)", + "carModel": "CR400AF", + "newlyBuiltMaintenullce": 1, + "drawingName": "喷漆非动力车轮组成", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, + "model": "GBTW21A", + "material": "ER8", + "procurementAttributes": null, + "manufacturer": "(ZQ)", + "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311102030003-00001", + "typeCode": 11030100110203, + "typeName": "铝胶带", + "materialCode": "D311102030003", + "materialSpecification": "TKD0601-00-00-06", + "name": "铝胶带", + "drawingNumber": null, + "specificationModel": "TKD0601-00-00-06", + "carModel": "CR400BF", + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, + "model": null, + "material": null, + "procurementAttributes": "自采", + "manufacturer": null, + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": null, + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": null, + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311299000069-00003", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000069", + "materialSpecification": null, + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1022005-005(ZQ1014001-089)", + "specificationModel": "(GBDA1B JX 客供/JX DZ2)(Weckerle)-JX", + "carModel": "CR400BF", + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆动力车轴(DZ2)", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "B", + "CBCVersion": null, + "technicalSpecCode": "(2022)车轴设(协)字第001号", + "technicalSpecName": "动车组DZ2动车车轴、动车组DZ2非动力车轴委托加工技术协议", + "CBCCode": null, + "model": "GBDA1B", + "material": null, + "procurementAttributes": "自采", + "manufacturer": "JX", + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": "JX", + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311299000069-00004", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000069", + "materialSpecification": null, + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1022005-005(ZQ1014001-089)", + "specificationModel": "(GBDA1B TZ 客供/TZ DZ2)(Weckerle)-TZ", + "carModel": "CR400BF", + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆动力车轴(DZ2)", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "TTAJSXY2022019", + "technicalSpecName": "动车组车轴喷漆委托加工技术协议", + "CBCCode": null, + "model": "GBDA1B", + "material": null, + "procurementAttributes": "客供", + "manufacturer": "TZ", + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": "TZ", + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311299000070-00004", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000070", + "materialSpecification": null, "name": "非动力车轴(带喷漆)", "drawingNumber": "ZQ1022005-008(ZQ1014001-088)", - "specificationModel": "(GBTA1 JX 客供/JX DZ2)(Weckerle)-JX", + "specificationModel": "(GBTA1 TZ 客供/TZ DZ2)(Weckerle)-TZ", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆非动力车轴(DZ2)", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "TTAJSXY2022019", + "technicalSpecName": "动车组车轴喷漆委托加工技术协议", + "CBCCode": null, "model": "(GBTA1", "material": null, "procurementAttributes": "客供", + "manufacturer": "TZ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "(Weckerle)", "axleManufacturers": null, "wheelManufacturers": null, @@ -10463,6 +15160,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -10470,23 +15168,405 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/JX", - "wheelMaterial": null, - "axleMaterial": "DZ2)", - "image": null, + "roughAxle": null, + "wheelMaterial": "/TZ", + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311299000004-00002", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000004", + "materialSpecification": null, + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1018005-011", + "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenullce": 0, + "drawingName": "喷漆非动力车轴", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "09", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第659号", + "technicalSpecName": "时速350公里中国标准动车组转向架EA4T车轴供货技术条件(版本09)", + "CBCCode": "ZQRD-CBC-23-016", + "model": "(GBTA2", + "material": null, + "procurementAttributes": null, + "manufacturer": "ZQ", + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311299000004-00003", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000004", + "materialSpecification": null, + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1018005-011", + "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenullce": 0, + "drawingName": "喷漆非动力车轴", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "09", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第659号", + "technicalSpecName": "时速350公里中国标准动车组转向架EA4T车轴供货技术条件(版本09)", + "CBCCode": "ZQRD-CBC-16-021", + "model": "(GBTA2", + "material": null, + "procurementAttributes": null, + "manufacturer": "ZQ", + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311299000055-00003", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000055", + "materialSpecification": null, + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1018005-017", + "specificationModel": "(GBDA2A ZQ/LRS EA4T)(Weckerle)-ZY", + "carModel": "CR400AF", + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轴喷漆图(CR400AF)", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "09", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第659号", + "technicalSpecName": "时速350公里中国标准动车组转向架EA4T车轴供货技术条件(版本09)", + "CBCCode": "ZQRD-CBC-23-016", + "model": "(GBDA2A", + "material": null, + "procurementAttributes": null, + "manufacturer": "ZQ", + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311299000055-00002", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000055", + "materialSpecification": null, + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1018005-017", + "specificationModel": "(GBDA2A ZQ/LRS EA4T)(Weckerle)-四方股份", + "carModel": "CR400AF", + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轴喷漆图(CR400AF)", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "09", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第659号", + "technicalSpecName": "时速350公里中国标准动车组转向架EA4T车轴供货技术条件(版本09)", + "CBCCode": "ZQRD-CBC-16-021", + "model": "(GBDA2A", + "material": null, + "procurementAttributes": null, + "manufacturer": "ZQ", + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311299000074-00001", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000074", + "materialSpecification": null, + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-032", + "specificationModel": "(GBTA2 ZQ/LRS EA4T)(Weckerle)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenullce": 0, + "drawingName": "中国标准动车组拖车车轴喷漆图", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127199", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轴采购技术规范", + "CBCCode": "TCF00000127199CBC", + "model": "(GBTA2", + "material": null, + "procurementAttributes": "自采", + "manufacturer": "ZQ", + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311299000075-00001", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000075", + "materialSpecification": null, + "name": "动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-063", + "specificationModel": "(GBDA2B ZQ/LRS EA4T)(Weckerle)-TRC", + "carModel": "CR400BF", + "newlyBuiltMaintenullce": 0, + "drawingName": "中国标准动车组动车车轴喷漆图", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127199", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轴采购技术规范", + "CBCCode": "TCF00000127199CBC", + "model": "(GBDA2B", + "material": null, + "procurementAttributes": null, + "manufacturer": "ZQ", + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311299000013-00001", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000013", + "materialSpecification": null, + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1014001-088", + "specificationModel": "(GBTA2 ZQ (根)/LRS EA4T)(Weckerle)", + "carModel": "CR400BF", + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组拖车车轴喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", + "model": "GBTA2", + "material": null, + "procurementAttributes": "自采", + "manufacturer": "ZQ", + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": "Weckerle", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, + "selected": false + }, + { + "productNumber": "D311299000070-00005", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000070", + "materialSpecification": null, + "name": "非动力车轴(带喷漆)", + "drawingNumber": "ZQ1022005-008(ZQ1014001-088)", + "specificationModel": "(GBTA1 JX 客供/JX DZ2)(Weckerle)-JX", + "carModel": "CR400BF", + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆非动力车轴(DZ2)", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "B", + "CBCVersion": null, + "technicalSpecCode": "(2022)车轴设(协)字第001号", + "technicalSpecName": "动车组DZ2动车车轴、动车组DZ2非动力车轴委托加工技术协议", + "CBCCode": null, + "model": "(GBTA1", + "material": null, + "procurementAttributes": "客供", + "manufacturer": "JX", + "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, + "paintManufacturer": "(Weckerle)", + "axleManufacturers": null, + "wheelManufacturers": null, + "wheelMountedProcurement": null, + "axleProcurement": null, + "gearboxManufacturers": null, + "gearboxProcurement": null, + "isIncludesCoupling": null, + "shaftAssemblyManufacturer": null, + "axisProcurement": null, + "bearingManufacturers": null, + "bearingProcurement": null, + "axleBoxProcurement": null, + "couplingManufacturers": null, + "roughWheel": null, + "roughAxle": null, + "wheelMaterial": "/JX", + "axleMaterial": null, "selected": false }, { "productNumber": "D311102010020-00004", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010020", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "ZQ1022005-010(TKD0601-00-00-03)", "specificationModel": "(GBTW11B TZ客供/TZ D2)(天津纵横)-TZ", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力车轮组成(D2)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "TSW-JSB2022-012", + "technicalSpecName": "动车组车轮委托加工技术协议", + "CBCCode": null, "model": "(GBTW11B)", "material": "D2", "procurementAttributes": "客供", + "manufacturer": "TZ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "(天津纵横)", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -10494,30 +15574,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311102010013-00002", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010013", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "ZQ1022009-009", "specificationModel": "(GBTW11A ZQ/MG D2)(天津纵横)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力车轮组成", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第662号", + "technicalSpecName": "时速350公里中国标准动车组转向架D2材料车轮供货技术条件", + "CBCCode": "ZQRD-CBC-23-001", "model": "GBTW11A", "material": "D2", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -10525,30 +15620,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "MG", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "MG", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311102010013-00001", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010013", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "ZQ1022009-009(TKD0601-00-00-03)", "specificationModel": "(GBTW11A ZQ/TZ D2)(天津纵横)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力车轮组成", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第662号", + "technicalSpecName": "时速350公里中国标准动车组转向架D2材料车轮供货技术条件", + "CBCCode": "ZQRD-CBC-23-001", "model": "GBTW11A", "material": "D2", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "天津纵横", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -10556,30 +15666,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "TZ", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": "/images/cars/3.jpg", + "roughWheel": null, + "roughAxle": "TZ", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311102010020-00003", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010020", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "ZQ1022005-010(TKD0601-00-00-03)", "specificationModel": "(GBTW11B ZQ/TZ D2)(天津纵横)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力车轮组成(D2)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "(GBTW11B)", "material": "D2", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "(天津纵横)", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -10587,30 +15712,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311102010020-00002", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010020", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "ZQ1022005-010(TKD0601-00-00-03)", "specificationModel": "(GBTW11B ZQ/MG D2)(天津纵横)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力车轮组成(D2)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "(GBTW11B)", "material": "D2", "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "(天津纵横)", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -10618,30 +15758,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MG", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/MG", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311102010020-00001", + "typeCode": 110301001102011, + "typeName": "非动力车轮(带降噪板+未喷漆)", + "materialCode": "D311102010020", + "materialSpecification": null, "name": "非动力车轮(带降噪板)", "drawingNumber": "ZQ1022005-010(TKD0601-00-00-03)", "specificationModel": "(GBTW11B MG客供/MG D2)(天津纵横)-MG", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力车轮组成(D2)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "ZQRD-TA-22-004", + "technicalSpecName": "中国标准动车组车轮委托加工技术协议", + "CBCCode": null, "model": "(GBTW11B)", "material": "D2", "procurementAttributes": "客供", + "manufacturer": "MG", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "(天津纵横)", "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -10649,30 +15804,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MG", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/MG", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311000000013-10001", + "typeCode": 110301001000001, + "typeName": "轮对(带轴承)", + "materialCode": "D311000000013", + "materialSpecification": null, "name": "动力轮对(带轴承+联轴节)", "drawingNumber": "ZQ1014001-101", "specificationModel": "检修", "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "动力轮对(带轴承)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -10680,6 +15850,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -10690,20 +15861,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311001000073-00006", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000073", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "CCD2001-03-21-0000-DB", "specificationModel": "(GBD)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK )", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车轮对 MOTOR WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": null, "model": "(GBD)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "(天津纵横)", "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": "(TK", @@ -10711,30 +15896,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", + "roughWheel": null, "roughAxle": "/TZ", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "wheelMaterial": "/TZ", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311001000073-00005", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000073", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "CCD2001-03-21-0000-DB", "specificationModel": "(GBD)(ZQ/JX DZ2)(ZQ/MGV D2)(TK )", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车轮对 MOTOR WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": null, "model": "(GBD)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "(天津纵横)", "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": "(TK", @@ -10742,30 +15942,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MGV", - "roughAxle": "/JX", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "roughWheel": null, + "roughAxle": "/MGV", + "wheelMaterial": "/JX", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311001000005-00002", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000005", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "SFEZ20M1-211-000", "specificationModel": "(GBD1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)(QY 客供)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮对组成(M)", + "drawingVersion": "01", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBD1)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": "(TK", @@ -10773,30 +15988,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": "(QY", "gearboxProcurement": "客供)", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000074-00005", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000074", + "materialSpecification": null, "name": "非动力轮对(带降噪板)", "drawingNumber": "CCD2001-03-21-0000-TB", "specificationModel": "(GBT)(ZQ/JX DZ2)(ZQ/MGV D2)(TK )", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车轮对组成 TRAILER WHEEL SET", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": null, "model": "(GBT)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "(天津纵横)", "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -10804,30 +16034,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "(TK", "axisProcurement": "自采)", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MGV", - "roughAxle": "/JX", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "roughWheel": null, + "roughAxle": "/MGV", + "wheelMaterial": "/JX", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311001000006-00001", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000006", + "materialSpecification": null, "name": "非动力轮对(带降噪板)", "drawingNumber": "SFEZ20T1-211-000B", "specificationModel": "(GBT1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮对组成(T)", + "drawingVersion": "04", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBT1)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -10835,30 +16080,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "(TK", "axisProcurement": "客供)", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000075-00001", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000075", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "SFEZ20M1-211-000C", "specificationModel": "(GBD1)(ZQ/JX DZ2)(ZQ/MGV D2)(TK 客供)(东洋 客供)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮对组成(动)", + "drawingVersion": "01", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBD1)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": "(TK", @@ -10866,30 +16126,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": "(东洋", "gearboxProcurement": "客供)", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MGV", - "roughAxle": "/JX", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "roughWheel": null, + "roughAxle": "/MGV", + "wheelMaterial": "/JX", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311001000075-00002", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000075", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "SFEZ20M1-211-000C", "specificationModel": "(GBD1)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK 客供)(东洋 客供)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮对组成(动)", + "drawingVersion": "01", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBD1)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": "(TK", @@ -10897,30 +16172,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": "(东洋", "gearboxProcurement": "客供)", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", + "roughWheel": null, "roughAxle": "/TZ", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "wheelMaterial": "/TZ", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311001000005-00003", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000005", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "SFEZ20M1-211-000", "specificationModel": "(GBD1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)(东洋 客供)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮对组成(M)", + "drawingVersion": "01", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBD1)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": "(TK", @@ -10928,30 +16218,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": "(东洋", "gearboxProcurement": "客供)", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000006-00002", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000006", + "materialSpecification": null, "name": "非动力轮对(带降噪板)", "drawingNumber": "SFEZ20T1-211-000B", "specificationModel": "(GBT1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(QY 客供)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮对组成(T)", + "drawingVersion": "04", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBT1)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -10959,30 +16264,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "(QY", "axisProcurement": "客供)", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000005-00001", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000005", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "SFEZ20M1-211-000", "specificationModel": "(GBD1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(QY 客供)(QY 客供)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮对组成(M)", + "drawingVersion": "01", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBD1)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": "(QY", @@ -10990,30 +16310,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": "(QY", "gearboxProcurement": "客供)", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000105-00001", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000105", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "SFEZ20M1-211-000B", "specificationModel": "(GBD1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)(QY 客供)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮对组成(M)", + "drawingVersion": "01", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBD1)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": "(TK", @@ -11021,30 +16356,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": "(QY", "gearboxProcurement": "客供)", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000076-00001", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000076", + "materialSpecification": null, "name": "非动力轮对(带降噪板)", "drawingNumber": "SFEZ20T1-211-000A", "specificationModel": "(GBT1)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK 客供)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮对组成(T)", + "drawingVersion": "30", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBT1)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "(天津纵横)", "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -11052,30 +16402,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "(TK", "axisProcurement": "客供)", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", + "roughWheel": null, "roughAxle": "/TZ", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "wheelMaterial": "/TZ", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311001000076-00002", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000076", + "materialSpecification": null, "name": "非动力轮对(带降噪板)", "drawingNumber": "SFEZ20T1-211-000A", "specificationModel": "(GBT1)(ZQ/JX DZ2)(ZQ/MGV D2)(TK 客供)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮对组成(T)", + "drawingVersion": "30", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBT1)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "(天津纵横)", "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -11083,30 +16448,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "(TK", "axisProcurement": "客供)", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MGV", - "roughAxle": "/JX", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "roughWheel": null, + "roughAxle": "/MGV", + "wheelMaterial": "/JX", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311001000011-00002", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000011", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "CCD2001-03-21-0000-DA", "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK )(ZF )", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车轮对 MOTOR WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "(GBD)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": "(TK", @@ -11114,30 +16494,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": "(ZF", "gearboxProcurement": "自采)", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000011-00006", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000011", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "CCD2001-03-21-0000-DA", "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)(QY 客供)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车轮对 MOTOR WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "/", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000191005", + "technicalSpecName": "TSD045动车组转向架轮对采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "(GBD)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": "(TK", @@ -11145,30 +16540,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": "(QY", "gearboxProcurement": "客供)", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000074-00004", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000074", + "materialSpecification": null, "name": "非动力轮对(带降噪板)", "drawingNumber": "CCD2001-03-21-0000-TB", "specificationModel": "(GBT)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK )-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车轮对组成 TRAILER WHEEL SET", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "(GBT)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -11176,30 +16586,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "(TK", "axisProcurement": "自采)", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", + "roughWheel": null, "roughAxle": "/TZ", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "wheelMaterial": "/TZ", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311001000022-00005", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000022", + "materialSpecification": null, "name": "非动力轮对(带降噪板)", "drawingNumber": "CCD2001-03-21-0000-TA", "specificationModel": "(GBT)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车轮对 TRAILER WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "(GBT)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "(LRS)", "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -11207,30 +16632,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "(TK", "axisProcurement": "客供)", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000022-00004", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000022", + "materialSpecification": null, "name": "非动力轮对(带降噪板)", "drawingNumber": "CCD2001-03-21-0000-TA", "specificationModel": "(GBT)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车轮对 TRAILER WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "(GBT)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "(天津纵横)", "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -11238,30 +16678,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "(TK", "axisProcurement": "客供)", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000022-00003", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000022", + "materialSpecification": null, "name": "非动力轮对(带降噪板)", "drawingNumber": "CCD2001-03-21-0000-TA", "specificationModel": "(GBT)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK )-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车轮对 TRAILER WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "/", + "CBCVersion": "/", + "technicalSpecCode": "TCF00000191005", + "technicalSpecName": "TSD045动车组转向架轮对采购技术规范", + "CBCCode": "TCF00000191005CBC", "model": "(GBT)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -11269,30 +16724,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "(TK", "axisProcurement": "自采)", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000011-00005", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000011", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "CCD2001-03-21-0000-DA", "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)(ZF 客供)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车轮对 MOTOR WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "(GBD)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": "(TK", @@ -11300,30 +16770,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": "(ZF", "gearboxProcurement": "客供)", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000011-00004", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000011", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "CCD2001-03-21-0000-DA", "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)(QY 客供)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车轮对 MOTOR WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "(GBD)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": "(TK", @@ -11331,30 +16816,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": "(QY", "gearboxProcurement": "客供)", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000074-00003", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000074", + "materialSpecification": null, "name": "非动力轮对(带降噪板)", "drawingNumber": "CCD2001-03-21-0000-TB", "specificationModel": "(GBT)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK 客供)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车轮对组成 TRAILER WHEEL SET", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "(GBT)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -11362,30 +16862,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "(TK", "axisProcurement": "客供)", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", + "roughWheel": null, "roughAxle": "/TZ", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "wheelMaterial": "/TZ", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311001000074-00002", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000074", + "materialSpecification": null, "name": "非动力轮对(带降噪板)", "drawingNumber": "CCD2001-03-21-0000-TB", "specificationModel": "(GBT)(ZQ/JX DZ2)(ZQ/MGV D2)(TK )-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车轮对组成 TRAILER WHEEL SET", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "(GBT)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -11393,30 +16908,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "(TK", "axisProcurement": "自采)", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MGV", - "roughAxle": "/JX", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "roughWheel": null, + "roughAxle": "/MGV", + "wheelMaterial": "/JX", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311001000074-00001", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000074", + "materialSpecification": null, "name": "非动力轮对(带降噪板)", "drawingNumber": "CCD2001-03-21-0000-TB", "specificationModel": "(GBT)(ZQ/JX DZ2)(ZQ/MGV D2)(TK 客供)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车轮对组成 TRAILER WHEEL SET", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "(GBT)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -11424,30 +16954,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "(TK", "axisProcurement": "客供)", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MGV", - "roughAxle": "/JX", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "roughWheel": null, + "roughAxle": "/MGV", + "wheelMaterial": "/JX", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311001000073-00004", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000073", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "CCD2001-03-21-0000-DB", "specificationModel": "(GBD)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK )(ZF )-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车轮对 MOTOR WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "(GBD)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": "(TK", @@ -11455,30 +17000,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": "(ZF", "gearboxProcurement": "自采)", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", + "roughWheel": null, "roughAxle": "/TZ", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "wheelMaterial": "/TZ", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311001000073-00003", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000073", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "CCD2001-03-21-0000-DB", "specificationModel": "(GBD)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK 客供)(ZF 客供)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车轮对 MOTOR WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "(GBD)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": "(TK", @@ -11486,30 +17046,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": "(ZF", "gearboxProcurement": "客供)", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", + "roughWheel": null, "roughAxle": "/TZ", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": "/images/cars/1_2.jpg", + "wheelMaterial": "/TZ", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311001000073-00002", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000073", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "CCD2001-03-21-0000-DB", "specificationModel": "(GBD)(ZQ/JX DZ2)(ZQ/MGV D2)(TK )(ZF )-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车轮对 MOTOR WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "(GBD)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": "(TK", @@ -11517,30 +17092,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": "(ZF", "gearboxProcurement": "自采)", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MGV", - "roughAxle": "/JX", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "roughWheel": null, + "roughAxle": "/MGV", + "wheelMaterial": "/JX", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311001000073-00001", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000073", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "CCD2001-03-21-0000-DB", "specificationModel": "(GBD)(ZQ/JX DZ2)(ZQ/MGV D2)(TK 客供)(ZF 客供)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车轮对 MOTOR WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "(GBD)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": "(TK", @@ -11548,30 +17138,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": "(ZF", "gearboxProcurement": "客供)", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MGV", - "roughAxle": "/JX", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "roughWheel": null, + "roughAxle": "/MGV", + "wheelMaterial": "/JX", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311001000011-00001", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000011", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "CCD2001-03-21-0000-DA", "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK )(QY )-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车轮对 MOTOR WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": "A", + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": "RD0000054464CBC", "model": "GBD", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": "TK", @@ -11579,30 +17184,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": "QY", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", + "roughWheel": null, "roughAxle": "LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000011-00003", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000011", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "CCD2001-03-21-0000-DA", "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK )(QY 客供)-ZH", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车轮对 MOTOR WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "ZH-TA-TSD-20-001A", + "technicalSpecName": "CR400BF型动车组轮对技术条件", + "CBCCode": null, "model": "(GBD)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": "(TK", @@ -11610,30 +17230,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": "(QY", "gearboxProcurement": "客供)", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311300000023-00001", + "typeCode": 11030100130000, + "typeName": "轴箱轴承", + "materialCode": "D311300000023", + "materialSpecification": "BC2-0436", "name": "轴箱轴承", "drawingNumber": null, "specificationModel": "SKF BC2-0436 客供(CRC\\TRC 543930)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "客供", + "manufacturer": "SKF", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -11641,6 +17276,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -11651,20 +17287,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311300000023-00002", + "typeCode": 11030100130000, + "typeName": "轴箱轴承", + "materialCode": "D311300000023", + "materialSpecification": "BC2-0436", "name": "轴箱轴承", "drawingNumber": null, "specificationModel": "SKF BC2-0436", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "SKF", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -11672,6 +17322,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -11682,20 +17333,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311300000014-10001", + "typeCode": 11030100130000, + "typeName": "轴箱轴承", + "materialCode": "D311300000014", + "materialSpecification": "J-943*UNIT", "name": "轴箱轴承", "drawingNumber": null, "specificationModel": "检修 NSK J-943*UNIT", "carModel": "CR400AF-A,CR400AF,CR400AF-Z,CR300AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": "NSK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -11703,6 +17368,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -11713,20 +17379,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311300000013-10001", + "typeCode": 11030100130000, + "typeName": "轴箱轴承", + "materialCode": "D311300000013", + "materialSpecification": "2E-CRI-26A02T2LLXCS825PX1/L552V2S17", "name": "轴箱轴承", "drawingNumber": null, "specificationModel": "检修 NTN 2E-CRI-26A02T2LLXCS825PX1/L552V2S17", "carModel": "CR300AF,CR400AF,CR400AF-A", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": "NTN", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -11734,6 +17414,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -11744,20 +17425,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311300000020-00001", + "typeCode": 11030100130000, + "typeName": "轴箱轴承", + "materialCode": "D311300000020", + "materialSpecification": "F-807811.12.TAROL130/240-B-TVP", "name": "轴箱轴承", "drawingNumber": null, "specificationModel": "FAG F-807811.12.TAROL130/240-B-TVP(CRC\\TRC 543931)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "FAG", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -11765,6 +17460,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -11775,20 +17471,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311300000023-10001", + "typeCode": 11030100130000, + "typeName": "轴箱轴承", + "materialCode": "D311300000023", + "materialSpecification": "BC2-0436", "name": "轴箱轴承", "drawingNumber": null, "specificationModel": "检修 SKF BC2-0436 客供(CRC\\TRC 543930)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "客供", + "manufacturer": "SKF", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -11796,6 +17506,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -11806,20 +17517,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311000000014-00001", + "typeCode": 110301001000001, + "typeName": "轮对(带轴承)", + "materialCode": "D311000000014", + "materialSpecification": null, "name": "非动力轮对(带轴承)", "drawingNumber": "ZQ1014001-102", "specificationModel": "(GBT)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK)(FAG)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力轮对(带轴承)", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "/", + "CBCVersion": "/", + "technicalSpecCode": "TCF00000191005", + "technicalSpecName": "TSD045动车组转向架轮对采购技术规范", + "CBCCode": "TCF00000191005CBC", "model": "(GBT)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "(天津纵横)", "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -11827,30 +17552,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "(TK", "axisProcurement": "自采)", "bearingManufacturers": "(FAG", "bearingProcurement": "自采)", "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": "/images/cars/2.jpg", + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311000000021-00001", + "typeCode": 110301001000001, + "typeName": "轮对(带轴承)", + "materialCode": "D311000000021", + "materialSpecification": null, "name": "动力轮对(带轴承+联轴节)", "drawingNumber": "ZQ1018005-021", "specificationModel": "(GBD1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(QY G321A )(TK(NTN)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力轮对(带轴承 联轴节)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "GBD1", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "ZQ", "wheelManufacturers": "TK", @@ -11858,30 +17598,45 @@ export const mockData = [ "axleProcurement": "自采", "gearboxManufacturers": "QY", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": "NTN", "bearingProcurement": "自采", "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "LRS", + "roughWheel": null, "roughAxle": "LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311000000022-00002", + "typeCode": 110301001000001, + "typeName": "轮对(带轴承)", + "materialCode": "D311000000022", + "materialSpecification": null, "name": "非动力轮对(带轴承)", "drawingNumber": "ZQ1018005-022", "specificationModel": "(GBT1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK)(NSK)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力轮对(带轴承)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBT1)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "(天津纵横)", "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -11889,30 +17644,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "(TK", "axisProcurement": "自采)", "bearingManufacturers": "(NSK", "bearingProcurement": "自采)", "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311000000022-00001", + "typeCode": 110301001000001, + "typeName": "轮对(带轴承)", + "materialCode": "D311000000022", + "materialSpecification": null, "name": "非动力轮对(带轴承)", "drawingNumber": "ZQ1018005-022", "specificationModel": "(GBT1)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK)(NTN)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力轮对(带轴承)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBT1)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "(天津纵横)", "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -11920,30 +17690,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "(TK", "axisProcurement": "自采)", "bearingManufacturers": "(NTN", "bearingProcurement": "自采)", "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311000000022-10001", + "typeCode": 110301001000001, + "typeName": "轮对(带轴承)", + "materialCode": "D311000000022", + "materialSpecification": null, "name": "非动力轮对(带轴承)", "drawingNumber": "ZQ1018005-022", "specificationModel": "检修", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "非动力轮对(带轴承)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -11951,6 +17736,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -11961,20 +17747,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311000000021-10001", + "typeCode": 110301001000001, + "typeName": "轮对(带轴承)", + "materialCode": "D311000000021", + "materialSpecification": null, "name": "动力轮对(带轴承+联轴节)", "drawingNumber": "ZQ1018005-021", "specificationModel": "检修", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "动力轮对(带轴承 联轴节)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -11982,6 +17782,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -11992,20 +17793,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311000000014-10001", + "typeCode": 110301001000001, + "typeName": "轮对(带轴承)", + "materialCode": "D311000000014", + "materialSpecification": null, "name": "非动力轮对(带轴承)", "drawingNumber": "ZQ1014001-102", "specificationModel": "检修", "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "非动力轮对(带轴承)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12013,6 +17828,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12023,20 +17839,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311102020007-00001", + "typeCode": 11030100110202, + "typeName": "降噪板", + "materialCode": "D311102020007", + "materialSpecification": "TKD0601-00-00-00", "name": "降噪板", "drawingNumber": "TKD0601-00-00-00", "specificationModel": "天津纵横 TKD0601-00-00-00", "carModel": "CR300AF,CR400AF,CR400BF,CR300BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "中国标准动车组阻尼降噪板", + "drawingVersion": "V1.1", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": "ZQRD-TS-18-010", + "technicalSpecName": "降噪板采购技术规范дTechnical specification for purchasing noise absorber", + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "天津纵横", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12044,6 +17874,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12054,20 +17885,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311001000114-10002", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000114", + "materialSpecification": null, "name": "动力轮对(带联轴节)", "drawingNumber": "ZQ1018005-033", "specificationModel": "检修", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "动力轮对(BVV)", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12075,6 +17920,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12085,20 +17931,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311001000011-00007", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000011", + "materialSpecification": null, "name": "动力轮对", "drawingNumber": "CCD2001-03-21-0000-DA", "specificationModel": "(GBD)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)(ZF )-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动车轮对 MOTOR WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "/", + "CBCVersion": "/", + "technicalSpecCode": "TCF00000191005", + "technicalSpecName": "TSD045动车组转向架轮对采购技术规范", + "CBCCode": "TCF00000191005CBC", "model": "(GBD)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": "(TK", @@ -12106,30 +17966,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": "(ZF", "gearboxProcurement": "自采)", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000022-00002", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000022", + "materialSpecification": null, "name": "非动力轮对(带降噪板)", "drawingNumber": "CCD2001-03-21-0000-TA", "specificationModel": "(GBT)(ZQ/LRS EA4T)(ZQ/LRS ER8)(TK 客供)-TRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车轮对 TRAILER WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "/", + "CBCVersion": "/", + "technicalSpecCode": "TCF00000191005", + "technicalSpecName": "TSD045动车组转向架轮对采购技术规范", + "CBCCode": "TCF00000191005CBC", "model": "(GBT)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "(天津纵横)", "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -12137,30 +18012,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "(TK", "axisProcurement": "客供)", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000118-00001", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000118", + "materialSpecification": null, "name": "非动力轮对", "drawingNumber": "SFEZ20T1-211-000E", "specificationModel": "(GBT1)(ZQ/LRS EA4T)(ZQ/LRS ER8)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轮对组成(轨检梁用)", + "drawingVersion": "01", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBT1)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "(天津纵横)", "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -12168,30 +18058,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", + "roughWheel": null, "roughAxle": "/LRS", - "wheelMaterial": "ER8", - "axleMaterial": "EA4T", - "image": null, + "wheelMaterial": "/LRS", + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311001000074-00006", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000074", + "materialSpecification": null, "name": "非动力轮对(带降噪板)", "drawingNumber": "CCD2001-03-21-0000-TB", "specificationModel": "(GBT)(ZQ/TZ DZ2)(ZQ/TZ D2)(TK )", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "拖车轮对组成 TRAILER WHEEL SET", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": null, "model": "(GBT)", "material": null, "procurementAttributes": "自采)", + "manufacturer": "(ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": "(天津纵横)", "paintManufacturer": null, "axleManufacturers": "(ZQ", "wheelManufacturers": null, @@ -12199,30 +18104,45 @@ export const mockData = [ "axleProcurement": "自采)", "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "(TK", "axisProcurement": "自采)", "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", + "roughWheel": null, "roughAxle": "/TZ", - "wheelMaterial": "D2", - "axleMaterial": "DZ2", - "image": null, + "wheelMaterial": "/TZ", + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311201000020-00003", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000020", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1014001-109", "specificationModel": "(GBDA2B ZQ/LRS EA4T)(QY)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "(GBDA2B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12230,6 +18150,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "(QY)", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12237,23 +18158,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000004-10001", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000004", + "materialSpecification": null, "name": "非动力车轴(带喷漆)", "drawingNumber": "ZQ1018005-011", "specificationModel": "检修 (GBTA2 ZQ/LRS EA4T)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "喷漆非动力车轴", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "(GBTA2", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12261,6 +18196,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12268,23 +18204,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T)", - "image": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000020-10002", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000020", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1014001-109", "specificationModel": "检修(GBDA2B ZQ/LRS EA4T)(ZF)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "CR400BF动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "(GBDA2B", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12292,6 +18242,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "(ZF)", "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12299,23 +18250,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000019-00003", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000019", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1018005-013", "specificationModel": "(GBDA2A ZQ/LRS EA4T)(QY)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBDA2A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12323,6 +18288,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "(QY)", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12330,23 +18296,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000019-00002", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000019", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1018005-013", "specificationModel": "(GBDA2A ZQ/LRS EA4T)(东洋客供)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBDA2A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12354,6 +18334,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "(东洋)", "gearboxProcurement": "客供", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12361,23 +18342,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000046-00002", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000046", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+联轴节+喷漆)", "drawingNumber": "ZQ1014001-113", "specificationModel": "(GBDA2B ZQ/LRS EA4T)(QY)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF动车组动力车轴(带齿轮箱、联轴节和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "GBDA2B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12385,30 +18380,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "QY", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, - "axleBoxProcurement": "自采", - "couplingManufacturers": "KWD", - "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "axleBoxProcurement": null, + "couplingManufacturers": "自采", + "roughWheel": "KWD", + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000046-00001", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000046", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+联轴节+喷漆)", "drawingNumber": "ZQ1014001-113", "specificationModel": "(GBDA2B ZQ/LRS EA4T)(ZF)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF动车组动力车轴(带齿轮箱、联轴节和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "G", + "CBCVersion": "G", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "GBDA2B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12416,30 +18426,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "ZF", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, - "axleBoxProcurement": "自采", - "couplingManufacturers": "KWD", - "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "axleBoxProcurement": null, + "couplingManufacturers": "自采", + "roughWheel": "KWD", + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000020-00002", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000020", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1014001-109", "specificationModel": "(GBDA2B ZQ/LRS EA4T)(ZF客供)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": null, "model": "(GBDA2B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12447,6 +18472,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "(ZF)", "gearboxProcurement": "客供", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12454,23 +18480,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000020-00001", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000020", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1014001-109", "specificationModel": "(GBDA2B ZQ/LRS EA4T)(QY客供)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": null, "model": "(GBDA2B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12478,6 +18518,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "(QY)", "gearboxProcurement": "客供", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12485,23 +18526,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000029-00002", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000029", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1022005-001", "specificationModel": "(GBDA1B ZQ/TZ DZ2)(ZF客供)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": null, "model": "(GBDA1B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12509,6 +18564,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "(ZF)", "gearboxProcurement": "客供", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12516,23 +18572,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/TZ", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "/TZ", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000029-00001", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000029", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1022005-001", "specificationModel": "(GBDA1B ZQ/JX DZ2)(ZF客供)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": null, "model": "(GBDA1B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12540,6 +18610,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "(ZF)", "gearboxProcurement": "客供", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12547,23 +18618,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/JX", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "/JX", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000045-00002", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000045", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+联轴节+喷漆)", "drawingNumber": "ZQ1022005-009", "specificationModel": "(GBDA1B ZQ/TZ DZ2)(ZF)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF动车组动力车轴(带齿轮箱、联轴节和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": null, "model": "(GBDA1B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12571,30 +18656,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "(ZF)", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, - "axleBoxProcurement": "自采", - "couplingManufacturers": "KWD", - "roughWheel": null, - "roughAxle": "/TZ", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "axleBoxProcurement": null, + "couplingManufacturers": "自采", + "roughWheel": "KWD", + "roughAxle": null, + "wheelMaterial": "/TZ", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000045-00001", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000045", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+联轴节+喷漆)", "drawingNumber": "ZQ1022005-009", "specificationModel": "(GBDA1B ZQ/JX DZ2)(ZF)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF动车组动力车轴(带齿轮箱、联轴节和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "RD0000054464", + "technicalSpecName": "高速动车组项目转向架轮对采购技术条件", + "CBCCode": null, "model": "(GBDA1B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12602,30 +18702,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "(ZF)", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, - "axleBoxProcurement": "自采", - "couplingManufacturers": "KWD", - "roughWheel": null, - "roughAxle": "/JX", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "axleBoxProcurement": null, + "couplingManufacturers": "自采", + "roughWheel": "KWD", + "roughAxle": null, + "wheelMaterial": "/JX", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000044-00001", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000044", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+联轴节+喷漆)", "drawingNumber": "ZQ1019019-002", "specificationModel": "(GBDA2A ZQ/LRS EA4T)(QY)", "carModel": "CR400AF-Z", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF智能动车组动力车轴(带齿轮箱、联轴节和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBDA2A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12633,30 +18748,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "(QY)", "gearboxProcurement": "自采", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, - "axleBoxProcurement": "自采", - "couplingManufacturers": "KWD", - "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "axleBoxProcurement": null, + "couplingManufacturers": "自采", + "roughWheel": "KWD", + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000023-00001", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000023", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1019019-001", "specificationModel": "(GBDA2A ZQ/LRS EA4T)(QY客供)", "carModel": "CR400AF-Z", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF智能动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBDA2A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12664,6 +18794,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "(QY)", "gearboxProcurement": "客供", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12671,23 +18802,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": '/images/cars/1_2_1_1_1.jpg', + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000028-00002", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000028", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1022009-005", "specificationModel": "(GBDA1A ZQ/TZ DZ2)(东洋客供)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBDA1A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12695,6 +18840,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "(东洋)", "gearboxProcurement": "客供", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12702,23 +18848,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/TZ", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "/TZ", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000028-00001", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000028", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1022009-005", "specificationModel": "(GBDA1A ZQ/JX DZ2)(东洋客供)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBDA1A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12726,6 +18886,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "(东洋)", "gearboxProcurement": "客供", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12733,23 +18894,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/JX", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "/JX", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000019-00001", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000019", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1018005-013", "specificationModel": "(GBDA2A ZQ/LRS EA4T)(QY客供)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "05", + "CBCVersion": "A", + "technicalSpecCode": "SFEZ20-ZK-GHJT-001", + "technicalSpecName": "时速350公里中国标准动车组转向架轮对组成供货技术条件", + "CBCCode": "ZQRD-CBC-23-002", "model": "(GBDA2A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12757,6 +18932,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "(QY)", "gearboxProcurement": "客供", + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12764,23 +18940,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000020-10001", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000020", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1014001-109", "specificationModel": "检修(GBDA2B ZQ/LRS EA4T)(QY)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "CR400BF动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "(GBDA2B", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12788,6 +18978,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "(QY)", "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12795,23 +18986,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311201000019-10001", + "typeCode": 110301001201001, + "typeName": "动力车轴(带齿轮箱+喷漆)", + "materialCode": "D311201000019", + "materialSpecification": null, "name": "动力车轴(带齿轮箱+喷漆)", "drawingNumber": "ZQ1018005-013", "specificationModel": "检修(GBDA2A ZQ/LRS EA4T)(QY)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "CR400AF动车组动力车轴(带齿轮箱和喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "(GBDA2A", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12819,6 +19024,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": "(QY)", "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12826,23 +19032,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299020021-00001", + "typeCode": 11030100129902, + "typeName": "毛坯车轴", + "materialCode": "D311299020021", + "materialSpecification": null, "name": "非动力毛坯车轴", "drawingNumber": "ZQ1021000-002", "specificationModel": "CR400BF TZ DZ2", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力车轴毛坯轴", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": "DZ2", "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "TZ", "wheelManufacturers": null, @@ -12850,6 +19070,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12860,20 +19081,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311299020020-00002", + "typeCode": 11030100129902, + "typeName": "毛坯车轴", + "materialCode": "D311299020020", + "materialSpecification": null, "name": "动力毛坯车轴", "drawingNumber": "ZQ1021000-001", "specificationModel": "CR400BF JX DZ2", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轴毛坯轴", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": "DZ2", "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "JX", "wheelManufacturers": null, @@ -12881,6 +19116,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12891,20 +19127,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311299020020-00001", + "typeCode": 11030100129902, + "typeName": "毛坯车轴", + "materialCode": "D311299020020", + "materialSpecification": null, "name": "动力毛坯车轴", "drawingNumber": "ZQ1021000-001", "specificationModel": "CR400BF TZ DZ2", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "动力车轴毛坯轴", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": "DZ2", "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "TZ", "wheelManufacturers": null, @@ -12912,6 +19162,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12922,20 +19173,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311299000074-10001", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000074", + "materialSpecification": null, "name": "非动力车轴(带喷漆)", "drawingNumber": "ZQ1014001-032", "specificationModel": "检修 (GBTA2 ZQ/LRS EA4T)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "中国标准动车组拖车车轴喷漆图", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "(GBTA2", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12943,6 +19208,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12950,23 +19216,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T)", - "image": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000075-10001", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000075", + "materialSpecification": null, "name": "动力车轴(带喷漆)", "drawingNumber": "ZQ1014001-063", "specificationModel": "检修 (GBDA2B ZQ/LRS EA4T)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "中国标准动车组动车车轴喷漆图", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "(GBDA2B", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -12974,6 +19254,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -12981,23 +19262,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T)", - "image": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000069-00002", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000069", + "materialSpecification": null, "name": "动力车轴(带喷漆)", "drawingNumber": "ZQ1022005-005(ZQ1014001-089)", "specificationModel": "(GBDA1B ZQ/JX DZ2)(Weckerle)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆动力车轴(DZ2)", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "(GBDA1B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "(Weckerle)", "axleManufacturers": null, "wheelManufacturers": null, @@ -13005,6 +19300,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13012,23 +19308,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/JX", - "wheelMaterial": null, - "axleMaterial": "DZ2)", - "image": null, + "roughAxle": null, + "wheelMaterial": "/JX", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000069-00001", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000069", + "materialSpecification": null, "name": "动力车轴(带喷漆)", "drawingNumber": "ZQ1022005-005(ZQ1014001-089)", "specificationModel": "(GBDA1B ZQ/TZ DZ2)(Weckerle)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆动力车轴(DZ2)", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "(GBDA1B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "(Weckerle)", "axleManufacturers": null, "wheelManufacturers": null, @@ -13036,6 +19346,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13043,23 +19354,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/TZ", - "wheelMaterial": null, - "axleMaterial": "DZ2)", - "image": null, + "roughAxle": null, + "wheelMaterial": "/TZ", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000055-10002", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000055", + "materialSpecification": null, "name": "动力车轴(带喷漆)", "drawingNumber": "ZQ1018005-017", "specificationModel": "检修 (GBDA2A ZQ/LRS EA4T)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "动力车轴喷漆图(CR400AF)", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "(GBDA2A", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13067,6 +19392,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13074,23 +19400,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T)", - "image": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000070-00003", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000070", + "materialSpecification": null, "name": "非动力车轴(带喷漆)", "drawingNumber": "ZQ1022005-008(ZQ1014001-088)", "specificationModel": "(GBTA1 ZQ/TZ DZ2)(Weckerle) 客供", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆非动力车轴(DZ2)", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "(GBTA1", "material": null, "procurementAttributes": "客供", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "(Weckerle)", "axleManufacturers": null, "wheelManufacturers": null, @@ -13098,6 +19438,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13105,23 +19446,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/TZ", - "wheelMaterial": null, - "axleMaterial": "DZ2)", - "image": null, + "roughAxle": null, + "wheelMaterial": "/TZ", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000070-00002", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000070", + "materialSpecification": null, "name": "非动力车轴(带喷漆)", "drawingNumber": "ZQ1022005-008(ZQ1014001-088)", "specificationModel": "(GBTA1 ZQ/JX DZ2)(Weckerle)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆非动力车轴(DZ2)", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "(GBTA1", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "(Weckerle)", "axleManufacturers": null, "wheelManufacturers": null, @@ -13129,6 +19484,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13136,23 +19492,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/JX", - "wheelMaterial": null, - "axleMaterial": "DZ2)", - "image": null, + "roughAxle": null, + "wheelMaterial": "/JX", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000070-00001", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000070", + "materialSpecification": null, "name": "非动力车轴(带喷漆)", "drawingNumber": "ZQ1022005-008(ZQ1014001-088)", "specificationModel": "(GBTA1 ZQ/TZ DZ2)(Weckerle)-CRC", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "带喷漆非动力车轴(DZ2)", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "(GBTA1", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "(Weckerle)", "axleManufacturers": null, "wheelManufacturers": null, @@ -13160,6 +19530,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13167,23 +19538,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/TZ", - "wheelMaterial": null, - "axleMaterial": "DZ2)", - "image": null, + "roughAxle": null, + "wheelMaterial": "/TZ", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000044-00002", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000044", + "materialSpecification": null, "name": "动力车轴(带喷漆)", "drawingNumber": "ZQ1022009-004", "specificationModel": "(GBDA1A ZQ/JX DZ2)(Weckerle)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF中国标准动车组动车车轴(国产材质)喷漆图", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "07", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第663号", + "technicalSpecName": "时速350公里中国标准动车组转向架用DZ2材料车轴供货技术条件", + "CBCCode": "ZQRD-CBC-22-032", "model": "(GBDA1A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "(Weckerle)", "axleManufacturers": null, "wheelManufacturers": null, @@ -13191,6 +19576,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13198,23 +19584,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/JX", - "wheelMaterial": null, - "axleMaterial": "DZ2)", - "image": null, + "roughAxle": null, + "wheelMaterial": "/JX", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000044-00001", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000044", + "materialSpecification": null, "name": "动力车轴(带喷漆)", "drawingNumber": "ZQ1022009-004", "specificationModel": "(GBDA1A ZQ/TZ DZ2)(Weckerle)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF中国标准动车组动车车轴(国产材质)喷漆图", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "07", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第663号", + "technicalSpecName": "时速350公里中国标准动车组转向架用DZ2材料车轴供货技术条件", + "CBCCode": "ZQRD-CBC-22-032", "model": "(GBDA1A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "(Weckerle)", "axleManufacturers": null, "wheelManufacturers": null, @@ -13222,6 +19622,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13229,23 +19630,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/TZ", - "wheelMaterial": null, - "axleMaterial": "DZ2)", - "image": null, + "roughAxle": null, + "wheelMaterial": "/TZ", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299020021-00002", + "typeCode": 11030100129902, + "typeName": "毛坯车轴", + "materialCode": "D311299020021", + "materialSpecification": null, "name": "非动力毛坯车轴", "drawingNumber": "ZQ1021000-002", "specificationModel": "CR400BF JX DZ2", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "非动力车轴毛坯轴", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": "DZ2", "procurementAttributes": "自采", + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": "JX", "wheelManufacturers": null, @@ -13253,6 +19668,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13263,20 +19679,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311299000045-00002", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000045", + "materialSpecification": null, "name": "非动力车轴(带喷漆)", "drawingNumber": "ZQ1022009-001", "specificationModel": "(GBTA1 ZQ/JX DZ2)(Weckerle)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF中国标准动车组拖车车轴(国产材质)喷漆图", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "07", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第663号", + "technicalSpecName": "时速350公里中国标准动车组转向架用DZ2材料车轴供货技术条件", + "CBCCode": "ZQRD-CBC-22-032", "model": "(GBTA1", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "(Weckerle)", "axleManufacturers": null, "wheelManufacturers": null, @@ -13284,6 +19714,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13291,23 +19722,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/JX", - "wheelMaterial": null, - "axleMaterial": "DZ2)", - "image": null, + "roughAxle": null, + "wheelMaterial": "/JX", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000045-00001", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000045", + "materialSpecification": null, "name": "非动力车轴(带喷漆)", "drawingNumber": "ZQ1022009-001", "specificationModel": "(GBTA1 ZQ/TZ DZ2)(Weckerle)-四方股份", "carModel": "CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400AF中国标准动车组拖车车轴(国产材质)喷漆图", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": "07", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第663号", + "technicalSpecName": "时速350公里中国标准动车组转向架用DZ2材料车轴供货技术条件", + "CBCCode": "ZQRD-CBC-22-032", "model": "(GBTA1", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "(Weckerle)", "axleManufacturers": null, "wheelManufacturers": null, @@ -13315,6 +19760,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13322,23 +19768,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/TZ", - "wheelMaterial": null, - "axleMaterial": "DZ2)", - "image": null, + "roughAxle": null, + "wheelMaterial": "/TZ", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299000016-00001", + "typeCode": 110301001299001, + "typeName": "车轴(喷漆)", + "materialCode": "D311299000016", + "materialSpecification": null, "name": "动力车轴(带喷漆)", "drawingNumber": "ZQ1014001-089", "specificationModel": "(GBDA2B ZQ/LRS EA4T)(Weckerle)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "CR400BF型动车组动车车轴喷漆图(Z-pard weco-防噪面漆)", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016354", + "technicalSpecName": "高速动车组项目转向架车轴采购技术条件", + "CBCCode": "RD0000016354CBC", "model": "GBDA2B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -13346,6 +19806,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13353,23 +19814,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299010044-00004", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010044", + "materialSpecification": null, "name": "精加工非动力车轴", "drawingNumber": "CCD2001-03-21-0002-TB", "specificationModel": "GBTA1 TZ/TZ DZ2", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "Trailer axle 拖车车轴", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "TTAJSXY2022019", + "technicalSpecName": "动车组车轴喷漆委托加工技术协议", + "CBCCode": null, "model": "GBTA1", "material": null, "procurementAttributes": "客供", + "manufacturer": "TZ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13377,6 +19852,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13384,23 +19860,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/TZ", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "/TZ", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299010043-00004", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010043", + "materialSpecification": null, "name": "精加工动力车轴", "drawingNumber": "CCD2001-03-21-0002-DB", "specificationModel": "GBDA1B TZ/TZ DZ2", "carModel": "CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "Motor axle动车车轴", + "drawingVersion": "C", + "grade": null, + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "TTAJSXY2022019", + "technicalSpecName": "动车组车轴喷漆委托加工技术协议", + "CBCCode": null, "model": "GBDA1B", "material": null, "procurementAttributes": "客供", + "manufacturer": "TZ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13408,6 +19898,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13415,23 +19906,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/TZ", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "/TZ", + "axleMaterial": null, "selected": false }, { "productNumber": "D311202000018-10001", + "typeCode": 110301001202001, + "typeName": "非动力车轴(带制动盘+喷漆)", + "materialCode": "D311202000018", + "materialSpecification": null, "name": "非动力车轴(带轴装制动盘+喷漆)", "drawingNumber": "ZQ1018005-014", "specificationModel": "检修(GBTA2 ZQ/LRS EA4T)(TK)", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "非动力车轴(带制动盘带喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "(GBTA2", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13439,6 +19944,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "TK(TK", "axisProcurement": null, "bearingManufacturers": null, @@ -13446,23 +19952,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D311202000017-10001", + "typeCode": 110301001202001, + "typeName": "非动力车轴(带制动盘+喷漆)", + "materialCode": "D311202000017", + "materialSpecification": null, "name": "非动力车轴(带轴装制动盘+喷漆)", "drawingNumber": "ZQ1014001-110", "specificationModel": "检修(GBTA2 ZQ/LRS EA4T)(TK)", "carModel": "CR400BF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "非动力车轴(带制动盘带喷漆)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "(GBTA2", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ)", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13470,6 +19990,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": "TK(TK", "axisProcurement": null, "bearingManufacturers": null, @@ -13477,23 +19998,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/LRS", - "wheelMaterial": null, - "axleMaterial": "EA4T", - "image": null, + "roughAxle": null, + "wheelMaterial": "/LRS", + "axleMaterial": null, "selected": false }, { "productNumber": "D310000000039-10001", + "typeCode": 110301000000001, + "typeName": "轮对轴箱组成", + "materialCode": "D310000000039", + "materialSpecification": null, "name": "非动力轮对轴箱组成", "drawingNumber": "ZQ1018005-020", "specificationModel": "检修", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "非动力轮对轴箱组成", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13501,6 +20036,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13511,20 +20047,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D310000000038-10001", + "typeCode": 110301000000001, + "typeName": "轮对轴箱组成", + "materialCode": "D310000000038", + "materialSpecification": null, "name": "动力轮对轴箱组成(带联轴节)", "drawingNumber": "ZQ1018005-019", "specificationModel": "检修", "carModel": "CR400AF", - "newlyBuiltMaintenance": 1, + "newlyBuiltMaintenullce": 1, + "drawingName": "动力轮对轴箱组成(带联轴节)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13532,6 +20082,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13542,20 +20093,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313300000013-00002", + "typeCode": 11030103030000, + "typeName": "轴装制动盘", + "materialCode": "D313300000013", + "materialSpecification": "TKD-DS64/150199-5", "name": "轴装制动盘", "drawingNumber": "TKD600-DS64-00-00WX", "specificationModel": "TK TKD-DS64/150199-5", "carModel": "CR400AF,CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轴装制动盘", + "drawingVersion": "2.0", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": "铸钢", "procurementAttributes": "自采", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13563,6 +20128,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13573,20 +20139,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313300000012-00002", + "typeCode": 11030103030000, + "typeName": "轴装制动盘", + "materialCode": "D313300000012", + "materialSpecification": "TKD-DS64/150197-5", "name": "轴装制动盘", "drawingNumber": "TKD600-DS64-00-00WX", "specificationModel": "TK TKD-DS64/150197-5", "carModel": "CR400AF,CR400BF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轴装制动盘", + "drawingVersion": "2.0", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": "铸钢", "procurementAttributes": "自采", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13594,6 +20174,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13604,20 +20185,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313300000012-00001", + "typeCode": 11030103030000, + "typeName": "轴装制动盘", + "materialCode": "D313300000012", + "materialSpecification": "TKD-DS64/150197-5", "name": "轴装制动盘", "drawingNumber": "TKD600-DS64-00-00WX", "specificationModel": "TK TKD-DS64/150197-5 客供", "carModel": "CR400BF,CR400AF", - "newlyBuiltMaintenance": 0, + "newlyBuiltMaintenullce": 0, + "drawingName": "轴装制动盘", + "drawingVersion": "2.0", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": "铸钢", "procurementAttributes": "客供", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13625,6 +20220,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13635,20 +20231,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313300000013-00001", + "typeCode": 11030103030000, + "typeName": "轴装制动盘", + "materialCode": "D313300000013", + "materialSpecification": "TKD-DS64/150199-5", "name": "轴装制动盘", "drawingNumber": "TKD600-DS64-00-00WX", "specificationModel": "TK TKD-DS64/150199-5 客供", "carModel": "CR400AF,CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "轴装制动盘", + "drawingVersion": "2.0", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": "铸钢", "procurementAttributes": "客供", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13656,6 +20266,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13666,20 +20277,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313300000052-10001", + "typeCode": 11030103030000, + "typeName": "轴装制动盘", + "materialCode": "D313300000052", + "materialSpecification": "TKD600-DS64G/150197", "name": "轴装制动盘", "drawingNumber": "TKD600-DS64G-00-00WX", "specificationModel": "检修 TK TKD600-DS64G/150197 客供", "carModel": "CR400BF", "newlyBuiltMaintenance": 1, + "drawingName": "轴装制动盘外形图", + "drawingVersion": "2.0", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": "铸钢", "procurementAttributes": null, + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13687,6 +20312,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13697,20 +20323,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313300000013-10003", + "typeCode": 11030103030000, + "typeName": "轴装制动盘", + "materialCode": "D313300000013", + "materialSpecification": "TKD-DS64/150199-5", "name": "轴装制动盘", "drawingNumber": "TKD600-DS64-00-00WX", "specificationModel": "检修 TK TKD-DS64/150199-5 客供", "carModel": "CR400AF,CR400BF", "newlyBuiltMaintenance": 1, + "drawingName": "轴装制动盘", + "drawingVersion": "2.0", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": "铸钢", "procurementAttributes": "客供", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13718,6 +20358,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13728,20 +20369,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313300000012-10003", + "typeCode": 11030103030000, + "typeName": "轴装制动盘", + "materialCode": "D313300000012", + "materialSpecification": "TKD-DS64/150197-5", "name": "轴装制动盘", "drawingNumber": "TKD600-DS64-00-00WX", "specificationModel": "检修 TK TKD-DS64/150197-5 客供", "carModel": "CR400BF,CR400AF", "newlyBuiltMaintenance": 1, + "drawingName": "轴装制动盘", + "drawingVersion": "2.0", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": "铸钢", "procurementAttributes": "客供", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13749,6 +20404,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13759,20 +20415,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311199030001-00001", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199030001", + "materialSpecification": null, "name": "动力毛坯车轮", "drawingNumber": "ZQ1018006-001", "specificationModel": "CR400BF LRS ER8", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "Standard EMU rough motor wheel 标准动车组动车车轮毛坯", + "drawingVersion": "C", + "grade": null, + "technicalSpecVersion": "B", + "CBCVersion": "A", + "technicalSpecCode": "ZQRD-TS-18-014", + "technicalSpecName": "中国标准动车组毛坯车轮(ER8)采购技术规范 Technical Specification for purchasing Chinese Standard EMU rough wheel (ER8)", + "CBCCode": "10000011053", "model": null, "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "LRS", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13780,6 +20450,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13790,20 +20461,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311199030018-00002", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199030018", + "materialSpecification": null, "name": "非动力毛坯车轮", "drawingNumber": "ZQ1014001-092", "specificationModel": "CR400BF TZ D2", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "CR400/CR300拖车车轮毛坯", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "B", + "CBCVersion": null, + "technicalSpecCode": "ZQRD-TS-22-016", + "technicalSpecName": "国产材料毛坯车轮(D2)采购技术规范", + "CBCCode": null, "model": null, "material": "D2", "procurementAttributes": "自采", + "manufacturer": "TZ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13811,6 +20496,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13821,20 +20507,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311199030023-00002", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199030023", + "materialSpecification": null, "name": "毛坯车轮", "drawingNumber": "ZQ1014001-059", "specificationModel": "CRH380B,CR400BF LRS ER8C", "carModel": "CRH380B,CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "CRH380B(G)动车轮/标准动车组车轮毛坯图纸(ER8C)Rough CRH380B(G)Motor Wheel/EMU Standard Wheeel Drawing(ER8C)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "B", + "CBCVersion": null, + "technicalSpecCode": "ZQRD-TS-16-003", + "technicalSpecName": "中国标准动车组毛坯车轮采购技术规范дTechnical Specification for purchasing Chinese Standard EMUдrough wheel", + "CBCCode": null, "model": null, "material": "ER8C", "procurementAttributes": "自采", + "manufacturer": "LRS", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13842,6 +20542,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13852,20 +20553,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311199020012-00002", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199020012", + "materialSpecification": null, "name": "非动力毛坯车轮", "drawingNumber": "ZQ1018006-002", "specificationModel": "CR400BF LRS ER8", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "Standard EMU Rough Trailer Wheel 标准动车组拖车车轮毛坯", + "drawingVersion": "C", + "grade": null, + "technicalSpecVersion": "B", + "CBCVersion": null, + "technicalSpecCode": "ZQRD-TS-18-014", + "technicalSpecName": "中国标准动车组毛坯车轮(ER8)采购技术规范 Technical Specification for purchasing Chinese Standard EMU rough wheel (ER8)", + "CBCCode": null, "model": null, "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "LRS", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13873,6 +20588,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13883,20 +20599,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311199030001-00002", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199030001", + "materialSpecification": null, "name": "动力毛坯车轮", "drawingNumber": "ZQ1018006-001", "specificationModel": "CR400BF LRS ER8", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "Standard EMU rough motor wheel 标准动车组动车车轮毛坯", + "drawingVersion": "C", + "grade": null, + "technicalSpecVersion": "B", + "CBCVersion": null, + "technicalSpecCode": "ZQRD-TS-18-014", + "technicalSpecName": "中国标准动车组毛坯车轮(ER8)采购技术规范 Technical Specification for purchasing Chinese Standard EMU rough wheel (ER8)", + "CBCCode": null, "model": null, "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "LRS", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13904,6 +20634,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13914,20 +20645,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311199030017-00002", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199030017", + "materialSpecification": null, "name": "动力毛坯车轮", "drawingNumber": "ZQ1014001-091", "specificationModel": "CR400BF TZ D2", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "CR400/CR300动车车轮毛坯", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "B", + "CBCVersion": null, + "technicalSpecCode": "ZQRD-TS-22-016", + "technicalSpecName": "国产材料毛坯车轮(D2)采购技术规范", + "CBCCode": null, "model": null, "material": "D2", "procurementAttributes": "自采", + "manufacturer": "TZ", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13935,6 +20680,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13945,20 +20691,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311199030018-00001", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199030018", + "materialSpecification": null, "name": "非动力毛坯车轮", "drawingNumber": "ZQ1014001-092", "specificationModel": "CR400BF MGV D2", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "CR400/CR300拖车车轮毛坯", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "B", + "CBCVersion": null, + "technicalSpecCode": "ZQRD-TS-22-016", + "technicalSpecName": "国产材料毛坯车轮(D2)采购技术规范", + "CBCCode": null, "model": null, "material": "D2", "procurementAttributes": "自采", + "manufacturer": "MGV", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13966,6 +20726,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -13976,20 +20737,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311199030023-00001", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199030023", + "materialSpecification": null, "name": "毛坯车轮", "drawingNumber": "ZQ1014001-059", "specificationModel": "CRH380B,CR400BF LRS ER8C", "carModel": "CRH380B,CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "CRH380B(G)动车轮/标准动车组车轮毛坯图纸(ER8C)Rough CRH380B(G)Motor Wheel/EMU Standard Wheeel Drawing(ER8C)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "D", + "CBCVersion": null, + "technicalSpecCode": "ZQRD-TS-16-003", + "technicalSpecName": "中国标准动车组毛坯车轮采购技术规范дTechnical Specification for purchasing Chinese Standard EMUдrough wheel", + "CBCCode": null, "model": null, "material": "ER8C", "procurementAttributes": "自采", + "manufacturer": "LRS", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -13997,6 +20772,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14007,20 +20783,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311199020012-00001", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199020012", + "materialSpecification": null, "name": "非动力毛坯车轮", "drawingNumber": "ZQ1018006-002", "specificationModel": "CR400BF LRS ER8", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "Standard EMU Rough Trailer Wheel 标准动车组拖车车轮毛坯", + "drawingVersion": "C", + "grade": null, + "technicalSpecVersion": "B", + "CBCVersion": "A", + "technicalSpecCode": "ZQRD-TS-18-014", + "technicalSpecName": "中国标准动车组毛坯车轮(ER8)采购技术规范 Technical Specification for purchasing Chinese Standard EMU rough wheel (ER8)", + "CBCCode": "10000011053", "model": null, "material": "ER8", "procurementAttributes": "自采", + "manufacturer": "LRS", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14028,6 +20818,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14038,20 +20829,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311199030023-00003", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199030023", + "materialSpecification": null, "name": "毛坯车轮", "drawingNumber": "ZQ1014001-059", "specificationModel": "CRH380B,CR400BF LRS ER8C", "carModel": "CRH380B,CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "CRH380B(G)动车轮/标准动车组车轮毛坯图纸(ER8C)Rough CRH380B(G)Motor Wheel/EMU Standard Wheeel Drawing(ER8C)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "D", + "CBCVersion": "4", + "technicalSpecCode": "ZQRD-TS-18-020", + "technicalSpecName": "ER8C 毛坯车轮采购技术规范дTechnical Specification for purchasing EMU ER8C rough wheel", + "CBCCode": "10000009002", "model": null, "material": "ER8C", "procurementAttributes": "自采", + "manufacturer": "LRS", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14059,6 +20864,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14069,20 +20875,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D351200000018-10001", + "typeCode": 11030501020000, + "typeName": "联轴节(齿轮箱侧)", + "materialCode": "D351200000018", + "materialSpecification": "ZK310-R6-BE", "name": "动车组联轴节(鼓形齿式)", "drawingNumber": null, "specificationModel": "检修 KWD ZK310-R6-BE", "carModel": "CR400BF", "newlyBuiltMaintenance": 1, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": "KWD", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14090,6 +20910,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14100,20 +20921,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D351200000018-00001", + "typeCode": 11030501020000, + "typeName": "联轴节(齿轮箱侧)", + "materialCode": "D351200000018", + "materialSpecification": "ZK310-R6-BE", "name": "动车组联轴节(鼓形齿式)", "drawingNumber": null, "specificationModel": "KWD ZK310-R6-BE", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "KWD", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14121,6 +20956,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14131,20 +20967,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D351200000002-10001", + "typeCode": 11030501020000, + "typeName": "联轴节(齿轮箱侧)", + "materialCode": "D351200000002", + "materialSpecification": "ZK310-R3-BE", "name": "动车组联轴节(鼓形齿式)", "drawingNumber": null, "specificationModel": "检修 ZK310-R3-BE(CRC\\TRC 534984)", "carModel": "CR400BF", "newlyBuiltMaintenance": 1, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14152,6 +21002,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": "N", "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14162,20 +21013,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D351200000014-10001", + "typeCode": 11030501020000, + "typeName": "联轴节(齿轮箱侧)", + "materialCode": "D351200000014", + "materialSpecification": "ZK350-R3-BF", "name": "动车组联轴节(鼓形齿式)", "drawingNumber": null, "specificationModel": "检修 KWD ZK350-R3-BF", "carModel": "CR400AF,CR400AF-A", "newlyBuiltMaintenance": 1, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "KWD", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14183,6 +21048,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": "Y", "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14193,20 +21059,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D351200000014-00001", + "typeCode": 11030501020000, + "typeName": "联轴节(齿轮箱侧)", + "materialCode": "D351200000014", + "materialSpecification": "ZK350-R3-BF", "name": "动车组联轴节(鼓形齿式)", "drawingNumber": null, "specificationModel": "KWD ZK350-R3-BF", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "KWD", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14214,6 +21094,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14224,20 +21105,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D351200000002-00001", + "typeCode": 11030501020000, + "typeName": "联轴节(齿轮箱侧)", + "materialCode": "D351200000002", + "materialSpecification": "ZK310-R3-BE", "name": "动车组联轴节(鼓形齿式)", "drawingNumber": null, "specificationModel": "KWD ZK310-R3-BE(CRC\\TRC 534984)", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "KWD", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14245,6 +21140,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": "Y", "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14255,20 +21151,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D322001000004-10001", + "typeCode": 11030202000100, + "typeName": "转臂组成", + "materialCode": "D322001000004", + "materialSpecification": null, "name": "右转臂组成", "drawingNumber": "ZQ1014001-119", "specificationModel": "检修", "carModel": "CR400BF", "newlyBuiltMaintenance": 1, + "drawingName": "转臂组成(右)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14276,6 +21186,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14286,20 +21197,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D322001000010-10001", + "typeCode": 11030202000100, + "typeName": "转臂组成", + "materialCode": "D322001000010", + "materialSpecification": null, "name": "右转臂组成", "drawingNumber": "ZQ1018005-042", "specificationModel": "检修", "carModel": "CR400AF", "newlyBuiltMaintenance": 1, + "drawingName": "右转臂组成(带节点)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14307,6 +21232,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14317,20 +21243,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D322001000009-10001", + "typeCode": 11030202000100, + "typeName": "转臂组成", + "materialCode": "D322001000009", + "materialSpecification": null, "name": "左转臂组成", "drawingNumber": "ZQ1018005-041", "specificationModel": "检修", "carModel": "CR400AF", "newlyBuiltMaintenance": 1, + "drawingName": "左转臂组成(带节点)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14338,6 +21278,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14348,20 +21289,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D322001000003-10001", + "typeCode": 11030202000100, + "typeName": "转臂组成", + "materialCode": "D322001000003", + "materialSpecification": null, "name": "左转臂组成", "drawingNumber": "ZQ1014001-118", "specificationModel": "检修", "carModel": "CR400BF", "newlyBuiltMaintenance": 1, + "drawingName": "转臂组成(左)", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14369,6 +21324,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14379,20 +21335,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313400000004-00003", + "typeCode": 11030103040000, + "typeName": "轮装制动盘组成", + "materialCode": "D313400000004", + "materialSpecification": "TKD-DS75C/465-3", "name": "轮装制动盘", "drawingNumber": "TKD600-DS75C-00-00WX", "specificationModel": "TK TKD-DS75C/465-3", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "轮装制动盘", + "drawingVersion": "v2.0", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": "铸钢", "procurementAttributes": "自采", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14400,6 +21370,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14410,20 +21381,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311199010159-00001", + "typeCode": 110301001199011, + "typeName": "车轮", + "materialCode": "D311199010159", + "materialSpecification": null, "name": "标准体非动力车轮", "drawingNumber": "ZQ1014001-115", "specificationModel": "GBTW21B ZQ/LRS ER8-CRC", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "CR400BF精加工标准体拖车车轮", + "drawingVersion": null, + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBTW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14431,30 +21416,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199010158-00001", + "typeCode": 110301001199011, + "typeName": "车轮", + "materialCode": "D311199010158", + "materialSpecification": null, "name": "标准体动力车轮", "drawingNumber": "ZQ1014001-114", "specificationModel": "GBDW21B ZQ/LRS ER8-CRC", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "CR400BF精加工标准体动车车轮", + "drawingVersion": null, + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14462,30 +21462,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199010054-00002", + "typeCode": 110301001199011, + "typeName": "车轮", + "materialCode": "D311199010054", + "materialSpecification": null, "name": "动力车轮", "drawingNumber": "SFEZ20M1-211-100A", "specificationModel": "GBDW11A ZQ/MG D2", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "动车车轮组成", + "drawingVersion": "03", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第662号", + "technicalSpecName": "时速350公里中国标准动车组转向架D2材料车轮供货技术条件", + "CBCCode": "ZQRD-CBC-23-001", "model": "GBDW11A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14493,30 +21508,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MG", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/MG", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311199010055-00002", + "typeCode": 110301001199011, + "typeName": "车轮", + "materialCode": "D311199010055", + "materialSpecification": null, "name": "非动力车轮", "drawingNumber": "SFEZ20T1-211-100A", "specificationModel": "GBTW11A ZQ/MG D2", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "拖车车轮组成", + "drawingVersion": "03", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第662号", + "technicalSpecName": "时速350公里中国标准动车组转向架D2材料车轮供货技术条件", + "CBCCode": "ZQRD-CBC-23-001", "model": "GBTW11A", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14524,30 +21554,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MG", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/MG", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311199010055-00001", + "typeCode": 110301001199011, + "typeName": "车轮", + "materialCode": "D311199010055", + "materialSpecification": null, "name": "非动力车轮", "drawingNumber": "SFEZ20T1-211-100A", "specificationModel": "GBTW11A ZQ/TZ D2", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "拖车车轮组成", + "drawingVersion": "03", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第662号", + "technicalSpecName": "时速350公里中国标准动车组转向架D2材料车轮供货技术条件", + "CBCCode": "ZQRD-CBC-23-001", "model": "GBTW11A", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14555,30 +21600,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311199010054-00001", + "typeCode": 110301001199011, + "typeName": "车轮", + "materialCode": "D311199010054", + "materialSpecification": null, "name": "动力车轮", "drawingNumber": "SFEZ20M1-211-100A", "specificationModel": "GBDW11A ZQ/TZ D2", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "动车车轮组成", + "drawingVersion": "03", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第662号", + "technicalSpecName": "时速350公里中国标准动车组转向架D2材料车轮供货技术条件", + "CBCCode": "ZQRD-CBC-23-001", "model": "GBDW11A", "material": null, "procurementAttributes": null, + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14586,30 +21646,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311199010044-00001", + "typeCode": 110301001199011, + "typeName": "车轮", + "materialCode": "D311199010044", + "materialSpecification": null, "name": "非动力车轮", "drawingNumber": "SFEZ20T1-211-100B", "specificationModel": "GBTW21A ZQ/LRS ER8-四方股份", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "拖车车轮组成", + "drawingVersion": "03", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBTW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "ZQ", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14617,30 +21692,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D313400030002-00002", + "typeCode": 11030103040003, + "typeName": "轮装制动盘盘体", + "materialCode": "D313400030002", + "materialSpecification": "TKD-DS75C/465-3 TKD600-DS75C-00-00", "name": "轮装制动盘盘体", "drawingNumber": null, "specificationModel": "TK TKD-DS75C/465-3 TKD600-DS75C-00-00", "carModel": "CR400AF,CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14648,6 +21738,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14658,20 +21749,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313400030002-00001", + "typeCode": 11030103040003, + "typeName": "轮装制动盘盘体", + "materialCode": "D313400030002", + "materialSpecification": "TKD-DS75C/465-3 TKD600-DS75C-00-00", "name": "轮装制动盘盘体", "drawingNumber": null, "specificationModel": "TK TKD-DS75C/465-3 TKD600-DS75C-00-00 客供", "carModel": "CR400AF,CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "客供", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14679,6 +21784,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14689,20 +21795,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313400030001-00001", + "typeCode": 11030103040003, + "typeName": "轮装制动盘盘体", + "materialCode": "D313400030001", + "materialSpecification": "EWF02 SFEZ20M1-211-200A", "name": "轮装制动盘盘体", "drawingNumber": null, "specificationModel": "QY EWF02 SFEZ20M1-211-200A 客供", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": null, + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "客供", + "manufacturer": "QY", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14710,6 +21830,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14720,20 +21841,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313401030002-00002", + "typeCode": 11030103040103, + "typeName": "轮装制动盘螺栓套", + "materialCode": "D313401030002", + "materialSpecification": "Φ16.5×Φ25×14 KNIITKD600D75/KIT", "name": "轮装制动盘膨胀套", "drawingNumber": "TKD600-DS75C-00-00WX", "specificationModel": "TK Φ16.5×Φ25×14 KNIITKD600D75/KIT 客供", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "轮装制动盘", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "客供", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14741,6 +21876,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14751,20 +21887,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313401040002-00002", + "typeCode": 11030103040104, + "typeName": "轮装制动盘O型圈", + "materialCode": "D313401040002", + "materialSpecification": "Φ20×Φ2.65 KNIITKD600D75/KIT", "name": "轮装制动盘O型圈", "drawingNumber": "TKD600-DS75C-00-00WX", "specificationModel": "TK Φ20×Φ2.65 KNIITKD600D75/KIT 客供", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "轮装制动盘", + "drawingVersion": "v2.0", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "客供", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14772,6 +21922,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14782,20 +21933,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313401010002-00002", + "typeCode": 11030103040101, + "typeName": "轮装制动盘螺栓", + "materialCode": "D313401010002", + "materialSpecification": "M16×90 KNIITKD600D75/KIT", "name": "轮装制动盘螺栓", "drawingNumber": "TKD600-DS75C-00-00WX", "specificationModel": "TK M16×90 KNIITKD600D75/KIT 客供", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "轮装制动盘", + "drawingVersion": "v2.0", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "客供", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14803,6 +21968,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14813,20 +21979,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": '/images/cars/1_2_1.jpg', "selected": false }, { "productNumber": "D313401040002-00001", + "typeCode": 11030103040104, + "typeName": "轮装制动盘O型圈", + "materialCode": "D313401040002", + "materialSpecification": "Φ20×Φ2.65 KNIITKD600D75/KIT", "name": "轮装制动盘O型圈", "drawingNumber": "TKD600-DS75C-00-00WX", "specificationModel": "TK Φ20×Φ2.65 KNIITKD600D75/KIT", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "轮装制动盘", + "drawingVersion": "v2.0", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14834,6 +22014,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14844,20 +22025,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": "/images/cars/1_2_1_1.jpg", "selected": false }, { "productNumber": "D313401030002-00001", + "typeCode": 11030103040103, + "typeName": "轮装制动盘螺栓套", + "materialCode": "D313401030002", + "materialSpecification": "Φ16.5×Φ25×14 KNIITKD600D75/KIT", "name": "轮装制动盘膨胀套", "drawingNumber": "TKD600-DS75C-00-00WX", "specificationModel": "TK Φ16.5×Φ25×14 KNIITKD600D75/KIT", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "轮装制动盘", + "drawingVersion": null, + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14865,6 +22060,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14875,20 +22071,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D313401010002-00001", + "typeCode": 11030103040101, + "typeName": "轮装制动盘螺栓", + "materialCode": "D313401010002", + "materialSpecification": "M16×90 KNIITKD600D75/KIT", "name": "轮装制动盘螺栓", "drawingNumber": "TKD600-DS75C-00-00WX", "specificationModel": "TK M16×90 KNIITKD600D75/KIT", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "轮装制动盘", + "drawingVersion": "v2.0", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": "自采", + "manufacturer": "TK", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14896,6 +22106,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14906,20 +22117,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311299010044-00003", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010044", + "materialSpecification": null, "name": "精加工非动力车轴", "drawingNumber": "CCD2001-03-21-0002-TB", "specificationModel": "GBTA1 JX/JX DZ2-JX", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "Trailer axle 拖车车轴", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": "B", + "CBCVersion": null, + "technicalSpecCode": "(2022)车轴设(协)字第001号", + "technicalSpecName": "动车组DZ2动车车轴、动车组DZ2非动力车轴委托加工技术协议", + "CBCCode": null, "model": "GBTA1", "material": null, "procurementAttributes": "客供", + "manufacturer": "JX", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14927,6 +22152,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14934,23 +22160,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/JX", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "/JX", + "axleMaterial": null, "selected": false }, { "productNumber": "D311299010043-00003", + "typeCode": 110301001299011, + "typeName": "车轴", + "materialCode": "D311299010043", + "materialSpecification": null, "name": "精加工动力车轴", "drawingNumber": "CCD2001-03-21-0002-DB", "specificationModel": "GBDA1B JX/JX DZ2-JX", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "Motor axle动车车轴", + "drawingVersion": "C", + "grade": null, + "technicalSpecVersion": "B", + "CBCVersion": null, + "technicalSpecCode": "(2022)车轴设(协)字第001号", + "technicalSpecName": "动车组DZ2动车车轴、动车组DZ2非动力车轴委托加工技术协议", + "CBCCode": null, "model": "GBDA1B", "material": null, "procurementAttributes": "客供", + "manufacturer": "JX", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14958,6 +22198,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14965,23 +22206,37 @@ export const mockData = [ "axleBoxProcurement": null, "couplingManufacturers": null, "roughWheel": null, - "roughAxle": "/JX", - "wheelMaterial": null, - "axleMaterial": "DZ2", - "image": null, + "roughAxle": null, + "wheelMaterial": "/JX", + "axleMaterial": null, "selected": false }, { "productNumber": "D311001000022-10001", + "typeCode": 110301001001001, + "typeName": "轮对", + "materialCode": "D311001000022", + "materialSpecification": null, "name": "非动力轮对", "drawingNumber": "CCD2001-03-21-0000-TA", "specificationModel": "检修", "carModel": "CR400BF", "newlyBuiltMaintenance": 1, + "drawingName": "拖车轮对 TRAILER WHEEL SET", + "drawingVersion": "B", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -14989,6 +22244,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -14999,20 +22255,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": "/images/cars/3.jpg", "selected": false }, { "productNumber": "D311199030017-00001", + "typeCode": 110301001199021, + "typeName": "毛坯车轮", + "materialCode": "D311199030017", + "materialSpecification": null, "name": "动力毛坯车轮", "drawingNumber": "ZQ1014001-091", "specificationModel": "CR400BF MG D2", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "CR400/CR300动车车轮毛坯", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": "B", + "CBCVersion": null, + "technicalSpecCode": "ZQRD-TS-22-016", + "technicalSpecName": "国产材料毛坯车轮(D2)采购技术规范", + "CBCCode": null, "model": null, "material": "D2", "procurementAttributes": "自采", + "manufacturer": "MG", "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -15020,6 +22290,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -15030,20 +22301,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D310000000033-10001", + "typeCode": 110301000000001, + "typeName": "轮对轴箱组成", + "materialCode": "D310000000033", + "materialSpecification": null, "name": "非动力轮对轴箱组成", "drawingNumber": "ZQ1014001-104", "specificationModel": "检修", "carModel": "CR400BF", "newlyBuiltMaintenance": 1, + "drawingName": "非动力轮对轴箱组成", + "drawingVersion": "A", + "grade": null, + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": null, "material": null, "procurementAttributes": null, + "manufacturer": null, "wheelTread": null, + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -15051,6 +22336,7 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, @@ -15061,20 +22347,34 @@ export const mockData = [ "roughAxle": null, "wheelMaterial": null, "axleMaterial": null, - "image": null, "selected": false }, { "productNumber": "D311199000058-00002", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000058", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1022005-003(ZQ1014001-090)", "specificationModel": "(GBDW11B ZQ/TZ D2)Weckerle-CRC", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "带喷漆动力车轮(D2)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW11B", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15082,30 +22382,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311199000058-00001", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000058", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1022005-003(ZQ1014001-090)", "specificationModel": "(GBDW11B ZQ/MGV D2)Weckerle-CRC", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "带喷漆动力车轮(D2)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW11B", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15113,30 +22428,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MGV", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/MGV", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311199000038-00001", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15144,30 +22474,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000035-00007", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000035", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1014001-090", "specificationModel": "(GBDW21B ZQ/LRS ER8)Weckerle-CRC", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "CR400BF型动车组车轮喷漆图(Z-pard&weco-防噪面漆)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15175,30 +22520,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000036-00002", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000036", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1022009-003", "specificationModel": "(GBDW11A ZQ/TZ D2)Weckerle-四方股份", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "CR400AF中国标准动车组车轮(国产材质)喷漆图", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第662号", + "technicalSpecName": "时速350公里中国标准动车组转向架D2材料车轮供货技术条件", + "CBCCode": "ZQRD-CBC-23-001", "model": "GBDW11A", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15206,30 +22566,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/TZ", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/TZ", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311199000036-00001", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000036", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1022009-003", "specificationModel": "(GBDW11A ZQ/MGV D2)Weckerle-四方股份", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "CR400AF中国标准动车组车轮(国产材质)喷漆图", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第662号", + "technicalSpecName": "时速350公里中国标准动车组转向架D2材料车轮供货技术条件", + "CBCCode": "ZQRD-CBC-23-001", "model": "GBDW11A", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15237,30 +22612,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MGV", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/MGV", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311199000038-00009", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A 等级6 ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "等级6", + "technicalSpecVersion": "08", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15268,30 +22658,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-00008", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A 等级5 ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "等级5", + "technicalSpecVersion": "08", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15299,30 +22704,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-00007", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A 等级4 ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "等级4", + "technicalSpecVersion": "08", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15330,30 +22750,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-00006", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A 等级3 ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "等级3", + "technicalSpecVersion": "08", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15361,30 +22796,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-00005", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A 等级2 ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "等级2", + "technicalSpecVersion": "08", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15392,30 +22842,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-00004", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A 等级1 ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "等级1", + "technicalSpecVersion": "08", + "CBCVersion": "C", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15423,30 +22888,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-00015", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A 等级6 ZQ/LRS ER8)Weckerle-ZY", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "等级6", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-23-015", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15454,30 +22934,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-00014", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A 等级5 ZQ/LRS ER8)Weckerle-ZY", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "等级5", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-23-015", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15485,30 +22980,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-00013", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A 等级4 ZQ/LRS ER8)Weckerle-ZY", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "等级4", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-23-015", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15516,30 +23026,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-00012", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A 等级3 ZQ/LRS ER8)Weckerle-ZY", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "等级3", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-23-015", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15547,30 +23072,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-00011", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A 等级2 ZQ/LRS ER8)Weckerle-ZY", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "等级2", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-23-015", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15578,30 +23118,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-00010", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A 等级1 ZQ/LRS ER8)Weckerle-ZY", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "等级1", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-23-015", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15609,30 +23164,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000035-00016", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000035", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1014001-090", "specificationModel": "(GBDW21B ZQ/LRS ER8)华豹-CRC", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "CR400BF型动车组车轮喷漆图(Z-pard&weco-防噪面漆)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "RD0000016312", + "technicalSpecName": "高速动车组项目转向架车轮采购技术条件", + "CBCCode": "RD0000016312CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "华豹", "axleManufacturers": null, "wheelManufacturers": null, @@ -15640,30 +23210,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-10007", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "检修(GBDW21A ZQ/LRS ER8)", "carModel": "CR400AF", "newlyBuiltMaintenance": 1, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": null, + "grade": "原级", + "technicalSpecVersion": null, + "CBCVersion": null, + "technicalSpecCode": null, + "technicalSpecName": null, + "CBCCode": null, "model": "GBDW21A", "material": null, "procurementAttributes": null, + "manufacturer": "(ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": null, "axleManufacturers": null, "wheelManufacturers": null, @@ -15671,30 +23256,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000064-00002", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000064", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQCW350(D)-00-00-002", "specificationModel": "(GBDW21B ZQ/LRS ER8)Weckerle-TRC", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "标准动车组车轮喷漆图", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15702,30 +23302,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000064-00008", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000064", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQCW350(D)-00-00-002", "specificationModel": "(GBDW21B 等级6 ZQ/LRS ER8)Weckerle-TRC", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "标准动车组车轮喷漆图", + "drawingVersion": "A", + "grade": "等级6", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15733,30 +23348,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000064-00007", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000064", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQCW350(D)-00-00-002", "specificationModel": "(GBDW21B 等级5 ZQ/LRS ER8)Weckerle-TRC", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "标准动车组车轮喷漆图", + "drawingVersion": "A", + "grade": "等级5", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15764,30 +23394,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000064-00006", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000064", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQCW350(D)-00-00-002", "specificationModel": "(GBDW21B 等级4 ZQ/LRS ER8)Weckerle-TRC", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "标准动车组车轮喷漆图", + "drawingVersion": "A", + "grade": "等级4", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15795,30 +23440,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000064-00005", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000064", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQCW350(D)-00-00-002", "specificationModel": "(GBDW21B 等级3 ZQ/LRS ER8)Weckerle-TRC", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "标准动车组车轮喷漆图", + "drawingVersion": "A", + "grade": "等级3", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15826,30 +23486,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000064-00003", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000064", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQCW350(D)-00-00-002", "specificationModel": "(GBDW21B 等级1 ZQ/LRS ER8)Weckerle-TRC", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "标准动车组车轮喷漆图", + "drawingVersion": "A", + "grade": "等级1", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15857,30 +23532,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-00003", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A ZQ/LRS ER8)Weckerle-ZY", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": null, + "grade": "原级", + "technicalSpecVersion": "08", + "CBCVersion": "A", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-23-015", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15888,30 +23578,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000038-00002", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000038", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1018005-015", "specificationModel": "(GBDW21A ZQ/LRS ER8)Weckerle-四方股份", "carModel": "CR400AF", "newlyBuiltMaintenance": 0, + "drawingName": "动力车轮喷漆图(CR400AF)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "03", + "CBCVersion": "B", + "technicalSpecCode": "技SFEZ20转开(2014)技字第658号", + "technicalSpecName": "时速350公里中国标准动车组转向架ER8车轮供货技术条件(版本08)", + "CBCCode": "ZQRD-CBC-17-004", "model": "GBDW21A", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMA", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15919,30 +23624,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000064-00001", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000064", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQCW350(D)-00-00-002", "specificationModel": "(GBDW21B 等级2 ZQ/LRS ER8)Weckerle-TRC", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "标准动车组车轮喷漆图", + "drawingVersion": "A", + "grade": "等级2", + "technicalSpecVersion": "F", + "CBCVersion": "F", + "technicalSpecCode": "TCF00000127488", + "technicalSpecName": "TSD045 TSD048中国标准动车组转向架车轮采购技术规范", + "CBCCode": "TCF00000127488CBC", "model": "GBDW21B", "material": null, "procurementAttributes": "自采", + "manufacturer": "(ZQ)", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15950,30 +23670,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/LRS", - "roughAxle": null, - "wheelMaterial": "ER8", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/LRS", + "wheelMaterial": null, + "axleMaterial": "ER8", "selected": false }, { "productNumber": "D311199000058-00003", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000058", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1022005-003(ZQ1014001-090)", "specificationModel": "(GBDW11B MG客供/MG D2)Weckerle-MG", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "带喷漆动力车轮(D2)", + "drawingVersion": "A", + "grade": "原级", + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "ZQRD-TA-22-004", + "technicalSpecName": "中国标准动车组车轮委托加工技术协议", + "CBCCode": null, "model": "GBDW11B", "material": null, "procurementAttributes": "客供", + "manufacturer": "(MG)", "wheelTread": "LMB(CN)", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -15981,30 +23716,45 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "/MG", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "/MG", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false }, { "productNumber": "D311199000058-00004", + "typeCode": 110301001199001, + "typeName": "车轮(喷漆)", + "materialCode": "D311199000058", + "materialSpecification": null, "name": "动力车轮(带喷漆)", "drawingNumber": "ZQ1022005-003(ZQ1014001-090)", "specificationModel": "(GBDW11B TZ客供/TZ D2)Weckerle-TZ", "carModel": "CR400BF", "newlyBuiltMaintenance": 0, + "drawingName": "带喷漆动力车轮(D2)", + "drawingVersion": null, + "grade": "原级", + "technicalSpecVersion": "A", + "CBCVersion": null, + "technicalSpecCode": "TSW-JSB2022-012", + "technicalSpecName": "动车组车轮委托加工技术协议", + "CBCCode": null, "model": "GBDW11B", "material": null, "procurementAttributes": "客供", + "manufacturer": "TZ", "wheelTread": "LMB10", + "wheelCompositionAttr": null, + "noiseReductionManufacturer": null, "paintManufacturer": "Weckerle", "axleManufacturers": null, "wheelManufacturers": null, @@ -16012,21 +23762,20 @@ export const mockData = [ "axleProcurement": null, "gearboxManufacturers": null, "gearboxProcurement": null, + "isIncludesCoupling": null, "shaftAssemblyManufacturer": null, "axisProcurement": null, "bearingManufacturers": null, "bearingProcurement": null, "axleBoxProcurement": null, "couplingManufacturers": null, - "roughWheel": "TZ", - "roughAxle": null, - "wheelMaterial": "D2", - "axleMaterial": null, - "image": null, + "roughWheel": null, + "roughAxle": "TZ", + "wheelMaterial": null, + "axleMaterial": "D2", "selected": false } -]; - +] // 字段值关联映射 - 用于智能提示 export const fieldValueMap = { productNumber: [ @@ -16073,14 +23822,4 @@ export const fieldValueMap = { procurementAttributes: ["自采"], wheelTread: ["LMB10"], paintManufacturer: ["Weckerle"], - image: [ - "/images/cars/1_1_1.jpg", - "/images/cars/1_1_2.jpg", - "/images/cars/1_2_1.jpg", - "/images/cars/1_2.jpg", - "/images/cars/1_2_1_1.jpg", - "/images/cars/2.jpg", - "/images/cars/3.jpg", - "/images/cars/4.jpg", - ], };