XMLWAN 2 лет назад
Родитель
Сommit
0ab4397ec6

+ 40 - 0
src/api/patient.js Просмотреть файл

612
     params: params
612
     params: params
613
   })
613
   })
614
 }
614
 }
615
+
616
+export function createFirstDisease(data) {
617
+  return request({
618
+    url: '/api/patient/createfirstdisease',
619
+    method: 'post',
620
+    data: data
621
+  })
622
+}
623
+
624
+export function getFirstDiseaseList(params) {
625
+  return request({
626
+    url: '/api/patient/getfirstdiseaselist',
627
+    method: 'Get',
628
+    params: params
629
+  })
630
+}
631
+
632
+export function getFirstDetail(id, params) {
633
+  return request({
634
+    url: '/api/patient/getfirstdetailbyid?id=' + id,
635
+    method: 'get',
636
+    params: params
637
+  })
638
+}
639
+
640
+export function updateFirstDisease(data) {
641
+  return request({
642
+    url: '/api/patient/updatefirstdisease',
643
+    method: 'post',
644
+    data: data
645
+  })
646
+}
647
+
648
+export function deleteFirstDisease(params) {
649
+  return request({
650
+    url: '/api/patient/deletefirstdisease',
651
+    method: 'get',
652
+    params: params
653
+  })
654
+}

+ 8 - 1
src/lang/zh.js Просмотреть файл

405
     illness_discharge: '出院时病情',
405
     illness_discharge: '出院时病情',
406
     discharge_advice: '出院医嘱',
406
     discharge_advice: '出院医嘱',
407
     dialysis_remark: '透析备注',
407
     dialysis_remark: '透析备注',
408
-    catheter_operation:'导管备注',
408
+    catheter_operation: '导管备注',
409
+    main_content: '主诉内容',
410
+    patient_case: '病例特点',
411
+    tentative_diagnosis: '初步诊断',
412
+    diagnostic_basis: '诊断依据',
413
+    differential_diagnosis: '鉴别诊断',
414
+    treatment_plan: '诊疗计划'
415
+
409
   }
416
   }
410
 }
417
 }

+ 11 - 0
src/router/modules/patient.js Просмотреть файл

247
       title: 'templateSummary',
247
       title: 'templateSummary',
248
       noCache: true
248
       noCache: true
249
     }
249
     }
250
+  },
251
+  {
252
+    path: '/patient/patient/:id/firstDisease',
253
+    component: () => import('@/xt_pages/user/firstDisease'),
254
+    hidden: true,
255
+    is_menu: false,
256
+    name: 'firstDisease',
257
+    meta: {
258
+      title: 'firstDisease',
259
+      noCache: true
260
+    }
250
   }
261
   }
251
 
262
 
252
   ]
263
   ]

+ 6 - 0
src/xt_pages/data/template.vue Просмотреть файл

56
         { label: this.$t("data_config.discharge_advice"), key:"discharge_advice"},
56
         { label: this.$t("data_config.discharge_advice"), key:"discharge_advice"},
57
         { label: this.$t("data_config.dialysis_remark"), key:"dialysis_remark"},
57
         { label: this.$t("data_config.dialysis_remark"), key:"dialysis_remark"},
58
         { label: this.$t("data_config.catheter_operation"), key:"catheter_operation"},
58
         { label: this.$t("data_config.catheter_operation"), key:"catheter_operation"},
59
+        { label: this.$t("data_config.main_content"), key:"main_content"},
60
+        { label: this.$t("data_config.patient_case"), key:"patient_case"},
61
+        { label: this.$t("data_config.tentative_diagnosis"), key:"tentative_diagnosis"},
62
+        { label: this.$t("data_config.diagnostic_basis"), key:"diagnostic_basis"},
63
+        { label: this.$t("data_config.differential_diagnosis"), key:"differential_diagnosis"},
64
+        { label: this.$t("data_config.treatment_plan"), key:"treatment_plan"},
59
       ],
65
       ],
60
       activeName: "education",
66
       activeName: "education",
61
       createdTimes: 0
67
       createdTimes: 0

+ 2 - 2
src/xt_pages/dialysis/details/DialysisPrescription.vue Просмотреть файл

