|
@ -67,7 +67,11 @@ function getPrescriptionList( refresh){
|
|
}
|
|
}
|
|
}
|
|
}
|
|
o.result = result;
|
|
o.result = result;
|
|
o.statusName = getStatusName(o.status);
|
|
|
|
|
|
if(o.status*1 < -1) {
|
|
|
|
o.statusName = "续方取消"
|
|
|
|
} else {
|
|
|
|
o.statusName = getStatusName(o.status);
|
|
|
|
}
|
|
o.drugs = getDrugs(o.prescriptionInfo);
|
|
o.drugs = getDrugs(o.prescriptionInfo);
|
|
o.daysRemaining = getDaysRemaining(o)
|
|
o.daysRemaining = getDaysRemaining(o)
|
|
o.action = '<a class="c-12b7f5" href="prescription-detail.html?code='+o.code+'">查看</a>';
|
|
o.action = '<a class="c-12b7f5" href="prescription-detail.html?code='+o.code+'">查看</a>';
|