You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
200 lines
5.9 KiB
200 lines
5.9 KiB
<%@page import="com.zky.para.Para"%>
|
|
<%@include file="/auth.jsp"%>
|
|
<%@page import="java.util.Date"%>
|
|
<%@page language="java" pageEncoding="utf-8" %>
|
|
<jsp:useBean id="getPara" scope="application" class="com.zky.para.SyncPara"/>
|
|
<%
|
|
String operate = (String)request.getParameter("operate");
|
|
String sj = Common.convertNull(request.getParameter("sj"));
|
|
String qj = Common.convertNull(request.getParameter("qj"));
|
|
String school = Common.convertNull(request.getParameter("school"));
|
|
%>
|
|
<html>
|
|
<head>
|
|
<title>单位管理</title>
|
|
<link href="../../../css/font.css" rel="stylesheet" type="text/css">
|
|
<script src="../../../js/date.js"></script>
|
|
<script src="../../../js/check.js"></script>
|
|
<script>
|
|
function setValue() {
|
|
<%
|
|
if (!Common.isNull(sj)) {
|
|
out.println("form1.sj.value='" + sj + "';");
|
|
}
|
|
if (!Common.isNull(qj)) {
|
|
out.println("form1.qj.value='" + qj + "';");
|
|
}
|
|
%>
|
|
}
|
|
function check(operate) {
|
|
form1.operate.value = operate;
|
|
if(operate=="addDept"){
|
|
if (form1.sj.value == "") {
|
|
alert("请选择所属地市!");
|
|
form1.sj.focus();
|
|
return false;
|
|
}
|
|
if (form1.qj.value == "") {
|
|
alert("请选择所属区县!");
|
|
form1.qj.focus();
|
|
return false;
|
|
}
|
|
if (form1.departname.value == "") {
|
|
alert("请输入单位名称!");
|
|
form1.departname.focus();
|
|
return false;
|
|
}
|
|
if (form1.departlvlid.value == "") {
|
|
alert("请选择单位级别!");
|
|
form1.departlvlid.focus();
|
|
return false;
|
|
}
|
|
if (form1.departtypeid.value == "") {
|
|
alert("请选择单位级别!");
|
|
form1.departtypeid.focus();
|
|
return false;
|
|
}
|
|
}
|
|
alert("单位添加成功");
|
|
form1.button1.disabled=true;
|
|
form1.submit();
|
|
}
|
|
function checklength(el,size){
|
|
if(el.value.length > size){
|
|
alert("字数超过限制");
|
|
}
|
|
el.value = el.value.substring(0,size);
|
|
}
|
|
function selectChange(i)
|
|
{
|
|
form1.action = "/zhyw/smsb/sbdj/propertyDeptEdit.jsp";
|
|
form1.submit();
|
|
}
|
|
</script>
|
|
<style type="text/css">
|
|
.aselect
|
|
{
|
|
width:156px;
|
|
}
|
|
</style>
|
|
|
|
<style type="text/css">
|
|
|
|
.td1{
|
|
width: 30%;
|
|
}
|
|
table#csstable{
|
|
border-top:#D8E9FE 1px solid;
|
|
border-left:#D8E9FE 1px solid;
|
|
}
|
|
table#csstable td{
|
|
border-bottom:#D8E9FE 1px solid;
|
|
border-right:#D8E9FE 1px solid;
|
|
}
|
|
|
|
table#csstable #bottomcss td{
|
|
|
|
border-bottom:#D8E9FE 0px solid;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body onload="setValue();">
|
|
<br>
|
|
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
|
|
<tr>
|
|
<td valign="top"><table width="100%" height="23" border="0" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td width="25%" background="/images/tab_search_01.jpg"><table width="80%" height="23" border="0" align="center" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td width="3%"><img src="/images/little_red.jpg" width="12" height="12"></td>
|
|
<td width="97%" class="font12b"> 单位管理</td>
|
|
</tr>
|
|
</table></td>
|
|
<td width="82%" background="/images/tab_search_03.jpg"><img src="/images/tab_search_02.jpg" width="12" height="23"></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<form name="form1" method="post" action="/servlet/PropertyUseManage">
|
|
<input type="hidden" name="operate" value=""/>
|
|
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td width="3%"><img src="/images/little.gif" width="12" height="12"></td>
|
|
<td width="97%" class="font12">信息填写</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="90%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="d8e9fe" class="table02">
|
|
<tr bgcolor="#FFFFFF" height="35px;">
|
|
<td class="cell1">所属省份</td>
|
|
<td class="cell2">
|
|
<select class='aselect' name="sf" >
|
|
<option value="甘肃省">甘肃省</option>
|
|
</select><font color="#ff0000">*</font>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35px;">
|
|
<td class="cell1">所属地市</td>
|
|
<td class="cell2">
|
|
<select class='aselect' name="sj" setValue="<%=sj%>" onChange="selectChange(1);">
|
|
<%=Para.getSj(getPara)%>
|
|
</select><font color="#ff0000">*</font>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35px;">
|
|
<td class="cell1">所属区县</td>
|
|
<td class="cell2">
|
|
<select class='aselect' name="qj" setValue="<%=qj%>" onChange="selectChange(1);">
|
|
<%=Para.getQj(getPara,sj)%>
|
|
</select><font color="#ff0000">*</font>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35px;">
|
|
<td class="cell1">单位名称</td>
|
|
<td class="cell2">
|
|
<input type="text" name="departname" onblur="checklength(this,40);" onkeyup="value=value.replace(/[^\u4E00-\u9FA5]/g,'')" maxlength="25"><font color="#ff0000">*</font>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35px;">
|
|
<td class="cell1">单位类型</td>
|
|
<td class="cell2">
|
|
<select class='aselect' name="departtypeid" id="departtypeid">
|
|
<%=Para.getStatic(getPara,"DEPARTTYPE")%>
|
|
</select><font color="#ff0000">*</font>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35px;">
|
|
<td class="cell1">单位级别</td>
|
|
<td class="cell2">
|
|
<select class='aselect' name="departlvlid" id="departlvlid">
|
|
<%=Para.getStatic(getPara,"DEPTLVL")%>
|
|
</select><font color="#ff0000">*</font>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
<table width="90%" align="center">
|
|
<tr align="center">
|
|
<td><input type="button" name="button1" value=" 下一步 " class="box_button" onclick="check('addDept');"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<%@include file="/foot.jsp"%>
|
|
</body>
|
|
</html>
|
|
<script>
|
|
function changeArea() {
|
|
if (req.readyState == 4) {
|
|
if (req.status == 200) {
|
|
document.getElementById("areaDiv").innerHTML = "<select class='aselect' name='areaid'>" + req.responseText + "</select> <font color='#FF0000'>*</font>";
|
|
} else {
|
|
alert("There was a problem retrieving the XML data:" + req.statusText);
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
<script src="/js/ajaxUtils.js"></script> |