1.归档病历召回时增加弹框提醒(“提醒患方及第三方已申请使用过病历”)

master
51976 3 years ago
parent 3e07d1e2d9
commit cf861572e6

@ -320,7 +320,7 @@
left join(select * from emr_fault_detail t where id = (select top 1 id from emr_fault_detail where archive_detail_id = t.archive_detail_id order by create_time desc )
and state in('已召回','未召回')) f
ON f.archive_detail_id=m.id
left join v_printinfo p ON m.id=p.masterID
left join archive_printinfo p ON m.id=p.MasterID
where 1=1 and m.Is_Valid!=1
<if test="archiveDetailId != null">
and f.archive_detail_id = #{archiveDetailId,jdbcType=NVARCHAR}

@ -762,8 +762,6 @@
//提醒是否使用
if (vprintinfoId != null && vprintinfoId != "" && vprintinfoId != "null"){
alert("已使用");
}else {
alert("未使用");
}
}

Loading…
Cancel
Save