@@ -319,7 +319,7 @@ function sendMedicineProcessing(realNo, orderNo, receiptNo, times, patientId, na
$("#patientId").val('');
initTbTable($('#tb_table').bootstrapTable('getOptions').pageNumber);
// 发药成功后打印处方
- // printPrescription(patientId, times, orderNo)
+ printPrescription(patientId, times, orderNo)
} else {
errorMesage(res);
}