Prechádzať zdrojové kódy

健康指导记录查询不支持

linehang 6 rokov pred
rodič
commit
ccc13bd3bb

+ 8 - 3
app/recover/html/project-detail.html

@ -102,7 +102,7 @@
                el: "#app",
                data: {
                	isShowMore: false,
                	planDetail: null
                	planDetail: {}
                },
                mounted: function() {
                	this.serviceItem()
@ -127,6 +127,9 @@
						})
			    	},
			    	handleArr: function(arr) {
			    		if(!arr) {
			    			return false;
			    		}
			    		return arr.join()
			    	},
			    	handleTime: function(time) {
@ -166,7 +169,9 @@
					},
			    	viewDetial:function(type,code){
						var vm=this;
						if (type==3 || type==4){					
						if(type == 3) {
							top.layer.msg('客户端暂不支持查询健康指导记录');
						} else if (type==4){					
							top.layer.msg('客户端暂不支持查询随访记录');
						} else {
							top.layer.open({
@ -182,7 +187,7 @@
								shadeClose: false, //点击遮罩关闭层
								content: '../../article/html/article-info.html?articleId=' + code,
								end: function() { // 未点击确定按钮,点击关闭按钮  
									vm.getServiceItem();    
//									vm.getServiceItem();    
								}
							});
						}

+ 3 - 1
app/rehabilitation/js/guide_the_message.js

@ -216,7 +216,9 @@
			},
			viewDetial:function(type,code){
				var vm=this;
				if(type==3 || type==4){					
				if(type == 3) {
					top.layer.msg('客户端暂不支持查询健康指导记录');
				} else if(type==4){
					top.layer.msg('客户端暂不支持查询随访记录');
				}else{
					top.layer.open({