|
@ -46,6 +46,7 @@
|
|
|
this.goToLoadData(true);
|
|
|
},
|
|
|
viewDetail:function(planids,status){
|
|
|
var vm=this;
|
|
|
if(!planids){
|
|
|
layer.msg('无服务项',{icon:5})
|
|
|
return ;
|
|
@ -76,7 +77,11 @@
|
|
|
closeBtn:1,
|
|
|
shift: 5,
|
|
|
shadeClose: false, //点击遮罩关闭层
|
|
|
content: '../../rehabilitation/html/service_item_content.html?planids='+planids
|
|
|
content: '../../rehabilitation/html/service_item_content.html?planids='+planids,
|
|
|
end:function(){
|
|
|
vm.goToLoadData(true);
|
|
|
}
|
|
|
|
|
|
});
|
|
|
},
|
|
|
changeStatus:function(val){
|