当前位置:首页 > 人力资源绩效考核系统开发与设计
理工大学数信学院毕业设计(论文) 本报告由 扣扣II3I844I84 贡献
参考文献
[1] Tzvi Raz, Ph.D., M.F. Baretich,et al.ARMIS: A Microcomputer-Based Hospital Management Information System Risk. Journal of Medical Systems, . 9(5/6):315-325( 1985)
[2] S. Chakrabarti & S. Mitra & B. Bhattacharyya. Development of a management information system as knowledge base model for machining process characterization. Int J Adv Manuf Technol. 34:1088–1097(2007) [3] David Zalkind, Ph.D., Roger Howard,et al. Development of a System for Crisis Management Information Intervention Programs. Journal of Medical Systems, 1(1):51-62(1977)
[4] A. Caldelli,M.Luisa,. Parmigiani Management Information System –A Tool for Corporate Sustainability. Journal of Business Ethics.55: 159–171(2004)
[5] Sasan Rahmatian.Management Information Systems Education from A Systemic Viewpoint.
[6]王强,高校综合人力资源管理系统的数据库优化策略研究,电脑知识与技术,6(10),2324-2325(2010)
[7] 黄艳,基于B/S模式的人力资源管理系统的设计与实现,网络财富,2010(4),35-36(2010)
[8]马冲、范赞,基于C/S架构的小型人力资源管理系统的设计与实现,信息技术,2010(2),104-107
[9] 杜超,基于EBS的商业银行人力资源管理系统应用研究 ,管理咨询,2010(1),68 [10] 刘丽华、黄勇,基于 ERP 的人力资源管理系统,实验技术与管理,27(3),94-96(2010)
[11] 王鹏、蒋修齐、张奇,基于J2EE 的人力资源管理系统分析与设计科技创新导报,2009(13),23
[12] 李琦、苏立玢、王剑霞等,基于 Oracle 数据挖掘技术的高职院校人力资源管理系统的研究与实现,科技信息,762-764
[13] 白勇,基于SOA架构和.NET技术的电网公司人力资源管理系统研究,,14(1),26-28(2009)
[14] 秦虎锋、唐永芬、王斌,基于VB.NET的人力资源管理系统, 科技广场,2009(1),162-164
[15] 潘浩、陈中良,基于决策树技术的企业人力资源管理系统研究,天中学刊,25(2),39-41(2010)
32
理工大学数信学院毕业设计(论文) 本报告由 扣扣II3I844I84 贡献
附录(系统部分源代码)
1.登录实现代码:
function correctPNG() {
for(var i=0; i var img = document.images[i] var imgName = img.src.toUpperCase() if (imgName.substring(imgName.length-3, imgName.length) == \) { var imgID = (img.id) ? \+ img.id + \: \ var imgClass = (img.className) ? \+ img.className + \\: \ var imgTitle = (img.title) ? \ + img.title + \: \+ img.alt + \ var imgStyle = \+ img.style.cssText if (img.align == \) imgStyle = \+ imgStyle if (img.align == \) imgStyle = \ + imgStyle if (img.parentElement.href) imgStyle = \+ imgStyle var strNewHTML = \\+ imgID + imgClass + imgTitle + \style=\\\+ \+ img.width + \ + img.height + \+ imgStyle + \+ \+ \+ img.src + \ img.outerHTML = strNewHTML i = i-1 } } } window.attachEvent(\, correctPNG); function aa(obj,urlSrc) { } 33 obj.src=urlSrc; 理工大学数信学院毕业设计(论文) 本报告由 扣扣II3I844I84 贡献 function submit1(){ } function passkeypress(){ } function namekeypress(){ } function pageload(){ } function focusout(){ var name_key = document.getElementById(\).value; if(name_key == ''){ document.getElementById(\).focus(); if(event.keyCode==13) { } document.getElementById(\).focus(); if(event.keyCode==13) document.forms[0].submit(); if(document.getElementById(\).value == null || { } if(document.getElementById(\).value == null || { } document.forms[0].submit(); Ext.Msg.minWidth = 300; Ext.Msg.alert('提示', '用户密码不能为空'); return ; document.getElementById(\).value == \) Ext.Msg.minWidth = 300; Ext.Msg.alert('提示', '用户帐号不能为空'); return ; document.getElementById(\).value == \) 34 理工大学数信学院毕业设计(论文) 本报告由 扣扣II3I844I84 贡献 } } else{ } //document.getElementById(\ 2.指标类别添加实现代码: function add(){ Ext.Ajax.request({ url : ' newid=\ sortno_new=sortno.responseText*1-999; //console.info(\ var store = grid.getStore(); var rec = new store.recordType({targettypeid:newid,targettypecode:'',targettypename:'',isvalid:'1',memo:''}); rec.markDirty();//将行的已编辑属性设置为true,以便保存时打包数据 var count = store.getCount(); //获取当前数据的行数,确 保添加到最后一行 grid.stopEditing(); store.insert(count, rec); grid.getSelectionModel().selectRow(count);//选中末行 var col=grid.getColumnModel().findColumnIndex(\ grid.startEditing(count, col); } }, failure : failfunc }); 3.添加考核人员实现代码: function add(){ var hasChild = workshoptree.getRootNode().hasChildNodes(); 35
共分享92篇相关文档