function ListOcostCenter() {
layer.open({
type : 2,
title : "部门列表",
area : [ "80%", "85%" ],
content : "jsp/ListOcostCenter.jsp",
end : function() {
}
});
};
layer.open({
type : 2,
title : "部门列表",
area : [ "80%", "85%" ],
content : "jsp/ListOcostCenter.jsp",
end : function() {
}
});
};