yingzhou před 6 roky
rodič
revize
08109b9a28
1 změnil soubory, kde provedl 9 přidání a 2 odebrání
  1. 9 2
      app/rehabilitation/js/service_item_content.js

+ 9 - 2
app/rehabilitation/js/service_item_content.js

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