Przeglądaj źródła

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

28169 1 rok temu
rodzic
commit
fe5e3b8a9f
1 zmienionych plików z 14 dodań i 14 usunięć
  1. 14 14
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 14 - 14
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Wyświetl plik

@@ -191,7 +191,7 @@
191 191
         <dialysis-index v-if="titleType == '透析记录'" :record_date="record_date" :patientid='patientid'
192 192
                         :dialysisShow="dialysisShow"></dialysis-index>
193 193
 
194
-        <dialysishistory v-if="titleType == '透析历史'" :patientid='patientid'></dialysishistory>  
194
+        <dialysishistory v-if="titleType == '透析历史'" :patientid='patientid'></dialysishistory>
195 195
       </div>
196 196
 
197 197
     </div>
@@ -1860,7 +1860,7 @@ export default {
1860 1860
                     }
1861 1861
                   } else if (this.schedule.schedule_type == 2) {
1862 1862
                      if(this.org_id == 10206  || this.org_id == 0 ){
1863
-                      preTime = this.record_date + ' ' + '10:00'
1863
+                      preTime = this.record_date + ' ' + '10:30'
1864 1864
                     }else{
1865 1865
                      preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
1866 1866
                    }
@@ -2094,7 +2094,7 @@ export default {
2094 2094
             }
2095 2095
           }
2096 2096
           console.log('~~~~~00000222222', this.prescriptions)
2097
-          // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
2097
+          this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
2098 2098
         }
2099 2099
       })
2100 2100
 
@@ -2365,7 +2365,7 @@ export default {
2365 2365
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2366 2366
                         } else if (this.schedule.schedule_type == 2) {
2367 2367
                           if(this.org_id == 10206  || this.org_id == 0){
2368
-                            preTime = this.record_date + ' ' + '10:00'
2368
+                            preTime = this.record_date + ' ' + '10:30'
2369 2369
                           }else{
2370 2370
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
2371 2371
                           }
@@ -2536,7 +2536,7 @@ export default {
2536 2536
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2537 2537
                         } else if (this.schedule.schedule_type == 2) {
2538 2538
                           if(this.org_id == 10206  || this.org_id == 0){
2539
-                            preTime =this.record_date + ' ' + '10:00'
2539
+                            preTime =this.record_date + ' ' + '10:30'
2540 2540
                           }else{
2541 2541
 
2542 2542
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
@@ -2714,7 +2714,7 @@ export default {
2714 2714
                     //   }
2715 2715
                   }
2716 2716
                 }
2717
-                // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
2717
+                this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
2718 2718
                 this.$refs.child.watchSign = 0
2719 2719
               }
2720 2720
             })
@@ -3249,7 +3249,7 @@ export default {
3249 3249
                     // }
3250 3250
                   }
3251 3251
                 }
3252
-                // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
3252
+                this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
3253 3253
                 this.$refs.child.watchSign = 0
3254 3254
               }
3255 3255
             })
@@ -3772,7 +3772,7 @@ export default {
3772 3772
                   // }
3773 3773
                 }
3774 3774
               }
3775
-              // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
3775
+              this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
3776 3776
               this.$refs.child.watchSign = 0
3777 3777
             }
3778 3778
           })
@@ -4085,7 +4085,7 @@ export default {
4085 4085
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4086 4086
                         } else if (this.schedule.schedule_type == 2) {
4087 4087
                           if(this.org_id == 10206  || this.org_id == 0){
4088
-                            preTime = this.record_date + ' ' + '10:00'
4088
+                            preTime = this.record_date + ' ' + '10:30'
4089 4089
 
4090 4090
                           }else {
4091 4091
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
@@ -4255,7 +4255,7 @@ export default {
4255 4255
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4256 4256
                         } else if (this.schedule.schedule_type == 2) {
4257 4257
                           if(this.org_id == 10206  || this.org_id == 0){
4258
-                            preTime = this.record_date + ' ' + '10:00'
4258
+                            preTime = this.record_date + ' ' + '10:30'
4259 4259
                           }else{
4260 4260
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4261 4261
                           }
@@ -4437,7 +4437,7 @@ export default {
4437 4437
                     // }
4438 4438
                   }
4439 4439
                 }
4440
-                // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
4440
+                this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
4441 4441
               }
4442 4442
             })
4443 4443
 
@@ -4767,7 +4767,7 @@ export default {
4767 4767
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4768 4768
                         } else if (this.schedule.schedule_type == 2) {
4769 4769
                           if(this.org_id == 10206  || this.org_id == 0){
4770
-                            preTime =this.record_date + ' ' + '10:00'
4770
+                            preTime =this.record_date + ' ' + '10:30'
4771 4771
                           }else{
4772 4772
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4773 4773
 
@@ -4938,7 +4938,7 @@ export default {
4938 4938
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4939 4939
                         } else if (this.schedule.schedule_type == 2) {
4940 4940
                           if(this.org_id == 10206 ||  this.org_id == 0){
4941
-                            preTime = this.record_date + ' ' + '10:00'
4941
+                            preTime = this.record_date + ' ' + '10:30'
4942 4942
 
4943 4943
                           }else{
4944 4944
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
@@ -5008,7 +5008,7 @@ export default {
5008 5008
 
5009 5009
                   }
5010 5010
                 }
5011
-                // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
5011
+                this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
5012 5012
               }
5013 5013
             })
5014 5014
           } else {