142
           <label>目标超滤量 : </label>
142
           <label>目标超滤量 : </label>
143
           <span class="content">{{ target_ultrafiltration != "0" ? target_ultrafiltration : ""}}</span>
143
           <span class="content">{{ target_ultrafiltration != "0" ? target_ultrafiltration : ""}}</span>
144
           
144
           
145
-          <span v-if="this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.template_id != 32 && this.$store.getters.xt_user.template_info.template_id != 34 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.template_id != 40 && this.$store.getters.xt_user.template_info.template_id != 43 && this.$store.getters.xt_user.template_info.template_id != 45  && this.$store.getters.xt_user.template_info.template_id != 46  && this.$store.getters.xt_user.template_info.template_id != 48 && this.$store.getters.xt_user.template_info.org_id != 9555  && this.$store.getters.xt_user.template_info.org_id != 10345  && this.$store.getters.xt_user.template_info.org_id != 10346  && this.$store.getters.xt_user.template_info.org_id != 10395  && this.$store.getters.xt_user.template_info.template_id!=60  && this.$store.getters.xt_user.template_info.org_id != 10340  && this.$store.getters.xt_user.template_info.org_id != 10430 && this.$store.getters.xt_user.template_info.org_id != 10432  && this.$store.getters.xt_user.template_info.org_id != 10441 && this.$store.getters.xt_user.template_info.org_id != 10445 && this.$store.getters.xt_user.template_info.org_id != 9829 &&  this.$store.getters.xt_user.template_info.org_id != 10440"  class="unit">{{ target_ultrafiltration != "0" ? "L" : "" }}</span>
146
-          <span v-if="this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28 || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.template_id == 32 || this.$store.getters.xt_user.template_info.template_id == 34 || this.$store.getters.xt_user.template_info.template_id == 38 || this.$store.getters.xt_user.template_info.template_id == 40 || this.$store.getters.xt_user.template_info.template_id == 43 || this.$store.getters.xt_user.template_info.template_id == 45 || this.$store.getters.xt_user.template_info.template_id == 46  || this.$store.getters.xt_user.template_info.template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || this.$store.getters.xt_user.template_info.org_id == 10345  || this.$store.getters.xt_user.template_info.org_id == 10346  || this.$store.getters.xt_user.template_info.org_id == 10395 || this.$store.getters.xt_user.template_info.template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 10430 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id==10441 || this.$store.getters.xt_user.template_info.org_id==10445 || this.$store.getters.xt_user.template_info.org_id == 9829 ||  this.$store.getters.xt_user.template_info.org_id == 10440" class="unit">{{ target_ultrafiltration != "0" ? "ml" : "" }}</span>
145
+          <span v-if="this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.template_id != 32 && this.$store.getters.xt_user.template_info.template_id != 34 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.template_id != 40 && this.$store.getters.xt_user.template_info.template_id != 43 && this.$store.getters.xt_user.template_info.template_id != 45  && this.$store.getters.xt_user.template_info.template_id != 46  && this.$store.getters.xt_user.template_info.template_id != 48 && this.$store.getters.xt_user.template_info.org_id != 9555  && this.$store.getters.xt_user.template_info.org_id != 10345  && this.$store.getters.xt_user.template_info.org_id != 10346  && this.$store.getters.xt_user.template_info.org_id != 10395  && this.$store.getters.xt_user.template_info.template_id!=60  && this.$store.getters.xt_user.template_info.org_id != 10340  && this.$store.getters.xt_user.template_info.org_id != 10430 && this.$store.getters.xt_user.template_info.org_id != 10432  && this.$store.getters.xt_user.template_info.org_id != 10441 && this.$store.getters.xt_user.template_info.org_id != 10445 && this.$store.getters.xt_user.template_info.org_id != 9829 &&  this.$store.getters.xt_user.template_info.org_id != 10440  &&  this.$store.getters.xt_user.template_info.org_id != 10469"  class="unit">{{ target_ultrafiltration != "0" ? "L" : "" }}</span>
146
+          <span v-if="this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28 || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.template_id == 32 || this.$store.getters.xt_user.template_info.template_id == 34 || this.$store.getters.xt_user.template_info.template_id == 38 || this.$store.getters.xt_user.template_info.template_id == 40 || this.$store.getters.xt_user.template_info.template_id == 43 || this.$store.getters.xt_user.template_info.template_id == 45 || this.$store.getters.xt_user.template_info.template_id == 46  || this.$store.getters.xt_user.template_info.template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || this.$store.getters.xt_user.template_info.org_id == 10345  || this.$store.getters.xt_user.template_info.org_id == 10346  || this.$store.getters.xt_user.template_info.org_id == 10395 || this.$store.getters.xt_user.template_info.template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 10430 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id==10441 || this.$store.getters.xt_user.template_info.org_id==10445 || this.$store.getters.xt_user.template_info.org_id == 9829 ||  this.$store.getters.xt_user.template_info.org_id == 10440 || this.$store.getters.xt_user.template_info.org_id == 10469" class="unit">{{ target_ultrafiltration != "0" ? "ml" : "" }}</span>
147
         </li>
