Browse Source

修改样式 提示等

zyz 6 years ago
parent
commit
925e7be8c3
3 changed files with 11 additions and 4 deletions
  1. 0 1
      app/jbsc/css/filter_type.css
  2. 5 1
      app/jbsc/css/statistics.css
  3. 6 2
      app/jbsc/html/filter_type.html

+ 0 - 1
app/jbsc/css/filter_type.css

@ -6,7 +6,6 @@
.filter-list-list.active,.filter-list-list:hover{color: #12B7F5;background-color: #f5f5f5;}
.filter-list-list.active,.filter-list-list:hover{color: #12B7F5;background-color: #f5f5f5;}
.pl20{padding-left: 20px;}
.pl20{padding-left: 20px;}
.btn.disabled{pointer-events: none;}
.select-list{background: #fff;text-align: center;width: 280px;list-style: none;padding: 0;}
.select-list{background: #fff;text-align: center;width: 280px;list-style: none;padding: 0;}
.select-list>li{height: 40px;line-height: 40px;cursor: pointer;overflow: hidden;color: #333;font-size: 14px;border-bottom: 1px solid #ccc;}
.select-list>li{height: 40px;line-height: 40px;cursor: pointer;overflow: hidden;color: #333;font-size: 14px;border-bottom: 1px solid #ccc;}

+ 5 - 1
app/jbsc/css/statistics.css

@ -66,6 +66,10 @@ select.form-control{
.bgc-12B7F5{
.bgc-12B7F5{
	background-color: #12B7F5;	
	background-color: #12B7F5;	
}
}
.bgc-12B7F5:hover{
	background-color: #00adee;
	color: #fff;
}
.c-12B7F5{
.c-12B7F5{
	color: #12B7F5;	
	color: #12B7F5;	
}
}
@ -81,7 +85,7 @@ select.form-control{
	background-color: #2DBE55;
	background-color: #2DBE55;
}
}
.bgc-2DBE55:hover{
.bgc-2DBE55:hover{
	background-color: #00adee;
	background-color: #29ba51;
	color: #fff;
	color: #fff;
}
}
.data-model{
.data-model{

+ 6 - 2
app/jbsc/html/filter_type.html

@ -224,7 +224,6 @@
					goDenizen:function(item){
					goDenizen:function(item){
						var vm=this;
						var vm=this;
						vm.screeningType=item;
						vm.screeningType=item;
						console.log(vm.isReLoad)
						if(vm.isReLoad==1){//是否是重选问题
						if(vm.isReLoad==1){//是否是重选问题
							parent.question.screeningType=vm.screeningType.code
							parent.question.screeningType=vm.screeningType.code
							parent.question.screeningTitle=vm.screeningType.title
							parent.question.screeningTitle=vm.screeningType.title
@ -239,6 +238,10 @@
//				    开始筛查
//				    开始筛查
					startScreening:function(){
					startScreening:function(){
						var vm=this
						var vm=this
						if(JSON.stringify(vm.screeningResidents)=='{}'){
			    			top.layer.msg("请先选择居民在进行筛查",{icon:5});
			    			return ;
			    		}
						if(vm.isReLoad==1){//是否是重选问题
						if(vm.isReLoad==1){//是否是重选问题
							parent.question.screeningResidents=vm.screeningResidents.code
							parent.question.screeningResidents=vm.screeningResidents.code
							parent.question.screeningResidentsName=vm.screeningResidents.name
							parent.question.screeningResidentsName=vm.screeningResidents.name
@ -270,7 +273,7 @@
			    	selectDenizen:function(item){
			    	selectDenizen:function(item){
			    		var vm=this;
			    		var vm=this;
			    		if(vm.screeningResidents==item){
			    		if(vm.screeningResidents==item){
			    			vm.screeningResidents=[]
			    			vm.screeningResidents={}
			    			return
			    			return
			    		}
			    		}
			    		vm.screeningResidents=item
			    		vm.screeningResidents=item
@ -278,6 +281,7 @@
				},
				},
				watch:{
				watch:{
					teamCode:function(){
					teamCode:function(){
						vm.noDenizen=false
						this.getPatientSignByDoctor('one')
						this.getPatientSignByDoctor('one')
					},
					},
					currentType:function(val){
					currentType:function(val){