|
@@ -460,7 +460,7 @@ function renderBillingPush(list, name, code) {
|
|
|
$("." + code).append(boxStr)
|
|
|
$('.moduleItem.' + code).addClass("tips").css("display", "block")
|
|
|
//输血后血常规提醒,传参给his
|
|
|
- $(".otherremind .billingPushItem:contains('输血完成后,请及时复查血常规')").click(()=>{
|
|
|
+ $(".otherremind .billingPushItem:contains('输血完成后,请及时复查血常规')").css("cursor","pointer").click(()=>{
|
|
|
window.parent.postMessage({
|
|
|
"mrn": msg.mrn, //病历号 getMr返回-技术服务返回
|
|
|
"series": msg.series, //就诊次数
|