基于web的物流管理系统--论文pf

夜月行者 2024-08-24 08:03:02 阅读 76

@TOC

springboot473基于web的物流管理系统--论文pf

第1章 绪论

1.1 课题背景

二十一世纪互联网的出现,改变了几千年以来人们的生活,不仅仅是生活物资的丰富,还有精神层次的丰富。在互联网诞生之前,地域位置往往是人们思想上不可跨域的鸿沟,信息的传播速度极慢,信息处理的速度和要求还是通过人们骑马或者是信鸽传递,这些信息传递都是不可控制的,中间很有可能丢失,信息的传递水平决定了人们生活的水平。如今大家都在使用互联网软件产品,从内部管理设置计算机管理,提高内部信息化的管理水准,从外部市场也可以用计算机获取相关数据进行处理,如今各行各业已经严重依赖于计算机了。

本课题研究和开发物流管理系统管理系统,让安装在计算机上的该系统变成管理人员的小帮手,提高物流管理系统信息处理速度,规范物流管理系统信息处理流程,让管理人员的产出效益更高。

1.2 课题意义

传统处理数据,必须是一张张纸,然后处理完毕又是统计在一张张纸上面,不断的重复处理,最终有个结果给最高层作为参考,这个模式在互联网没有出现之前,是一种常见的事情,信息管理的效率提不上去,人多不一定力量大,因为人多肯定更加消耗资源,并且因为人类需要休息,需要管理,思想会不统一,会偷懒,所以人们研究出专门帮助人们计算的机器,就是计算机的前身,到了互联网时代,人们发现完全可以让程序供应商提供解决方案,自己挑选自己合适的方案来提高自己的产出比。所以在日常工作和生活中会发现各种各样方便人们的工具。

本课题研发的物流管理系统管理系统,就是提供物流管理系统信息处理的解决方案,它可以短时间处理完信息,并且这些信息都有专门的存储设备,而且数据的备份和迁移都可以设定为无人值守,从人力角度和信息处理角度以及信息安全角度,物流管理系统管理系统是完胜传统纸质操作的。

1.3 研究内容

本文对物流管理系统管理系统的设计与实现分成六个章节来说明。

第1章:研究物流管理系统管理系统的背景,以及开发物流管理系统管理系统的意义。

第2章:对开发物流管理系统管理系统的环境还有技术进行说明。

第3章:分析物流管理系统管理系统的可行性,性能,流程以及功能。

第4章:设计物流管理系统管理系统的功能结构,设计数据库E-R图以及对数据表的存储结构进行设计。

第5章:实现物流管理系统管理系统的功能并进行功能界面展示。

第6章:对系统测试进行阐述,以及对本系统部分功能进行检测。

第2章 开发环境与技术

本章节对开发物流管理系统管理系统需要搭建的开发环境,还有物流管理系统管理系统开发中使用的编程技术等进行阐述。

2.1 Java语言

Java语言是当今为止依然在编程语言行业具有生命力的常青树之一。Java语言最原始的诞生,不仅仅是创造者感觉C语言在编程上面很麻烦,如果只是专注于业务逻辑的处理,会导致忽略了各种指针以及垃圾回收这些操作,导致出现问题需要解决的时间往往大于正常编程处理业务逻辑的时间,这些是非常浪费时间的。Java语言的创造者就考虑到如何避免这个问题,把指针处理和垃圾处理全部自动化,虽然这会损失一些性能,但是计算机硬件在性能上的发展速度是很快的,这些性能是可以忽略考虑的。并且C语言是针对硬件开发的语言,虽然执行效率高,但是随着硬件的变化或者操作系统的变更,就需要重新编写程序,造成重复劳动,只有解决重复性劳动的语言才算符合生存规律的语言。Java语言的创造者就针对C语言的缺点专门开发了Java语言。让Java语言不管是在什么样的环境里都是可以运行,因为在Java语言运行外面套了一个壳,也就是虚拟机,只要是Java虚拟机能安装的电脑都可以运行Java的程序。

2.2 MYSQL数据库

MySQL数据库是一种数据存放方面的专业软件,也是传统的行式数据模式,获取一些数据是先一行一行的获取,然后一行一行的显示,与列式数据库不同。行式数据库主要是处理最重要的数据逻辑部分,并且必须是有效数据,这样每一处的数据关联都是不可损坏,对数据安全要求比较严格还是用MySQL数据库比较好。列式数据库的发明仅仅是因为读取效率高,但是也就仅仅如此罢了。MySQL虽然比起Oracle或者SQL Server来讲,安装包只是几十兆甚至几百兆,有点小,但是功能并不会弱到哪里,严格遵循SQL标准语法。MySQL的数据存放形式从大向小的说是数据库最大,然后是表,每个表里面存放数据是有一定的规则的,数据存放是表格形式的,也就是说有横也有竖,横着的为行,一般表示一条数据,表与表之间还可以进行关联,进行分表操作,如果一条数据相关项目属性太多,那么可以把有效的相关联系做成关联,可以设定是否唯一。

2.3 IDEA开发工具

IDEA是捷克共和国的Java程序员开发人员创造的一个开发软件,刚开始主要是对于用Eclipse软件他们用得不顺手,所以直接开发了这款软件。之所以不顺手原因在于没有代码提升功能,原因是Eclipse只是把代码提示作为一种插件形式的存在,如果有些程序开发人员不清楚代码提示插件可能会出问题,并且代码提示只是用来作为插件,所以功能上有所欠缺。IDEA不仅仅代码提示做的很好,在代码重构上面更上如虎添翼,程序开发人员可以选择一段代码然后IDEA就会对代码进行分解重构,有效的把代码弄得更够层次感,复用性更高,用着更简洁和方便,大大的减少了代码工作量,提升了代码开发效率。当然,IDEA对于使用者这么好,肯定也是有目的的,原因在于插件越多越友好,就需要花费大量的金钱来使用,所以说IDEA使用主要是看自己喜好。

