Explorar o código

Merge branch 'dev' of http://192.168.1.220:10080/Amoy/patient-co-management into dev

wangzhinan %!s(int64=7) %!d(string=hai) anos
pai
achega
8984815dcb

+ 21 - 1
patient-co-manage/wlyy-manage/src/main/webapp/WEB-INF/views/main.jsp

@ -44,7 +44,7 @@
            <div class="aMenus">
				<%-- 基础信息管理中心 --%>
				<sec:authorize url="/admin/baseInfo/center">
				<sec:authorize url="admin/baseInfo/center">
				<div class="a-divider"></div>
                <div class="a-menu">
					<div class="a-menu-tit"><i class="icons icons-aside-2 icons-24 mr15"></i>基础信息管理</div>
@ -197,6 +197,26 @@
					</div>
				</div>
				</sec:authorize>
				<%-- 服务项目管理--%>
				<sec:authorize url="/admin/specialist/center">
				<div class="a-divider"></div>
				<div class="a-menu">
					<div class="a-menu-tit"><i class="icons icons-aside-2 icons-24 mr15"></i>服务项目管理</div>
					<div class="a-menu-list c-hide">
						<ul>
							</sec:authorize>
							<sec:authorize url="/admin/specialist/initial">
								<li><a href="javascript:locationMenu('specialist');">项目表</a></li>
							</sec:authorize>
							<sec:authorize url="/admin/surveyTemplate/initial">
								<li><a href="javascript:locationMenu('surveyTemplate');">机构服务项目管理</a></li>
							</sec:authorize>
								<sec:authorize url="/admin/specialist/center">
						</ul>
					</div>
				</div>
				</sec:authorize>
				<%-- 安全管理中心--%>
				<sec:authorize url="/admin/security/center">
				<div class="a-divider"></div>

+ 7 - 0
patient-co-manage/wlyy-manage/src/main/webapp/WEB-INF/views/specialty/index_js.jsp

@ -0,0 +1,7 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags" %>
<script>
    $(function () {
    });
</script>

+ 2 - 0
patient-co-manage/wlyy-manage/src/main/webapp/static/js/menu.js

@ -62,6 +62,8 @@ var menu = {
    //基础数据导入
    "basedata": "/admin/basedata/initial",//问题管理界面
    //服务项目管理
    "specialist":"/admin/specialist/initial", //项目表
}
$(".a-menu-list a").bind("click", function () {

+ 225 - 0
patient-co-manage/wlyy-manage/src/main/webapp/static/specialty/css/index.css

@ -0,0 +1,225 @@
.flex{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
}
.flex-sp-b{
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.flex-sp-a{
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.flex-sp-c{
    justify-content: center;
    -webkit-justify-content: center;
}
.flex-sp-end{
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.flex-cz-c{
    -webkit-align-items:center;
    align-items:center;
}
#maingrid{
    margin-top: 20px;margin-bottom: 35px;
}
.icon-search:before{
    display: none;
}
.icon {
    width: 20px;
    height: 20px;
    vertical-align: sub;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
}
.icon15 {
    width: 15px;
    height: 15px;
}
.icon30 {
    width: 34px;
    height: 34px;
}
.icon-search {
    background-image: url(../images/sousuo_btn.png);
    background-size: 100% 100%;
}
.icon-delete {
    background-image: url(../images/delete.png);
    background-size: 100% 100%;
}
.input-group-addon {
    width: 34px !important;
    height: 34px;
    padding: 0;
    background-color: #f0f5f7;
    border: none !important;
}
.font-12 {
    font-size: 12px;
}
.btn-hover-none {
    background-color: #fff;
}
.btn-hover-none:hover {
    background-color: #fff;
}
.btn-radius-none {
    border-radius: 0px;
}
.w130 {
    width: 130px;
}
.h30 {
    height: 30px;
    line-height: 30px;
    padding: 0;
}
.w30 {
    width: 30px;
}
.w320 {
    width: 320px;
}
.ml40{
    margin-left: 40px!important;
}
.btn-group {
    margin-left: 20px;
}
.content {
    padding-top: 20px;
}
.text-align-left {
    text-align: left;
    text-indent: 1em;
}
.btn {
    font-size: 12px;
}
.search {
    display: inline-block;
    margin-left: 20px;
}
.search .btn {
    width: 90px;
    margin-left: 20px;
}
.pull-right .btn {
    margin-right: 20px;
}
.l-grid1 .l-grid-header .l-grid-header-table{
    height: 75px;
}
.l-grid-header{
    height: 75px !important;
    background-color: #edf6fa!important;
    background-image: none!important;
}
.l-grid2 .l-grid-header-table .l-grid-hd-row:nth-child(2) .l-grid-hd-cell:nth-child(3) .l-grid-hd-cell-inner{
    height: auto !important;
}
.l-selected .l-grid-row-cell, .l-selected{
    background-color: rgb(220, 248, 168);
}
.l-grid-hd-cell-text{
    font-weight: bold;
}
.l-panel-bar{
    position: fixed;bottom: 0;left: 0;width: 100%;
}
.l-grid-row{
    height: 80px;
}
.l-grid-row-cell-last div{
    height: 79px!important;box-sizing: border-box;
    padding-top:20px;
}
.l-grid-row-cell-last input{
    background-color: transparent;border: none;
    width: 32%;font-size: 12px;color: #2d9bd2;
}
.l-grid-row-cell-last input.delete{
    color: #eb4b3c;
}
.lay{
    width: 680px;
}
.lay .title{
    width: 680px;height: 40px;line-height: 40px;background-color: #fff;background-color: #2d9bd2;
    font-size: 14px;color: #fff;padding-left: 20px;padding-right: 10px;
}
.lay .info{
    overflow: hidden;
}
.lay .info .info-title{
    font-size: 14px;color: #333;font-weight: bold;padding: 20px;
}
.lay .info .info-left{
    width: 360px;float: left;
}
.lay .info .info-right{
    width: 320px;float: right;padding-right: 45px;height: 553px;
}
.lay .info .input{
    text-align: right;margin-bottom: 10px;
}
.lay .info .input label{
    font-size: 12px;color: #323232;
}
.lay .info .info-left .input input{
    width: 267px;height: 30px;
}
.lay .info .info-right .input input{
    width: 180px;height: 30px;
}
.lay .info .info-left .input textarea{
    width: 267px;height: 100px;resize:none
}
.lay .info .info-right .input textarea{
    width: 180px;height: 116px;resize:none
}
.layui-form-label{
    font-size: 12px!important;color: #323232!important;font-weight: bold!important;
    padding: 0;height: 36px;line-height: 40px;margin-left: 9px;
}
.layui-input-block{
    margin-left: 95px;
}
.lay .info .info-right .info-right-title{
    font-size: 12px;color: #323232;font-weight: bold;padding-left: 40px;margin-bottom: 10px;
}
.lay .info .info-bottom{
    text-align: center;
}
.lay .info .info-bottom .layui-btn{
    box-sizing: border-box;width: 100px;color: #fff;
}
.layui-form-checkbox[lay-skin=primary]{
    height: 30px!important;
}