|
@@ -418,7 +418,7 @@
|
418
|
418
|
</div> -->
|
419
|
419
|
|
420
|
420
|
|
421
|
|
- <dialysisIndextwo :record_date="dialysis_date" :patientid='patient_id' :dialysisShow="dialysisShow" :dialysis_date="dialysis_date"></dialysisIndextwo>
|
|
421
|
+ <!-- <dialysisIndextwo :record_date="dialysis_date" :patientid='patient_id' :dialysisShow="dialysisShow" :dialysis_date="dialysis_date"></dialysisIndextwo> -->
|
422
|
422
|
</div>
|
423
|
423
|
|
424
|
424
|
</el-drawer>
|
|
@@ -432,7 +432,6 @@ import {getDialysisScheduleDetail,getLongAdviceTwo} from '@/api/dialysis_record'
|
432
|
432
|
import { uParseTime } from "@/utils/tools";
|
433
|
433
|
import { parseTime } from '@/utils'
|
434
|
434
|
import { fetchAllDoctorAndNurse } from "@/api/doctor";
|
435
|
|
-import dialysisIndextwo from '../outpatientDoctorStation/components/dialysisIndextwo'
|
436
|
435
|
import print from "print-js";
|
437
|
436
|
|
438
|
437
|
export default {
|
|
@@ -478,7 +477,6 @@ export default {
|
478
|
477
|
},
|
479
|
478
|
components: {
|
480
|
479
|
PatientSidebar,
|
481
|
|
- dialysisIndextwo
|
482
|
480
|
},
|
483
|
481
|
methods: {
|
484
|
482
|
getTime(record){
|
|
@@ -682,24 +680,25 @@ export default {
|
682
|
680
|
}, 1);
|
683
|
681
|
},
|
684
|
682
|
clickCurrent(val) {
|
685
|
|
-
|
|
683
|
+
|
686
|
684
|
this.patient_id = val.patient_id
|
687
|
685
|
this.dialysis_date = val.dialysis_date
|
688
|
686
|
},
|
689
|
687
|
rowclick(val){
|
|
688
|
+ // console.log('kkkkkkk',val.dialysis_date);
|
690
|
689
|
this.$router.push({
|
691
|
|
- path: "/dialysis/details",
|
|
690
|
+ path: "/dialysis/details/indexs",
|
692
|
691
|
query: { patient_id: val.patient_id, date: val.dialysis_date }
|
693
|
692
|
});
|
694
|
693
|
// console.log('kkkkkkk',event);
|
695
|
|
- // this.patient_id = event.patient_id
|
696
|
|
- // this.dialysis_date = parseTime(event.dialysis_date, '{y}-{m}-{d}')
|
|
694
|
+ // this.patient_id = val.patient_id
|
|
695
|
+ // this.dialysis_date = parseTime(val.dialysis_date, '{y}-{m}-{d}')
|
697
|
696
|
// this.drawer =true
|
698
|
697
|
// this.dialysisShow =true
|
699
|
698
|
},
|
700
|
699
|
exportList(){
|
701
|
700
|
import('@/vendor/Export2Excel').then(excel => {
|
702
|
|
-
|
|
701
|
+
|
703
|
702
|
if(this.recordData!=null && this.recordData.length > 0){
|
704
|
703
|
for(let i=0;i<this.recordData.length;i++){
|
705
|
704
|
this.recordData[i].dialysis_date_one = this.getTimeOne(this.recordData[i].dialysis_date)
|