摘  要

信息技术的广泛应用已渗透到各个领域,特别是在医疗和药品销售行业。微信小程序以其便捷性、易用性和低成本等特点,逐渐成为企业与消费者互动的重要平台。在这样的背景下,基于微信小程序的药店管理系统应运而生,旨在提升药店的运营效率和服务质量。

本文首先介绍了系统的开发背景和意义,分析了当前药品销售市场的现状和存在的问题,并指出了电子商务对于药品销售的重要性和作用。其次,本文阐述了基于基于微信小程序药店管理系统的总体架构和设计思想,详细介绍了系统的功能模块、数据库设计以及前端界面的设计。本基于基于微信小程序药店管理系统,采用Python语言、微信小程序和MySQL数据库实现基本业务。在系统实现部分,本文重点介绍了如何使用django框架进行系统开发,如何通过Python语言实现系统的主要业务逻辑,如何使用MySQL数据库进行数据的存储和管理。该系统的实现有助于提高药品的销售效率和用户的购药体验,具有一定的实际应用价值和市场前景。


关键词:电子商务,微信小程序,购药、在线销售,数据库


 

Abstract

The widespread application of information technology has penetrated into various fields, especially in the medical and pharmaceutical sales industries. WeChat mini programs have gradually become an important platform for enterprises and consumers to interact with each other due to their convenience, ease of use, and low cost. In this context, a pharmacy management system based on WeChat mini programs has emerged, aiming to improve the operational efficiency and service quality of pharmacies.

This article first introduces the development background and significance of the system, analyzes the current situation and existing problems of the drug sales market, and points out the importance and role of e-commerce in drug sales. Secondly, this article elaborates on the overall architecture and design ideas of a pharmacy management system based on WeChat mini programs, and provides a detailed introduction to the system's functional modules, database design, and front-end interface design. This is based on the WeChat mini program pharmacy management system, which uses Python language, WeChat mini program, and MySQL database to implement basic business. In the system implementation section, this article focuses on how to use the django framework for system development, how to implement the main business logic of the system through Python language, and how to use MySQL database for data storage and management. The implementation of this system helps to improve the sales efficiency of drugs and the purchasing experience of users, and has certain practical application value and market prospects.


Keywords: e-commerce, WeChat mini program, medication purchase, online sales, database


目 录

摘  要 1

ABSTRACT 2

第一章  绪 论 5

1.1研究背景和意义 5

1.2国内外研究现状 6

1.3研究方法 8

第二章  相关技术简介 9

2.1 PYTHON技术 9

2.2 MYSQL数据库 9

2.3 微信小程序技术 10

2.4 django框架技术 10

第三章  系统分析 12

3.1可行性分析 12

3.1.1 经济可行性 12

3.1.2 技术可行性 12

3.1.3 法律可行性 12

3.1.4 社会可行性 12

3.2系统需求分析 12

3.2.1功能需求 12

3.2.2非功能性需求分析 13

3.3系统UML用例分析 13

第四章  系统设计 15

4.1系统功能设计 15

4.1.1微信小程序端设计 15

4.1.2系统后台设计 16

4.2数据库设计 16

4.2.1 数据库E-R图 16

4.3.2 数据库表设计 17

第五章  系统的实现 25

5.1微信小程序端的实现 25

5.1.1 用户注册界面 25

5.1.2 用户登录界面 26

5.1.3 个人资料界面 27

5.1.4 药品详情界面 28

5.1.5 药品评论界面 28

5.1.6 我的订单界面 29

5.2后台功能模块的实现 30

5.2.1 管理员登录界面 30

5.2.2 新闻资讯管理界面 31

5.2.3 药品管理界面 31

5.2.4 药品分类管理界面 32

5.2.5 药品评论管理界面 32

5.2.5 销售订单管理界面 33

5.2.6会员管理界面 33

第六章  系统测试 34

6.1测试目的 34

6.2测试用例 34

6.3测试分析 36

第七章  总 结 37

参考文献 38

致  谢 39

 

基于基于微信小程序药店管理系统主要为买卖双方提供一个在线交易平台,从用户角度划分,包括管理员和会员。

对于会员用户,需要能够浏览基于基于微信小程序药店管理系统的所有药品信息,包括药品分类、介绍、价格等。在浏览过程中,可以查看其他用户的评价,并对感兴趣的药品进行购买。在收银台选择收货地址后提交订单进行结算,最终生成订单号。用户可以在个人中心查看购买的订单列表。此外,系统还支持微信小程序端用户的积分积累,并支持积分兑换药品。

管理员用户主要是经营者,需要发布药品信息、上传药品图片、及时更新系统的广告等图片。管理员可以对药品订单进行管理,如发货、查看订单状态和金额等。此外,管理员还可以管理系统信息,如轮播图、数据库、药品库存等的管理。


基于微信小程序药店管理系统的设计与实现-计算机毕业设计源码+LW文档_数据库

基于微信小程序药店管理系统的设计与实现-计算机毕业设计源码+LW文档_管理系统_02

基于微信小程序药店管理系统的设计与实现-计算机毕业设计源码+LW文档_微信小程序_03

基于微信小程序药店管理系统的设计与实现-计算机毕业设计源码+LW文档_微信小程序_04