소스 검색

提交代码

陈少旭 1 년 전
부모
커밋
3653b89c4f
1개의 변경된 파일1개의 추가작업 그리고 8개의 파일을 삭제
  1. 1 8
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 1 - 8
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue 파일 보기

@@ -2931,14 +2931,7 @@ export default {
2931 2931
             this.$message.error("请选择需要记账的患者")
2932 2932
             return
2933 2933
           }
2934
-          if (this.prescriptions.length == 0) {
2935
-            this.$message.error("处方不能为空")
2936
-            return
2937
-          }
2938
-          if (this.form.diagnosis.length == 0) {
2939
-            this.$message.error("诊断不能为空")
2940
-            return
2941
-          }
2934
+
2942 2935
           var that = this
2943 2936
           let obj = {
2944 2937
             patient_id: this.patientInfo.id,