嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 4 元微信扫码支付:4 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
大型工厂ERP系统源码
源码包含系统的基本权限;物料BOM结构;核心拆分BOM算法,生产计划等常见的工厂通用ERP核心模块。源码干净整洁,如果需要开发工厂ERP,此版代码绝对让你豁然开朗
这是一个干净整洁ERP的核心模块,包含了系统权限,物料信息管理、BOM的拆分、生产计划、库存查询等系统功能。开发者可以在此基础上为自己的开发进行扩展。
系统设置:部门管理、角色管理、菜单管理、用户管理、系统信息、操作记录
元数据设置
物资管理:物资盘点、物资信息、物资BOM
生产业务:生产计划
仓库管理:库存查询
内容模块
图片模块
内容单页
数据库:SQL2008R2
开发工具: VS2017
.
├── 20220118.sql
├── BLL
│ ├── BLL.csproj
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ ├── ly_bm0031.cs
│ ├── ly_category.cs
│ ├── ly_ck.cs
│ ├── ly_dw.cs
│ ├── ly_firststyle.cs
│ ├── ly_inma0010.cs
│ ├── ly_material_plan_detail.cs
│ ├── ly_material_plan_explode.cs
│ ├── ly_material_plan_main.cs
│ ├── ly_operdpt.cs
│ ├── ly_plan_getmaterial.cs
│ ├── ly_sort.cs
│ ├── ly_status.cs
│ ├── ly_store_in.cs
│ ├── ly_store_out.cs
│ ├── obj
│ │ ├── Debug
│ │ └── Release
│ ├── tAbout.cs
│ ├── tArticle.cs
│ ├── tArticleType.cs
│ ├── tDepartMent.cs
│ ├── tLink.cs
│ ├── tLinkType.cs
│ ├── tMenu.cs
│ ├── tPicture.cs
│ ├── tPictureType.cs
│ ├── tRole.cs
│ ├── tRoleMenu.cs
│ ├── tSet.cs
│ ├── tSysLog.cs
│ └── tUsers.cs
├── Common
│ ├── Common.csproj
│ ├── ConfigHelper.cs
│ ├── DataCache.cs
│ ├── PageValidate.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ └── obj
│ ├── Debug
│ └── Release
├── DAL
│ ├── DAL.csproj
│ ├── DAL.csproj.user
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ ├── ly_bm0031.cs
│ ├── ly_category.cs
│ ├── ly_ck.cs
│ ├── ly_dw.cs
│ ├── ly_firststyle.cs
│ ├── ly_inma0010.cs
│ ├── ly_material_plan_detail.cs
│ ├── ly_material_plan_explode.cs
│ ├── ly_material_plan_main.cs
│ ├── ly_operdpt.cs
│ ├── ly_plan_getmaterial.cs
│ ├── ly_sort.cs
│ ├── ly_status.cs
│ ├── ly_store_in.cs
│ ├── ly_store_out.cs
│ ├── obj
│ │ ├── Debug
│ │ └── Release
│ ├── tAbout.cs
│ ├── tArticle.cs
│ ├── tArticleType.cs
│ ├── tDepartMent.cs
│ ├── tLink.cs
│ ├── tLinkType.cs
│ ├── tMenu.cs
│ ├── tPicture.cs
│ ├── tPictureType.cs
│ ├── tRole.cs
│ ├── tRoleMenu.cs
│ ├── tSet.cs
│ ├── tSysLog.cs
│ └── tUsers.cs
├── DBUtility
│ ├── CommandInfo.cs
│ ├── DBUtility.csproj
│ ├── DESEncrypt.cs
│ ├── DbHelperSQL.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── PubConstant.cs
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ └── obj
│ ├── Debug
│ └── Release
├── Model
│ ├── Model.csproj
│ ├── Model.csproj.user
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ ├── ly_bm0031.cs
│ ├── ly_category.cs
│ ├── ly_ck.cs
│ ├── ly_dw.cs
│ ├── ly_firststyle.cs
│ ├── ly_inma0010.cs
│ ├── ly_material_plan_detail.cs
│ ├── ly_material_plan_explode.cs
│ ├── ly_material_plan_main.cs
│ ├── ly_operdpt.cs
│ ├── ly_plan_getmaterial.cs
│ ├── ly_sort.cs
│ ├── ly_status.cs
│ ├── ly_store_in.cs
│ ├── ly_store_out.cs
│ ├── obj
│ │ ├── Debug
│ │ └── Release
│ ├── tAbout.cs
│ ├── tArticle.cs
│ ├── tArticleType.cs
│ ├── tDepartMent.cs
│ ├── tLink.cs
│ ├── tLinkType.cs
│ ├── tMenu.cs
│ ├── tPicture.cs
│ ├── tPictureType.cs
│ ├── tRole.cs
│ ├── tRoleMenu.cs
│ ├── tSet.cs
│ ├── tSysLog.cs
│ └── tUsers.cs
├── NewProDev
│ ├── Admin
│ │ ├── ArtType
│ │ ├── Articles
│ │ ├── Bom
│ │ ├── DptMent
│ │ ├── Item
│ │ ├── Link
│ │ ├── LinkType
│ │ ├── Login.aspx
│ │ ├── Login.aspx.cs
│ │ ├── Login.aspx.designer.cs
│ │ ├── Main.aspx
│ │ ├── Main.aspx.cs
│ │ ├── Main.aspx.designer.cs
│ │ ├── Menu
│ │ ├── PicType
│ │ ├── Picture
│ │ ├── Plan
│ │ ├── Role
│ │ ├── SinglePage
│ │ ├── Store
│ │ ├── UserInfo.aspx
│ │ ├── UserInfo.aspx.cs
│ │ ├── UserInfo.aspx.designer.cs
│ │ ├── Users
│ │ └── Web
│ ├── NewProDev.csproj
│ ├── NewProDev.csproj.user
│ ├── Newtonsoft.Json
│ │ ├── Net20
│ │ ├── Net35
│ │ ├── Net40
│ │ └── Net45
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── PublishProfiles
│ ├── Web.Debug.config
│ ├── Web.Release.config
│ ├── Web.config
│ ├── bin
│ │ ├── BLL.dll
│ │ ├── BLL.pdb
│ │ ├── Common.dll
│ │ ├── Common.pdb
│ │ ├── DAL.dll
│ │ ├── DAL.pdb
│ │ ├── DBUtility.dll
│ │ ├── DBUtility.pdb
│ │ ├── FineUIPro.dll
│ │ ├── Model.dll
│ │ ├── Model.pdb
│ │ ├── NewProDev.dll
│ │ ├── NewProDev.dll.config
│ │ ├── NewProDev.pdb
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ ├── captcha
│ │ ├── CaptchaImage.cs
│ │ ├── HHVCode.aspx
│ │ ├── HHVCode.aspx.cs
│ │ └── HHVCode.aspx.designer.cs
│ ├── code
│ │ └── PageBase.cs
│ ├── common
│ │ ├── themes.aspx
│ │ ├── themes.aspx.cs
│ │ └── themes.aspx.designer.cs
│ ├── obj
│ │ ├── Debug
│ │ └── Release
│ ├── res
│ │ ├── css
│ │ ├── icon
│ │ ├── images
│ │ ├── js
│ │ ├── languages
│ │ └── themes
│ ├── ueditor
│ │ ├── dialogs
│ │ ├── lang
│ │ ├── net
│ │ ├── themes
│ │ ├── third-party
│ │ ├── ueditor.all.js
│ │ ├── ueditor.all.min.js
│ │ ├── ueditor.config.js
│ │ ├── ueditor.parse.js
│ │ └── ueditor.parse.min.js
│ └── upload
│ └── blank.png
├── NewProDev.sln
├── 源码说明.txt
├── 好例子网_大型工厂ERP系统源码.rar
└── 数据库说明.txt
86 directories, 156 files