Browse Source

Merge branch 'new_pad_branch' of http://git.shengws.com/zhangbj/xt_pad into new_pad_branch

See999 5 years ago
parent
commit
4d653737fe
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/pages/main/dialog/PrescriptionDialog.vue

+ 2 - 1
src/pages/main/dialog/PrescriptionDialog.vue View File

@@ -1079,6 +1079,7 @@
1079 1079
           if (treatment_mode[keys].id == val) {
1080 1080
             treatment_mode_name = treatment_mode[keys].name
1081 1081
           var treatment_mode_id = treatment_mode[keys].id
1082
+          console.log("treatment_mode_id",treatment_mode_id)
1082 1083
             if(treatment_mode_id === 1 || treatment_mode_id === 3 || treatment_mode_id === 4  || treatment_mode_id === 6 || treatment_mode_id === 7 || treatment_mode_id === 8 || treatment_mode_id === 9 || treatment_mode_id === 10 || treatment_mode_id === 11 || treatment_mode_id === 13 || treatment_mode_id === 14 || treatment_mode_id === 15 || treatment_mode_id === 16){
1083 1084
                  this.zhiShow = false
1084 1085
                  this.totalShow = false
@@ -1087,7 +1088,7 @@
1087 1088
               this.zhiShow = true
1088 1089
               this.totalShow = true
1089 1090
               this.huShow  = true 
1090
-            
1091
+               console.log("a")
1091 1092
             }
1092 1093
           }
1093 1094
         }