147
         </li>
148
 
148
 
149
          <li v-if="isShow('目标超滤量') && this.$store.getters.xt_user.template_info.org_id == 10290">
149
          <li v-if="isShow('目标超滤量') && this.$store.getters.xt_user.template_info.org_id == 10290">

+ 1 - 1
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue Просмотреть файл

1366
 
1366
 
1367
     var date = this.$route.query && this.$route.query.date
1367
     var date = this.$route.query && this.$route.query.date
1368
     this.record_date = date ? uParseTime(date, '{y}-{m}-{d}') : parseTime(new Date(), '{y}-{m}-{d}')
1368
     this.record_date = date ? uParseTime(date, '{y}-{m}-{d}') : parseTime(new Date(), '{y}-{m}-{d}')
1369
-    if(this.$store.getters.xt_user.template_info.org_id == 0 ||  this.$store.getters.xt_user.template_info.org_id==9829){
1369
+    if(this.$store.getters.xt_user.template_info.org_id == 0 ||  this.$store.getters.xt_user.template_info.org_id==9829 ||  this.$store.getters.xt_user.template_info.org_id==10469){
1370
       this.form.pulse_frequency = 80
1370
       this.form.pulse_frequency = 80
1371
     }
1371
     }
1372
   },
1372
   },

+ 30 - 0
src/xt_pages/dialysis/details/dialog/adviceDialog/AddGroupAdvice.vue Просмотреть файл

1619
           }
1619
           }
1620
       }
1620
       }
1621
 
1621
 
1622
+    
1623
+      if( this.$store.getters.xt_user.org.id == 10469 ){
1624
+          var year = date.getFullYear()
1625
+          var month = date.getMonth() + 1
1626
+          var day = date.getDate()
1627
+
1628
+          var hours = date.getHours()
1629
+          var minites = date.getMinutes()
1630
+
1631
+          if (month < 10) {
1632
+            month = '0' + month
1633
+          }
1634
+          if (day < 10) {
1635
+            day = '0' + day
1636
+          }
1637
+          if (hours < 10) {
1638
+            hours = '0' + hours
1639
+          }
1640
+          if (minites < 10) {
1641
+            minites = '0' + minites
1642
+          }
1643
+          if (this.schedulePatient.schedule_type == 1) {
1644
+            this.groupForm.start_time = year + '-' + month + '-' + day + ' ' + '7:00'
1645
+          } else if (this.schedulePatient.schedule_type == 2) {
1646
+            this.groupForm.start_time= year + '-' + month + '-' + day + ' ' + '11:00'
1647
+          } else if (this.schedulePatient.schedule_type == 3) {
1648
+           this.groupForm.start_time = year + '-' + month + '-' + day + ' ' + '15:00'
1649
+          }
1650
+      }
1651
+
1622
     },
1652
     },