2.4 Spring Boot框架

Spring Boot是一种不需要代码生成的一种框架,并且可以不需要配置任何的XML文件就可以,因为Spring Boot里面自带了很多接口,只需要配置不同的接口就会自动的应用并且识别需要的依赖,在配置方面非常的方便,使用起来感觉像没有用到框架的感觉。Spring Boot有很多默认的配置文件,并且可以对默认的配置文件进行修改,可以设置为自动加载,可以对异常处理分为全局异常处理和默认异常处理。Spring Boot使用过程中就像是使用什么直接注册什么,所谓的注册也就是在对应的类和方法上面进行一个特殊的声明即可。

第3章 系统分析

本文作者在确定了研究的课题之后,从各大数字图书馆下载文献来阅读,并了解同类型的网站具备的大致功能,然后具体事务具体分析,得出本系统要研究的具体功能与性能。虽然分析系统这一阶段性工作主要是确定功能,但它却影响着后面系统开发环节的进展,系统分析这个环节是不能少的。

3.1 可行性分析

从三个不同的角度来分析,确保开发成功的前提是有可行性分析,只有进行提前分析,符合程序开发流程才不至于开发过程的中断。

3.1.1 技术可行性

在技术实现层次,分析了好几种技术实现方法,并且都有对应的成功案例,也有很多开源模块可以进行参考,所以从技术可行性分析来讲,实现物流管理系统管理系统是没有问题的。

3.1.2 经济可行性

对于身为学生的开发者而言,在经济资源上面可用者很少,为了开发物流管理系统管理系统,通过开发软件对硬件的要求,发现自己的电脑是完全能用来开发的,并且学校机房的配置也可以达到要求。最重要的是选择的技术都可以在网上找到不花钱的教程以及资料,因为不花钱,所以经济方面是具有可行性的。

3.1.3 操作可行性

物流管理系统管理系统的具体实现,本身参考人类的正常操作逻辑,把常用的操作习惯当做主要的导航实现,可以让使用者更快速的理解并且上手操作,实现符合逻辑的操作流程是操作可行性的具体体现。

以上就是从不同的角度来分析,确保了物流管理系统管理系统的正常开展。

3.2 系统流程

物流管理系统管理系统投入使用后,使用者如果能看到相应的流程操作图会提高程序的理解能力。

3.2.1 操作流程

使用者在操作物流管理系统管理系统中,应该按照本系统提供的操作流程(图3.1即为本系统的操作流程图)进行操作,可以减少操作失误,从而节省进入物流管理系统管理系统的时间。

图3.1 系统操作流程

3.2.2 登录流程

物流管理系统管理系统通过登录功能(图3.2即为其登录的流程)引导使用者进入指定的功能操作区,也避免非本系统的用户享受本系统提供的服务以及查看本系统提供的信息,进而保证用户安全。

图3.2 登录流程

3.2.3 删除信息流程

物流管理系统管理系统在经过长期使用后,会产生很多的数据信息。为了腾出存储空间存放更多的数据,本系统数据库中存储的数据,一些没有参考价值的数据需要进行删除(图3.3即为删除信息的流程),删除数据过程中,为避免误删,使用者要根据系统的提示来决定是否删除数据。

图3.3 删除信息流程

3.2.4 添加信息流程

物流管理系统管理系统提供可视化的功能操作区,非常方便使用者进行数据操作,当使用者往系统中录入数据时(图3.4即为添加信息的流程),本系统也会进行数据合法性的判断,符合要求的数据才能够在数据库指定表中进行登记。

图3.4 添加信息流程

3.3 性能需求

需求分析少不了对项目用到的硬件设备进行分析,这样才符合正常的分析流程。只谈功能需求不谈性能需求,是一件很严重的事情,可能会导致一些不可控的问题出现。

以下从这几个角度来分析系统性能。

(1)系统数据的容量:从数据角度来分析,每个表和每个数据库,达到的数据量到一定的程度,是否需要分表或者是分库,超过了数据的设定限度,可能会导致数据反映迟钝,容错量增加。

(2)数据精度的要求:需要对需求分析里面数据设定环节,考虑相应的数据精度问题,需要发现数据是常用的精度还是非常用的精度,进而设定不同的数值。

(3)时间响应要求:从用户提交操作,到页面反映,中间有个数据处理的问题,需要考虑预测数据量的大小,提前预案分库分表的设计,数据量再大就要考虑增加列式数据库的问题,这些都不是一拍脑门就能决定的,都需要经验和同行业的数据分析研判,才能符合用户的要求,毕竟响应时间太久操作起来也不舒服。

(4)普适性问题:用户使用应该不需要感知服务端的数据量问题或者响应问题,只需要任意一台电脑,不需要更多的操作,打开浏览器就能用,太多的设置以及操作,不符合普适性操作。

(5)页面设计问题:功能符合要求之后,肯定是要丰富页面的。页面设计才是用户长时间面对的问题,首先考虑数据的整洁性,让页面看起来更加的清爽。颜色与数据方面,该不同颜色就不同颜色,降低用户长时间使用出现的视觉疲劳,让用户使用起来心情不至于太差。

