摘要

随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。本文介绍了基于微信的设备故障报修管理系统的开发全过程。通过分析基于微信的设备故障报修管理系统管理的不足,创建了一个计算机管理基于微信的设备故障报修管理系统的方案。文章介绍了基于微信的设备故障报修管理系统的系统分析部分,包括可行性分析等,系统设计部分主要介绍了系统功能设计和数据库设计。

本基于微信的设备故障报修管理系统有管理员,用户,维修员三个角色。 管理员功能有 个人中心,用户管理,维修员管理,实验室管理,经验分享管理,报修信息管理,维修报告管理,维修信息管理。用户和维修员都可以在微信小程序注册登录,用户主要查看经验分享,对实验室进行报修提交,查看维修结果和留言板,维修员发布经验分享,查看报修信息,对报修内容提交维修报告并且查看维修结果。因而具有一定的实用性。

本站后台采用Java的SSM框架进行后台管理开发,可以在浏览器上登录进行后台数据方面的管理,MySQL作为本地数据库,微信小程序用到了微信开发者工具,充分保证系统的稳定性。系统具有界面清晰、操作简单,功能齐全的特点,使得基于微信的设备故障报修管理系统管理工作系统化、规范化。


关键词:基于微信的设备故障报修管理系统;SSM框架;MYSQL数据库


 


Abstract

With the more and more in-depth and extensive application of information technology in management, the implementation of management information system has gradually matured in technology. This paper introduces the whole development process of the equipment fault report management system based on WeChat. By analyzing the deficiencies in the management of the equipment fault repair management system based on WeChat, a program for computer management of the WeChat-based equipment fault repair management system was created. The article introduces the system analysis part of the equipment fault repair management system based on WeChat, including feasibility analysis, etc. The system design part mainly introduces the system function design and database design.

This WeChat-based equipment fault repair management system has three roles: administrator, user, and maintenance staff. The administrator functions include personal center, user management, maintenance management, laboratory management, experience sharing management, repair information management, maintenance report management, and maintenance information management. Both users and maintenance personnel can register and log in in the WeChat applet. Users mainly view experience sharing, submit repair reports to the laboratory, view maintenance results and message boards, maintenance personnel publish experience sharing, view repair report information, and submit repair reports on the repair content and View repair results. Therefore, it has certain practicality.

The background of this site uses the Java SSM framework for background management and development. You can log in on the browser to manage the background data. MySQL is used as the local database, and the WeChat applet uses the WeChat developer tool to fully ensure the stability of the system. The system has the characteristics of clear interface, simple operation and complete functions, which makes the management work of the equipment fault repair management system based on WeChat systematized and standardized.

Keywords:Wechat-based equipment failure report management system; SSM framework; MYSQL database







目录

1系统概述 1

1.1 研究背景 1

1.2研究目的 1

1.3系统设计思想 1

2相关技术 3

2.1微信小程序 3

2.2 MYSQL数据库 3

2.3 uni-app 4

2.4 SSM框架简介 4

3系统分析 6

3.1可行性分析 6

3.1.1技术可行性 6

3.1.2经济可行性 6

3.1.3操作可行性 6

3.2系统性能分析 7

3.2.1 系统安全性 7

3.2.2 数据完整性 7

3.3系统界面分析 7

3.4系统流程和逻辑 9

4系统概要设计 10

4.1概述 10

4.2系统结构 11

4.3.数据库设计 11

4.3.1数据库实体 11

4.3.2数据库设计表 14

5系统详细实现 17

5.1 后台模块的实现 17

5.1.1 用户信息管理 17

5.1.2 维修员管理 18

5.1.3 实验室管理 19

5.2 微信小程序模块的实现 19

5.2.1 首页 19

5.2.2 经验分享 20

5.2.3 维修报告 21

6系统测试 23

6.1概念和意义 23

6.2特性 23

6.3重要性 24

6.4测试方法 24

6.5 功能测试 24

6.6可用性测试 25

6.7性能测试 25

6.8测试分析 26

6.9测试结果分析 26

结论 26

致谢语 27

参考文献 27


如今互联网高速发展,网络遍布全球,国内移动信息领域独树一帜,通过微信发布的消息能快而方便的传播到世界每个角落,并且互联网上能传播的信息也很广,比如文字、图片、声音、视频等。从而,这种种好处使得互联网成了信息传播的主要途径,社会上各种各样的信息都想尽办法通过互联网进行传播,互联网对社会产生的影响越来越大。

因此,开发合适的基于微信的设备故障报修管理系统,可以方便管理人员对基于微信的设备故障报修管理系统的管理,提高信息管理工作效率及查询效率,用户可以在手机上通过微信小程序来设备故障报修,更加的方便,有利于更好的为人们服务。

基于微信的设备故障报修管理系统设计与实现-计算机毕业设计源码+LW文档_微信

基于微信的设备故障报修管理系统设计与实现-计算机毕业设计源码+LW文档_管理系统_02

基于微信的设备故障报修管理系统设计与实现-计算机毕业设计源码+LW文档_管理系统_03

基于微信的设备故障报修管理系统设计与实现-计算机毕业设计源码+LW文档_微信_04