1623
     selectAllTemplateAdvice(selection) {
1653
     selectAllTemplateAdvice(selection) {
1624
       console.log("params",selection)
1654
       console.log("params",selection)

+ 13 - 5
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Просмотреть файл

95
                     </el-col>
95
                     </el-col>
96
 
96
 
97
                     <el-col :span="8"
97
                     <el-col :span="8"
98
-                            v-if="isShows('目标超滤量') && (this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22  || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28  || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.template_id == 32 || this.$store.getters.xt_user.template_info.template_id == 34 || this.$store.getters.xt_user.template_info.template_id == 38 ||  this.$store.getters.xt_user.template_info.template_id == 40 ||  this.$store.getters.xt_user.template_info.template_id == 43 ||  this.$store.getters.xt_user.template_info.template_id == 45  ||  this.$store.getters.xt_user.template_info.template_id == 46 ||  this.$store.getters.xt_user.template_info.template_id == 48 ||  this.$store.getters.xt_user.template_info.template_id == 56 || this.$store.getters.xt_user.template_info.org_id == 9555 || this.$store.getters.xt_user.template_info.org_id == 10345 || this.$store.getters.xt_user.template_info.org_id == 10346 || this.$store.getters.xt_user.template_info.org_id == 10249 || this.$store.getters.xt_user.template_info.org_id == 10395 ||this.$store.getters.xt_user.template_info.template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 10430 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10441 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 9829|| this.$store.getters.xt_user.template_info.org_id == 10440)">
98
+                            v-if="isShows('目标超滤量') && (this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22  || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28  || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.template_id == 32 || this.$store.getters.xt_user.template_info.template_id == 34 || this.$store.getters.xt_user.template_info.template_id == 38 ||  this.$store.getters.xt_user.template_info.template_id == 40 ||  this.$store.getters.xt_user.template_info.template_id == 43 ||  this.$store.getters.xt_user.template_info.template_id == 45  ||  this.$store.getters.xt_user.template_info.template_id == 46 ||  this.$store.getters.xt_user.template_info.template_id == 48 ||  this.$store.getters.xt_user.template_info.template_id == 56 || this.$store.getters.xt_user.template_info.org_id == 9555 || this.$store.getters.xt_user.template_info.org_id == 10345 || this.$store.getters.xt_user.template_info.org_id == 10346 || this.$store.getters.xt_user.template_info.org_id == 10249 || this.$store.getters.xt_user.template_info.org_id == 10395 ||this.$store.getters.xt_user.template_info.template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 10430 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10441 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 9829|| this.$store.getters.xt_user.template_info.org_id == 10440 || this.$store.getters.xt_user.template_info.org_id == 10469)">
99
                         <el-form-item label="目标超滤量(ml):">
99
                         <el-form-item label="目标超滤量(ml):">
100
                             <el-input
100
                             <el-input
101
                                     type="number"
101
                                     type="number"
106
 
106
 
107
 
107
 
108
                     <el-col :span="8"
108
                     <el-col :span="8"
109
-                            v-if="isShows('目标超滤量')  && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.template_id != 32 && this.$store.getters.xt_user.template_info.template_id != 34 && this.$store.getters.xt_user.template_info.template_id != 38 &&  this.$store.getters.xt_user.template_info.template_id != 40 &&  this.$store.getters.xt_user.template_info.template_id != 43 &&  this.$store.getters.xt_user.template_info.template_id != 45 &&  this.$store.getters.xt_user.template_info.template_id != 46  &&  this.$store.getters.xt_user.template_info.template_id != 48 &&  this.$store.getters.xt_user.template_info.template_id != 56 && this.$store.getters.xt_user.template_info.org_id != 9555 &&  this.$store.getters.xt_user.template_info.org_id != 10345 &&  this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10249 &&  this.$store.getters.xt_user.template_info.org_id != 10395 &&  this.$store.getters.xt_user.template_info.template_id != 60 &&  this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10430 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id!=10441 && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=9829 && this.$store.getters.xt_user.template_info.org_id != 10440">
109
+                            v-if="isShows('目标超滤量')  && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.template_id != 32 && this.$store.getters.xt_user.template_info.template_id != 34 && this.$store.getters.xt_user.template_info.template_id != 38 &&  this.$store.getters.xt_user.template_info.template_id != 40 &&  this.$store.getters.xt_user.template_info.template_id != 43 &&  this.$store.getters.xt_user.template_info.template_id != 45 &&  this.$store.getters.xt_user.template_info.template_id != 46  &&  this.$store.getters.xt_user.template_info.template_id != 48 &&  this.$store.getters.xt_user.template_info.template_id != 56 && this.$store.getters.xt_user.template_info.org_id != 9555 &&  this.$store.getters.xt_user.template_info.org_id != 10345 &&  this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10249 &&  this.$store.getters.xt_user.template_info.org_id != 10395 &&  this.$store.getters.xt_user.template_info.template_id != 60 &&  this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10430 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id!=10441 && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=9829 && this.$store.getters.xt_user.template_info.org_id != 10440 && this.$store.getters.xt_user.template_info.org_id != 10469">
110
                         <el-form-item label="目标超滤量(L):">
110
                         <el-form-item label="目标超滤量(L):">
111
                             <el-input
111
                             <el-input
112
                                     type="number"
112
                                     type="number"
273
                     </el-col>
273
                     </el-col>
274
 
274
 
275
                     <el-col :span="8" v-if="anticoagulant!=undefined && anticoagulant.shouji != -1 && isShows('首剂')  && dialysisPrescription.anticoagulant!=1 && dialysisPrescription.anticoagulant!=12">
275
                     <el-col :span="8" v-if="anticoagulant!=undefined && anticoagulant.shouji != -1 && isShows('首剂')  && dialysisPrescription.anticoagulant!=1 && dialysisPrescription.anticoagulant!=12">
276
-                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 && this.$store.getters.xt_user.template_info.template_id!=54  && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440">
276
+                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 && this.$store.getters.xt_user.template_info.template_id!=54  && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440  && this.$store.getters.xt_user.template_info.org_id != 10469">
277
                           <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387">
277
                           <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387">
278
                             <el-form-item
278
                             <el-form-item
279
                                     v-if='dialysisPrescription.anticoagulant != 1 &&this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.org_id != 9987 && this.$store.getters.xt_user.template_info.org_id!=9990'
279
                                     v-if='dialysisPrescription.anticoagulant != 1 &&this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.org_id != 9987 && this.$store.getters.xt_user.template_info.org_id!=9990'
356
 
356
 
357
 
357
 
358
                     <el-col :span="8" v-if="anticoagulant!=undefined &&anticoagulant.weichi != -1 && isShows('维持')  && dialysisPrescription.anticoagulant!=1&& dialysisPrescription.anticoagulant!=12">
358
                     <el-col :span="8" v-if="anticoagulant!=undefined &&anticoagulant.weichi != -1 && isShows('维持')  && dialysisPrescription.anticoagulant!=1&& dialysisPrescription.anticoagulant!=12">
359
-                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157  && this.$store.getters.xt_user.template_info.org_id != 9990 && this.$store.getters.xt_user.template_info.org_id != 9671  && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440">
359
+                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157  && this.$store.getters.xt_user.template_info.org_id != 9990 && this.$store.getters.xt_user.template_info.org_id != 9671  && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440 && this.$store.getters.xt_user.template_info.org_id != 10469">
360
                           <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387 ">
360
                           <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387 ">
361
                             <el-form-item :label="'维持(' + anticoagulant.weichi_unit + ') : '"
361
                             <el-form-item :label="'维持(' + anticoagulant.weichi_unit + ') : '"
362
                                           v-if="anticoagulant.weichi != -1 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.org_id != 9987  && this.$store.getters.xt_user.template_info.org_id != 54 && this.$store.getters.xt_user.template_info.org_id != 9990">
362
                                           v-if="anticoagulant.weichi != -1 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.org_id != 9987  && this.$store.getters.xt_user.template_info.org_id != 54 && this.$store.getters.xt_user.template_info.org_id != 9990">
420
 
420
 
421
 
421
 
422
                     <el-col :span="8" v-if="anticoagulant!=undefined &&anticoagulant.zongliang != -1 && isShows('总量') && dialysisPrescription.anticoagulant!=1&& dialysisPrescription.anticoagulant!=12">
422
                     <el-col :span="8" v-if="anticoagulant!=undefined &&anticoagulant.zongliang != -1 && isShows('总量') && dialysisPrescription.anticoagulant!=1&& dialysisPrescription.anticoagulant!=12">
423
-                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 && this.$store.getters.xt_user.template_info.org_id != 9671 && this.$store.getters.xt_user.template_info.org_id != 9675 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440">
423
+                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 && this.$store.getters.xt_user.template_info.org_id != 9671 && this.$store.getters.xt_user.template_info.org_id != 9675 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440 && this.$store.getters.xt_user.template_info.org_id != 10469">
424
                           <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387">
424
                           <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387">
425
                             <el-form-item
425
                             <el-form-item
426
                                     v-if='this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 38  && this.$store.getters.xt_user.template_info.org_id != 9987 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387 && this.$store.getters.xt_user.template_info.org_id != 9990'
426
                                     v-if='this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 38  && this.$store.getters.xt_user.template_info.org_id != 9987 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387 && this.$store.getters.xt_user.template_info.org_id != 9990'
2357
             } else if (schedual.schedule_type == 3) {
2357
             } else if (schedual.schedule_type == 3) {
2358
               this.start_time = year + '-' + month + '-' + day + ' ' + '15:30'
2358
               this.start_time = year + '-' + month + '-' + day + ' ' + '15:30'
2359
             }
2359
             }