(6)系统的稳定性:正常用户操作系统页面,必须是该提交提交,正常输入符合逻辑,不能随随便便的就出各种问题,导致用户操作疲惫,并且输入的数据和回显的数据符合用户的要求。如果正常操作都会出现问题,那设计就是不稳定的,这一点肯定不行。只要是与数据进行交互的系统,都必须稳定。系统稳定从开发部署角度上来分析,可以考虑数据的冗余备份功能,自动值守功能,机房数据同步,机房分开的功能,这些都可以让系统的稳定性得到提升。

系统的性能需求需要对业务很熟练的情况下判断然后分析,再从系统性能需求来逐条实现,可以让设计的系统有使用价值。

3.4 功能需求

物流管理系统管理系统根据使用权限的角度进行功能分析,并运用用例图来展示各个权限需要操作的功能。

第4章 系统设计

用户对着浏览器操作,肯定会出现某些不可预料的问题,但是不代表着系统对于用户在浏览器上的操作不进行处理,所以说,要提前考虑可能会出现的问题。

4.1 系统设计思想

系统设计,肯定要把设计的思想进行统一,只有统一的思想才能指导程序的开发,并且可以让众多的程序开发人员更快速的进入状态,提高开发速度。根据当前系统的既定需求,下面将进行本系统设计思想的阐述。

(1)扩展性:开发任何一个系统的时候不可避免要考虑这个问题。软件版本的更迭是一种常识,任何一个软件都不会一次性开发就成永恒,软件是一个不断成长的东西。所以考虑问题的时候需要对当前问题进行数据上的扩大化,然后进行归纳整理,最终形成具有一定扩展性的程序。程序的可扩展性必然会影响开发进度,所以最终需要综合评估程序的可扩展程度,进而有的放矢,循序开发。

(2)实用性:程序设计是一个先高屋建瓴式的设想,然后再具体化,实用性就是具体化的第一个步骤,要充分考虑使用者是不懂程序设计的这一点,使用者只是懂得常规性的上网操作步骤,并不需要对程序进行理解,所以一定要让使用者感觉到便利,感觉到实用性的存在,如果使用者使用程序过程中没发现使用程序的好处,那么程序设计的实用性将大大降低。

(3)安全性:当使用者使用的过程中,会产生大量的相关数据,这些数据必须有安全性的保证,否则当使用者发现数据出现问题的原因是程序设计问题的时候,将会对程序开发者失去信任,甚至可能会产生大量的费用赔偿问题,这是一个不可避免的问题。所以安全性关系开发与使用者双方的经济利益,程序的安全性是一定要保证的。

(4)先进性:程序设计的先进性是开发者进行考虑的,必须要在满足系统功能的前提下,必须要选择好当下最合适的技术。最合适的技术要从开发成本,使用成本以及维护成本里面综合分析,经过综合分析后要让技术实现最优解,保持先进的技术生产力。

(5)维护性:程序开发之初就要考虑以后的维护问题。维护是在程序开发完毕,已经上线可以运作,进入生产试用过程和使用过程中才会发现需要维护的必要。要通过各方面降低维护成本,不是说维护的越少就代表程序开发的越完美,程序既然是人类进行设计制造的,肯定有很多不可避免的问题产生,那么如何维护好程序的正常运作也是一门很重要的学问。

4.2 功能结构设计

图4.1即为设计的管理员功能结构,管理员权限操作的功能包括管理公告,管理物流管理系统信息,包括商品订单管理,培训管理,运输管理,薪资管理等,可以管理公告。

结构设计图

图4.1 管理员功能结构

4.3 数据库设计

物流管理系统管理系统运行中产生的数据需要按照提前设置的存储规则进行保存,设计出一个符合项目的最优数据存储格式,因为它能减少用户的等待时间,还可以对系统的请求在最短时间内进行响应。所以,对数据库设计时,需要对功能需求进行详细的拆分,以及对业务状态的细分,然后设计具体的存储规则,保证数据库能正常运作,缩短数据处理时间,并在一定程度上降低数据冗余,节省存储空间。

4.3.1 数据库概念设计

实体-联系图还有一个名称即E-R图,是Entity Relationship Diagram各英文单词首字母的缩写,它这种概念模型通常用于对现实世界进行描述。同时它还是一种能够直观表达数据中实体,联系,属性的有效手段。绘制E-R图能够选择的工具也有很多,但是Office Visio 这款软件在E-R图的绘制上一般都是作为首选工具,因为它是基于可视化处理,使用它创建E-R图非常简单。使用基本的E-R图构成元素,比如椭圆,菱形,矩形,还有实线段来表达对应的信息,椭圆代表属性,即实体的特征,矩形代表实体,即数据库中的一个具体数据表,菱形代表实体中相互关系,实线段主要是完成椭圆,矩形,菱形的连接。

(1)下图是出入库详情实体和其具备的属性。

C:/Users/Administrator/Desktop/temp111\1\____img\出入库详情.jpg

出入库详情实体属性图

(2)下图是用户实体和其具备的属性。

C:/Users/Administrator/Desktop/temp111\1\____img\用户.jpg

用户实体属性图

(3)下图是员工实体和其具备的属性。

C:/Users/Administrator/Desktop/temp111\1\____img\员工.jpg

员工实体属性图

(4)下图是司机实体和其具备的属性。

C:/Users/Administrator/Desktop/temp111\1\____img\司机.jpg

司机实体属性图

(5)下图是仓库实体和其具备的属性。

C:/Users/Administrator/Desktop/temp111\1\____img\仓库.jpg

仓库实体属性图

(6)下图是反馈信息实体和其具备的属性。

C:/Users/Administrator/Desktop/temp111\1\____img\反馈信息.jpg

反馈信息实体属性图

(7)下图是车辆实体和其具备的属性。

C:/Users/Administrator/Desktop/temp111\1\____img\车辆.jpg

