Ver código fonte

发药后打印处方单

zengfanwei 2 semanas atrás
pai
commit
7e834ec3dd

+ 2 - 0
src/main/resources/static/js/mz/west_pharmacy_send.js

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