|
@ -1089,6 +1089,7 @@ Vue.component('server-items-detail', {
|
|
imgShow('#outerdiv', '#innerdiv', '#bigimg', url)
|
|
imgShow('#outerdiv', '#innerdiv', '#bigimg', url)
|
|
},
|
|
},
|
|
toDoorDialog() {
|
|
toDoorDialog() {
|
|
|
|
var vm = this
|
|
top.layer.open({
|
|
top.layer.open({
|
|
type: 2,
|
|
type: 2,
|
|
area: ['850px', '700px'],
|
|
area: ['850px', '700px'],
|
|
@ -1099,7 +1100,10 @@ Vue.component('server-items-detail', {
|
|
closeBtn: 1,
|
|
closeBtn: 1,
|
|
// shift: 5,
|
|
// shift: 5,
|
|
shadeClose: false, //点击遮罩关闭层
|
|
shadeClose: false, //点击遮罩关闭层
|
|
content: `../../rehabilitation/html/toDoorService.html?patient=${this.patientcode}&detailId=${this.plandetailid}`
|
|
|
|
|
|
content: `../../rehabilitation/html/toDoorService.html?patient=${this.patientcode}&detailId=${this.plandetailid}`,
|
|
|
|
end: function(){
|
|
|
|
vm.getServiceItem()
|
|
|
|
}
|
|
})
|
|
})
|
|
}
|
|
}
|
|
}
|
|
}
|