车辆实体属性图

(8)下图是商品实体和其具备的属性。

C:/Users/Administrator/Desktop/temp111\1\____img\商品.jpg

商品实体属性图

(9)下图是货物实体和其具备的属性。

C:/Users/Administrator/Desktop/temp111\1\____img\货物.jpg

货物实体属性图

(10)下图是公告实体和其具备的属性。

C:/Users/Administrator/Desktop/temp111\1\____img\公告.jpg

公告实体属性图

(11)下图是出入库实体和其具备的属性。

C:/Users/Administrator/Desktop/temp111\1\____img\出入库.jpg

出入库实体属性图

(12)下图是商品收藏实体和其具备的属性。

C:/Users/Administrator/Desktop/temp111\1\____img\商品收藏.jpg

商品收藏实体属性图

(13)下图是商品订单实体和其具备的属性。

C:/Users/Administrator/Desktop/temp111\1\____img\商品订单.jpg

商品订单实体属性图

(14)下图是收货地址实体和其具备的属性。

C:/Users/Administrator/Desktop/temp111\1\____img\收货地址.jpg

收货地址实体属性图

4.3.2 数据库物理设计

本小节主要任务即是根据上述内容进行数据存储结构的设计,实体的属性就用来表示字段名称,不同的字段表示的数据类型以及取值都不相同,以及该表各个字段是否能够保持空等进行说明,设计完成一张数据表的结构之后,在保存时同样要命名,尽量选择英文名称进行命名并保存,还不容易导致系统出错。接下来就对设计的表进行简单说明。

表4.1收货地址表

序号 列名 数据类型 说明 允许空
1 Id Int id
2 yonghu_id Integer 创建用户
3 address_name String 收货人
4 address_phone String 电话
5 address_dizhi String 地址
6 isdefault_types Integer 是否默认地址
7 insert_time Date 添加时间
8 update_time Date 修改时间
9 create_time Date 创建时间

表4.2仓库表

序号 列名 数据类型 说明 允许空
1 Id Int id
2 cangku_name String 仓库名称
3 cangku_uuid_number String 仓库编号
4 cangku_photo String 仓库照片
5 cangku_address String 仓库地点
6 cangku_types Integer 仓库类型
7 cangku_content String 仓库介绍
8 cangku_delete Integer 逻辑删除
9 insert_time Date 录入时间
10 create_time Date 创建时间

表4.3反馈信息表

序号 列名 数据类型 说明 允许空
1 Id Int id
2 yonghu_id Integer 提问用户
3 chat_issue String 问题
4 issue_time Date 问题时间
5 chat_reply String 回复
6 reply_time Date 回复时间
7 zhuangtai_types Integer 状态
8 chat_types Integer 数据类型
9 insert_time Date 创建时间

表4.4车辆表

序号 列名 数据类型 说明 允许空
1 Id Int id
2 cheliang_name String 车辆名称
3 cheliang_uuid_number String 车辆编号
4 cheliang_photo String 车辆照片
5 cheliang_paizhao String 车辆牌照
6 cheliang_types Integer 车辆类型
7 cheliang_content String 车辆介绍
8 cheliang_delete Integer 逻辑删除
9 insert_time Date 录入时间
10 create_time Date 创建时间

表4.5字典表

序号 列名 数据类型 说明 允许空
1 Id Int id
2 dic_code String 字段
3 dic_name String 字段名
4 code_index Integer 编码
5 index_name String 编码名字
6 super_id Integer 父字段id
7 beizhu String 备注
8 create_time Date 创建时间

表4.6公告表

序号 列名 数据类型 说明 允许空
1 Id Int id
2 gonggao_name String 公告名称
3 gonggao_photo String 公告图片
4 gonggao_types Integer 公告类型
5 insert_time Date 发布时间
6 gonggao_content String 公告详情
7 create_time Date 创建时间

表4.7货物表

序号 列名 数据类型 说明 允许空
1 Id Int id
2 shangpin_order_id Integer 商家
3 huowu_name String 货物名称
4 huowu_uuid_number String 货物编号
5 huowu_types Integer 货物类型
6 huowu_content String 货物介绍
7 huowu_delete Integer 逻辑删除
8 insert_time Date 录入时间
9 create_time Date 创建时间

表4.8商品表

序号 列名 数据类型 说明 允许空
1 Id Int id
2 cangku_id Integer 仓库
3 shangpin_name String 商品名称
4 shangpin_uuid_number String 商品编号
5 shangpin_photo String 商品照片
6 shangpin_types Integer 商品类型
7 shangpin_kucun_number Integer 商品库存
8 shangpin_new_money BigDecimal 现价/积分
9 shangpin_content String 商品介绍
10 shangxia_types Integer 是否上架
11 shangpin_delete Integer 逻辑删除
12 insert_time Date 录入时间
13 create_time Date 创建时间

表4.9出入库表

序号 列名 数据类型 说明 允许空
1 Id Int id
2 shangpin_churu_inout_uuid_number String 出入库流水号
3 shangpin_churu_inout_name String 出入库名称
4 shangpin_churu_inout_types Integer 出入库类型
5 shangpin_churu_inout_content String 备注
6 insert_time Date 添加时间
7 create_time Date 创建时间

表4.10出入库详情表

序号 列名 数据类型 说明 允许空
1 Id Int id
2 shangpin_churu_inout_id Integer 出入库
3 shangpin_id Integer 商品
4 cangku_id Integer 仓库
5 shangpin_churu_inout_list_number Integer 操作数量
6 insert_time Date 操作时间
7 create_time Date 创建时间

表4.11商品收藏表

