|
@ -309,18 +309,8 @@ layui.use('element', function () {
|
|
|
location.href="../../recover/html/new_recover.html"
|
|
|
},
|
|
|
checkPlan:function(data){
|
|
|
layer.open({
|
|
|
type: 2,
|
|
|
area: ['600px', '650px'],
|
|
|
shade: 0.5,
|
|
|
title: '服务项目内容',
|
|
|
fixed: true, //不固定
|
|
|
maxmin: true,
|
|
|
closeBtn:1,
|
|
|
shift: 5,
|
|
|
shadeClose: false, //点击遮罩关闭层
|
|
|
content: '../../rehabilitation/html/service_item_content.html?planids='+data.id
|
|
|
});
|
|
|
location.href = "../../rehabilitation/html/rehabilitation_management.html?planId=" + data.id
|
|
|
|
|
|
|
|
|
|
|
|
}
|