瀏覽代碼

hah阿凡达

28169 3 月之前
父節點
當前提交
52a7d75d49

+ 1 - 1
src/xt_pages/dialysis/details/dialog/treatmentSummaryDialog.vue 查看文件

@@ -590,7 +590,7 @@ export default {
590 590
 
591 591
 
592 592
        if(this.org_id ==10090){
593
-          var str = " 患者今日来我科行血液透析治疗,血管通路选择:"+this.predialysis_evaluation.blood_access_part_id+ " "+this.QueryOperaById(this.predialysis_evaluation.blood_access_part_opera_id) +",透析模式:"+this.getModeId(this.prescription.mode_id)+
593
+          var str = "患者今日常规进行血液透析治疗,目前诊断:1.尿毒症 2.肾性贫血 3.肾性骨病 4肉毒碱缺乏症 5.心功能不全,需继续使用促红素、左卡尼汀、帕立骨化醇治疗。 "+"血管通路选择:"+this.predialysis_evaluation.blood_access_part_id+ " "+this.QueryOperaById(this.predialysis_evaluation.blood_access_part_opera_id) +",透析模式:"+this.getModeId(this.prescription.mode_id)+
594 594
         ",透前检查:"+this.predialysis_evaluation.internal_fistula +this.predialysis_evaluation.catheter + str_one +" "+ ",透析器:"+this.prescription.dialyzer_perfusion_apparatus +
595 595
         ",透前体重:"+this.predialysis_evaluation.weight_before+"kg"+",间期体重增长:"+total +"kg"+",目标脱水量:"+this.prescription.target_ultrafiltration +"L" +",血流量:"+this.prescription.blood_flow_volume+"ml/min" + ",透析开始时间:"+this.getTime(this.dialysis_order.start_time) +","+"透析结束时间:"+this.getTime(this.dialysis_order.end_time) +
596 596
         ",实际治疗时长:"+ this.assessment_after_dislysis.actual_treatment_hour +"时"+this.assessment_after_dislysis.actual_treatment_minute+"分" +",实际超滤量:"+this.assessment_after_dislysis.actual_ultrafiltration+"L"+",透后体重:"+this.assessment_after_dislysis.weight_after+"kg"+",透析过程顺利,安全下机" + " "

+ 3 - 2
src/xt_pages/stock/stockOutOrderAdd.vue 查看文件

@@ -832,8 +832,8 @@ export default {
832 832
                  var doctorList = response.data.data.doctorList
833 833
                  for(let i=0;i<warehouseOutInfoList.length;i++){
834 834
                     for(let j=0;j<manufacturerList.length;j++){
835
-                       if(warehouseOutInfoList[i].manufacturer == manufacturerList[i].id){
836
-                          warehouseOutInfoList[i].manufacturer = manufacturerList[i].manufacturer_name
835
+                       if(warehouseOutInfoList[i].manufacturer == manufacturerList[j].id){
836
+                          warehouseOutInfoList[i].manufacturer = manufacturerList[j].manufacturer_name
837 837
                        }
838 838
                     }
839 839
                     for(let z=0;z<dealerList.length;z++){
@@ -855,6 +855,7 @@ export default {
855 855
                     
856 856
 
857 857
                  }
858
+                 this.recordInfo.recordData = []
858 859
                  this.recordInfo.recordData = warehouseOutInfoList
859 860
 
860 861
                  this.showCheck = true

+ 4 - 4
src/xt_pages/user/components/PatientSidebar.vue 查看文件

@@ -179,10 +179,10 @@ export default {
179 179
             //   name: '3-3',
180 180
             //   label: '体格检查新'
181 181
             // },
182
-            {
183
-              name: '3-5',
184
-              label: '病程记录新'
185
-            },
182
+            // {
183
+            //   name: '3-5',
184
+            //   label: '病程记录新'
185
+            // },
186 186
             {
187 187
               name: '1-11',
188 188
               label: '首次病程记录'

+ 13 - 13
src/xt_permission.js 查看文件

@@ -12,19 +12,19 @@ const permissionWhiteList = loginWhiteList.concat(['/']) // 权限验证白名
12 12
 
13 13
 router.beforeEach((to, from, next) => {
14 14
   // 线上注释
15
-  if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
16
-    store.dispatch('VerifyConfigList', []).then(() => {
17
-      next()
18
-    })
19
-  }
20
-  if (store.getters.permission_routers === undefined) {
21
-    store.dispatch('xt_GenerateRoutes', []).then(() => {
22
-      next()
23
-    })
24
-  } else {
25
-    next()
26
-  }
27
-  return
15
+  // if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
16
+  //   store.dispatch('VerifyConfigList', []).then(() => {
17
+  //     next()
18
+  //   })
19
+  // }
20
+  // if (store.getters.permission_routers === undefined) {
21
+  //   store.dispatch('xt_GenerateRoutes', []).then(() => {
22
+  //     next()
23
+  //   })
24
+  // } else {
25
+  //   next()
26
+  // }
27
+  // return
28 28
   // 线上注释
29 29
   NProgress.start()
30 30
   // console.log(store.getters.current_role_urls.indexOf(to.path))