登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 计算机科学与技术 > 正文

基于web的港口物资管理系统设计与实现毕业论文

 2021-11-10 11:11  

论文总字数:31791字

摘 要

随着信息化技术和社会经济水平的发展,各个行业和互联网的联系越来越紧密,为提高自身的竞争力并在当今社会中更好的发展,港口物流企业都在寻找更好的发展模式。而对于港口物流来说,物资管理问题一直是一个难题,所以好的物资管理方式对于提高港口的发展尤为重要。调整物资管理的方式有很多,但是一个好的物资管理系统对物资管理的帮助无疑是巨大的。在港口管理中,物资管理是一个重要的组成部分,采购单和领料单是物资进出库的重要凭据,是对物资数量管理的重要凭借,所以一个好的港口物资对于采购单领料单这一块的内容一定是包括且为重点的。

本文研究的港口物资管理系统是以Hbuilder和IDEA为开发工具,使用Html、CSS、JS、JQuery和Java语言实现整体功能,通过前端网页用户进行操作,传入数据到后台进行判断并传回相应的信息在前端显示。系统整体采用SSM框架开发,基于港口物资管理现状,实现物资管理所需的基本功能。

论文总结了物资管理需求的必要性和研究的意义,重点介绍了设计的原理和实现方式以及主要功能。港口物资管理系统主要包括五个功能模块,分别为物资基础管理、物资计划管理、物资计划审批管理、物资进出库管理以及库存管理。其中物资计划审批管理为主要内容。论文最终实现的功能为部门主管可以创建相应的采购单或者领料单并对其进行修改、删除等操作,同时也可以进行相应的查询查看订单信息,经过审核后,相关的员工便可以根据订单进行物资采购,完成后更改库存数量,仓库管理员可以查看物资信息并且查看进出库订单。

本系统特色在于使用了SSM框架,通过Bootstrap实现了界面的响应式布局,使得界面可以适用于PC端和移动端。

关键词:港口物资管理系统;SSM框架;Bootstrap布局;IDEA;Java

Abstract

With the development of information technology and social and economic level, various industries and the Internet are getting closer and closer. In order to improve their own competitiveness and better development in today's society, port logistics companies are looking for better development models. For port logistics, the problem of material management has always been a problem, so a good material management method is particularly important for improving the development of the port. There are many ways to adjust material management, but the help of a good material management system for material management is undoubtedly huge. In port management, material management is an important component. Purchase orders and picking lists are important credentials for materials entering and leaving the warehouse, and an important means of managing the quantity of materials. The content of this piece must be included and focused.

The port material management system studied in this paper is based on Hbuilder and IDEA as development tools. It uses Html, CSS, JS, JQuery, and Java languages to realize the overall functions. It is operated by the front-end web user, and the data is passed to the background for judgment and returned to the corresponding The information is displayed on the front end. The system as a whole adopts the SSM framework to develop, based on the current situation of port material management, to achieve the basic functions required for material management.

The thesis summarizes the necessity of material management needs and the significance of the research, focusing on the design principles and implementation methods and main functions. The port material management system mainly includes five functional modules, namely material basic management, material plan management, material plan approval management, material in-out management and inventory management. Among them, material plan approval management is the main content. The final function of the theses is that the department head can create the corresponding purchase order or picking list and modify, delete, etc., and can also query and view the order information. After review, the relevant employees can follow the order Carry out material purchases and change the inventory quantity after completion. The warehouse administrator can view the material information and view the orders for entering and leaving the warehouse.

The characteristic of this system is that it uses the SSM framework, and realizes the responsive layout of the interface through Bootstrap, so that the interface can be applied to the PC and mobile terminals.

Key Words:Port material management system; SSM framework; Bootstrap layout; IDEA; Java

目录

摘 要 I

Abstract II

目录 I

第1章 绪论 1

1.1 课题研究背景及意义 1

1.2 研究现状分析 1

1.3 课题研究内容 2

1.4 论文结构概述 3

第2章 系统需求分析 4

2.1 系统概述 4

2.1.1 总体概述 4

3.1.2 用例描述 7

2.2 功能需求 11

2.3 设计约束 11

第3章 系统设计 12

3.1 功能模块设计 12

3.2 数据库设计 13

3.3 界面设计 15

3.4 系统设计疑难点 20

3.4.1 Bootstrap实现响应式布局 20

3.4.2 MVC架构和SSM框架实现整体 21

3.4.3 Ajax实现前后端数据传输 21

3.4.4 jQuery选择器实现的事件加载 22

第4章 系统实现与测试 23

4.1 登录模块 23

4.1.1功能界面 23

4.1.2具体实现 23

4.1.3功能测试 24

4.2 个人信息管理模块 25

4.2.功能界面 25

4.2.2具体实现 25

4.2.3功能测试 25

4.3 物资计划采购模块 26

4.3.1新建采购单 26

4.3.2管理采购单 28

4.3.3查询采购单 32

4.4 审核采购单模块 34

4.4.1审核采购单 34

4.4.2修改审核顺序 36

4.4.3查询审核记录 37

4.5处理采购单模块 39

4.5.1功能界面 39

4.5.2具体实现 40

4.5.3功能测试 41

4.6领料单模块 41

4.6.1新建领料单 41

4.6.2管理领料单 42

4.6.3查询领料单 44

5.6.4处理领料单 45

4.7库存管理模块 46

4.7.1新增库存物资 46

4.7.2查询库存物资 48

4.7.3进出库订单管理 48

第5章 结束语 51

参考文献 52

致谢 53

第1章 绪论

1.1 课题研究背景及意义

港口是停靠船只和运输货物、人员的地方,一般都靠近江、洋、海、河流、湖泊等书体处。自古以来便有海上运输作为贸易的大头,所以港口自然也是国际贸易的特殊结点。港口临近江河,是提供船只进出停泊以及货物装卸的地方。

近年来,我国海洋运输发展迅速,各大港口物资吞吐量一直在不断提高,物资量过大使得物资记录的账目多且复杂[11]。人工的统计常常会遇到一些困难,这成了各大港口码头的顽疾,严重影响了我国港口物资计费管理的发展。所以,一个好的物资管理系统是很有必要的。

请支付后下载全文,论文总字数:31791字

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图