Browse Source

发药后打印处方单

zengfanwei 2 weeks ago
parent
commit
7e834ec3dd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/resources/static/js/mz/west_pharmacy_send.js

+ 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);
             }