Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 3 years ago
parent
commit
63d0866049
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/xt_pages/data/components/addDrugs.vue

+ 4 - 0
src/xt_pages/data/components/addDrugs.vue View File

@@ -925,6 +925,8 @@
925 925
         if(val == this.form.max_unit){
926 926
           this.form.min_number = 1
927 927
           this.minNumberShow = true
928
+        }else{
929
+          this.minNumberShow = false
928 930
         }
929 931
 
930 932
         // if(this.form.dosage == "" || this.form.max_unit == ""){
@@ -990,6 +992,8 @@
990 992
         if(val == this.form.min_unit){
991 993
           this.form.min_number = 1
992 994
           this.minNumberShow = true
995
+        }else{
996
+          this.minNumberShow = false
993 997
         }
994 998
         var arr = getDataConfig('hemodialysis','units')
995 999
         this.packingUnit = []