|
@ -176,6 +176,12 @@ function getPrescriptionInfo(){
|
|
|
prescriptionCode = res.data.code;
|
|
|
var statusName = getStatusName(res.data.status == '69' ? '61' : res.data.status);
|
|
|
$(".status-btn").text(statusName);
|
|
|
if(res.data.status < 0){
|
|
|
//取消的续方不可以填写药品信息到随访记录中
|
|
|
$("#importDrugs").addClass("hidden");
|
|
|
}else{
|
|
|
$("#importDrugs").removeClass("hidden");
|
|
|
}
|
|
|
$("#prescriptionInfo").empty().append(html);
|
|
|
$("#prescriptionInfo").slimscroll({
|
|
|
height: '100%',
|