ImageVerifierCode 换一换
格式:DOC , 页数:50 ,大小:1.20MB ,
资源ID:1273918      下载积分:20 文钱
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,省得不是一点点
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.wenke99.com/d-1273918.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: QQ登录   微博登录 

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(企业法务系统的设计与实现---毕设论文.doc)为本站会员(滴答)主动上传,文客久久仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知文客久久(发送邮件至hr@wenke99.com或直接QQ联系客服),我们立即给予删除!

企业法务系统的设计与实现---毕设论文.doc

1、 本 科 毕 业 论 文 企业法务系统的设计与实现 Design and Implementation of an Enterprise Law Management System 姓 名: 学 号: 学 院:软件学院 系:软件工程 专 业:软件工程 年 级: 指导教师: 工程师 教授 年 月 2 企业法务系统的设计与实现 3 摘 要 企业法务系统是中国建设股份有限公司的提出 应用于企业内部的合同,授权管理的系统。 该系统采取 B/S 模式 ,三层架构 ,通过工作流的方式实现网上协同办公的目的。 本 文主要讨论的是该系统中系统管理模块。纵观现在 大部分 企业级系统, 从OA, EA, ERP

2、等,都设计到系统管理模块,系统管理模块中包含部门管理,人员管理,权限管理, 用户组(角色) 管理等。 但是这些模块都 是为企业个性化设计的,所以通用起来会比较困难。 因此, 该 模块设计 是以通用为目的, 大部分 企业 级 系统都可以重用 这个模块。在开发这个模块的同时也编写了一些控件,例如功能树控件,部门树控件(包含选择式和 Google 式),人员选择控件,部门选择控件等 。这些控件采用的技术主要有: ajax,webService,javascript。 控件的 意义在于 加快系统开发速度, 同时可重用性高,可支持多种浏览器。 本文还对 BPM 做了一定的研究, BPM 是将表单电子化,

3、实现表单审批流程的电子化。 BPM 主要包含两个部分:表单和流程,这两个部分 是独立的,这样做到了表单和流程的可重用性。流程部分和系统管理模块联系是最紧密的,流程节点的定义中必须包含节点人员的定义,节点人员可以是自定义指定也可以是动态指定的,加载某个节点前节点人员一定要确定。表单方面主要是一些 JS 方面的处理,技术上这个方面不是难点。 BMP 重点是工作流引擎的开发,一个独立的表单和流程,如何正确的流转,同时持久化的保存表单和流程信息,在服务器出现异常的时候数据不会丢失。 关键词: 系统管理模块; BPM; B/S 架构 4 Abstract Enterprise Law Managemen

4、t System is applied to the management of enterprise contract and authorization. B / S mode and the three-tier architecture are adopted by the system which achieves the purpose of online collaborative office through the work flow。 This article is focused on the system management module in the system.

5、 Viewing the enterprise-class systems, whether it is OA, EA, ERP and so on, all of them involve the system management module which includes departmental management, personnel management, rights management, and user group (role) management.Therefore, based on the purpose of general reuse, I designed

6、the module that any enterprise system can reuse. In the development of this module I wrote a number of controls, such as function tree control, department tree control (including option-style and Google-style), personnel selection control, department choose control and so on.Technologies of those co

7、ntrols mainly used are ajax, webService, javascript. The significance of these controls is to speed up the development of systems, increase reusability, and support a variety of browsers at the same time.The development of controls is an important part of my graduation project on the problem of time

8、 and technology. BPM, a system computerizing forms and approval process, is also discussed in this paper. BPM mainly consists of two independent parts: form and process and makes them reusable9. Parts of the process and system management modules are linked most closely. The definition of staff node

9、must be contained in the definition of node. The staff node can be assigned custom or dynamically and must be specified before loading the node. Forms mainly involve the processing of JS which is not a special difficulty. BMP focuses on the development of workflow engine, a separate form and process

10、, how to transfer the right, preserving persistent form and process information, and making sure the data will not be lost when exceptions happen in the server. Key words: System Management Module; B / S mode;BPM 企业法务系统的设计与实现 5 目录 摘 要 . 3 Abstract . 4 目录 . 5 Contens . 7 第一章 引言 . 1 1.1 研究背景及选题意义 . 1

