|
@ -297,10 +297,7 @@ layui.use('element', function () {
|
|
|
morePlan: function (data) {
|
|
|
location.href = "moreplan.html?patientCode=" + data.patientCode
|
|
|
},
|
|
|
checkPlan: function (data) {
|
|
|
location.href = "../../rehabilitation/html/rehabilitation_management.html?planId=" + data.id + "&status=" + data.status
|
|
|
|
|
|
},
|
|
|
|
|
|
stop: function (data) {
|
|
|
var vm = this
|
|
|
vm.planid = data.id
|
|
@ -310,6 +307,22 @@ layui.use('element', function () {
|
|
|
},
|
|
|
newRecover: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
|
|
|
});
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|