Vue graduation project topic drug management system (including source code + paper)


1 Project Introduction

Hi, hello fellow students, this is Senior Sister M!

Today I would like to share with you a newly completed graduation project project this year (2022), [SSM-based drug management system]

The senior students will rate the project according to the difficulty and level of implementation (minimum 0 points, full score 5 points)

  • Difficulty factor: 3 points

  • Workload: 5 points

  • Innovation point: 3 points

  • Interface beautification: 5 points

Supplementary explanation for interface beautification: Anyone who uses vue can basically achieve 5 points

This project will be completed in June 2022 and includes: source code + thesis + defense PPT

Project acquisition:
https://gitee.com/sinonfin/L-javaWebSha/tree/master


2 to achieve the effect

Video address: https://www.bilibili.com/video/BV1TY4y177qF

2.1 Interface display

  • Administrator login page

Insert image description here

  • Front page function interface

Insert image description here

  • Online consultation management interface

Insert image description here

  • Drug storage management interface

Insert image description here

3 design solutions

3.1 Overview

The database used in this system is Mysql, which is developed using the SSM framework. The operating environment uses the Tomcat server. ECLIPSE is the development platform of this system. During the design process, the system code was fully guaranteed to have good readability, practicality, easy scalability, versatility, easy later maintenance, easy operation, and simple page.

3.2 System process

3.2.1 Add information process

Add information, the numbering system uses the automatic numbering mode, there is no user to fill in, the user adds information and enters the information, the system will automatically confirm the information and data, the successful verification is that the valid information is added to the database, if the information is invalid, re-enter the information.

Insert image description here

3.2.2 Operation process

If a user wants to enter the system, he must first enter the system login interface, enter the correct user name and password, and select the login type to log in. The system will check the login information, and if the information is correct, then enter the corresponding function interface, and it will prompt that the information is incorrect and the login failed.

Insert image description here

3.2.3 Deletion of information process

The user selects the information to be deleted and clicks the Delete button. The system prompts whether to delete the information. If the user wants to delete the information, the system will delete the information. System database delete information.
Insert image description here

3.3 System structure design

Those who use the drug management system are divided into three permission modules: administrator, user, and employee.

  1. The functions that the administrator can use mainly include: home page, personal center, user management, employee management, drug category management, drug information management, drug entry management, drug exit management, online consultation management, message board management, system management, Order management, etc.
  2. Users can realize; home page, personal center, online consultation management, my collection management, order management, etc.
  3. Employees can implement; home page, personal center, drug information management, drug warehousing management, drug outgoing management, online consultation management, etc.

Insert image description here

4 items acquired

This project will be completed in June 2022 and includes: source code + thesis + defense PPT

Project acquisition:
https://gitee.com/sinonfin/L-javaWebSha/tree/master

Guess you like

Origin blog.csdn.net/WEB_DC/article/details/133299934