|
@ -74,7 +74,7 @@ function getPrescriptionList( refresh){
|
|
|
}
|
|
|
o.drugs = getDrugs(o.prescriptionInfo);
|
|
|
o.daysRemaining = getDaysRemaining(o)
|
|
|
o.action = '<a class="c-12b7f5" href="prescription-detail.html?id='+teamCode+'&code='+o.code+'">查看</a>';
|
|
|
o.action = '<a class="c-12b7f5" href="prescription-main.html?tab=1&teamCode='+teamCode+'&code='+o.code+'">查看</a>';
|
|
|
return o;
|
|
|
});
|
|
|
|