摘 要

随着信息技术和移动支付的发展,当前电子商务越来越成熟,各行业逐渐从传统的线下销售转移到线上中来,电子商务与其低廉的成本高回报的方式带动了企业经济发展。一直以来,点餐都是在线下进行,面对的客户群有限,又加上这些年的疫情影响,给餐饮的销售工作带来了阻碍。基于此,把菜品转移到网络中来,利用电子商务的优势,为餐饮的销售带来新的发展机遇。本文开发的镐京学院网上订餐系统将利用这种新的经营模式,打破传统的时间和空间的限制,为餐饮经营者提高销量,也可以为其他购买者提供便捷的订餐途径。

本文是利用Java框架开发的一款镐京学院网上订餐系统,数据存储到MySQL中,前台使用Vue.JS对界面进行设计和实现。本文先充分调查镐京学院网上订餐系统的需求分析,深入剖析系统应该具有的功能,并设计完善的数据库。利用成熟的开发技术完成编码工作,最后进行投入前的测试工作。最终,完成前台和后台的镐京学院网上订餐系统的功能,主要包括用户管理、菜品管理、购物车、订单管理,通过前后台实现数据的传递。


关键词:电子商务、订餐系统、网络外卖、餐饮


 

Abstract

With the development of information technology and mobile payment, e-commerce is becoming more and more mature, and various industries are gradually shifting from traditional offline sales to online. E-commerce and its low cost and high return have driven the economic development of enterprises. For a long time, the ordering of meals is conducted offline and online. The limited customer base and the impact of the epidemic in recent years have hindered the sales of catering. Based on this, we will transfer the dishes to the network and take advantage of the advantages of e-commerce to bring new development opportunities for the sales of catering. The online food ordering system of Haojing University developed in this paper will take advantage of this new business model, break the traditional time and space constraints, improve the sales of catering operators, and also provide convenient ways for other buyers to order.

This article is an online meal ordering system of Haojing University developed by using Java framework. The data is stored in MySQL. The front desk uses Vue. JS to design and implement the interface. This paper first fully investigates the demand analysis of the online meal ordering system of Haojing University, deeply analyzes the functions that the system should have, and designs a complete database. Use mature development technology to complete the coding work, and finally carry out the test work before the investment. Finally, complete the functions of the online ordering system of Hoking College at the front and back ends, mainly including user management, food management, shopping cart, and order management, and realize data transmission through the front and back ends.


Keywords: e-commerce, reservation system, online takeout, catering


 

根据基本功要求和功能,总体框架分为前端和后端,包含七个功能系统和三个功能模块;功能系统:1、菜品管理功能;2、购物车功能;3、订单管理;4、在线支付;5、菜品评论;6、菜品搜索;7、数据统计;功能模块:1、首页;2、购物车;3、我的

功能系统:

1、菜品管理功能:对菜品进行管理,包含名称、图片、价格等

2、购物车功能:用户可以将选择的物品加入购物车进行付款,也可用加入后继续浏览其它菜品,加入购物车的菜品可以现实价格、实现删除、数量加减、结算等功能

3、订单管理:商城后台可以对订单管理,并且用户可以查看了解订单处于待付款、已付款、待发货、取消付款等状态

4、在线支付:提供多种安全方便的支付方式

5、菜品评论:用户在完成购买后对菜品的评价,可供其他用户参考,可以上传文字、图片

6、菜品搜索:方便用户快速找到需要的菜品和价位等其它要求

7、数据统计:对网站客流量的统计,对用户搜索的统计,方便提醒商家的重点菜品和网站的发展。

功能模块:

1、首页:包含菜品搜索、购物活动入口、菜品推荐浏览。

2、购物车:购物车功能。

3、我的:个人账号管理、我的订单详情。

网上订餐系统的设计与开发-计算机毕业设计源码+LW文档_功能模块

网上订餐系统的设计与开发-计算机毕业设计源码+LW文档_搜索_02