|
@@ -1040,8 +1040,8 @@ export default {
|
1040
|
1040
|
this.lastDialysisPrescribe = lastDialysisPrescribe
|
1041
|
1041
|
this.lastDryWeightDislysis = lastDryWeightDislysis
|
1042
|
1042
|
this.headNurses = headNurses
|
1043
|
|
- this.system_prescribe = system_prescribe
|
1044
|
|
-
|
|
1043
|
+ this.system_prescribe = system_prescribe
|
|
1044
|
+
|
1045
|
1045
|
|
1046
|
1046
|
|
1047
|
1047
|
this.niprocart_info = []
|
|
@@ -1312,7 +1312,8 @@ export default {
|
1312
|
1312
|
query: {
|
1313
|
1313
|
patient_id: patient_id,
|
1314
|
1314
|
date: date,
|
1315
|
|
- patient_name: schedual.patient.name
|
|
1315
|
+ patient_name: schedual.patient.name,
|
|
1316
|
+ mode_id:schedual.mode_id
|
1316
|
1317
|
}
|
1317
|
1318
|
})
|
1318
|
1319
|
},
|
|
@@ -1651,7 +1652,7 @@ export default {
|
1651
|
1652
|
websocketSend(data) {
|
1652
|
1653
|
try {
|
1653
|
1654
|
this.websocket.send(JSON.stringify(data))
|
1654
|
|
-
|
|
1655
|
+
|
1655
|
1656
|
} catch (error) {
|
1656
|
1657
|
this.showError = true;
|
1657
|
1658
|
this.showIndex = 4;
|
|
@@ -1737,7 +1738,7 @@ export default {
|
1737
|
1738
|
arr.push(item.patient_id)
|
1738
|
1739
|
})
|
1739
|
1740
|
if(arr.indexOf(parseInt(res.data.data.patientInfo.patient_id)) > -1){
|
1740
|
|
-
|
|
1741
|
+
|
1741
|
1742
|
this.showView = false
|
1742
|
1743
|
this.$router.push({
|
1743
|
1744
|
path: '/dialysis/details',
|
|
@@ -1750,9 +1751,9 @@ export default {
|
1750
|
1751
|
showView:false
|
1751
|
1752
|
}
|
1752
|
1753
|
})
|
1753
|
|
-
|
|
1754
|
+
|
1754
|
1755
|
}else {
|
1755
|
|
-
|
|
1756
|
+
|
1756
|
1757
|
this.showView = true
|
1757
|
1758
|
this.$router.push({
|
1758
|
1759
|
path: '/dialysis/details',
|