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