11、1.2 研究现状及存在的问题 . 1 1.3 主要研究内容及特色 . 1 1.4 论文组织结构 . 1 1.5 预备知识 . 1 1.5.1 关于 B/S 架构 . 1 1.5.2 关于 Ajax. 2 1.5.3 关于 WebService. 3 1.5.4 关于 Javascript . 7 第二章 总体设计 . 9 2.1 引言 . 9 2.1.1 编写目的 . 9 2.1.2 项目背景 . 9 2.1.3 系统设计目标 . 9 2.2 项目概述 . 9 2.2.1 需求概述 . 9 2.2.2 运行环境 . 9 2.2.3 必须满足的国际 /国内 /企业标准 . 10 2.3 总体设计

12、 . 10 2.3.1 总体设计说明 . 10 2.3.2 系统结构 . 13 2.4 模块设计 . 15 2.4.1 系统管理模块设计 . 15 2.4 系统数据设计 . 15 2.4.1 数据结构与模块的关系 . 15 2.4.2 数据结构设计 . 15 表 2.5 用户信息表数据结构 . 16 2.5 接口设计 . 20 2.5.1 用户接口 . 20 2.5.2 硬件接口 . 20 2.5.3 软件接口 . 20 6 2.5.4 通讯接 口 . 21 2.6 系统出错处理 . 21 2.7 开发环境 . 21 2.7.1 硬件环境 . 21 2.7.2 软件环境 . 21 第三章 详细

13、设计说明 . 22 3.1 引言 . 22 3.1.1 编写目的 . 22 3.1.2 术语和缩写词 . 22 3.2 系统管理模块设计说明 . 22 3.2.1 模块描述 . 22 3.2.2 模块架构 . 22 3.2.3 各个层中的类图 . 23 3.3 程序界面 . 26 3.4 特别技术点 . 28 3.4.1 功能树 . 28 3.4.2 部门树 . 29 3.4.3 部门选择控件 . 29 3.4.4 人员选择控件 . 30 第四章 程序运行结果 . 31 4.1 部分程序运行界面 . 31 第五章 结束语 . 39 致谢 . 40 参考文献 . 41 企业法务系统的设计与实现

14、7 Contens Abstract . 3 Abstract . 4 Contens . 5 Contens . 7 Chapter I Introduction. 1 1.1 Background and significance of research topics . 1 1.2 Present Status and Problems . 1 1.3 The main research content and features . 1 1.4 The organizational structure of paper . 1 1.5 Prior knowledge . 1 1.5.1

15、About B / S structure . 1 1.5.2 About Ajax . 2 1.5.3 About WebService. 3 1.5.4 About Javascript . 7 Chapter II Design. 9 2.1 Introduction . 9 2.1.1 The purpose of the preparation . 9 2.1.2 Project Background. 9 2.1.3 System design goals . 9 2.2 Project Overview . 9 2.2.1 Needs outlined in . 9 2.2.2

16、Operating environment . 9 2.2.3 Must meet the international / national / enterprise standards . 10 2.3 Design . 10 2.3.1 Design note . 10 2.3.1.1 Design overview . 10 2.3.1.2 System processes to deal with. 10 2.3.2 System architecture . 13 2.3.2.1 The logic of structural design . 13 2.3.2.2 Distribu

17、tion function . 13 2.3.2.3 Physical Structure Design . 14 2.4 Modular design. 15 2.4.1 System Management Module Design . 15 2.4 Data Design . 15 2.4.1 Data on the relationship between structure and modules . 15 8 2.4.2 Data Structure Design. 15 2.5 Interface Design. 20 2.5.1 User Interface . 20 2.5.

18、2 Hardware interface . 20 2.5.3 Software Interface . 20 2.5.4 Communication Interface . 21 2.6 System error handing . 21 2.7 Developent Environment . 21 2.7.1 Hardware environment. 21 2.7.2 Software environment . 21 Chapter III Detail design description . 22 3.1 Introduction . 22 3.1.1 The purpose of the preparation . 22 3.1.2 Terminology and abbreviations. 22 3.2 System Management Module Design Description . 22 3.2

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。