ckground-image: url(/Public/Home/index/images/2024head/icon-12-10.svg); " > 会议管理

会前、中、后全业务链管理

督办管理

督查工作目、督、考全场景覆盖

目标管理

任务分解、进度把控、资源统筹

知识管理

构建知识积累、应用、创造平台

文化建设

集信息发布与员工交流于一体

综合办公

繁琐事务变轻松,事务处理高效

合同管理

签订前、中、后全周期电子化

人事管理

选、用、育、留全过程覆盖

费控管理

业、财、税、资、档一体化管理

项目管理

知进度·控成本·防风险·提质量

资产管理

采购、入库、领用、归还、盘ePopupBtn"); const myPopup = document.getElementById("myPopup"); openPopupBtn.addEventListener("click", () => { myPopup.style.display = "flex"; myPopup.style.animation = "fadeIn 0.3s ease-in-out"; }); closePopupBtn.addEventListener("click", () => { myPopup.style.animation = "fadeOut 0.3s ease-in-out"; setTimeout(() => { myPopup.style.display = "none"; }, 300); }); window.addEventListener("click", (event) => { if (event.target === myPopup) { myPopup.style.animation = "fadeOut 0.3s ease-in-out"; setTimeout(() => { myPopup.style.display = "none"; }, 300); } });