的Web OA之系统平台源代码.docx

上传人:b****4 文档编号:4284278 上传时间:2023-05-06 格式:DOCX 页数:129 大小:42.65KB
下载 相关 举报
的Web OA之系统平台源代码.docx_第1页
第1页 / 共129页
的Web OA之系统平台源代码.docx_第2页
第2页 / 共129页
的Web OA之系统平台源代码.docx_第3页
第3页 / 共129页
的Web OA之系统平台源代码.docx_第4页
第4页 / 共129页
的Web OA之系统平台源代码.docx_第5页
第5页 / 共129页
的Web OA之系统平台源代码.docx_第6页
第6页 / 共129页
的Web OA之系统平台源代码.docx_第7页
第7页 / 共129页
的Web OA之系统平台源代码.docx_第8页
第8页 / 共129页
的Web OA之系统平台源代码.docx_第9页
第9页 / 共129页
的Web OA之系统平台源代码.docx_第10页
第10页 / 共129页
的Web OA之系统平台源代码.docx_第11页
第11页 / 共129页
的Web OA之系统平台源代码.docx_第12页
第12页 / 共129页
的Web OA之系统平台源代码.docx_第13页
第13页 / 共129页
的Web OA之系统平台源代码.docx_第14页
第14页 / 共129页
的Web OA之系统平台源代码.docx_第15页
第15页 / 共129页
的Web OA之系统平台源代码.docx_第16页
第16页 / 共129页
的Web OA之系统平台源代码.docx_第17页
第17页 / 共129页
的Web OA之系统平台源代码.docx_第18页
第18页 / 共129页
的Web OA之系统平台源代码.docx_第19页
第19页 / 共129页
的Web OA之系统平台源代码.docx_第20页
第20页 / 共129页
亲,该文档总共129页,到这儿已超出免费预览范围,如果喜欢就下载吧!
下载资源
资源描述

的Web OA之系统平台源代码.docx

《的Web OA之系统平台源代码.docx》由会员分享,可在线阅读,更多相关《的Web OA之系统平台源代码.docx(129页珍藏版)》请在冰点文库上搜索。

的Web OA之系统平台源代码.docx

的WebOA之系统平台源代码

基于工作流的WebOA之系统平台

<%@pagelanguage="java"contentType="text/html;charset=GB18030"

pageEncoding="GB18030"%>

<%@includefile="/common/common.jsp"%>

DOCTYPEhtmlPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""http:

//www.w3.org/TR/html4/loose.dtd">

分页处理演示

pageritems="1001"maxPageItems="33"maxIndexPages="20"export="currentPageNumber=pageNumber">

first>

首页

first>

prev>

前页

prev>

pages>

choose>

whentest="${currentPageNumbereqpageNumber}">

${pageNumber}

when>

otherwise>

${pageNumber}

otherwise>

choose>

pages>

next>

下页

next>

last>

尾页

last>

pager>

<%@pagelanguage="java"contentType="text/html;charset=GB18030"

pageEncoding="GB18030"%>

<%@includefile="/common/common.jsp"%>

DOCTYPEhtmlPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""http:

//www.w3.org/TR/html4/loose.dtd">

添加人员信息

580px;">

--这里是添加、编辑界面的标题-->

添加人员信息

--主输入域开始-->

580px;"cellspacing="0"border="0"cellpadding="0">

所属机构

id="orgNameId"disabled="disabled">

onclick="openWin('org.do?

select=true','selectOrgs',800,600,1);">

姓名

性别

年龄

电话

地址

描述

--主输入域结束-->

class="MyButton"value="保存人员信息">

value="关闭窗口"onclick="window.close()">

<%@pagelanguage="java"contentType="text/html;charset=GB18030"

pageEncoding="GB18030"%>

<%@includefile="/common/common.jsp"%>

人员管理

10pt">

bgColor=#dee7ff>

bgColor=#dee7ff>人员管理 

bgColor=#dee7ff> 

bgColor=#dee7ff> 

10pt">

 

--在这里插入查询表单-->

<%

/**

*在这里定义“添加”,“查询”等按钮

*

*    

*

method=addInput','470')">

*

hand">

*/

%>

iftest="${my:

hasPermission(login.id,'person',CREATE)}">

method=addInput','addperson',600,200);">添加人员信息

if>

  

--可以在这里插入分页导航条-->

--列表标题栏-->

序号

姓名

性别

年龄

电话

所属机构

操作

--列表数据栏-->

iftest="${!

emptypm.datas}">

forEachitems="${pm.datas}"var="person">

${person.id}

${person.name}

${person.sex}

${person.age}

${person.phone}

${person.org.name}

iftest="${my:

hasPermission(login.id,'person',UPDATE)}">

method=updateInput&id=${person.id}','addperson',600,200);">更新

if>

iftest="${my:

hasPermission(login.id,'person',DELETE)}">

method=del&id=${person.id}');">删除

if>

forEach>

if>

--在列表数据为空的时候,要显示的提示信息-->

iftest="${emptypm.datas}">

没有找到相应的记录

if>

10pt">

  

--可以在这里插入分页导航条-->

pagerurl="person.do"items="${pm.total}"maxPageItems="${ps}"export="currentPageNumber=pageNumber">

first>

首页

first>

prev>

前页

prev>

pages>

choose>

whentest="${currentPageNumbereqpageNumber}">

${pageNumber}

when>

otherwise>

${pageNumber}

otherwise>

choose>

pages>

next>

后页

next>

last>

尾页

last>

pager>

<%@pagelanguage="java"contentType="text/html;charset=GB18030"

pageEncoding="GB18030"%>

<%@includefile="/common/common.jsp"%>

DOCTYPEhtmlPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""http:

//www.w3.org/TR/html4/loose.dtd">

更新人员信息

580px;">

--这里是添加、编辑界面的标题-->

更新人员信息

--主输入域开始-->

580px;"cellspacing="0"border="0"cellpadding="0">

所属机构

id="orgNameId"disabled="disabled"value="${person.org.name}">

onclick="openWin('org.do?

select=true','selectOrgs',800,600,1);">

姓名

性别

年龄

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > 自然科学 > 物理

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2