序号 列名 数据类型 说明 允许空
1 Id Int id
2 shangpin_id Integer 商品
3 yonghu_id Integer 用户
4 shangpin_collection_types Integer 类型
5 insert_time Date 收藏时间
6 create_time Date 创建时间

表4.12商品订单表

序号 列名 数据类型 说明 允许空
1 Id Int id
2 shangpin_order_uuid_number String 订单编号
3 address_id Integer 收货地址
4 shangpin_id Integer 商品
5 cheliang_id Integer 车辆
6 siji_id Integer 司机
7 yonghu_id Integer 用户
8 buy_number Integer 购买数量
9 shangpin_order_true_price BigDecimal 实付价格
10 shangpin_order_types Integer 订单类型
11 insert_time Date 订单创建时间
12 create_time Date 创建时间

表4.13司机表

序号 列名 数据类型 说明 允许空
1 Id Int id
2 siji_uuid_number String 司机编号
3 siji_name String 司机姓名
4 siji_phone String 司机手机号
5 siji_id_number String 司机身份证号
6 siji_photo String 司机头像
7 sex_types Integer 性别
8 siji_email String 司机邮箱
9 create_time Date 创建时间

表4.14用户表

序号 列名 数据类型 说明 允许空
1 Id Int id
2 yonghu_uuid_number String 用户编号
3 yonghu_name String 用户姓名
4 yonghu_phone String 用户手机号
5 yonghu_id_number String 用户身份证号
6 yonghu_photo String 用户头像
7 new_money BigDecimal 余额
8 yonghu_email String 用户邮箱
9 create_time Date 创建时间

表4.15员工表

序号 列名 数据类型 说明 允许空
1 Id Int id
2 yuangong_uuid_number String 员工编号
3 yuangong_name String 员工姓名
4 yuangong_phone String 员工手机号
5 yuangong_id_number String 员工身份证号
6 yuangong_photo String 员工头像
7 yuangong_email String 员工邮箱
8 create_time Date 创建时间

表4.16管理员表

序号 列名 数据类型 说明 允许空
1 Id Int id
2 username String 儿童名
3 password String 密码
4 role String 角色
5 addtime Date 新增时间

第5章 系统实现

编程人员在搭建的开发环境中,会让各种编程技术一起呈现出最终效果。本节就展示关键部分的页面效果。

5.1 管理员功能实现

5.1.1 商品订单管理

图5.1 即为编码实现的商品订单管理界面,管理员在商品订单管理界面中可以对界面中显示,可以对商品订单信息的商品订单状态进行查看,可以添加新的商品订单信息等。

图5.1 商品订单管理界面

5.1.2 运输管理

图5.2 即为编码实现的运输管理界面,管理员在运输管理界面中查看运输种类信息,运输描述信息,新增运输信息等。

图5.2 运输管理界面

5.1.3 公告管理

图5.3 即为编码实现的公告管理界面,管理员在公告管理界面中新增公告,可以删除公告。

图5.3 公告管理界面

5.1.4 公告类型管理

图5.4 即为编码实现的公告类型管理界面,管理员在公告类型管理界面查看公告的工作状态,可以对公告的数据进行导出,可以添加新公告的信息,可以编辑公告信息,删除公告信息。

图5.4 公告类型管理界面

5.2 用户功能实现

<code>5.2.1 商品订单

图5.2.1 即为编码实现的商品订单界面,

图5.2.1 商品订单管理界面

5.2.2 运输

图5.2 即为编码实现的运输界面。

图5.2.2 运输管理界面

5.1.3 公告

图5.3 即为编码实现的公告管理界面。

图5.2.3 公告管理界面

5.1.4 公告类型

图5.4 即为编码实现的公告类型管理界面。

图5.2.4 公告类型管理界面

StringUtil.java

<code>package com.utils;

public class StringUtil {

public static boolean isEmpty(String s){

if(s==null || s.equals("") || s.equals("null")){

return true;

}

return false;

}

public static boolean isNotEmpty(String s){

return !StringUtil.isEmpty(s);

}

}

ShangpinCollectionServiceImpl.java

package com.service.impl;

import com.utils.StringUtil;

import com.service.DictionaryService;

import com.utils.ClazzDiff;

import org.springframework.beans.BeanUtils;

import org.springframework.beans.factory.annotation.Autowired;

import org.springframework.stereotype.Service;

import java.lang.reflect.Field;

import java.util.*;

import com.baomidou.mybatisplus.plugins.Page;

import com.baomidou.mybatisplus.service.impl.ServiceImpl;

import org.springframework.transaction.annotation.Transactional;

import com.utils.PageUtils;

import com.utils.Query;

import org.springframework.web.context.ContextLoader;

import javax.servlet.ServletContext;

import javax.servlet.http.HttpServletRequest;

import org.springframework.lang.Nullable;

import org.springframework.util.Assert;

import com.dao.ShangpinCollectionDao;

import com.entity.ShangpinCollectionEntity;

import com.service.ShangpinCollectionService;

import com.entity.view.ShangpinCollectionView;

/**

* 商品收藏 服务实现类

*/

@Service("shangpinCollectionService")

@Transactional

public class ShangpinCollectionServiceImpl extends ServiceImpl<ShangpinCollectionDao, ShangpinCollectionEntity> implements ShangpinCollectionService {

@Override

public PageUtils queryPage(Map<String,Object> params) {

Page<ShangpinCollectionView> page =new Query<ShangpinCollectionView>(params).getPage();

page.setRecords(baseMapper.selectListView(page,params));

return new PageUtils(page);

}

}

CheliangServiceImpl.java

package com.service.impl;

import com.utils.StringUtil;

