XMLWAN hace 4 años
padre
commit
97f74334d4

+ 5 - 1
src/xt_pages/dialysis/PatientBox.vue Ver fichero

@@ -211,7 +211,8 @@ export default {
211 211
       headNurses: [],
212 212
       lastDialysisPrescribe: { id: 0 },
213 213
       temp_schedual: null,
214
-      date:''
214
+      date:'',
215
+      modedata:0,
215 216
     };
216 217
   },
217 218
   props: {
@@ -588,8 +589,11 @@ export default {
588 589
       this.$emit("advice");
589 590
     },
590 591
     open(schedual){
592
+      console.log("中国2222222",this)
593
+     
591 594
       this.date = schedual.schedule_date
592 595
       this.patient_id = schedual.patient_id
596
+      this.modedata = 1
593 597
       this.getScheduleDetail()
594 598
       // this.getLongAdvice()
595 599
       this.$refs.prescription.show(this.prescription,schedual);

+ 2 - 2
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Ver fichero

@@ -1372,7 +1372,7 @@
1372 1372
 
1373 1373
 
1374 1374
         this.treatment_mode = this.$store.getters.treatment_mode
1375
-        console.log("99999",this.treatment_mode)
1375
+        // console.log("99999",this.treatment_mode)
1376 1376
         this.perfusion_apparatus = getDataConfig(
1377 1377
           'hemodialysis',
1378 1378
           'perfusion_apparatus'
@@ -1765,7 +1765,6 @@
1765 1765
         return uParseTime(val, '{y}-{m}-{d} {h}:{i}')
1766 1766
       },
1767 1767
       show(pre,schedual,last) {
1768
-
1769 1768
         var date = new Date()
1770 1769
         var year = date.getFullYear()
1771 1770
         var month = date.getMonth() + 1
@@ -1838,6 +1837,7 @@
1838 1837
 
1839 1838
         if (this.predialysis == null || this.predialysis.id == 0) {
1840 1839
           if(last != null) {
1840
+          
1841 1841
             this.dialysisPrescription.niprocart = last.niprocart
1842 1842
             this.dialysisPrescription.jms = last.jms
1843 1843
             this.dialysisPrescription.fistula_needle_set = last.fistula_needle_set