Browse Source

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

see999 4 years ago
parent
commit
ad502407d8

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/deskRecord.vue View File

541
        this.getlist()
541
        this.getlist()
542
        this.getInitData()
542
        this.getInitData()
543
        this.wayOptions = getDataConfig("patient", "reimbursement_ways");
543
        this.wayOptions = getDataConfig("patient", "reimbursement_ways");
544
-       console.log("232322323",this)
544
+       this.allergic_history = this.case_history.allergic_history
545
        if(this.patientInfo.gender = 1){
545
        if(this.patientInfo.gender = 1){
546
          this.patientInfo.gender = '男'
546
          this.patientInfo.gender = '男'
547
        }else if(this.patientInfo.gender = 2){
547
        }else if(this.patientInfo.gender = 2){

+ 1 - 1
src/xt_pages/qcd/basicInformationAnalysis.vue View File

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
        //统计透析总量