|
@ -129,13 +129,13 @@
|
|
|
layer.msg('无法与自己聊天',{icon:5});
|
|
|
return ;
|
|
|
}
|
|
|
if((data.isMyTask==1) && (loginDoctor.uid==data.specialistDoctorCode)){
|
|
|
otherCode=data.executeDoctorCode;
|
|
|
otherName=data.executeDoctorCode;
|
|
|
planDetailId=data.planDetaiId
|
|
|
}else{
|
|
|
if(data.isMyTask==1){
|
|
|
otherCode=data.specialistDoctorCode;
|
|
|
otherName=data.specialistDoctorName;
|
|
|
planDetailId=data.planDetaiId;
|
|
|
}else{
|
|
|
otherCode=data.executeDoctorCode;
|
|
|
otherName=data.executeDoctorCode;
|
|
|
}
|
|
|
layer.open({
|
|
|
type: 2,
|