Ver Fonte

合理用药提示

ZZhuangFW há 4 meses atrás
pai
commit
addd275496
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      src/main/resources/static/js/mz/clinic.js

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

@@ -10945,6 +10945,8 @@ function savePrescription() {
             var jsonData = getParamsForpPrescription(1);
             let wpMedicineFlag = jsonData.rxDruginfoList ==null || jsonData.rxDruginfoList.length ==0 ? false : true;
             savePrescriptionForReadCard(wpMedicineFlag);
+        } else {
+            errorMesageSimaple("合理用药未通过!");
         }
     }