28169 před 1 měsícem
rodič
revize
bec380e4ab

+ 20 - 17
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue Zobrazit soubor

@@ -3806,15 +3806,15 @@ export default {
3806 3806
                     obj.single_dose = 1
3807 3807
                   }
3808 3808
                   // 针对灵山圣康
3809
-                  if (this.org_id == 0 || this.org_id == 10375) {
3810
-                    if (this.prescriptions[i] != null) {
3811
-                      if (this.prescriptions[i].project.length >= 5) {
3812
-                        this.$message.error('添加条数已经大于5条,添加失败!')
3813
-                        return false
3814
-                      }
3815
-
3816
-                    }
3817
-                  }
3809
+                  // if (this.org_id == 0 || this.org_id == 10375) {
3810
+                  //   if (this.prescriptions[i] != null) {
3811
+                  //     if (this.prescriptions[i].project.length >= 5) {
3812
+                  //       this.$message.error('添加条数已经大于5条,添加失败!')
3813
+                  //       return false
3814
+                  //     }
3815
+
3816
+                  //   }
3817
+                  // }
3818 3818
                   this.prescriptions[i].project.push(obj)
3819 3819
                 }
3820 3820
                 this.curStatus = 2
@@ -3932,6 +3932,7 @@ export default {
3932 3932
                 }
3933 3933
                 // 针对灵山圣康
3934 3934
                 if (this.org_id == 0 || this.org_id == 10375) {
3935
+             
3935 3936
                   if (this.prescriptions[i] != null) {
3936 3937
                     console.log('禅古this.prescriptions[i].advices.length', this.prescriptions[i].advices.length)
3937 3938
                     if (this.prescriptions[i].advices.length >= 5) {
@@ -3989,15 +3990,17 @@ export default {
3989 3990
                   obj.single_dose = 1
3990 3991
                 }
3991 3992
                 // 针对灵山圣康
3992
-                if (this.org_id == 0 || this.org_id == 10375) {
3993
-                  if (this.prescriptions[i] != null) {
3994
-                    if (this.prescriptions[i].project.length >= 5) {
3995
-                      this.$message.error('添加条数已经大于5条,添加失败!')
3996
-                      return false
3997
-                    }
3993
+                // if (this.org_id == 0 || this.org_id == 10375) {
3994
+                  
3995
+                //   if (this.prescriptions[i] != null) {
3996
+                    
3997
+                //     if (this.prescriptions[i].project.length >= 5) {
3998
+                //       this.$message.error('添加条数已经大于5条,添加失败!')
3999
+                //       return false
4000
+                //     }
3998 4001
 
3999
-                  }
4000
-                }
4002
+                //   }
4003
+                // }
4001 4004
                 this.prescriptions[i].project.push(obj)
4002 4005
               }
4003 4006
               this.curStatus = 2

+ 2 - 2
src/xt_pages/user/Informed/Informedconsent.vue Zobrazit soubor

@@ -679,7 +679,7 @@ export default {
679 679
           this.show14=false,
680 680
           this.show15=true,
681 681
           this.show16=false
682
-          this.getPatientCriticalList()
682
+          // this.getPatientCriticalList()
683 683
         }
684 684
         if(row.value==16){
685 685
           this.filter_show=false
@@ -698,7 +698,7 @@ export default {
698 698
           this.show14=false,
699 699
           this.show15=false,
700 700
           this.show16=true
701
-          this.getPatientCriticalOneList()
701
+          // this.getPatientCriticalOneList()
702 702
         }
703 703
     },
704 704
    

+ 62 - 62
src/xt_pages/user/components/PatientSidebar.vue Zobrazit soubor

@@ -204,68 +204,68 @@ export default {
204 204
             },
205 205
           ]
206 206
         },
207
-        {
208
-          name: '5',
209
-          label: '评估工具',
210
-          children: [
211
-            {
212
-              name: '5-1',
213
-              label: '跌倒评估'
214
-            },
215
-            {
216
-              name: '5-2',
217
-              label: '小儿跌倒风险评估'
218
-            },
219
-            {
220
-              name: '5-3',
221
-              label: '压疮风险评估'
222
-            },
223
-            {
224
-              name: '5-4',
225
-              label: 'OH压疮评估'
226
-            },
227
-            {
228
-              name: '5-5',
229
-              label: '日常生活能力评估'
230
-            },
231
-            {
232
-              name: '5-6',
233
-              label: '导管脱落风险评估'
234
-            },
235
-            {
236
-              name: '5-7',
237
-              label: 'RASS及疼痛评估'
238
-            },
239
-            {
240
-              name: '5-8',
241
-              label: '营养状况评估'
242
-            },
243
-            {
244
-              name: '5-9',
245
-              label: '约束告知单'
246
-            },
247
-            {
248
-              name: '5-10',
249
-              label: '心理评估'
250
-            },
251
-            {
252
-              name: '5-11',
253
-              label: '瘙痒评估'
254
-            },
255
-            {
256
-              name: '5-12',
257
-              label: '血液透析患者评估'
258
-            },
259
-            {
260
-              name: '5-13',
261
-              label: 'Glasgow昏迷评分量表'
262
-            },
263
-            {
264
-              name: '5-14',
265
-              label: '肌力评估表'
266
-            },
267
-           ]
268
-         },
207
+        // {
208
+        //   name: '5',
209
+        //   label: '评估工具',
210
+        //   children: [
211
+        //     {
212
+        //       name: '5-1',
213
+        //       label: '跌倒评估'
214
+        //     },
215
+        //     {
216
+        //       name: '5-2',
217
+        //       label: '小儿跌倒风险评估'
218
+        //     },
219
+        //     {
220
+        //       name: '5-3',
221
+        //       label: '压疮风险评估'
222
+        //     },
223
+        //     {
224
+        //       name: '5-4',
225
+        //       label: 'OH压疮评估'
226
+        //     },
227
+        //     {
228
+        //       name: '5-5',
229
+        //       label: '日常生活能力评估'
230
+        //     },
231
+        //     {
232
+        //       name: '5-6',
233
+        //       label: '导管脱落风险评估'
234
+        //     },
235
+        //     {
236
+        //       name: '5-7',
237
+        //       label: 'RASS及疼痛评估'
238
+        //     },
239
+        //     {
240
+        //       name: '5-8',
241
+        //       label: '营养状况评估'
242
+        //     },
243
+        //     {
244
+        //       name: '5-9',
245
+        //       label: '约束告知单'
246
+        //     },
247
+        //     {
248
+        //       name: '5-10',
249
+        //       label: '心理评估'
250
+        //     },
251
+        //     {
252
+        //       name: '5-11',
253
+        //       label: '瘙痒评估'
254
+        //     },
255
+        //     {
256
+        //       name: '5-12',
257
+        //       label: '血液透析患者评估'
258
+        //     },
259
+        //     {
260
+        //       name: '5-13',
261
+        //       label: 'Glasgow昏迷评分量表'
262
+        //     },
263
+        //     {
264
+        //       name: '5-14',
265
+        //       label: '肌力评估表'
266
+        //     },
267
+        //    ]
268
+        //  },
269 269
         {
270 270
           name: '6',
271 271
           label: '文书管理',