浏览代码

自备药

XMLWAN 4 年前
父节点
当前提交
2cd2ce7b20
共有 1 个文件被更改,包括 8 次插入7 次删除
  1. 8 7
      src/xt_pages/dialysis/details/index.vue

+ 8 - 7
src/xt_pages/dialysis/details/index.vue 查看文件

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