在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → PDA仓库管理系统

PDA仓库管理系统

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:0.42M
  • 下载次数:54
  • 浏览次数:663
  • 发布时间:2020-09-08
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
公司使用的PDA售后仓库管理系统,包括商品退货签收,商品上下架,商品仓库查找,仓库盘点,商品批量下架,仓库包括一库一位,移库一库多为,更多功能可以自己看。完整代码。实用性更大,学习性也不错。使用该程序可以配合着PDA自动更新程序,这样每次发布新版本,就不要每个PDA重新部署程序。
【实例截图】
【核心代码】
PDA_System
├── mmb_system
│   ├── basc_info
│   │   ├── system_basc_info.cs
│   │   └── system_module_class.cs
│   ├── bin
│   │   └── Debug
│   │   ├── mmb_system.exe
│   │   └── mmb_system.pdb
│   ├── function
│   │   ├── 00.签收管理
│   │   │   ├── old_3C包裹签收.cs
│   │   │   ├── old_3C包裹签收.Designer.cs
│   │   │   ├── old_3C包裹签收.resx
│   │   │   ├── old_包裹签收.cs
│   │   │   ├── old_包裹签收.Designer.cs
│   │   │   ├── old_包裹签收.resx
│   │   │   ├── 包裹拒签.cs
│   │   │   ├── 包裹拒签.Designer.cs
│   │   │   ├── 包裹拒签.resx
│   │   │   ├── 包裹签收.cs
│   │   │   ├── 包裹签收.Designer.cs
│   │   │   └── 包裹签收.resx
│   │   ├── 01.仓库管理
│   │   │   ├── 10.上架管理
│   │   │   │   ├── 售后机上架.cs
│   │   │   │   ├── 售后机上架.Designer.cs
│   │   │   │   ├── 售后机上架.resx
│   │   │   │   ├── 客户机上架.cs
│   │   │   │   ├── 客户机上架.Designer.cs
│   │   │   │   └── 客户机上架.resx
│   │   │   └── 11.下架管理
│   │   │   ├── 售后机下架.cs
│   │   │   ├── 售后机下架.Designer.cs
│   │   │   ├── 售后机下架.resx
│   │   │   ├── 客户机单一下架.cs
│   │   │   ├── 客户机单一下架.Designer.cs
│   │   │   ├── 客户机单一下架.resx
│   │   │   ├── 客户机批量下架.cs
│   │   │   ├── 客户机批量下架.Designer.cs
│   │   │   └── 客户机批量下架.resx
│   │   ├── 02.3C检验临时库
│   │   │   ├── 下架管理.cs
│   │   │   ├── 下架管理.Designer.cs
│   │   │   ├── 下架管理.resx
│   │   │   ├── 售后查库位号.cs
│   │   │   ├── 售后查库位号.Designer.cs
│   │   │   ├── 售后查库位号.resx
│   │   │   ├── 库位查售后号.cs
│   │   │   ├── 库位查售后号.Designer.cs
│   │   │   ├── 库位查售后号.resx
│   │   │   ├── 批量下架管理.cs
│   │   │   ├── 批量下架管理.Designer.cs
│   │   │   ├── 批量下架管理.resx
│   │   │   ├── 物品交接.cs
│   │   │   ├── 物品交接.Designer.cs
│   │   │   ├── 物品交接.resx
│   │   │   ├── 通用入库.cs
│   │   │   ├── 通用入库.Designer.cs
│   │   │   └── 通用入库.resx
│   │   ├── 03.老款库存管理
│   │   │   ├── 3C入库管理.cs
│   │   │   ├── 3C入库管理.Designer.cs
│   │   │   ├── 3C入库管理.resx
│   │   │   ├── 3C出库管理.cs
│   │   │   ├── 3C出库管理.Designer.cs
│   │   │   ├── 3C出库管理.resx
│   │   │   ├── 3C库存查询.cs
│   │   │   ├── 3C库存查询.Designer.cs
│   │   │   ├── 3C库存查询.resx
│   │   │   ├── 库位管理.cs
│   │   │   ├── 库位管理.Designer.cs
│   │   │   └── 库位管理.resx
│   │   ├── 08.盘点工具
│   │   │   ├── 条码统计.cs
│   │   │   ├── 条码统计.Designer.cs
│   │   │   └── 条码统计.resx
│   │   ├── 09.系统管理
│   │   │   ├── 欢迎主界面.cs
│   │   │   ├── 欢迎主界面.Designer.cs
│   │   │   ├── 欢迎主界面.resx
│   │   │   ├── 系统版本.cs
│   │   │   ├── 系统版本.Designer.cs
│   │   │   ├── 系统版本.resx
│   │   │   ├── 系统说明.cs
│   │   │   ├── 系统说明.Designer.cs
│   │   │   └── 系统说明.resx
│   │   ├── 99.临时工具
│   │   │   ├── Q1工厂分类.cs
│   │   │   ├── Q1工厂分类.Designer.cs
│   │   │   ├── Q1工厂分类.resx
│   │   │   ├── 仓库上架管理.cs
│   │   │   ├── 仓库上架管理.Designer.cs
│   │   │   ├── 仓库上架管理.resx
│   │   │   ├── 仓库下架管理.cs
│   │   │   ├── 仓库下架管理.Designer.cs
│   │   │   ├── 仓库下架管理.resx
│   │   │   ├── 仓库交接A.cs
│   │   │   ├── 仓库交接A.Designer.cs
│   │   │   ├── 仓库交接A.resx
│   │   │   ├── 仓库交接.cs
│   │   │   ├── 仓库交接.Designer.cs
│   │   │   └── 仓库交接.resx
│   │   ├── 盘点工具三.cs
│   │   ├── 盘点工具三.Designer.cs
│   │   ├── 盘点工具三.resx
│   │   ├── 盘点工具二.cs
│   │   ├── 盘点工具二.Designer.cs
│   │   └── 盘点工具二.resx
│   ├── logo.ico
│   ├── mmb_system.csproj
│   ├── mmb_system.csproj.user
│   ├── obj
│   │   └── Debug
│   │   ├── mmb_system.csproj.FileListAbsolute.txt
│   │   ├── mmb_system.csproj.GenerateResource.Cache
│   │   ├── mmb_system.exe
│   │   ├── mmb_system.function._3C入库管理.resources
│   │   ├── mmb_system.function._3C出库管理.resources
│   │   ├── mmb_system.function.old_3C包裹签收.resources
│   │   ├── mmb_system.function.old_包裹签收.resources
│   │   ├── mmb_system.function.Q1工厂分类.resources
│   │   ├── mmb_system.function.下架管理.resources
│   │   ├── mmb_system.function.仓库上架管理.resources
│   │   ├── mmb_system.function.仓库下架管理.resources
│   │   ├── mmb_system.function.仓库交接A.resources
│   │   ├── mmb_system.function.仓库交接.resources
│   │   ├── mmb_system.function.包裹拒签.resources
│   │   ├── mmb_system.function.包裹签收.resources
│   │   ├── mmb_system.function.售后机上架.resources
│   │   ├── mmb_system.function.售后机下架.resources
│   │   ├── mmb_system.function.售后查库位号.resources
│   │   ├── mmb_system.function.客户机上架.resources
│   │   ├── mmb_system.function.客户机下架.resources
│   │   ├── mmb_system.function.客户机单一下架.resources
│   │   ├── mmb_system.function.库位查售后号.resources
│   │   ├── mmb_system.function.库位管理.resources
│   │   ├── mmb_system.function.批量下架管理.resources
│   │   ├── mmb_system.function.条码统计.resources
│   │   ├── mmb_system.function.欢迎主界面.resources
│   │   ├── mmb_system.function.物品交接.resources
│   │   ├── mmb_system.function.盘点工具三.resources
│   │   ├── mmb_system.function.盘点工具二.resources
│   │   ├── mmb_system.function.系统版本.resources
│   │   ├── mmb_system.function.系统说明.resources
│   │   ├── mmb_system.function.通用入库.resources
│   │   ├── mmb_system.login.resources
│   │   ├── mmb_system.main.resources
│   │   ├── mmb_system.pdb
│   │   ├── mmb_system.Properties.Resources.resources
│   │   ├── ResolveAssemblyReference.cache
│   │   ├── TempPE
│   │   │   └── Web References.Mysql_mmb.Reference.cs.dll
│   │   └── win32res.obj
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   └── Resources.resx
│   ├── test.cs
│   ├── Web References
│   │   └── Mysql_mmb
│   │   ├── Mysql_Link.disco
│   │   ├── Mysql_Link.wsdl
│   │   ├── Reference.cs
│   │   └── Reference.map
│   └── 系统基础
│   ├── login.cs
│   ├── login.Designer.cs
│   ├── login.resx
│   ├── main.cs
│   ├── main.Designer.cs
│   └── main.resx
├── 售后管理系统
│   ├── bin
│   │   └── Debug
│   │   ├── setup.xml
│   │   ├── 售后管理系统.exe
│   │   └── 售后管理系统.pdb
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── Image
│   │   ├── logo.ico
│   │   ├── out_system.jpg
│   │   ├── Total_Logo.jpg
│   │   └── 保护.jpg
│   ├── obj
│   │   └── Debug
│   │   ├── ResolveAssemblyReference.cache
│   │   ├── win32res.obj
│   │   ├── 售后管理系统.csproj.FileListAbsolute.txt
│   │   ├── 售后管理系统.csproj.GenerateResource.Cache
│   │   ├── 售后管理系统.exe
│   │   ├── 售后管理系统.Form1.resources
│   │   ├── 售后管理系统.pdb
│   │   └── 售后管理系统.Properties.Resources.resources
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   └── Resources.resx
│   ├── setup.xml
│   ├── 售后管理系统.csproj
│   └── 售后管理系统.csproj.user
└── 售后管理系统.sln

28 directories, 177 files

标签:

实例下载地址

PDA仓库管理系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有1条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警