Explorar el Código

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 hace 1 año
padre
commit
6a29605bf8

+ 117 - 0
src/xt_pages/dialysis/details/consumable/dialysisParameter.vue Ver fichero

@@ -59,6 +59,7 @@
59 59
         <el-button size="small"  @click="exportList" type="primary">导出</el-button>
60 60
         <el-button size="small"  @click="toPrint" icon="el-icon-printer" type="primary">打印</el-button>
61 61
         <el-button size="small" type="primary" @click="statistics">统计表</el-button>
62
+        <!-- <el-button size="small" type="primary" @click="statisticsOne">导出2</el-button> -->
62 63
       </div>
63 64
     </div>
64 65
   
@@ -920,6 +921,122 @@
920 921
            }
921 922
         })
922 923
       },
924
+
925
+      statisticsOne(){
926
+        console.log("this.list233333333333333333333",this.list)
927
+        import('@/vendor/Export2Excel').then(excel => { 
928
+        if(this.list!=null && this.list.length > 0){
929
+           for(let i=0;i<this.list.length;i++){
930
+             this.tableList[i].index = i+1
931
+             this.tableList[i].name = this.tableList[i].patient.name
932
+             this.tableList[i].mode_name = this.getModeName(this.tableList[i].mode_id)
933
+             this.tableList[i].anticoagulant_name = this.getAnticoagulantName(this.tableList[i].anticoagulant)
934
+             this.tableList[i].anticoagulant_shouji = this.tableList[i].dialysis_prescription.anticoagulant_shouji
935
+             this.tableList[i].anticoagulant_weichi = this.tableList[i].dialysis_prescription.anticoagulant_weichi
936
+             this.tableList[i].anticoagulant_zongliang = this.tableList[i].dialysis_prescription.anticoagulant_zongliang
937
+
938
+             if(this.tableList[i].assessment_befor_dislysis){
939
+
940
+             }
941
+             
942
+           }
943
+        }
944
+        const tHeader = ['序号','姓名','透析方式','抗凝剂','首剂','维持','总量','封管液','促红']
945
+        const filterVal = ['index', 'name','mode_name','anticoagulant_name','anticoagulant_shouji','anticoagulant_weichi','anticoagulant_zongliang']
946
+
947
+        const data = this.formatJson(filterVal, this.tableList)
948
+         excel.export_json_to_excel({
949
+           header: tHeader,
950
+           data,
951
+           filename: '透析参数统计'
952
+         })
953
+          this.downloadLoading = false
954
+        })  
955
+      },
956
+      getModeName(id){
957
+         var mode_name =""
958
+         if(id == 1){
959
+          mode_name = "HD"
960
+         }
961
+         if(id == 2){
962
+          mode_name = "HDF"
963
+         }
964
+         if(id == 3){
965
+          mode_name = "HDF"
966
+         }
967
+         if(id == 4){
968
+          mode_name = "HP"
969
+         }
970
+         if(id == 5){
971
+          mode_name = "HF"
972
+         }
973
+         if(id == 6){
974
+          mode_name = "SCUF"
975
+         }
976
+         if(id == 7){
977
+          mode_name = "IUF"
978
+         }
979
+         if(id == 8){
980
+          mode_name = "HFHD"
981
+         }
982
+         if(id == 9){
983
+          mode_name = "HFHD+HP"
984
+         }
985
+         if(id == 10){
986
+          mode_name = "PHF"
987
+         }
988
+         if(id ==11){
989
+           mode_name ="HFR"
990
+         }
991
+         if(id ==12){
992
+           mode_name ="HDF+HP"
993
+         }
994
+         if(id ==25){
995
+           mode_name ="HD高通"
996
+         }
997
+         if(id ==31){
998
+           mode_name ="HPD"
999
+         }
1000
+         if(id ==32){
1001
+           mode_name ="HDP"
1002
+         }
1003
+         if(id ==33){
1004
+           mode_name ="HFD"
1005
+         }
1006
+         if(id ==34){
1007
+           mode_name ="HDF100"
1008
+         }
1009
+         if(id ==35){
1010
+           mode_name ="HDF600"
1011
+         }
1012
+         if(id ==36){
1013
+           mode_name ="HDF800"
1014
+         }
1015
+         if(id ==37){
1016
+           mode_name ="HDF1000"
1017
+         }
1018
+        
1019
+         return mode_name
1020
+      },
1021
+      getAnticoagulantName(id){
1022
+         var name = ""
1023
+         if(id ==1){
1024
+            name ="无肝素"
1025
+         }
1026
+         if(id == 2){
1027
+            name ="普通肝素"
1028
+         }
1029
+         if(id ==3){
1030
+            name ="低分子肝素"
1031
+         }
1032
+         if(id == 6){
1033
+           name ="低分子肝素钙"
1034
+         }
1035
+         if(id == 7){
1036
+           name ="低分子肝素钠"
1037
+         }
1038
+         return name
1039
+      },
923 1040
       handleScheduleDateChange(val) {
924 1041
         this.query.schedule_date = val
925 1042
         this.query.page = 1

+ 6 - 6
src/xt_pages/outpatientCharges/invoiceTemplate/printfifteen.vue Ver fichero

@@ -29,12 +29,12 @@
29 29
             <div style="position: absolute;top:160px;left:80px">中成药 {{ list.chineseTraditionalMedicineCostTotal }}</div>
30 30
             <!-- <div style="position: absolute;top:170px;left:80px"></div> -->
31 31
             <div style="position: absolute;top:160px;left:220px">材料费 {{ list.materialCostTotal }}</div>
32
-           
33
-            <div style="position: absolute;top:200px;left:80px">医疗费总金额: </div>
34
-            <div style="position: absolute;top:200px;left:250px">个人现金支付: </div>
35
-            <div style="position: absolute;top:220px;left:80px">全自费金额: </div>
36
-            <div style="position: absolute;top:220px;left:250px">基金支付总额: </div>
37
-            <div style="position: absolute;top:240px;left:80px">个人账户支付: </div>
32
+
33
+            <div style="position: absolute;top:200px;left:80px">医疗费总金额: {{list.order.medfee_sumamt?list.order.medfee_sumamt:""}}</div>
34
+            <div style="position: absolute;top:200px;left:250px">个人现金支付:{{list.order.psn_cash_pay?list.order.psn_cash_pay:""}}</div>
35
+            <div style="position: absolute;top:220px;left:80px">全自费金额: {{list.order.fulamt_ownpay_amt?list.order.fulamt_ownpay_amt:""}}</div>
36
+            <div style="position: absolute;top:220px;left:250px">基金支付总额: {{list.order.fund_pay_sumamt?list.order.fund_pay_sumamt:""}}</div>
37
+            <div style="position: absolute;top:240px;left:80px">个人账户支付: {{list.order.acct_pay?list.order.acct_pay:""}}</div>
38 38
       <!-- <div style="position: absolute;top:300px;left:80px">医疗费总金额 {{ list.order.medfee_sumamt }}</div>
39 39
         <div style="position: absolute;top:300px;left:300px">个人自费 {{ list.psn_cash_money }}</div> -->
40 40
         <div>

+ 7 - 1
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Ver fichero

@@ -4301,7 +4301,7 @@ export default {
4301 4301
                     if (this.org_id != 10206) {
4302 4302
                       obj.med_type = 14
4303 4303
                     }else{
4304
-                      obj.med_type = 1
4304
+                      obj.med_type = "1"
4305 4305
                     }
4306 4306
 
4307 4307
                     this.prescriptions.push(obj)
@@ -4947,6 +4947,12 @@ export default {
4947 4947
                         if (obj.med_type == 0 || obj.med_type == '') {
4948 4948
                           obj.med_type = 14
4949 4949
 
4950
+                        }
4951
+                      }else{
4952
+                        obj.med_type = parseInt(prescription.med_type)
4953
+                        if (obj.med_type == 0 || obj.med_type == '') {
4954
+                          obj.med_type = "1"
4955
+
4950 4956
                         }
4951 4957
                       }
4952 4958
                       this.prescriptions.push(obj)

+ 3 - 11
src/xt_pages/user/inspection.vue Ver fichero

@@ -1297,11 +1297,9 @@ export default {
1297 1297
             var items = this.project.inspection_reference
1298 1298
             console.log("时间",items)
1299 1299
             for (var index in items) {
1300
-
1301 1300
              console.log("obj",items[index])
1302 1301
               // console.log("inspectionsMap",inspectionsMap[items[index].item_id])
1303 1302
               var item = {}
1304
-
1305 1303
               for (var key in items[index]) {
1306 1304
                 //  console.log("key",key,items[index][key])
1307 1305
                 //  console.log("item[key]",item[key])
@@ -1309,11 +1307,7 @@ export default {
1309 1307
               }
1310 1308
 
1311 1309
               if (item.item_id > 0) {
1312
-
1313 1310
                 if (typeof(inspectionsMap[parseInt(items[index].item_id)])  == "undefined") {
1314
-
1315
-
1316
-
1317 1311
                   if(this.org_id == 10121 || this.org_id ==10278 || this.org_id ==10138){
1318 1312
                     item.value = inspectionsMap[items[index].id].inspect_value
1319 1313
                     item.item_name = inspectionsMap[items[index].id].item_name
@@ -1321,18 +1315,16 @@ export default {
1321 1315
                     item.value = ""
1322 1316
                     item.item_name = ""
1323 1317
                   }
1324
-
1325 1318
                 } else {
1326
-
1327 1319
                   item.value = inspectionsMap[items[index].item_id].inspect_value
1328 1320
                   item.item_name = inspectionsMap[items[index].item_id].item_name
1329
-
1330 1321
                 }
1331 1322
               } else {
1332
-
1323
+                if(typeof(inspectionsMap[parseInt(items[index].id)])  == "undefined"){
1324
+                  continue
1325
+                }
1333 1326
                 item.value = inspectionsMap[items[index].id].inspect_value
1334 1327
                 item.item_name = inspectionsMap[items[index].id].item_name
1335
-
1336 1328
               }
1337 1329
               // item["inspect_desc"] = inspectionsMap[items[index].id].inspect_desc
1338 1330
               // item["inspect_type"] = inspectionsMap[items[index].id].inspect_type