Browse Source

提交代码

陈少旭 1 year ago
parent
commit
3653b89c4f
1 changed files with 1 additions and 8 deletions
  1. 1 8
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 1 - 8
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

@@ -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,