Explorar el Código

发药后打印处方单

zengfanwei hace 2 semanas
padre
commit
82b4cb6826
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/resources/static/js/mz/west_pharmacy_send.js

+ 1 - 1
src/main/resources/static/js/mz/west_pharmacy_send.js

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