瀏覽代碼

合理用药提示

ZZhuangFW 4 月之前
父節點
當前提交
addd275496
共有 1 個文件被更改,包括 2 次插入0 次删除
  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("合理用药未通过!");
         }
     }