2360
+           }else if(this.$store.getters.xt_user.org.id == 10469){
2361
+              if (schedual.schedule_type == 1) {
2362
+              this.start_time = year + '-' + month + '-' + day + ' ' + '7:00'
2363
+            } else if (schedual.schedule_type == 2) {
2364
+              this.start_time = year + '-' + month + '-' + day + ' ' + '11:00'
2365
+            } else if (schedual.schedule_type == 3) {
2366
+              this.start_time = year + '-' + month + '-' + day + ' ' + '15:00'
2367
+            }
2360
            } else {
2368
            } else {
2361
             if (schedual.schedule_type == 1) {
2369
             if (schedual.schedule_type == 1) {
2362
               this.start_time = year + '-' + month + '-' + day + ' ' + '07:00'
2370
               this.start_time = year + '-' + month + '-' + day + ' ' + '07:00'

+ 2 - 2
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue Просмотреть файл

1989
         // 静脉压
1989
         // 静脉压
1990
         if (this.org_id == 10060 || this.org_id == 10387) {
1990
         if (this.org_id == 10060 || this.org_id == 10387) {
1991
           this.form.venous_pressure = resp.monitor.venous_pressure;
1991
           this.form.venous_pressure = resp.monitor.venous_pressure;
1992
-        }else if(this.org_id == 9671 || this.org_id == 9675 || this.org_id == 10340 ){
1992
+        }else if(this.org_id == 9671 || this.org_id == 9675 || this.org_id == 10340 || this.org_id == 10469 ){
1993
           this.form.venous_pressure = 80
1993
           this.form.venous_pressure = 80
1994
         } else {
1994
         } else {
1995
           this.form.venous_pressure = ""; // this.last_monitor_record.venous_pressure;
1995
           this.form.venous_pressure = ""; // this.last_monitor_record.venous_pressure;
2044
           ? resp.monitor.dialysate_temperature
2044
           ? resp.monitor.dialysate_temperature
2045
           : "";
2045
           : "";
2046
         
2046
         
2047
-         if(this.org_id == 9675 || this.org_id == 9671 || this.org_id == 10340){
2047
+         if(this.org_id == 9675 || this.org_id == 9671 || this.org_id == 10340 || this.org_id == 10469){
2048
             this.form.temperature = "36.5"
2048
             this.form.temperature = "36.5"
2049
 
2049
 
2050
          }else{
2050
          }else{

+ 37 - 8
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Просмотреть файл

959
                             : "/"
959
                             : "/"
960
                         }}
960
                         }}
961
                       </div>
961
                       </div>
962
-                      <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440">ml</span> 
963
-                      <span v-if="org_id!=10395&&org_id!=9829 && org_id!=10440">L</span>
962
+                      <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469">ml</span> 
963
+                      <span v-if="org_id!=10395&&org_id!=9829 && org_id!=10440 && org_id!=10469">L</span>
964
                     </div>
964
                     </div>
965
                     <div class="inline_block" style="flex: 1">
965
                     <div class="inline_block" style="flex: 1">
966
                       干体重:
966
                       干体重:
1067
                         }}
1067
                         }}