import com.service.DictionaryService;

import com.utils.ClazzDiff;

import org.springframework.beans.BeanUtils;

import org.springframework.beans.factory.annotation.Autowired;

import org.springframework.stereotype.Service;

import java.lang.reflect.Field;

import java.util.*;

import com.baomidou.mybatisplus.plugins.Page;

import com.baomidou.mybatisplus.service.impl.ServiceImpl;

import org.springframework.transaction.annotation.Transactional;

import com.utils.PageUtils;

import com.utils.Query;

import org.springframework.web.context.ContextLoader;

import javax.servlet.ServletContext;

import javax.servlet.http.HttpServletRequest;

import org.springframework.lang.Nullable;

import org.springframework.util.Assert;

import com.dao.CheliangDao;

import com.entity.CheliangEntity;

import com.service.CheliangService;

import com.entity.view.CheliangView;

/**

* 车辆 服务实现类

*/

@Service("cheliangService")

@Transactional

public class CheliangServiceImpl extends ServiceImpl<CheliangDao, CheliangEntity> implements CheliangService {

@Override

public PageUtils queryPage(Map<String,Object> params) {

Page<CheliangView> page =new Query<CheliangView>(params).getPage();

page.setRecords(baseMapper.selectListView(page,params));

return new PageUtils(page);

}

}

list.vue

<template>

<div class="main-content">code>

<!-- 列表页 -->

<div v-if="showFlag">code>

<el-form :inline="true" :model="searchForm" class="form-content">code>

<el-row :gutter="20" class="slt" :style="{justifyContent:contents.searchBoxPosition=='1'?'flex-start':contents.searchBoxPosition=='2'?'center':'flex-end'}">code>

<el-form-item label="商品类型">code>

<el-input prefix-icon="el-icon-search" v-model="searchForm.indexNameSearch" placeholder="商品类型" clearable></el-input>code>

</el-form-item>

<el-form-item>

<el-button icon="el-icon-search" type="success" @click="search()">查询</el-button>code>

</el-form-item>

</el-row>

<el-row class="ad" :style="{justifyContent:contents.btnAdAllBoxPosition=='1'?'flex-start':contents.btnAdAllBoxPosition=='2'?'center':'flex-end'}">code>

<el-form-item>

<el-button

v-if="isAuth('dictionaryShangpin','新增')"code>

type="success"code>

icon="el-icon-plus"code>

@click="addOrUpdateHandler()"code>

>新增</el-button>

<el-button

v-if="isAuth('dictionaryShangpin','删除')"code>

:disabled="dataListSelections.length <= 0"code>

type="danger"code>

icon="el-icon-delete"code>

@click="deleteHandler()"code>

>删除</el-button>

</el-form-item>

</el-row>

</el-form>

<div class="table-content">code>

<el-table class="tables" :size="contents.tableSize" :show-header="contents.tableShowHeader"code>

:header-row-style="headerRowStyle" :header-cell-style="headerCellStyle"code>

:border="contents.tableBorder"code>

:fit="contents.tableFit"code>

:stripe="contents.tableStripe"code>

:row-style="rowStyle"code>

:cell-style="cellStyle"code>

:style="{width: '100%',fontSize:contents.tableContentFontSize,color:contents.tableContentFontColor}"code>

v-if="isAuth('dictionaryShangpin','查看')"code>

:data="dataList"code>

v-loading="dataListLoading"code>

@selection-change="selectionChangeHandler">code>

<el-table-column v-if="contents.tableSelection"code>

type="selection"code>

header-align="center"code>

align="center"code>

width="50">code>

</el-table-column>

<el-table-column label="索引" v-if="contents.tableIndex" type="index" width="50" />code>

<el-table-column :sortable="contents.tableSortable" :align="contents.tableAlign"code>

prop="codeIndex"code>

header-align="center"code>

label="商品类型编码">code>

<template slot-scope="scope">code>

{ {scope.row.codeIndex}}

</template>

</el-table-column>

<el-table-column :sortable="contents.tableSortable" :align="contents.tableAlign"code>

prop="indexName"code>

header-align="center"code>

label="商品类型名称">code>

<template slot-scope="scope">code>

{ {scope.row.indexName}}

</template>

</el-table-column>

<!--<el-table-column :sortable="contents.tableSortable" :align="contents.tableAlign"code>

prop="beizhu"code>

header-align="center"code>

label="备注">code>

<template slot-scope="scope">code>

{ {scope.row.beizhu}}

</template>

</el-table-column>-->

<el-table-column width="300" :align="contents.tableAlign"code>

header-align="center"code>

label="操作">code>

<template slot-scope="scope">code>

<el-button v-if="isAuth('dictionaryShangpin','查看')" type="success" icon="el-icon-tickets" size="mini" @click="addOrUpdateHandler(scope.row.id,'info')">详情</el-button>code>

<el-button v-if="isAuth('dictionaryShangpin','修改')" type="primary" icon="el-icon-edit" size="mini" @click="addOrUpdateHandler(scope.row.id)">修改</el-button>code>

<el-button v-if="isAuth('dictionaryShangpin','删除')" type="danger" icon="el-icon-delete" size="mini" @click="deleteHandler(scope.row.id)">删除</el-button>code>

</template>

</el-table-column>

</el-table>

<el-pagination

clsss="pages"code>

:layout="layouts"code>

@size-change="sizeChangeHandle"code>

@current-change="currentChangeHandle"code>

:current-page="pageIndex"code>

:page-sizes="[10, 20, 50, 100]"code>

:page-size="Number(contents.pageEachNum)"code>

:total="totalPage"code>

:small="contents.pageStyle"code>

