浏览代码

发药后打印处方单

zengfanwei 2 月之前
父节点
当前提交
7e834ec3dd
共有 1 个文件被更改,包括 2 次插入0 次删除
  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);
             }