1068
                       </div>
1068
                       </div>
1069
                      
1069
                      
1070
-                     <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440">
1070
+                     <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469">
1071
                       <span v-if="prescription.anticoagulant == 4">mg</span>
1071
                       <span v-if="prescription.anticoagulant == 4">mg</span>
1072
                       <span v-if="prescription.anticoagulant == 3">iu</span>
1072
                       <span v-if="prescription.anticoagulant == 3">iu</span>
1073
                       <span v-if="prescription.anticoagulant == 2">iu</span>
1073
                       <span v-if="prescription.anticoagulant == 2">iu</span>
1074
                       <span v-if="prescription.anticoagulant == 1">mg</span>
1074
                       <span v-if="prescription.anticoagulant == 1">mg</span>
1075
                     </span>
1075
                     </span>
1076
 
1076
 
1077
-                    <span v-if="org_id==9675 || org_id==10447 || org_id==9829 || org_id!=10440">
1077
+                    <span v-if="org_id==9675 || org_id==10447 || org_id==9829 || org_id==10440 || org_id==10469">
1078
                       <span v-if="prescription.anticoagulant == 4">iu</span>
1078
                       <span v-if="prescription.anticoagulant == 4">iu</span>
1079
                       <span v-if="prescription.anticoagulant == 3">iu</span>