class="pagination-content"code>

:background="contents.pageBtnBG"code>

:style="{textAlign:contents.pagePosition==1?'left':contents.pagePosition==2?'center':'right'}"code>

></el-pagination>

</div>

</div>

<!-- 添加/修改页面 将父组件的search方法传递给子组件-->

<add-or-update v-if="addOrUpdateFlag" :parent="this" ref="addOrUpdate"></add-or-update>code>

</div>

</template>

<script>

import AddOrUpdate from "./add-or-update";

import styleJs from "../../../utils/style.js";

export default {

data() {

return {

searchForm: {

key: ""

},

form:{},

dataList: [],

pageIndex: 1,

pageSize: 10,

totalPage: 0,

dataListLoading: false,

dataListSelections: [],

showFlag: true,

sfshVisiable: false,

shForm: {},

chartVisiable: false,

addOrUpdateFlag:false,

contents:null,

layouts: '',

};

},

created() {

this.contents = styleJs.listStyle();

this.init();

this.getDataList();

this.contentStyleChange()

},

mounted() {

},

filters: {

htmlfilter: function (val) {

return val.replace(/<[^>]*>/g).replace(/undefined/g,'');

}

},

components: {

AddOrUpdate,

},

methods: {

contentStyleChange() {

this.contentSearchStyleChange()

this.contentBtnAdAllStyleChange()

this.contentSearchBtnStyleChange()

this.contentTableBtnStyleChange()

this.contentPageStyleChange()

},

contentSearchStyleChange() {

this.$nextTick(()=>{

document.querySelectorAll('.form-content .slt .el-input__inner').forEach(el=>{

let textAlign = 'left'

if(this.contents.inputFontPosition == 2) textAlign = 'center'

if(this.contents.inputFontPosition == 3) textAlign = 'right'

el.style.textAlign = textAlign

el.style.height = this.contents.inputHeight

el.style.lineHeight = this.contents.inputHeight

el.style.color = this.contents.inputFontColor

el.style.fontSize = this.contents.inputFontSize

el.style.borderWidth = this.contents.inputBorderWidth

el.style.borderStyle = this.contents.inputBorderStyle

el.style.borderColor = this.contents.inputBorderColor

el.style.borderRadius = this.contents.inputBorderRadius

el.style.backgroundColor = this.contents.inputBgColor

})

if(this.contents.inputTitle) {

document.querySelectorAll('.form-content .slt .el-form-item__label').forEach(el=>{

el.style.color = this.contents.inputTitleColor

el.style.fontSize = this.contents.inputTitleSize

el.style.lineHeight = this.contents.inputHeight

})

}

setTimeout(()=>{

document.querySelectorAll('.form-content .slt .el-input__prefix').forEach(el=>{

el.style.color = this.contents.inputIconColor

el.style.lineHeight = this.contents.inputHeight

})

document.querySelectorAll('.form-content .slt .el-input__suffix').forEach(el=>{

el.style.color = this.contents.inputIconColor

el.style.lineHeight = this.contents.inputHeight

})

document.querySelectorAll('.form-content .slt .el-input__icon').forEach(el=>{

el.style.lineHeight = this.contents.inputHeight

})

},10)

})

},

// 搜索按钮

contentSearchBtnStyleChange() {

this.$nextTick(()=>{

document.querySelectorAll('.form-content .slt .el-button--success').forEach(el=>{

el.style.height = this.contents.searchBtnHeight

el.style.color = this.contents.searchBtnFontColor

el.style.fontSize = this.contents.searchBtnFontSize

el.style.borderWidth = this.contents.searchBtnBorderWidth

el.style.borderStyle = this.contents.searchBtnBorderStyle

el.style.borderColor = this.contents.searchBtnBorderColor

el.style.borderRadius = this.contents.searchBtnBorderRadius

el.style.backgroundColor = this.contents.searchBtnBgColor

})

})

},

// 新增、批量删除

contentBtnAdAllStyleChange() {

this.$nextTick(()=>{

document.querySelectorAll('.form-content .ad .el-button--success').forEach(el=>{

el.style.height = this.contents.btnAdAllHeight

el.style.color = this.contents.btnAdAllAddFontColor

el.style.fontSize = this.contents.btnAdAllFontSize

el.style.borderWidth = this.contents.btnAdAllBorderWidth

el.style.borderStyle = this.contents.btnAdAllBorderStyle

el.style.borderColor = this.contents.btnAdAllBorderColor

el.style.borderRadius = this.contents.btnAdAllBorderRadius

el.style.backgroundColor = this.contents.btnAdAllAddBgColor

})

document.querySelectorAll('.form-content .ad .el-button--danger').forEach(el=>{

el.style.height = this.contents.btnAdAllHeight

el.style.color = this.contents.btnAdAllDelFontColor

el.style.fontSize = this.contents.btnAdAllFontSize

el.style.borderWidth = this.contents.btnAdAllBorderWidth

el.style.borderStyle = this.contents.btnAdAllBorderStyle

el.style.borderColor = this.contents.btnAdAllBorderColor

el.style.borderRadius = this.contents.btnAdAllBorderRadius

el.style.backgroundColor = this.contents.btnAdAllDelBgColor

})

document.querySelectorAll('.form-content .ad .el-button--warning').forEach(el=>{

el.style.height = this.contents.btnAdAllHeight

el.style.color = this.contents.btnAdAllWarnFontColor

el.style.fontSize = this.contents.btnAdAllFontSize

el.style.borderWidth = this.contents.btnAdAllBorderWidth

el.style.borderStyle = this.contents.btnAdAllBorderStyle

el.style.borderColor = this.contents.btnAdAllBorderColor

el.style.borderRadius = this.contents.btnAdAllBorderRadius

el.style.backgroundColor = this.contents.btnAdAllWarnBgColor

})

})

},

// 表格

rowStyle({ row, rowIndex}) {

if (rowIndex % 2 == 1) {

if(this.contents.tableStripe) {

return {color:this.contents.tableStripeFontColor}

}

} else {

return ''

}

},

cellStyle({ row, rowIndex}){

if (rowIndex % 2 == 1) {

if(this.contents.tableStripe) {

return {backgroundColor:this.contents.tableStripeBgColor}

}

} else {

return ''

}

},

headerRowStyle({ row, rowIndex}){

return {color: this.contents.tableHeaderFontColor}

},

headerCellStyle({ row, rowIndex}){

return {backgroundColor: this.contents.tableHeaderBgColor}

},

// 表格按钮

contentTableBtnStyleChange(){

},

// 分页

contentPageStyleChange(){

let arr = []

if(this.contents.pageTotal) arr.push('total')

if(this.contents.pageSizes) arr.push('sizes')

if(this.contents.pagePrevNext){

arr.push('prev')

if(this.contents.pagePager) arr.push('pager')

arr.push('next')

}

if(this.contents.pageJumper) arr.push('jumper')

this.layouts = arr.join()

this.contents.pageEachNum = 10

},

init () {

},

search() {

this.pageIndex = 1;

this.getDataList();

},

// 获取数据列表

getDataList() {

this.dataListLoading = true;

let params = {

page: this.pageIndex,

limit: this.pageSize,

sort: 'id',

}

if(this.searchForm.indexNameSearch!='' && this.searchForm.indexNameSearch!=undefined){

params['indexName'] = this.searchForm.indexNameSearch

}

//本表的

params['dicCode'] = "shangpin_types"//编码名字

params['dicName'] = "商品类型",//汉字名字

this.$http({

url: "dictionary/page",

method: "get",

params: params

}).then(({ data }) => {

if (data && data.code === 0) {

this.dataList = data.data.list;

this.totalPage = data.data.total;

} else {

this.dataList = [];

this.totalPage = 0;

}

this.dataListLoading = false;

});

},

// 每页数

sizeChangeHandle(val) {

this.pageSize = val;

this.pageIndex = 1;

this.getDataList();

},

// 当前页

currentChangeHandle(val) {

this.pageIndex = val;

this.getDataList();

},

// 多选

selectionChangeHandler(val) {

this.dataListSelections = val;

},

// 添加/修改

addOrUpdateHandler(id,type) {

this.showFlag = false;

this.addOrUpdateFlag = true;

this.crossAddOrUpdateFlag = false;

if(type!='info'){

type = 'else';

}

this.$nextTick(() => {

this.$refs.addOrUpdate.init(id,type);

});

},

// 删除

deleteHandler(id) {

var ids = id

? [Number(id)]

: this.dataListSelections.map(item => {

return Number(item.id);

});

this.$confirm(`确定进行[${id ? "删除" : "批量删除"}]操作?`, "提示", {

confirmButtonText: "确定",

cancelButtonText: "取消",

type: "warning"

}).then(() => {

this.$http({

url: "dictionary/delete",

method: "post",

data: ids

}).then(({ data }) => {

if (data && data.code === 0) {

this.$message({

message: "操作成功",

type: "success",

duration: 1500,

onClose: () => {

this.search();

}

});

} else {

this.$message.error(data.msg);

}

});

});

},

}

};

