Przeglądaj źródła

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

see999 3 lat temu
rodzic
commit
a96b7fa81c

+ 2 - 1
src/xt_pages/outpatientDoctorStation/components/deskRecord.vue Wyświetl plik

568
       case_history:{
568
       case_history:{
569
         handler(val){
569
         handler(val){
570
           console.log("南京人明",this.case_history)
570
           console.log("南京人明",this.case_history)
571
+          this.allergic_history = this.case_history.allergic_history
571
           if(this.case_history.breathing == 0){
572
           if(this.case_history.breathing == 0){
572
             this.case_history.breathing = ""
573
             this.case_history.breathing = ""
573
           }
574
           }
578
             this.case_history.diagnose = ""
579
             this.case_history.diagnose = ""
579
           }
580
           }
580
           this.form.id = this.case_history.id
581
           this.form.id = this.case_history.id
581
-          this.allergic_history = this.case_history.allergic_history
582
+         
582
           this.watchSign++
583
           this.watchSign++
583
         },
584
         },
584
         deep:true
585
         deep:true

+ 1 - 1
src/xt_pages/qcd/basicInformationAnalysis.vue Wyświetl plik

710
       //本月的结束时间
710
       //本月的结束时间
711
       var monthEndDate = new Date(nowYear, nowMonth+1, 0);
711
       var monthEndDate = new Date(nowYear, nowMonth+1, 0);
712
       var timeEnd=Date.parse(monthEndDate)/1000-1;//s
712
       var timeEnd=Date.parse(monthEndDate)/1000-1;//s
713
-      console.log("本月最后一天",timeEnd)
713
+      // console.log("本月最后一天",timeEnd)
714
       //本月
714
       //本月
715
       if(state == 0){
715
       if(state == 0){
716
        //统计透析总量
716
        //统计透析总量