/* 业务字典 -------------------------- */ // 车辆证件类型 export const DICT_CAR_CERTIFICATE_TYPE = [ { typeName: '营业执照', type: '120001' }, { typeName: '危险货物道路运输经营许可证', type: '120002' }, { typeName: '危险货物水路运输许可证', type: '120003' }, { typeName: '固废处置经营许可证', type: '120004' }, { typeName: '道路运输证', type: '120005' }, { typeName: '车辆行驶证', type: '120006' }, { typeName: '罐检报告', type: '120007' }, { typeName: '安全管理证', type: '120008' }, { typeName: '危险货物适装证', type: '120009' }, { typeName: '机动车驾驶证', type: '120010' }, { typeName: '危险品从业资格证', type: '120011' }, { typeName: '危险废物综合经营许可证', type: '120012' }, { typeName: '危险废物收集经营许可证', type: '120013' } ] // 资源库类型 export const DICT_RESOURCE_TYPE = [ { resourceTypeName: '承运商', resourceType: '400001' }, { resourceTypeName: '车辆', resourceType: '400002' }, { resourceTypeName: '船舶', resourceType: '400003' }, { resourceTypeName: '铁路自备车', resourceType: '400004' }, { resourceTypeName: '驾押人员', resourceType: '400005' }, { resourceTypeName: '危废名录', resourceType: '400006' }, { resourceTypeName: '危废处置商', resourceType: '400007' }, { resourceTypeName: '危废转移库', resourceType: '400008' } ] // 黑名单级别 export const DICT_BLACK_LIST_TYPE = [ { blacklistTypeName: '警告', blacklistType: '490001' }, { blacklistTypeName: '禁用', blacklistType: '490002' }, { blacklistTypeName: '无', blacklistType: '490000' } ] // 黑名单进入原因 export const DICT_BLACK_LIST_REASON = [ { enterReasonName: '违规', enterReason: '491001' }, { enterReasonName: '资质过期', enterReason: '491002' }, { enterReasonName: '其他', enterReason: '491009' } ] // 添加黑名单 export const DICT_BLACKLIST_OPERATION = [ { optTypeName: '添加黑名单', optType: '492001' }, { optTypeName: '移除黑名单', optType: '492002' } ] // 启用 停用 export const DICT_IS_ENABLED_RADIO = [ { label: '启用', value: '110001' }, { label: '停用', value: '110002' } ] export const DICT_IS_ENABLED_COMPANY = [ { isEnabledName: '使用中', isEnabled: '110001' }, { isEnabledName: '已停用', isEnabled: '110002' } ] export const DICT_IS_YES_NO = [ { label: '是', value: '110001' }, { label: '否', value: '110002' } ] // 火灾类别 export const DICT_FIRE_HAZARD_TYPE = [ { fireHazardTypeName: '甲类', fireHazardType: '770001' }, { fireHazardTypeName: '乙类', fireHazardType: '770002' }, { fireHazardTypeName: '丙类', fireHazardType: '770003' } ] // 服务类型 export const DICT_SERVICE_TYPE_HCS = [ { serviceTypeName: '危化品', serviceType: '1' }, { serviceTypeName: '危废', serviceType: '2' }, { serviceTypeName: '危化品&危废', serviceType: '0' } ] // 途经点数量 export const DICT_HWS_WAYPOINT_AMOUNT = [ { hwsWayPointAmountName: '0', hwsWayPointCount: 0 }, { hwsWayPointAmountName: '1', hwsWayPointCount: 1 }, { hwsWayPointAmountName: '2', hwsWayPointCount: 2 }, { hwsWayPointAmountName: '3', hwsWayPointCount: 3 }, { hwsWayPointAmountName: '4', hwsWayPointCount: 4 }, { hwsWayPointAmountName: '5', hwsWayPointCount: 5 }, { hwsWayPointAmountName: '6', hwsWayPointCount: 6 }, { hwsWayPointAmountName: '7', hwsWayPointCount: 7 }, { hwsWayPointAmountName: '8', hwsWayPointCount: 8 }, { hwsWayPointAmountName: '9', hwsWayPointCount: 9 }, { hwsWayPointAmountName: '10', hwsWayPointCount: 10 } ] // 车辆环保等级 export const DICT_LEVEL = [ { envProtLevelName: '国Ⅰ', envProtLevel: '420001' }, { envProtLevelName: '国Ⅱ', envProtLevel: '420002' }, { envProtLevelName: '国Ⅲ', envProtLevel: '420003' }, { envProtLevelName: '国Ⅳ', envProtLevel: '420004' }, { envProtLevelName: '国Ⅴ', envProtLevel: '420005' }, { envProtLevelName: '国Ⅵ', envProtLevel: '420006' }, { envProtLevelName: '其他', envProtLevel: '420009' } ] // 驾押人员类型 export const DICT_DRIVERS_TYPE = [ { driverTypeName: '驾驶员', driverType: '450001' }, { driverTypeName: '押运员', driverType: '450002' }, { driverTypeName: '驾驶员/押运员', driverType: '450003' } ] // 组织机构类别 export const DICT_ORG_LEVEL = [{ orgLevelName: '集团公司级', orgLevel: '510001' }, { orgLevelName: '事业部/管理部/专业公司', orgLevel: '510002' }, { orgLevelName: '企业级', orgLevel: '510003' }, { orgLevelName: '二级单位', orgLevel: '510004' }, { orgLevelName: '基层单位', orgLevel: '510005' }, { orgLevelName: '其它', orgLevel: '510006' }] // 组织机构性质 export const DICT_ORG_CHARACTER = [ { orgCharacterName: '股份', orgCharacter: '520001' }, { orgCharacterName: '存续', orgCharacter: '520002' } ] // 组织机构板块 export const DICT_ORG_SECTOR = [ { sectorName: '销售板块', orgSector: '10010088' }, { sectorName: '炼油板块', orgSector: '30070000' }, { sectorName: '化工板块', orgSector: '30090000' }, { sectorName: '油田板块', orgSector: '30050000' } ] // 运输状态 export const DICT_TRANS_STATE = [ { statusName: '待发运', status: '590002' }, { statusName: '运输中', status: '590006' }, { statusName: '已完成', status: '590007' }, { statusName: '已作废', status: '590009' } ] // 业务范围 export const DICT_TRANS_METHOD = [ { businessScopeName: '公路', businessScope: 'RD' }, { businessScopeName: '水路 ', businessScope: 'RL' }, { businessScopeName: '公路&水路', businessScope: 'AL' } ] // 通知配置 export const NOTICE_CONFIG_TYPE = [ { noticeTypeName: '禁行区域通知', noticeType: '620001' }, { noticeTypeName: '提醒区域通知', noticeType: '620002' }, { noticeTypeName: '行驶路径偏移通知 ', noticeType: '620003' }, { noticeTypeName: '车辆报警通知 ', noticeType: '620004' }, { noticeTypeName: '车辆报警通知', noticeType: '620005' } ] // 通知配置 export const DICT_NOTICE_CONFIG_REMIND_TYPE = [ { remindTypeName: '实时提醒', remindType: '630001' }, { remindTypeName: '日汇总提醒', remindType: '630002' }, { remindTypeName: '周汇总提醒 ', remindType: '630003' } ] // 系统数据来源 export const DICT_SOURCE_STATE = [ { sourceSysName: '自有', sourceSys: '640001' } ] // 危化品类型 export const DICT_HCS_TYPE = [ { hcsTypeName: '化工品', hcsType: '122001' }, { hcsTypeName: '成品油', hcsType: '122002' }, { hcsTypeName: '润滑油', hcsType: '122003' }, { hcsTypeName: '天然气', hcsType: '122004' }, { hcsTypeName: '液化石油气', hcsType: '122005' } ] // 监控类型 export const DICT_MONITOR_TYPE = [ { monitorTypeName: '一般监控', monitorType: '130001' }, { monitorTypeName: '重点监控', monitorType: '130002' } ] // 行政级别 export const DICT_ADMINISTRATIVE_LEVEL = [ { adminLevelName: '正部级', adminLevel: '650001' }, { adminLevelName: '副部级', adminLevel: '650002' }, { adminLevelName: '正局级', adminLevel: '650003' }, { adminLevelName: '副局级', adminLevel: '650004' }, { adminLevelName: '正处级', adminLevel: '650005' }, { adminLevelName: '副处级', adminLevel: '650006' }, { adminLevelName: '正科级', adminLevel: '650007' }, { adminLevelName: '副科级', adminLevel: '650008' }, { adminLevelName: '一般管理人员', adminLevel: '650009' }, { adminLevelName: '操作人员', adminLevel: '6500010' } ] // 职称 export const DICT_POSITIONAL_TITLES = [ { PositionalTitlesName: '助理工程师', jobTitle: '710001' }, { PositionalTitlesName: '工程师', jobTitle: '710002' }, { PositionalTitlesName: '高级工程师', jobTitle: '710003' }, { PositionalTitlesName: '教授级高级工程师', jobTitle: '710004' }, { PositionalTitlesName: '主任医师', jobTitle: '710005' }, { PositionalTitlesName: '副主任医师', jobTitle: '710006' }, { PositionalTitlesName: '高级经济师', jobTitle: '710007' }, { PositionalTitlesName: '经济师', jobTitle: '710008' }, { PositionalTitlesName: '高级政工师', jobTitle: '710009' }, { PositionalTitlesName: '院士', jobTitle: '710010' }, { PositionalTitlesName: '政工师', jobTitle: '710011' } ] // 学历 export const DICT_EDUCATION = [ { educationName: '初中', education: '660001' }, { educationName: '高中', education: '660002' }, { educationName: '大专', education: '660003' }, { educationName: '大本', education: '660004' }, { educationName: '硕士研究生', education: '660005' }, { educationName: '博士研究生', education: '660006' }, { educationName: '其他', education: '660007' } ] // 性别 export const DICT_USER_SEX = [ { value: '110011', label: '男' }, { value: '110012', label: '女' } ] // 车牌颜色 export const DICT_VEHICLE_COLOR = [ { vehicleColorName: '蓝色', vehicleColor: '750001' }, { vehicleColorName: '黄色', vehicleColor: '750002' }, { vehicleColorName: '绿色', vehicleColor: '750003' } ] // 业务类型 export const DICT_SERVICE_TYPE = [ { value: '1', label: '危化品' }, { value: '2', label: '危废' } ] // 车辆类型 export const DICT_VEHILCE_TYPE = [ { value: '730001', label: '签约车辆' }, { value: '730002', label: '自有车辆' } ] // 培训结果 export const DICT_TRAIN_RESULT = [ { value: '110011', label: '合格' }, { value: '110012', label: '不合格' } ] // 运输类型 export const DICT_TRANSFER_TYPE = [ { transferTypeName: '内部转移', transferType: '780001' }, { transferTypeName: '外部配送', transferType: '780002' } ] // 运输方式(运单管理) export const DICT_TRANS_MODE = [ { transModeName: '公路', transMode: 'RD' }, { transModeName: '水路 ', transMode: 'RL' } ] // 包装方式 export const DICT_PACKAGE_TYPE = [ { value: '820001', label: '桶装' }, { value: '820002', label: '储罐' } ] // 表观形态 export const DICT_APPARENT_TYPE = [ { apparentTypeName: '固态', apparentType: '810001' }, { apparentTypeName: '液态', apparentType: '810002' }, { apparentTypeName: '半固态', apparentType: '810003' }, { apparentTypeName: '气态', apparentType: '810004' } ] // 运单管理运单状态 export const DICT_ORDER_STATE = [ { orderStateName: '待发运', orderState: '2' }, { orderStateName: '运输中', orderState: '3' }, { orderStateName: '已完成', orderState: '7' }, { orderStateName: '已作废', orderState: '4' } ] // 运单数据来源 export const DICT_ORDER_SOURCE = [ { dictionaryName: '自建', dictionaryCode: 'ZJXT' }, { dictionaryName: '炼销系统', dictionaryCode: 'LXXT' }, { dictionaryName: '化销系统', dictionaryCode: 'HXXT' }, { dictionaryName: '成品油系统', dictionaryCode: 'CPYXT' } ] // 石化内外 export const DICT_PETRIFACTION = [ { dictionaryName: '石化内', dictionaryCode: 'A' }, { dictionaryName: '石化外', dictionaryCode: 'B' } ] // 运输方式(运单列表) export const DICT_WAYBILL_LIST = [ { transModeName: '公路', transMode: 'RD' }, { transModeName: '水路 ', transMode: 'RL' }, { transModeName: '铁路 ', transMode: 'WT' } ]