</script>

<style lang="scss" scoped>code>

.slt {

margin: 0 !important;

display: flex;

}

.ad {

margin: 0 !important;

display: flex;

}

.pages {

& /deep/ el-pagination__sizes{

& /deep/ el-input__inner {

height: 22px;

line-height: 22px;

}

}

}

.el-button+.el-button {

margin:0;

}

.tables {

& /deep/ .el-button--success {

height: 40px;

color: #333;

font-size: 14px;

border-width: 2px;

border-style: dashed ;

border-color: rgba(255, 255, 255, 1);

border-radius: 20px;

background-color: var(--publicSubColor);

}

& /deep/ .el-button--primary {

height: 40px;

color: #333;

font-size: 14px;

border-width: 2px;

border-style: dashed ;

border-color: rgba(255, 255, 255, 1);

border-radius: 20px;

background-color: var(--publicSubColor);

}

& /deep/ .el-button--danger {

height: 40px;

color: #333;

font-size: 14px;

border-width: 2px;

border-style: dashed ;

border-color: rgba(255, 255, 255, 1);

border-radius: 20px;

background-color: var(--publicSubColor);

}

& /deep/ .el-button {

margin: 4px;

}

}

.form-content {

background: transparent;

}

.table-content {

background: transparent;

}

.tables /deep/ .el-table__body tr {

background-color: rgba(255, 255, 255, 1) !important;

color: rgba(92, 93, 95, 1) !important;

}

.tables /deep/ .el-table__body tr.el-table__row--striped td {

background: transparent;

}

.tables /deep/ .el-table__body tr.el-table__row--striped {

background-color: #F5F7FA !important;

color: #606266 !important;

}

.tables /deep/ .el-table__body tr:hover>td {

background-color: #f5f5f5 !important;

color: #333 !important;

}</style>

声明

本博客适用于广泛的学术和教育用途,包括但不限于个人学习、开发设计,产品设计。仅供学习参考,旨在为读者提供深入理解和学术研究的材料。



声明

本文内容仅代表作者观点,或转载于其他网站,本站不以此文作为商业用途
如有涉及侵权,请联系本站进行删除
转载本站原创文章,请注明来源及作者。