opt:1.修改远程下发任务限制.2.巡航模式下限制接收配送任务。3.优化国际化。4.站点按照名称排序。

This commit is contained in:
2026-03-19 10:03:17 +08:00
parent b693340185
commit bbd09035a8
7 changed files with 49 additions and 9 deletions

View File

@@ -110,6 +110,7 @@ qrcode_delete_file_failed = 删除二维码文件失败
qrcode_delete_failed = 删除二维码失败
qrcode_station_code_empty = 站号不能为空
qrcode_create_failed_mode = 巡航模式中,无法下发任务
qrcode_create_failed_far_call = 远程呼叫功能未开启,无法下发任务
qrcode_create_failed_exists_task = 该目标点已存在任务
# 安全相关
@@ -120,3 +121,25 @@ system_get_menu_failed = 获取对应的系统菜单出错
# 通用
unsupported_format = 不支持的压缩格式: {0}
# 验证注解相关
validation_task_type_empty = 任务类型不能为空
validation_destinations_empty = 目标点不能为空
validation_password_empty = 密码不能为空
validation_location_empty = 点位不能为空
validation_vehicle_number_empty = 车号不能为空
validation_qrcode_id_empty = 二维码标识不能为空
validation_old_room_empty = 旧房间号不能为空
validation_new_room_empty = 新房间号不能为空
validation_qrcode_data_empty = 二维码数据不能为空
validation_qrcode_width_empty = 二维码宽度不能为空
validation_qrcode_height_empty = 二维码高度不能为空
validation_room_empty = 房间号不能为空
validation_page_num_empty = 页码不能为空
validation_page_size_empty = 每页条数不能为空
validation_schedule_task_code_empty = 调度任务号不能为空
validation_schedule_one_click_type_empty = 调度一键任务类型不能为空
validation_speed_empty = 速度不能为空
validation_role_name_empty = 角色名称不能为空
validation_dept_name_empty = 部门名称不能为空
validation_dept_is_used_empty = 部门状态不能为空

View File

@@ -110,6 +110,7 @@ qrcode_delete_file_failed = Failed to delete QR code file
qrcode_delete_failed = Failed to delete QR code
qrcode_station_code_empty = Station code cannot be empty
qrcode_create_failed_mode = In cruise mode, cannot create task
qrcode_create_failed_far_call = The remote call function is not enabled, and tasks cannot be dispatched
qrcode_create_failed_exists_task = Task already exists for this destination
# Security related