grgw_old_java/heatsupply2/WebContent/webpage/modules/sys/officeForm.jsp

129 lines
7.0 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ page contentType="text/html;charset=UTF-8" %>
<%@ include file="/webpage/include/taglib.jsp"%>
<html>
<head>
<title>机构管理</title>
<meta name="decorator" content="default"/>
<script type="text/javascript">
var validateForm;
function doSubmit(){//回调函数在编辑和保存动作时供openDialog调用提交表单。
if(validateForm.form()){
$("#inputForm").submit();
return true;
}
return false;
}
$(document).ready(function() {
$("#name").focus();
validateForm = $("#inputForm").validate({
submitHandler: function(form){
loading('正在提交,请稍等...');
form.submit();
},
errorContainer: "#messageBox",
errorPlacement: function(error, element) {
$("#messageBox").text("输入有误,请先更正。");
if (element.is(":checkbox")||element.is(":radio")||element.parent().is(".input-append")){
error.appendTo(element.parent().parent());
} else {
error.insertAfter(element);
}
}
});
});
// jQuery.validator.addMethod("telnet", function(value, element) {
// var reg = /^[^-].*[^-]$/;//验证开头不为-
// var tel = /^[0-9-]*$/;//验证内容是数字和-
// /^[\d\-]\d*\-*$/
// ^[1-9-]+[0-9-]*$ //只能刷数字和-前面不能为0(^[0-9-]*$)+
// return this.optional(element) || ((reg.test(value)) && (tel.test(value)));
// }, "请填写电话号(如:0431-57211443)");
// $("#loadWeight").validate({
// // 添加验证规则
// rules: {
// telnet: { //电话号校验
// telnet: true
// }
// }
// });
</script>
</head>
<body>
<form:form id="inputForm" modelAttribute="office" action="${ctx}/sys/office/save?selectPid='${office.selectPid}'" method="post" class="form-horizontal">
<form:hidden path="id"/>
<sys:message content="${message}"/>
<table class="table table-bordered table-condensed dataTables-example dataTable no-footer">
<tbody>
<tr>
<td class="width-15 active"><label class="pull-right">上级机构:</label></td>
<td class="width-35"><sys:treeselect id="office" name="parent.id" value="${office.parent.id}" labelName="parent.name" labelValue="${office.parent.name}"
title="机构" url="/sys/office/treeData" extId="${office.id}" cssClass="form-control" allowClear="${office.currentUser.admin}"/></td>
<td class="width-15" class="active"><label class="pull-right"><font color="red">*</font>归属区域:</label></td>
<td class="width-35"><sys:treeselect id="area" name="area.id" value="${office.area.id}" labelName="area.name" labelValue="${office.area.name}"
title="区域" url="/sys/area/treeData" cssClass="form-control required"/></td>
</tr>
<tr>
<td class="width-15 active"><label class="pull-right"><font color="red">*</font>机构名称:</label></td>
<td class="width-35"><form:input path="name" htmlEscape="false" maxlength="32" class="form-control required"/></td>
<td class="width-15" class="active"><label class="pull-right"><font color="red">*</font>机构编码:</label></td>
<td class="width-35"><form:input path="code" htmlEscape="false" maxlength="20" class="form-control required"/></td>
</tr>
<tr>
<td class="width-15 active"><label class="pull-right">机构类型:</label></td>
<td class="width-35"><form:select path="type" class="form-control">
<form:options items="${fns:getDictList('sys_office_type')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
</form:select></td>
<td class="width-15" class="active"><label class="pull-right">机构级别:</label></td>
<td class="width-35"><form:select path="grade" class="form-control">
<form:options items="${fns:getDictList('sys_office_grade')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
</form:select></td>
</tr>
<tr>
<td class="width-15 active"><label class="pull-right">是否可用:</label></td>
<td class="width-35"><form:select path="useable" class="form-control">
<form:options items="${fns:getDictList('yes_no')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
</form:select>
<span class="help-inline">“是”代表此账号允许登录,“否”则表示此账号不允许登录</span></td>
<td class="width-15" class="active"><label class="pull-right">主负责人:</label></td>
<td class="width-35"><sys:treeselect id="primaryPerson" name="primaryPerson.id" value="${office.primaryPerson.id}" labelName="office.primaryPerson.name" labelValue="${office.primaryPerson.name}"
title="用户" url="/sys/office/treeData?type=3" cssClass="form-control" allowClear="true" notAllowSelectParent="true"/></td>
</tr>
<!-- <tr> -->
<!-- <td class="width-15 active"><label class="pull-right">副负责人:</label></td> -->
<%-- <td class="width-35"><sys:treeselect id="deputyPerson" name="deputyPerson.id" value="${office.deputyPerson.id}" labelName="office.deputyPerson.name" labelValue="${office.deputyPerson.name}" --%>
<%-- title="用户" url="/sys/office/treeData?type=3" cssClass="form-control" allowClear="true" notAllowSelectParent="true"/></td> --%>
<!-- <td class="width-15" class="active"><label class="pull-right">联系地址:</label></td> -->
<%-- <td class="width-35"><form:input path="address" htmlEscape="false" maxlength="50" cssClass="form-control" /></td> --%>
<!-- </tr> -->
<!-- <tr> -->
<!-- <td class="width-15 active"><label class="pull-right">邮政编码:</label></td> -->
<%-- <td class="width-35"><form:input path="zipCode" htmlEscape="false" maxlength="50" cssClass="form-control" /></td> --%>
<!-- <td class="width-15" class="active"><label class="pull-right">负责人:</label></td> -->
<%-- <td class="width-35"><form:input path="master" htmlEscape="false" maxlength="50" cssClass="form-control" /></td> --%>
<!-- </tr> -->
<!-- <tr> -->
<!-- <td class="width-15 active"><label class="pull-right">电话:</label></td> -->
<%-- <td class="width-35"><form:input path="phone" htmlEscape="false" maxlength="50" cssClass="form-control" /></td> --%>
<!-- <td class="width-15" class="active"><label class="pull-right">传真:</label></td> -->
<%-- <td class="width-35"><form:input path="fax" htmlEscape="false" maxlength="50" cssClass="form-control" /></td> --%>
<!-- </tr> -->
<tr>
<td class="width-15 active"><label class="pull-right">电话:</label></td>
<td class="width-35"><form:input path="phone" htmlEscape="false" maxlength="50" cssClass="form-control telnet" /></td>
<td class="width-15" class="active"><label class="pull-right">备注:</label></td>
<td class="width-35"><form:textarea path="remarks" htmlEscape="false" rows="3" maxlength="85" class="form-control"/></td>
</tr>
</tbody>
</table>
</form:form>
</body>
</html>