fix: ACS、PC对任务状态的变化

This commit is contained in:
2026-07-16 14:11:30 +08:00
parent f24e01c7dd
commit be46cf49c5
37 changed files with 2349 additions and 268 deletions

View File

@@ -4,6 +4,7 @@ const COMMON_DICT = {
COMMON_STATUS: 'common_status',
TERMINAL: 'terminal', // 终端
DATE_INTERVAL: 'date_interval', // 数据间隔
PRODUCT_AREA: 'product_area'
} as const;
/** ========== SYSTEM - 系统模块 ========== */
@@ -283,6 +284,9 @@ const WMS_DICT = {
/** ========== TASK - 任务管理模块 ========== */
const TASK_DICT = {
TASK_OWNER_SERVICE: 'task_owner_service', // TASK 任务回调服务提供类型
TASK_FINISH_TYPE: 'task_finish_type',
TASK_STATUS: 'task_status', // 任务状态
TASK_ACS_TASK_TYPE: 'task_acs_task_type', // 任务状态
} as const;
/** 字典类型枚举 - 统一导出 */