Browse Source

hah阿凡达

28169 1 week ago
parent
commit
6ab47fabd1

+ 2 - 2
src/xt_pages/role/admin.vue View File

@@ -227,12 +227,12 @@
227 227
           @click="toAutoDrug">自动生成</el-button> -->
228 228
 
229 229
 
230
-        <el-button
230
+       <el-button
231 231
           type="primary"
232 232
           size="small"
233 233
           icon="el-icon-circle-plus-outline"
234 234
           style="float:left"
235
-          @click="toAutoDiagnose">自动脚本</el-button>
235
+          @click="toAutoDiagnose">自动脚本</el-button> 
236 236
 
237 237
         <!-- <el-button
238 238
           type="primary"

+ 4 - 4
src/xt_pages/stock/detail/stockOutDetail.vue View File

@@ -1040,16 +1040,16 @@ export default {
1040 1040
           this.tableOut[i].total_price = (this.getStockCount(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
1041 1041
         }
1042 1042
 
1043
-        if(this.orgId  == 10265 || this.orgId ==10215 || this.orgId == 9919 || this.orgId == 9671 || this.orgId == 10402 || this.orgId==10138 || this.orgId==10278||this.orgId==10537||this.orgId==10610||this.orgId==0){
1043
+        if(this.orgId  == 10265 || this.orgId ==10215 || this.orgId == 9919 || this.orgId == 9671 || this.orgId == 10402 || this.orgId==10138 || this.orgId==10278||this.orgId==10537||this.orgId==10610){
1044 1044
             this.tableOut[i].out_count = this.getMySelfCount(this.tableOut[i].good_id)
1045 1045
         }
1046
-        if(this.orgId == 10210 || this.orgId == 9675  || this.orgId == 9956 || this.orgId == 10217 || this.orgId == 10188 || this.orgId == 10191 || this.orgId == 0 || this.orgId ==10489 || this.orgId == 10375 || this.orgId == 10485 || this.orgId ==10635 || this.orgId ==10726 || this.orgId == 10724 || this.orgId ==10635 || this.orgId ==10724 || this.orgId ==10726 || this.orgId ==10721){
1046
+        if(this.orgId == 10210 || this.orgId == 9675  || this.orgId == 9956 || this.orgId == 10217 || this.orgId == 10188 || this.orgId == 10191 || this.orgId ==10489 || this.orgId == 10375 || this.orgId == 10485 || this.orgId ==10635 || this.orgId ==10726 || this.orgId == 10724 || this.orgId ==10635 || this.orgId ==10724 || this.orgId ==10726 || this.orgId ==10721 || this.orgId == 10633 || this.orgId == 0){
1047 1047
           this.tableOut[i].out_count = this.getWarehouseOut(this.tableOut[i].good_id)
1048 1048
         }
1049 1049
         if(this.orgId ==10445){
1050 1050
           this.tableOut[i].out_count = this.getStockCount(this.tableOut[i].good_id)
1051 1051
         }
1052
-        if(this.orgId!=10265 && this.orgId !=10215  && this.orgId != 9671 &&this.orgId!=10210&&this.orgId!=9675 && this.orgId!=9956&& this.orgId!=10217 && this.orgId!=10188 && this.orgId!=10191 && this.orgId!=9919 && this.orgId!=0&& this.orgId!=10402 && this.orgId != 10489 && this.orgId!=10375 && this.orgId!=10485&&this.orgId!=0&&this.orgId!=10138&&this.orgId!=10278&&this.orgId!=10537&&this.orgId!=10610 &&this.orgId!=10445 &&  this.orgId !=10635  &&  this.orgId !=10724 &&  this.orgId !=10726  &&  this.orgId !=10721){
1052
+        if(this.orgId!=10265 && this.orgId !=10215  && this.orgId != 9671 &&this.orgId!=10210&&this.orgId!=9675 && this.orgId!=9956&& this.orgId!=10217 && this.orgId!=10188 && this.orgId!=10191 && this.orgId!=9919 && this.orgId!=0&& this.orgId!=10402 && this.orgId != 10489 && this.orgId!=10375 && this.orgId!=10485&&this.orgId!=0&&this.orgId!=10138&&this.orgId!=10278&&this.orgId!=10537&&this.orgId!=10610 &&this.orgId!=10445 &&  this.orgId !=10635  &&  this.orgId !=10724 &&  this.orgId !=10726  &&  this.orgId !=10721 && this.orgId!=10633 && this.orgId!=0){
1053 1053
           this.tableOut[i].out_count = this.getStockCount(this.tableOut[i].good_id)
1054 1054
         }
1055 1055
         this.tableOut[i].manufacturer_name = this.getManufacturerNameOne(this.tableOut[i].manufacturer)
@@ -1071,7 +1071,7 @@ export default {
1071 1071
         excel.export_json_to_excel({
1072 1072
            header: tHeader,
1073 1073
            data,
1074
-           filename: '耗材出库明细'
1074
+           filename: '耗材出库明细汇总'
1075 1075
          })
1076 1076
           this.downloadLoading = false
1077 1077
         })

+ 1 - 1
src/xt_pages/user/courseOfDisease.vue View File

@@ -815,7 +815,7 @@
815 815
         uploading_new_record: false,
816 816
         templates: this.$store.getters.configlist.course_disease,
817 817
         select_template: '',
818
-        new_content: '',
818
+        new_content: ' 年  月  日 患者今日第一次来我中心进行血液透析治疗,透析 小时,超滤  L,透析过程平稳,无何不适主诉,顺利结束透析治疗。',
819 819
         edit_new_content: '',
820 820
         edit_course_of_disease_time: '',
821 821
         selectingRows: [],

+ 6 - 6
src/xt_pages/user/firstDisease.vue View File

@@ -1034,12 +1034,12 @@
1034 1034
       },
1035 1035
       addAction(){
1036 1036
         this.form.title = ""
1037
-        this.form.main_content = ""
1038
-        this.form.patient_case = ""
1039
-        this.form.tentative_diagnosis = ""
1040
-        this.form.diagnostic_basis = ""
1041
-        this.form.differential_diagnosis = ""
1042
-        this.form.treatment_plan = ""
1037
+        this.form.main_content = "口干多饮30年,水肿少尿5年,维持血液透析10年余."
1038
+        this.form.patient_case = "患者于30年前出现口干多饮多尿症状,开始未重视,后症状加重伴易疲劳,在当地医院检查发现血糖明显升高,最高血糖26mmol/L,仍未控制饮食及规范降糖治疗,间断服用降糖药(具体药名不详),4年前出现水肿、泡沫尿,血压升高,最高血压200/100mmHg,在县医院检查尿蛋白2+,肾功能异常,住院使用胰岛素降糖、降压药控制血压及保护肾功能等治疗,病情逐渐加重,肾功能恶化,2021年9月查血肌酐升至600umol/L,为长期血液透析需要,在广东省农垦医院住院行“左前臂动静脉内瘘成型手术”。2年前,患者水肿加重,尿量明显减少,同时出现恶心呕吐、食欲差、胸闷心慌等症状,检查血肌酐达1000umol/L,诊断“CKD5期,糖尿病肾脏疾病,肾性高血压,肾性贫血,继发性甲状旁腺功能亢进,2型糖尿病”遂在徐闻县医院维持血液透析治疗至今。血液透析频率每周3次,每次4小时,目前干体重53KG,使用促红素、左卡尼丁等治疗,患者平时精神欠佳,感头晕、乏力、皮肤瘙痒,有时胸闷心慌,活动后明显,无心前区疼痛,无夜间阵发性呼吸困难。食欲一般,睡眠欠佳,大便正常,基本无尿状态(小于100ml/d)。神志清,步入病室,自主体位,查体合作,慢性病容,皮肤黏膜无破损,全身浅表淋巴结未扪及明显肿大,巩膜无黄染,眼睑、颜面无水肿,颈静脉无怒张,甲状腺不肿大,胸廓对称,心尖搏动在左锁骨中线与第五肋间隙处,心界向左下扩大,心率68次/分,律不齐,各瓣膜区未闻及杂音,无心包摩擦音。双肺呼吸音清,未闻及明显干湿性啰音;腹部平软,腹壁无静脉曲张,腹部未触及包块,肝脾肋下未触及,无压痛及反跳痛,移动性浊音阴性,肠鸣音正常;双下肢踝部轻度凹陷水肿;四肢肌力、肌张力正常。神经系统未引出病理反射,生理反射存在。左臂前臂动静脉内瘘处可触及震颤、闻及杂音。"
1039
+        this.form.tentative_diagnosis = "CKD5期,糖尿病肾脏疾病,2型糖尿病,肾性高血压,肾性贫血,继发性甲状旁腺功能亢进,房性早搏"
1040
+        this.form.diagnostic_basis = "1、糖尿病病史30年,血糖控制不佳,逐渐出现水肿、蛋白尿、肾功能异常,肾功能指标达CKD5期标准。2、患者已维持透析3年。3、患者出现高血压、贫血、关节疼痛皮肤瘙痒等症状,考虑并发肾性高血压、肾性贫血、继发性甲旁亢等并发症。4、患者有时心慌,心电图提示心律不齐,房性早搏。"
1041
+        this.form.differential_diagnosis = "根据病史可排除慢性肾炎等原发性肾小球疾病、肿瘤相关性肾脏病、风湿性疾病肾脏损害等。患者已透析3年,可排除AKI"
1042
+        this.form.treatment_plan = "1、规范透析。每周3次(1.3.5),必要时进行血液透析滤过或血液灌流,2、保持透析间期体重增长小于5%。 3、监测血压,必要时予降压治疗,保持透析前血压小于 150/90mmHg,透析间期血压稳定 4、改善贫血,监测HB、铁蛋白等指标,根据血红蛋白数值调整促红素剂量,或换用其它治疗肾性贫血药物 5、监测钙磷PTH等指标,予针对性治疗。 6、定期进行 性评估。7、监测血糖、传染病等指标,予及时治疗。 "
1043 1043
 
1044 1044
         this.show_dialog = true
1045 1045
       },