export default { 类型用途: 'type_use', 分类编号: 'classify_no', 分隔符: 'separate', 任务类型: 'taskCategory', 流程分类: 'processCategory', 角度: 'angle', 提前期单位: 'leadtime_unit', 检验方案: 'inspection_scheme', 周转车材质: 'turnover_material', 生命周期: 'life_cycle', 网络状态: 'network_status', 金额单位: 'money_unit', 时间单位: 'time_unit', 规则类型: 'rule_type', 排程类型: 'schedule_type', 规则状态: 'rule_status', 规则周期: 'rule_cycle', 运维计划状态: 'plan_status', 质保预警参考: 'quality_assurance', 保质期单位: 'date_unit', 紧急程度: 'urgent_type', 委外单状态: 'extrinsic_state', 报修来源: 'repair_origin', 报修状态: 'report_repair_status', 告警级别: 'warning_level', 告警方式: 'warning_style', 告警触发条件: 'warning_conditions', 计划性质: 'nature_plan', 巡点检工单状态: 'patrolwork_status', 巡点检周期: 'patrol_cycle', 维修计划状态: 'repairplan_status', 干燥区状态: 'dry_status', 设备生命周期: 'equipment_lifeCycle', 设备处置方式: 'equipment_Disposal', 精度等级: 'accuracy_level', 管理类别: 'manage_type', 生产类型: 'productionType', 计量单位: 'measuring_uint', 工种类型: 'work_type', 文档类型: 'doc_type', 工作流任务分配规则的类型: 'bpm_task_assign_rule_type', 工作流任务分配自定义脚本: 'bpm_task_assign_script', 流程实例的结果: 'bpm_process_instance_result', 表计类型: 'meter_type', 定时任务状态: 'infra_job_status' }; export const numberList = ['patrol_cycle']; //主数据分类关联对应常量 export const treeClassifyCodeEnum = { CHACHE: 'w10-2', producerType: 'W10', PROCESSTYPE: 'PROCESS001' }; // 用能单位集合 export const energyConsumingUnitList = [ { value: '1', label: '水', unit: [ { value: '1', label: 'm³' }, { value: '2', label: 'L' }, { value: '3', label: 'T' } ], priceUnit: [ { value: '1', label: '元/m³' }, { value: '2', label: '元/L' }, { value: '3', label: '元/T' } ] }, { value: '2', label: '电', unit: [ { value: '1', label: 'kWh' }, { value: '2', label: 'MW' }, { value: '3', label: 'VA' } ], priceUnit: [ { value: '1', label: '元/kWh' }, { value: '2', label: '元/MWh' }, { value: '3', label: '元/VA' } ] }, { value: '3', label: '气', unit: [ { value: '1', label: 'J' }, { value: '2', label: 'kJ' }, { value: '3', label: 'MJ' }, { value: '4', label: 'GJ' }, { value: '5', label: 'm³' } ], priceUnit: [ { value: '1', label: '元/J' }, { value: '2', label: '元/kJ' }, { value: '3', label: '元/MJ' }, { value: '4', label: '元/GJ' }, { value: '5', label: '元/m³' } ] } ];