1079
                       <span v-if="prescription.anticoagulant == 3">iu</span>
1080
                       <span v-if="prescription.anticoagulant == 2">mg</span>
1080
                       <span v-if="prescription.anticoagulant == 2">mg</span>
1113
                             : "0"
1113
                             : "0"
1114
                         }}
1114
                         }}
1115
                       </div>
1115
                       </div>
1116
-                      <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440">
1116
+                      <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469">
1117
 
1117
 
1118
                         <span v-if="prescription.anticoagulant == 5">ml/h</span>
1118
                         <span v-if="prescription.anticoagulant == 5">ml/h</span>
1119
                           <span v-if="prescription.anticoagulant == 4">mg/h</span>
1119
                           <span v-if="prescription.anticoagulant == 4">mg/h</span>
1121
                           <span v-if="prescription.anticoagulant == 2">iu/h</span>
1121
                           <span v-if="prescription.anticoagulant == 2">iu/h</span>
1122
                           <span v-if="prescription.anticoagulant == 1">mg/h</span>
1122
                           <span v-if="prescription.anticoagulant == 1">mg/h</span>
1123
                       </span>
1123
                       </span>
1124
-                      <span v-if="org_id==9675 || org_id==10447 || org_id== 9829 || org_id == 10440">
1124
+                      <span v-if="org_id==9675 || org_id==10447 || org_id== 9829 || org_id == 10440 || org_id == 10469">
1125
                         <span v-if="prescription.anticoagulant == 2">mg/h</span>
1125
                         <span v-if="prescription.anticoagulant == 2">mg/h</span>
1126
                           <span v-if="prescription.anticoagulant == 3">iu/h</span>
1126
                           <span v-if="prescription.anticoagulant == 3">iu/h</span>
1127
                           <span v-if="prescription.anticoagulant == 4">ml</span>
1127
                           <span v-if="prescription.anticoagulant == 4">ml</span>
1186
                             : "/"
1186
                             : "/"
1187
                         }}
1187
                         }}
1188
                       </div>
1188
                       </div>
1189
-                      <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440">
1189
+                      <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469">
1190
                       <span v-if="prescription.anticoagulant == 4">mg</span>
1190
                       <span v-if="prescription.anticoagulant == 4">mg</span>
1191
                       <span v-if="prescription.anticoagulant == 3">iu</span>
1191
                       <span v-if="prescription.anticoagulant == 3">iu</span>
1192
                       <span v-if="prescription.anticoagulant == 2">iu</span>
