登录
首页 » Java » wms

wms

于 2020-10-27 发布 文件大小:3214KB
0 202
下载积分: 1 下载次数: 108

代码说明:

  使用jQuery EasyUI创建的仓库管理系统包括系统管理、数据维护、业务单据管理等. 数据库采用MYSQL, 帐号/密码:root/root,演示登录帐号/密码:admin/admin。(Use the jQuery EasyUI created warehouse management system, including system management, data maintenance, and management of business documents. Database MYSQL, account/password: root/root demo login account/password: admin/admin.)

文件列表:

wms
...\.classpath,845,2011-01-08
...\.project,1036,2011-01-08
...\build
...\.....\classes
...\.....\.......\controllers
...\.....\.......\...........\ApplicationController.class,1200,2011-04-13
...\.....\.......\...........\BillController.class,10692,2011-05-04
...\.....\.......\...........\data
...\.....\.......\...........\....\DepotController.class,1748,2011-04-05
...\.....\.......\...........\....\GoodController.class,3998,2011-04-23
...\.....\.......\...........\....\GoodTypeController.class,5369,2011-01-11
...\.....\.......\...........\....\IntercourseController.class,4040,2011-04-23
...\.....\.......\...........\....\IntercourseTypeController.class,5164,2011-04-05
...\.....\.......\...........\....\MeasureUnitController.class,1784,2011-04-05
...\.....\.......\...........\HomeController.class,2762,2011-07-13
...\.....\.......\...........\stock
...\.....\.......\...........\.....\InStockController.class,5795,2011-05-04
...\.....\.......\...........\.....\OutStockController.class,2689,2011-04-20
...\.....\.......\...........\.....\RtnPurchaseController.class,2700,2011-05-03
...\.....\.......\...........\.....\StockController.class,4698,2011-04-30
...\.....\.......\...........\.....\TransferController.class,2689,2011-04-27
...\.....\.......\...........\system
...\.....\.......\...........\......\DepartmentController.class,5317,2011-04-12
...\.....\.......\...........\......\MainController.class,387,2011-04-12
...\.....\.......\...........\......\PrivilegeController.class,5322,2011-04-12
...\.....\.......\...........\......\PrivilegeTypeController.class,3562,2011-04-30
...\.....\.......\...........\......\RoleController.class,4500,2011-04-12
...\.....\.......\...........\......\UserController.class,3138,2011-04-12
...\.....\.......\models
...\.....\.......\......\Bill.class,7128,2011-05-04
...\.....\.......\......\BillDetail.class,3102,2011-05-04
...\.....\.......\......\BillQuery.class,1945,2011-04-30
...\.....\.......\......\Depot.class,1327,2011-01-10
...\.....\.......\......\Good.class,4045,2011-03-15
...\.....\.......\......\GoodType.class,3410,2011-04-05
...\.....\.......\......\Intercourse.class,5262,2011-04-07
...\.....\.......\......\IntercourseType.class,3438,2011-04-05
...\.....\.......\......\MeasureUnit.class,1351,2011-01-10
...\.....\.......\......\Stock.class,2308,2011-04-19
...\.....\.......\rbac
...\.....\.......\....\impl
...\.....\.......\....\....\DefaultRbacService.class,7316,2011-04-12
...\.....\.......\....\models
...\.....\.......\....\......\Department.class,2974,2011-04-12
...\.....\.......\....\......\Privilege.class,2159,2011-04-12
...\.....\.......\....\......\PrivilegeType.class,2026,2011-04-12
...\.....\.......\....\......\Role.class,2612,2011-04-12
...\.....\.......\....\......\Session.class,1772,2011-04-12
...\.....\.......\....\......\User.class,4215,2011-04-12
...\.....\.......\....\RbacException.class,654,2011-04-12
...\.....\.......\....\RbacService.class,552,2011-04-12
...\.....\.......\service
...\.....\.......\.......\CheckService.class,7255,2011-05-04
...\db
...\..\rbac.sql,1321,2011-04-12
...\..\wms.sql,3380,2011-05-04
...\src
...\...\controllers
...\...\...........\ApplicationController.java,622,2011-04-13
...\...\...........\BillController.java,8853,2011-05-04
...\...\...........\data
...\...\...........\....\DepotController.java,852,2011-04-05
...\...\...........\....\GoodController.java,2483,2011-04-23
...\...\...........\....\GoodTypeController.java,3947,2011-01-11
...\...\...........\....\IntercourseController.java,2576,2011-04-23
...\...\...........\....\IntercourseTypeController.java,3697,2011-04-05
...\...\...........\....\MeasureUnitController.java,924,2011-04-05
...\...\...........\HomeController.java,1465,2011-07-13
...\...\...........\stock
...\...\...........\.....\InStockController.java,3431,2011-05-04
...\...\...........\.....\OutStockController.java,1474,2011-04-20
...\...\...........\.....\RtnPurchaseController.java,1479,2011-05-03
...\...\...........\.....\StockController.java,3010,2011-04-30
...\...\...........\.....\TransferController.java,1471,2011-04-27
...\...\...........\system
...\...\...........\......\DepartmentController.java,3788,2010-10-25
...\...\...........\......\MainController.java,171,2010-10-21
...\...\...........\......\PrivilegeController.java,3453,2010-10-27
...\...\...........\......\PrivilegeTypeController.java,2148,2011-04-30
...\...\...........\......\RoleController.java,2557,2011-04-12
...\...\...........\......\UserController.java,1622,2010-12-31
...\...\models
...\...\......\Bill.java,5222,2011-05-04
...\...\......\BillDetail.java,2206,2011-05-04
...\...\......\BillQuery.java,1363,2011-04-30
...\...\......\Depot.java,804,2011-01-09
...\...\......\Good.java,3697,2011-03-15
...\...\......\GoodType.java,1970,2011-04-05
...\...\......\Intercourse.java,4441,2011-04-07
...\...\......\IntercourseType.java,1861,2011-04-05
...\...\......\MeasureUnit.java,818,2011-01-10
...\...\......\Stock.java,1566,2011-04-19
...\...\rbac
...\...\....\impl
...\...\....\....\DefaultRbacService.java,5346,2011-03-05
...\...\....\models
...\...\....\......\Department.java,1463,2010-10-26
...\...\....\......\Privilege.java,1522,2010-10-23
...\...\....\......\PrivilegeType.java,1267,2010-10-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • a written examination system can also test your knowledge of jsp
    一个jsp写的考试系统,还可以测试你的jsp知识-a written examination system can also test your knowledge of jsp
    2022-02-07 23:07:08下载
    积分:1
  • CrossRiver
    有N个传教士和N个野人要过河,现在有一条船只能承载K个人(包括野人),K<N,在任何时刻,如果有野人和传教士在一起,必须要求传教士的人数多于或等于野人的人数。 设M为传教士的人数,C为野人的人数(There are N missionaries and N savages crossing the river. Now a boat can only carry K individuals (including savages), K < N. At any time, if there are savages and missionaries together, the number of missionaries must be more than or equal to the number of savages. Let M be the number of missionaries and C the number of savages.)
    2020-06-17 17:20:02下载
    积分:1
  • java编写的URL连接测试程序
    用java编写的URL连接测试程序-prepared with the URL link test procedure
    2023-02-28 08:25:04下载
    积分:1
  • Exe4_1
    1.设计一个简单的学生管理系统(StudentManager)。主要功能包括: (1)学生信息的录入。主要包括:学号(no)、姓名(name)、年龄(age)、性别(gender)等; (2)学生信息的查询。根据学号、姓名、年龄和性别等查询学生的信息。注意:查询结果可能不唯一。 (3)学生信息的修改。根据学号查询到指定学生的信息,再用新的内容替换。 (4)学生信息的删除。根据学号删除指定学生的信息。 设计时,采用层次化设计法,将类分为界面层(ui)、功能层(business)和持久层(persistence)3层,放在不同子包中。整个系统的代码放在exe4_1包中。(1. Design a simple student management system (StudentManager). Key features include: (1) The entry of student information. Including: Student ID (no), name (name), aged (age), sex (gender) and the like (2) query the student information. According to school, name, age and sex inquiry student information. Note: query results may not be unique. (3) amend the student information. Query based on student number to the designated student information, and then replaced with new content. (4) delete student information. Designated students with information based on student number removed. Design, the use of hierarchical design method, the class is divided into the interface layer (ui), the functional layer (business) and persistence (persistence) 3 layers in different sub-packages. The system code in the exe4_1 package.)
    2020-12-09 21:39:18下载
    积分:1
  • 简单网上商城系统
    该系统是简单的模拟网上书城购物系统,功能包含会员注册和登陆功能。进入主界面可以预览书籍信息,点击书籍进入详细信息界面,在界面里可以加入购物车和查看购物车,该系统还有浏览记录功能。
    2022-07-15 08:19:28下载
    积分:1
  • com.eshaper.appbuilder
    创建中间企业对象层,是企业应用开发在企业对象基础上进行。(created among enterprises object layer is the development of enterprise application targeted at the enterprise basis.)
    2006-08-09 20:30:18下载
    积分:1
  • drawBitmap
    android应用程序开发示例:画图+图片处理(Android application development example: Drawing)
    2016-08-29 15:24:14下载
    积分:1
  • Week-2-DQ-1
    AJAX: Stands for Asynchronous JavaScript and XML. AJAX is typically used for creating dynamic web applications and allows for asynchronous data retrieval without having to reload the page a visitor is on. The JavaScript on a given page handles most of the basic functions of the application, making it perform more like a desktop program instead of a web-based one.
    2013-02-26 14:12:19下载
    积分:1
  • 小区车辆管理系统
    当今社会己进入信息社会时代。信息己经受到社会的广泛关注,被看作社会和科学技术发展的三大支柱(材料、能源、信息)。信息是管理的基础,是进行决策的基本依据。在一个组织里,信息己作为人力、物力、财力之外的第四种能源,占有重要的地位。然而,信息是一种非物质的,有别于基本资源的新形式的资源。信息也是管理的对象,必须进行管理和控制。 本文主要介绍了基于卡式的小区车辆管理系统的设计,本系统主要采用JSP为编程语言,可以方便管理小区车辆管理需要。后台主要包括车辆管理,停车卡管理,车位管理等功能。本系统操作简单,使用方便。 
    2023-08-20 04:15:03下载
    积分:1
  • Java 控制Office 控件是非常麻烦的一件事情。 自从有了JACOB后,事情变得简单多了。 但是要实现Java灵活的控制Word还是一件非常麻烦的...
    Java 控制Office 控件是非常麻烦的一件事情。 自从有了JACOB后,事情变得简单多了。 但是要实现Java灵活的控制Word还是一件非常麻烦的事情。 -Java Control Office controls is a very troublesome thing. Since the post-JACOB, things become much simpler. But to achieve a flexible Java Control Word is a very troublesome thing.
    2023-07-08 07:50:02下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载