跳到主要内容

预约中心

功能描述

管理各种类型用户的预约,并进行处理

项目:weixin-manage-client

组件:centerManage

组件别名:center-Manage

功能权限

需要给角色授权 预约安检/预约报建/预约维修/预约点火/预约过户/预约开户/暂停用气/预约改装/预约改管/预约销户/预约通气 的功能权限

相关表

t_order_center 预约中心表(主表),存储所有预约 t_order_apply 预约报装表 t_order_open 预约开户表 t_order_transfer 预约过户表 t_order_check 预约安检表 t_order_gas_repair 燃气报修表 t_order_appointForFire 预约点火表 t_order_for_construction 加装申请表 t_order_cancellation 拆除申请表

查询列表

查询sql
   select
oc.*,
{items}
from
t_order_center oc left join {tablename} ot on
oc.id = ot.id
) c
where {condition}

按钮操作

查询

选择需要查询的预约类型,可查询出相应的信息

预约处理

在右侧栏中,可进行预约信息处理