1192
                       <span v-if="prescription.anticoagulant == 2">iu</span>
1193
                       <span v-if="prescription.anticoagulant == 1">mg</span>
1193
                       <span v-if="prescription.anticoagulant == 1">mg</span>
1194
                      </span>
1194
                      </span>
1195
-                    <span v-if="org_id==9675 || org_id==10447 || org_id == 9829 || org_id == 10440">
1195
+                    <span v-if="org_id==9675 || org_id==10447 || org_id == 9829 || org_id == 10440 || org_id == 10469">
1196
                        <span v-if="prescription.anticoagulant == 2">mg</span>
1196
                        <span v-if="prescription.anticoagulant == 2">mg</span>
1197
                        <span v-if="prescription.anticoagulant == 3">iu</span>
1197
                        <span v-if="prescription.anticoagulant == 3">iu</span>
1198
                        <span v-if="prescription.anticoagulant == 4">ml</span>
1198
                        <span v-if="prescription.anticoagulant == 4">ml</span>
1286
                   
1286
                   
1287
                   </div>
1287
                   </div>
1288
 
1288
 
1289
+                   <div class="row" style="padding: 2px 0; line-height: 23px" v-if="org_id ==10469 || org_id == 9671">
1290
+                    <div
1291
+                      class="inline_block"
1292
+                      style="margin-left: 20px"
1293
+                    >
1294
+                      透析机型号:
1295
+                      <div
1296
+                        class="under_line"
1297
+                        style="width: 50px; text-align: center"
1298
+                      >
1299
+                       {{predialysis.machine_type ? predialysis.machine_type : ""}}
1300
+                      </div>
1301
+                    
1302
+                    </div>
1303
+                    <div
1304
+                      class="inline_block"
1305
+                      style="margin-left: 20px"
1306
+                    >
1307
+                    跌倒风险评估评分:
1308
+                      <div
1309
+                        class="under_line"
1310
+                        style="width: 50px; text-align: center"
1311
+                      >
1312
+                        {{ receiverTreatmentAccess.score }}
1313
+                      </div>
1314
+                    </div>
1315
+                  </div>
1316
+
1317
+
1289
                   <div
1318
                   <div
1290
                     class="row"
1319
                     class="row"
1291
                     style="padding: 2px 0; line-height: 23px; display: flex"
1320
                     style="padding: 2px 0; line-height: 23px; display: flex"

+ 10 - 0
src/xt_pages/user/components/PatientSidebar.vue Просмотреть файл

121
             {
121
             {
122
               name: '1-5',
122
               name: '1-5',
123
               label: '抢救记录'
123
               label: '抢救记录'
124
+            },
125
+            {
126
+              name: '1-11',
127
+              label: '首次病程记录'
124
             }
128
             }
125
           ]
129
           ]
126
         },
130
         },
195
         this.$router.push({path:'/patient/patient/'+this.id+'/templateSummary'})
199
         this.$router.push({path:'/patient/patient/'+this.id+'/templateSummary'})
196
       }else if(name == '1-10'){
200
       }else if(name == '1-10'){
197
         this.$router.push({path:'/patient/patient/'+this.id+'/hospitalSummary'})
201
         this.$router.push({path:'/patient/patient/'+this.id+'/hospitalSummary'})
202
+      }else if(name == '1-11'){
203
+        this.$router.push({path:'/patient/patient/'+this.id+'/firstDisease'})
198
       }
204
       }
199
     },
205
     },
200
     changePatient(value) {
206
     changePatient(value) {
320
         this.$router.push({
326
         this.$router.push({
321
           path: '/patients/patient/' + this.id + '/dryWeight'
327
           path: '/patients/patient/' + this.id + '/dryWeight'
322
         })
328
         })
329
+      }else if(patientKey == '1-11'){
330
+       this.$router.push({
331
+          path: '/patients/patient/' + this.id + '/firstDisease'
332
+        })
323
       }
333
       }
324
        else if (patientKey == '1-5') {
334
        else if (patientKey == '1-5') {
325
         this.$router.push({ path: '/patients/rescue?id=' + this.id })
335
         this.$router.push({ path: '/patients/rescue?id=' + this.id })