报警规则功能更新

This commit is contained in:
zhangjunwen 2024-09-02 18:18:39 +08:00
parent 0fc7a3e97a
commit e1e5be1827

View File

@ -3,12 +3,12 @@
* *
* 数据字典工具类 * 数据字典工具类
*/ */
import store from '@/store' import store from "@/store";
export const DICT_TYPE = { export const DICT_TYPE = {
USER_TYPE: 'user_type', USER_TYPE: "user_type",
COMMON_STATUS: 'common_status', COMMON_STATUS: "common_status",
TERMINAL: 'terminal', TERMINAL: "terminal",
//========== imt 模块 ========== //========== imt 模块 ==========
MACHINE_TYPE: "machine_type", MACHINE_TYPE: "machine_type",
@ -18,84 +18,85 @@ export const DICT_TYPE = {
INDUSTRY_TYPE: "industry_type", INDUSTRY_TYPE: "industry_type",
EQUIP_STATUS: "equip_status", EQUIP_STATUS: "equip_status",
ALARM_LEVEL: "alarm_level", ALARM_LEVEL: "alarm_level",
MACHINE_TYPE: 'machine_type', MACHINE_TYPE: "machine_type",
INDUSTRY_TYPE: 'industry_type', INDUSTRY_TYPE: "industry_type",
EQUIP_STATUS: 'equip_status', EQUIP_STATUS: "equip_status",
COMPONENT_TYPE: 'component_type', COMPONENT_TYPE: "component_type",
COMPONENT_STATUS: 'component_status', COMPONENT_STATUS: "component_status",
JUDGE_RULES: "judge_rules",
// ========== SYSTEM 模块 ========== // ========== SYSTEM 模块 ==========
SYSTEM_USER_SEX: 'system_user_sex', SYSTEM_USER_SEX: "system_user_sex",
SYSTEM_MENU_TYPE: 'system_menu_type', SYSTEM_MENU_TYPE: "system_menu_type",
SYSTEM_ROLE_TYPE: 'system_role_type', SYSTEM_ROLE_TYPE: "system_role_type",
SYSTEM_DATA_SCOPE: 'system_data_scope', SYSTEM_DATA_SCOPE: "system_data_scope",
SYSTEM_NOTICE_TYPE: 'system_notice_type', SYSTEM_NOTICE_TYPE: "system_notice_type",
SYSTEM_LOGIN_TYPE: 'system_login_type', SYSTEM_LOGIN_TYPE: "system_login_type",
SYSTEM_LOGIN_RESULT: 'system_login_result', SYSTEM_LOGIN_RESULT: "system_login_result",
SYSTEM_SMS_CHANNEL_CODE: 'system_sms_channel_code', SYSTEM_SMS_CHANNEL_CODE: "system_sms_channel_code",
SYSTEM_SMS_TEMPLATE_TYPE: 'system_sms_template_type', SYSTEM_SMS_TEMPLATE_TYPE: "system_sms_template_type",
SYSTEM_SMS_SEND_STATUS: 'system_sms_send_status', SYSTEM_SMS_SEND_STATUS: "system_sms_send_status",
SYSTEM_SMS_RECEIVE_STATUS: 'system_sms_receive_status', SYSTEM_SMS_RECEIVE_STATUS: "system_sms_receive_status",
SYSTEM_ERROR_CODE_TYPE: 'system_error_code_type', SYSTEM_ERROR_CODE_TYPE: "system_error_code_type",
SYSTEM_OAUTH2_GRANT_TYPE: 'system_oauth2_grant_type', SYSTEM_OAUTH2_GRANT_TYPE: "system_oauth2_grant_type",
SYSTEM_MAIL_SEND_STATUS: 'system_mail_send_status', SYSTEM_MAIL_SEND_STATUS: "system_mail_send_status",
SYSTEM_NOTIFY_TEMPLATE_TYPE: 'system_notify_template_type', SYSTEM_NOTIFY_TEMPLATE_TYPE: "system_notify_template_type",
// ========== INFRA 模块 ========== // ========== INFRA 模块 ==========
INFRA_BOOLEAN_STRING: 'infra_boolean_string', INFRA_BOOLEAN_STRING: "infra_boolean_string",
INFRA_REDIS_TIMEOUT_TYPE: 'infra_redis_timeout_type', INFRA_REDIS_TIMEOUT_TYPE: "infra_redis_timeout_type",
INFRA_JOB_STATUS: 'infra_job_status', INFRA_JOB_STATUS: "infra_job_status",
INFRA_JOB_LOG_STATUS: 'infra_job_log_status', INFRA_JOB_LOG_STATUS: "infra_job_log_status",
INFRA_API_ERROR_LOG_PROCESS_STATUS: 'infra_api_error_log_process_status', INFRA_API_ERROR_LOG_PROCESS_STATUS: "infra_api_error_log_process_status",
INFRA_CONFIG_TYPE: 'infra_config_type', INFRA_CONFIG_TYPE: "infra_config_type",
INFRA_CODEGEN_TEMPLATE_TYPE: 'infra_codegen_template_type', INFRA_CODEGEN_TEMPLATE_TYPE: "infra_codegen_template_type",
INFRA_CODEGEN_FRONT_TYPE: 'infra_codegen_front_type', INFRA_CODEGEN_FRONT_TYPE: "infra_codegen_front_type",
INFRA_CODEGEN_SCENE: 'infra_codegen_scene', INFRA_CODEGEN_SCENE: "infra_codegen_scene",
INFRA_FILE_STORAGE: 'infra_file_storage', INFRA_FILE_STORAGE: "infra_file_storage",
INFRA_OPERATE_TYPE: 'infra_operate_type', INFRA_OPERATE_TYPE: "infra_operate_type",
// ========== BPM 模块 ========== // ========== BPM 模块 ==========
BPM_MODEL_CATEGORY: 'bpm_model_category', BPM_MODEL_CATEGORY: "bpm_model_category",
BPM_MODEL_FORM_TYPE: 'bpm_model_form_type', BPM_MODEL_FORM_TYPE: "bpm_model_form_type",
BPM_TASK_ASSIGN_RULE_TYPE: 'bpm_task_assign_rule_type', BPM_TASK_ASSIGN_RULE_TYPE: "bpm_task_assign_rule_type",
BPM_PROCESS_INSTANCE_STATUS: 'bpm_process_instance_status', BPM_PROCESS_INSTANCE_STATUS: "bpm_process_instance_status",
BPM_PROCESS_INSTANCE_RESULT: 'bpm_process_instance_result', BPM_PROCESS_INSTANCE_RESULT: "bpm_process_instance_result",
BPM_TASK_ASSIGN_SCRIPT: 'bpm_task_assign_script', BPM_TASK_ASSIGN_SCRIPT: "bpm_task_assign_script",
BPM_OA_LEAVE_TYPE: 'bpm_oa_leave_type', BPM_OA_LEAVE_TYPE: "bpm_oa_leave_type",
// ========== PAY 模块 ========== // ========== PAY 模块 ==========
PAY_CHANNEL_WECHAT_VERSION: 'pay_channel_wechat_version', // 微信渠道版本 PAY_CHANNEL_WECHAT_VERSION: "pay_channel_wechat_version", // 微信渠道版本
PAY_CHANNEL_CODE: 'pay_channel_code', // 支付渠道编码类型 PAY_CHANNEL_CODE: "pay_channel_code", // 支付渠道编码类型
PAY_ORDER_STATUS: 'pay_order_status', // 商户支付订单状态 PAY_ORDER_STATUS: "pay_order_status", // 商户支付订单状态
PAY_REFUND_STATUS: 'pay_refund_status', // 退款订单状态 PAY_REFUND_STATUS: "pay_refund_status", // 退款订单状态
PAY_NOTIFY_STATUS: 'pay_notify_status', // 商户支付回调状态 PAY_NOTIFY_STATUS: "pay_notify_status", // 商户支付回调状态
PAY_NOTIFY_TYPE: 'pay_notify_type', // 商户支付回调状态 PAY_NOTIFY_TYPE: "pay_notify_type", // 商户支付回调状态
// ========== MP 模块 ========== // ========== MP 模块 ==========
MP_AUTO_REPLY_REQUEST_MATCH: 'mp_auto_reply_request_match', // 自动回复请求匹配类型 MP_AUTO_REPLY_REQUEST_MATCH: "mp_auto_reply_request_match", // 自动回复请求匹配类型
MP_MESSAGE_TYPE: 'mp_message_type', // 消息类型 MP_MESSAGE_TYPE: "mp_message_type", // 消息类型
// ========== MALL - PRODUCT 模块 ========== // ========== MALL - PRODUCT 模块 ==========
PRODUCT_SPU_STATUS: 'product_spu_status', // 商品 SPU 状态 PRODUCT_SPU_STATUS: "product_spu_status", // 商品 SPU 状态
// ========== MALL - ORDER 模块 ========== // ========== MALL - ORDER 模块 ==========
TRADE_AFTER_SALE_STATUS: 'trade_after_sale_status', // 售后 - 状态 TRADE_AFTER_SALE_STATUS: "trade_after_sale_status", // 售后 - 状态
TRADE_AFTER_SALE_WAY: 'trade_after_sale_way', // 售后 - 方式 TRADE_AFTER_SALE_WAY: "trade_after_sale_way", // 售后 - 方式
TRADE_AFTER_SALE_TYPE: 'trade_after_sale_type', // 售后 - 类型 TRADE_AFTER_SALE_TYPE: "trade_after_sale_type", // 售后 - 类型
TRADE_ORDER_TYPE: 'trade_order_type', // 订单 - 类型 TRADE_ORDER_TYPE: "trade_order_type", // 订单 - 类型
TRADE_ORDER_STATUS: 'trade_order_status', // 订单 - 状态 TRADE_ORDER_STATUS: "trade_order_status", // 订单 - 状态
TRADE_ORDER_ITEM_AFTER_SALE_STATUS: 'trade_order_item_after_sale_status', // 订单项 - 售后状态 TRADE_ORDER_ITEM_AFTER_SALE_STATUS: "trade_order_item_after_sale_status", // 订单项 - 售后状态
// ========== MALL - PROMOTION 模块 ========== // ========== MALL - PROMOTION 模块 ==========
PROMOTION_DISCOUNT_TYPE: 'promotion_discount_type', // 优惠类型 PROMOTION_DISCOUNT_TYPE: "promotion_discount_type", // 优惠类型
PROMOTION_PRODUCT_SCOPE: 'promotion_product_scope', // 营销的商品范围 PROMOTION_PRODUCT_SCOPE: "promotion_product_scope", // 营销的商品范围
PROMOTION_COUPON_TEMPLATE_VALIDITY_TYPE: 'promotion_coupon_template_validity_type', // 优惠劵模板的有限期类型 PROMOTION_COUPON_TEMPLATE_VALIDITY_TYPE:
PROMOTION_COUPON_STATUS: 'promotion_coupon_status', // 优惠劵的状态 "promotion_coupon_template_validity_type", // 优惠劵模板的有限期类型
PROMOTION_COUPON_TAKE_TYPE: 'promotion_coupon_take_type', // 优惠劵的领取方式 PROMOTION_COUPON_STATUS: "promotion_coupon_status", // 优惠劵的状态
PROMOTION_ACTIVITY_STATUS: 'promotion_activity_status', // 优惠活动的状态 PROMOTION_COUPON_TAKE_TYPE: "promotion_coupon_take_type", // 优惠劵的领取方式
PROMOTION_CONDITION_TYPE: 'promotion_condition_type', // 营销的条件类型枚举 PROMOTION_ACTIVITY_STATUS: "promotion_activity_status", // 优惠活动的状态
} PROMOTION_CONDITION_TYPE: "promotion_condition_type", // 营销的条件类型枚举
};
/** /**
* 获取 dictType 对应的数据字典数组 * 获取 dictType 对应的数据字典数组
@ -104,7 +105,7 @@ export const DICT_TYPE = {
* @returns {*|Array} 数据字典数组 * @returns {*|Array} 数据字典数组
*/ */
export function getDictDatas(dictType) { export function getDictDatas(dictType) {
return store.getters.dict_datas[dictType] || [] return store.getters.dict_datas[dictType] || [];
} }
/** /**
@ -135,21 +136,21 @@ export function getDictDatas2(dictType, values) {
export function getDictData(dictType, value) { export function getDictData(dictType, value) {
// 获取 dictType 对应的数据字典数组 // 获取 dictType 对应的数据字典数组
const dictDatas = getDictDatas(dictType) const dictDatas = getDictDatas(dictType);
if (!dictDatas || dictDatas.length === 0) { if (!dictDatas || dictDatas.length === 0) {
return '' return "";
} }
// 获取 value 对应的展示名 // 获取 value 对应的展示名
value = value + '' // 强制转换成字符串,因为 DictData 小类数值,是字符串 value = value + ""; // 强制转换成字符串,因为 DictData 小类数值,是字符串
for (const dictData of dictDatas) { for (const dictData of dictDatas) {
if (dictData.value === value) { if (dictData.value === value) {
return dictData; return dictData;
} }
} }
return undefined return undefined;
} }
export function getDictDataLabel(dictType, value) { export function getDictDataLabel(dictType, value) {
const dict = getDictData(dictType, value); const dict = getDictData(dictType, value);
return dict ? dict.label : ''; return dict ? dict.label : "";
} }