|
@@ -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
|