实例介绍
系统功能基本要求 : 1. 系统管理 功能是管理登录系统的用户。要进行用户权限设置,在权限范围内可以进行用户的添加、删除和修改,包括用户密码和用户权限的更改 2. 基础数据管理 设置和维护员工、车辆的编码与名称的对应关系 3. 公司内部信息管理 功能是设置和管理与业务相关的员工信息数据和车辆数据。向全部员工提供查询功能,在权限范围内可以进行数据的添加、删除和修改 4. 业务信息管理 对应于物流公司的业务过程,包括客户验收记录、货物运送管理和员工信息管理等功能 5.excel导入导出, 有数据库,可运行,界面很好,注释详细
【实例截图】
【核心代码】
物流配送中心管理系统
`-- 物流配送中心管理系统
`-- 110620316-l刘强-物流配送中心管理系统
|-- Distribution_Manage_System
| |-- Distribution_Manage_System
| | |-- App.config
| | |-- DBHelper.cs
| | |-- Distribution_Manage_System.csproj
| | |-- Program.cs
| | |-- Properties
| | | |-- AssemblyInfo.cs
| | | |-- Resources.Designer.cs
| | | |-- Resources.resx
| | | |-- Settings.Designer.cs
| | | `-- Settings.settings
| | |-- addcar.Designer.cs
| | |-- addcar.cs
| | |-- addcar.resx
| | |-- addgoods.Designer.cs
| | |-- addgoods.cs
| | |-- addgoods.resx
| | |-- addprovider.Designer.cs
| | |-- addprovider.cs
| | |-- addprovider.resx
| | |-- addstaff.Designer.cs
| | |-- addstaff.cs
| | |-- addstaff.resx
| | |-- addtrader.Designer.cs
| | |-- addtrader.cs
| | |-- addtrader.resx
| | |-- assignright.Designer.cs
| | |-- assignright.cs
| | |-- assignright.resx
| | |-- bin
| | | |-- Debug
| | | | |-- Distribution_Manage_System.exe
| | | | |-- Distribution_Manage_System.exe.config
| | | | |-- Distribution_Manage_System.pdb
| | | | |-- Distribution_Manage_System.vshost.exe
| | | | |-- Distribution_Manage_System.vshost.exe.config
| | | | `-- Distribution_Manage_System.vshost.exe.manifest
| | | `-- Interop.Excel.dll
| | |-- cardetail.Designer.cs
| | |-- cardetail.cs
| | |-- cardetail.resx
| | |-- common.cs
| | |-- help.cs
| | |-- login.Designer.cs
| | |-- login.cs
| | |-- login.resx
| | |-- main.Designer.cs
| | |-- main.cs
| | |-- main.resx
| | |-- modifyPwd.Designer.cs
| | |-- modifyPwd.cs
| | |-- modifyPwd.resx
| | |-- newuser.Designer.cs
| | |-- newuser.cs
| | |-- newuser.resx
| | |-- obj
| | | `-- Debug
| | | |-- DesignTimeResolveAssemblyReferences.cache
| | | |-- DesignTimeResolveAssemblyReferencesInput.cache
| | | |-- Distribution_Manage_System.Properties.Resources.resources
| | | |-- Distribution_Manage_System.addcar.resources
| | | |-- Distribution_Manage_System.addgoods.resources
| | | |-- Distribution_Manage_System.addprovider.resources
| | | |-- Distribution_Manage_System.addstaff.resources
| | | |-- Distribution_Manage_System.addtrader.resources
| | | |-- Distribution_Manage_System.assignright.resources
| | | |-- Distribution_Manage_System.cardetail.resources
| | | |-- Distribution_Manage_System.csproj.FileListAbsolute.txt
| | | |-- Distribution_Manage_System.csproj.GenerateResource.Cache
| | | |-- Distribution_Manage_System.csprojResolveAssemblyReference.cache
| | | |-- Distribution_Manage_System.exe
| | | |-- Distribution_Manage_System.login.resources
| | | |-- Distribution_Manage_System.main.resources
| | | |-- Distribution_Manage_System.modifyPwd.resources
| | | |-- Distribution_Manage_System.newuser.resources
| | | |-- Distribution_Manage_System.pdb
| | | |-- Distribution_Manage_System.postwaybill.resources
| | | |-- Distribution_Manage_System.providerdetail.resources
| | | |-- Distribution_Manage_System.search_car.resources
| | | |-- Distribution_Manage_System.search_product.resources
| | | |-- Distribution_Manage_System.search_provider.resources
| | | |-- Distribution_Manage_System.search_staff.resources
| | | |-- Distribution_Manage_System.search_trader.resources
| | | |-- Distribution_Manage_System.search_waybill.resources
| | | |-- Distribution_Manage_System.staffdetail.resources
| | | |-- Distribution_Manage_System.traderdetail.resources
| | | |-- Distribution_Manage_System.updateproduct.resources
| | | |-- Distribution_Manage_System.user_rights_assignment.resources
| | | |-- TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
| | | |-- TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
| | | `-- TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
| | |-- postwaybill.Designer.cs
| | |-- postwaybill.cs
| | |-- postwaybill.resx
| | |-- providerdetail.Designer.cs
| | |-- providerdetail.cs
| | |-- providerdetail.resx
| | |-- search_car.Designer.cs
| | |-- search_car.cs
| | |-- search_car.resx
| | |-- search_product.Designer.cs
| | |-- search_product.cs
| | |-- search_product.resx
| | |-- search_provider.Designer.cs
| | |-- search_provider.cs
| | |-- search_provider.resx
| | |-- search_staff.Designer.cs
| | |-- search_staff.cs
| | |-- search_staff.resx
| | |-- search_trader.Designer.cs
| | |-- search_trader.cs
| | |-- search_trader.resx
| | |-- search_waybill.Designer.cs
| | |-- search_waybill.cs
| | |-- search_waybill.resx
| | |-- staffdetail.Designer.cs
| | |-- staffdetail.cs
| | |-- staffdetail.resx
| | |-- traderdetail.Designer.cs
| | |-- traderdetail.cs
| | |-- traderdetail.resx
| | |-- updateproduct.Designer.cs
| | |-- updateproduct.cs
| | |-- updateproduct.resx
| | |-- user_rights_assignment.Designer.cs
| | |-- user_rights_assignment.cs
| | `-- user_rights_assignment.resx
| |-- Distribution_Manage_System.sln
| `-- Distribution_Manage_System.v11.suo
`-- database
|-- logistics_system.mdf
`-- logistics_system_log.ldf
10 directories, 125 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论