Browse Source

新分支

28169 1 year ago
parent
commit
ff1c9f0515

+ 9 - 0
src/api/role/admin.js View File

@@ -176,4 +176,13 @@ export function toTestElement(params){
176 176
     method:"get",
177 177
     params:params
178 178
   })
179
+}
180
+
181
+export function toTestThrityMent(params){
182
+  
183
+  return request({
184
+    url:"/api/sign/totestthrityment",
185
+    method:"Get",
186
+    params:params,
187
+  })
179 188
 }

+ 7 - 7
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue View File

@@ -81,16 +81,16 @@
81 81
                 <check-box :checked="record.patient.source == 1"></check-box>
82 82
               </div>
83 83
             </div>
84
-            <div class="inline_block">
84
+            <div class="inline_block" v-if="org_id!=10510">
85 85
               病区:
86 86
               <div class="under_line" style="width: 50px; text-align: center">
87
-                {{ "/" }}
87
+                {{ record.device_zone.name}}
88 88
               </div>
89 89
             </div>
90
-            <div class="inline_block">
90
+            <div class="inline_block" v-if="org_id!=10510">
91 91
               床号:
92 92
               <div class="under_line" style="width: 50px; text-align: center">
93
-                {{ "/" }}
93
+                {{ record.device_number.number }}
94 94
               </div>
95 95
             </div>
96 96
             <div class="inline_block">
@@ -915,7 +915,7 @@
915 915
                       style="padding: 2px 0; line-height: 23px; display: flex"
916 916
                     >
917 917
                       <div class="inline_block" style="flex: 1"
918
-                        v-if="org_id!=10440 && org_id!=0  && org_id!=10469 && org_id!=10490 && org_id!=10478 && org_id!=10495">
918
+                        v-if="org_id!=10440 && org_id!=0  && org_id!=10469 && org_id!=10490 && org_id!=10478 && org_id!=10495 && org_id!=10510">
919 919
                         上次透后体重:
920 920
                         <div
921 921
                           class="under_line"
@@ -941,7 +941,7 @@
941 941
                       </div>
942 942
 
943 943
                       <div class="inline_block" style="flex: 1"
944
-                        v-if="org_id==10440 ||  org_id ==0 || org_id==10469 || org_id==10490 || org_id==10478  || org_id==10495">
944
+                        v-if="(org_id==10440 ||  org_id ==0 || org_id==10469 || org_id==10490 || org_id==10478  || org_id==10495)&& org_id!=10510">
945 945
                         上次透后体重:
946 946
                         <div
947 947
                           class="under_line"
@@ -1081,7 +1081,7 @@
1081 1081
                         </div>
1082 1082
                         mmol/L
1083 1083
                       </div>
1084
-                      <div class="inline_block" style="margin-left: 10px" v-if="org_id!=10478">
1084
+                      <div class="inline_block" style="margin-left: 10px" v-if="org_id!=10478 && org_id!=0&&org_id!=10510">
1085 1085
                         流量:
1086 1086
                         <div
1087 1087
                           class="under_line"

+ 3 - 0
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue View File

@@ -905,6 +905,9 @@
905 905
             </template>
906 906
           </el-table-column>
907 907
 
908
+
909
+         
910
+
908 911
           <el-table-column
909 912
             prop="heparin"
910 913
             align="center"

+ 2 - 0
src/xt_pages/dialysis/details/dialysisMonitoring.vue View File

@@ -44,6 +44,7 @@
44 44
           <th v-if="isShow('肝素量')" width="92px">肝素量(mg)</th>
45 45
           <th v-if="isShow('脱水')" width="92px">脱水(L)</th>
46 46
           <th v-if="isShow('滤前压')" width="92px">滤前压(mmHg)</th>
47
+        
47 48
           <th v-if="isShow('KT/V') && (org_id == 9987 || org_id == 10215 || org_id ==  9800 || org_id ==  9598)" width="92px">KT/V</th>
48 49
           <th v-if="isShow('病情变化')" width="92px">病情变化</th>
49 50
 
@@ -96,6 +97,7 @@
96 97
           <th v-if="isShow('肝素量')" width="92px">{{monitor.heparin_amount ? monitor.heparin_amount : ""}}</th>
97 98
           <th v-if="isShow('脱水')" width="92px">{{monitor.dehydration ? monitor.dehydration : ""}}</th>
98 99
           <th v-if="isShow('滤前压')" width="92px">{{monitor.filter_pressure ? monitor.filter_pressure : ""}}</th>
100
+          
99 101
           <td v-if="isShow('KT/V') && (org_id == 9987 || org_id == 10215 || org_id ==  9800 || org_id ==  9598)">{{ monitor.ktv?monitor.ktv:""}}</td>
100 102
           <td v-if="isShow('病情变化')">{{ monitor.symptom }}
101 103
             <span v-if="(index == monitores.length-1) && (org_id == 0 || org_id == 10340)">累计血容量:{{monitor.accumulated_blood_volume }}L</span>

+ 2 - 2
src/xt_pages/dialysis/doctorAdvicePrint.vue View File

@@ -110,7 +110,7 @@
110 110
                             <td>{{ getName(advice.checker) }}</td>
111 111
                             <td>{{ parseTime(advice.check_time, "{m}-{d} {h}:{i}") }}</td>
112 112
                             <td>{{ getName(advice.advice_doctor) }}</td>
113
-                            <td>{{ parseTime(advice.created_time, "{m}-{d} {h}:{i}") }}</td>
113
+                            <td>{{ parseTime(advice.start_time, "{m}-{d} {h}:{i}") }}</td>
114 114
                         </tr>
115 115
                         </template>
116 116
                     </template>
@@ -292,7 +292,7 @@ export default {
292 292
                     this.project = resp.data.project
293 293
                     resp.data.hisAdvices.map((item,index) => {
294 294
                     item.new_advice = item.new_advice ? item.new_advice : []
295
-                      if(this.org_id!=9671 && this.org_id!= 10318){
295
+                      if(this.org_id!=9671 && this.org_id!= 10318 && this.org_id!=0){
296 296
                         if(this.project[index].project.length > 0){
297 297
                             this.project[index].project.map(it => {
298 298
                             let obj = {

+ 2 - 2
src/xt_pages/dialysis/doctorAdvicePrintOne.vue View File

@@ -11,7 +11,7 @@
11 11
         <div class="app-container" style="background-color: white;" v-show="show">
12 12
             <div id="dialysisTable">
13 13
                 <div class="order_title_panl">
14
-                    <span class="main_title">透析医嘱</span>
14
+                    <span class="main_title">临时医嘱</span>
15 15
                 </div>
16 16
                 <p style="width: 960px;text-align: right;margin: 0 auto 10px;">日期:{{ time }}</p>
17 17
                 <table class="table dialysisTable" border="1" cellspacing="0" cellpadding="0">
@@ -254,7 +254,7 @@ export default {
254 254
                     this.project = resp.data.project
255 255
                     resp.data.hisAdvices.map((item,index) => {
256 256
                     item.new_advice = item.new_advice ? item.new_advice : []
257
-                      if(this.org_id!=9671 && this.org_id!= 10318){
257
+                      if(this.org_id!=9671 && this.org_id!= 10318 && this.org_id!=0 && this.org_id!=10375){
258 258
                         if(this.project[index].project.length > 0){
259 259
                             this.project[index].project.map(it => {
260 260
                             let obj = {

+ 13 - 13
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

@@ -80,7 +80,7 @@
80 80
           <div class="inline_block">
81 81
             病区:
82 82
             <div class="under_line" style="width: 50px; text-align: center">
83
-              <span v-if="org_id == 10121||org_id == 10138||org_id == 10414 ||org_id == 10447">{{
83
+              <span v-if="org_id == 10121||org_id == 10138||org_id == 10414 ||org_id == 10447 || org_id == 0 || org_id ==10460">{{
84 84
                 patientInfo.DialysisSchedule.device_zone.name
85 85
                   ? patientInfo.DialysisSchedule.device_zone.name
86 86
                   : ""
@@ -91,7 +91,7 @@
91 91
           <div class="inline_block">
92 92
             床号:
93 93
             <div class="under_line" style="width: 50px; text-align: center">
94
-              <span v-if="org_id == 10121||org_id == 10414 || org_id == 10447 || org_id == 9675">{{
94
+              <span v-if="org_id == 10121||org_id == 10414 || org_id == 10447 || org_id == 9675 || org_id == 0 || org_id ==10460">{{
95 95
                 dialysisOrder &&
96 96
                 dialysisOrder.DeviceNumber &&
97 97
                 dialysisOrder.DeviceNumber.number.length > 0
@@ -944,7 +944,7 @@
944 944
                     class="row"
945 945
                     style="padding: 2px 0; line-height: 23px; display: flex"
946 946
                   >
947
-                    <div class="inline_block" style="flex: 1" v-if="org_id!=10440">
947
+                    <div class="inline_block" style="flex: 1" v-if="org_id!=10440 && org_id!=10510">
948 948
                       上次透后体重:
949 949
                       <div
950 950
                         class="under_line"
@@ -1489,7 +1489,7 @@
1489 1489
                         <td>{{ monitor.pulse_frequency? monitor.pulse_frequency: ""}}</td>
1490 1490
                         <td>{{monitor.breathing_rate ? monitor.breathing_rate : ""}}</td>
1491 1491
                         <td>{{monitor.blood_flow_volume? monitor.blood_flow_volume: ""}}</td>
1492
-                        <td v-if="org_id == 0 ||org_id ==10478">
1492
+                        <td v-if="org_id ==10478">
1493 1493
                           {{
1494 1494
                             monitor.arterial_pressure
1495 1495
                               ? monitor.arterial_pressure
@@ -1500,7 +1500,7 @@
1500 1500
                           {{
1501 1501
                             monitor.venous_pressure
1502 1502
                               ? monitor.venous_pressure
1503
-                              : "/"
1503
+                              : ""
1504 1504
                           }}
1505 1505
                         </td>
1506 1506
                         <td>
@@ -1600,13 +1600,13 @@
1600 1600
                         </td>
1601 1601
                         <td width="50" v-if="org_id == 3877 || org_id == 0 || org_id == 10449">{{ monitor.filter_pressure?monitor.filter_pressure:""}}</td>
1602 1602
                         <td width="50" v-if="org_id == 9919 || org_id == 9538 || org_id == 9671">
1603
-                          {{ monitor.ktv }}
1603
+                          {{ monitor.ktv?monitor.ktv:"" }}
1604 1604
                         </td>
1605 1605
                         <td width="50" v-if="org_id == 9538 || org_id == 9919 || org_id == 9671">
1606
-                          {{ monitor.accumulated_blood_volume }}
1606
+                          {{ monitor.accumulated_blood_volume? monitor.accumulated_blood_volume:"" }}
1607 1607
                         </td>
1608 1608
                         <td width="50" v-if="org_id ==10490 || org_id == 0">
1609
-                          {{ monitor.dicarbonate }}
1609
+                          {{ monitor.dicarbonate?monitor.dicarbonate:"" }}
1610 1610
                         </td>
1611 1611
                         <td style="line-height: 16px; padding: 0px">
1612 1612
                           <div
@@ -1911,10 +1911,10 @@
1911 1911
               <check-box :checked="receiverTreatmentAccess.condition == 1"></check-box>
1912 1912
             </div>
1913 1913
           </div>
1914
-            <div class="inline_block">
1914
+            <div class="inline_block" v-if="org_id!=10510">
1915 1915
               病区:
1916 1916
               <div class="under_line" style="width: 50px; text-align: center">
1917
-              <span v-if="org_id == 10121||org_id == 10138 || org_id == 9675 || org_id == 10447">{{
1917
+              <span v-if="org_id == 10121||org_id == 10138 || org_id == 9675 || org_id == 10447 || org_id == 0 || org_id ==10460">{{
1918 1918
                 patientInfo.DialysisSchedule.device_zone.name
1919 1919
                   ? patientInfo.DialysisSchedule.device_zone.name
1920 1920
                   : ""
@@ -1922,10 +1922,10 @@
1922 1922
               <span v-else>{{ "/" }}</span>
1923 1923
             </div>
1924 1924
             </div>
1925
-            <div class="inline_block">
1925
+            <div class="inline_block" v-if="org_id!=10510" >
1926 1926
               床号:
1927 1927
               <div class="under_line" style="width: 50px; text-align: center">
1928
-              <span v-if="org_id == 10121 || org_id == 9675 || org_id == 10447">{{
1928
+              <span v-if="org_id == 10121 || org_id == 9675 || org_id == 10447 || org_id == 0 ||org_id == 10460">{{
1929 1929
                 dialysisOrder &&
1930 1930
                 dialysisOrder.DeviceNumber &&
1931 1931
                 dialysisOrder.DeviceNumber.number.length > 0
@@ -1949,7 +1949,7 @@
1949 1949
               style="width: 70px; text-align: left"
1950 1950
               v-if="receiverTreatmentAccess.admission_number"
1951 1951
             >
1952
-              {{ receiverTreatmentAccess.admission_number }}
1952
+             {{ receiverTreatmentAccess.admission_number }}
1953 1953
             </div>
1954 1954
             <div
1955 1955
               class="under_line"

+ 5 - 4
src/xt_pages/dialysis/template/DialysisPrintOrdersixtySeven.vue View File

@@ -351,8 +351,8 @@
351 351
                   style="padding-left: 7px"
352 352
                  
353 353
                 >
354
-                 <tr :rowspan="advice.prescriptionChild.length"  v-for="(it,key)  in advice.prescriptionChild" style="border: none;">
355
-                   <td style="border: none;">
354
+                 <div :rowspan="advice.prescriptionChild.length"  v-for="(it,key)  in advice.prescriptionChild" style="border: none;">
355
+                   <div style="border: none;">
356 356
                     <span>{{ it.advice_name }}</span>
357 357
                           <span v-if="it && it.advice_desc"
358 358
                             >({{ it.advice_desc
@@ -373,8 +373,8 @@
373 373
                           <span v-if="it.remark.length > 0"
374 374
                             >({{ it.remark }})</span
375 375
                           >
376
-                   </td>
377
-                 </tr>
376
+                   </div>
377
+                 </div>
378 378
                 </td>
379 379
 
380 380
                 <td height="32px">
@@ -1357,6 +1357,7 @@ export default {
1357 1357
                 execution_time:item.execution_time,
1358 1358
                 execution_staff:item.execution_staff,
1359 1359
                 prescriptionChild:[],
1360
+                advice_doctor:item.advice_doctor,
1360 1361
               }
1361 1362
             }
1362 1363
           })

+ 95 - 1
src/xt_pages/hospitalStation/statementPrint.vue View File

@@ -30,7 +30,7 @@
30 30
     <div class='dialysisPage' style="padding-top:40px;" v-if="this.$store.getters.xt_user.org_id == 10210 || this.$store.getters.xt_user.org_id == 0">
31 31
 <!--      <private-charge-print :info="info" ></private-charge-print>-->
32 32
 <!--      <print-ten :info="info" ></print-ten>-->
33
-      <print-ten></print-ten>
33
+      <print-ten :info="info"></print-ten>
34 34
     </div>
35 35
 
36 36
 <!--    <div class='dialysisPage' style="padding-top:40px;" v-else>-->
@@ -392,6 +392,52 @@ export default {
392 392
             that.info['order_infos'] = response.data.data.order_infos
393 393
             that.info['diagnosis'] = response.data.data.diagnosis
394 394
 
395
+            that.info['bedInscpTotal'] =
396
+              response.data.data.bedInscpTotal
397
+            that.info['bedSelfTotal'] =
398
+              response.data.data.bedSelfTotal
399
+
400
+            that.info['operationInscpTotal'] =
401
+              response.data.data.operationInscpTotal
402
+            that.info['operationSelfTotal'] =
403
+              response.data.data.operationSelfTotal
404
+
405
+            that.info['checkInscpTotal'] =
406
+              response.data.data.checkInscpTotal
407
+            that.info['checkSelfTotal'] =
408
+              response.data.data.checkSelfTotal
409
+
410
+            that.info['treatInscpTotal'] =
411
+              response.data.data.treatInscpTotal
412
+            that.info['treatSelfTotal'] =
413
+              response.data.data.treatSelfTotal
414
+
415
+            that.info['laboratoryInscpTotal'] =
416
+              response.data.data.laboratoryInscpTotal
417
+            that.info['laboratorySelfTotal'] =
418
+              response.data.data.laboratorySelfTotal
419
+
420
+            that.info['westernMedicineInscpTotal'] =
421
+              response.data.data.westernMedicineInscpTotal
422
+            that.info['westernMedicineSelfTotal'] =
423
+              response.data.data.westernMedicineSelfTotal
424
+
425
+            that.info['materialInscpTotal'] =
426
+              response.data.data.materialInscpTotal
427
+            that.info['materialSelfTotal'] =
428
+              response.data.data.materialSelfTotal
429
+
430
+            that.info['chineseTraditionalInscpTotal'] =
431
+              response.data.data.chineseTraditionalInscpTotal
432
+            that.info['chineseTraditionalSelfTotal'] =
433
+              response.data.data.chineseTraditionalSelfTotal
434
+
435
+            that.info['otherInscpTotal'] =
436
+              response.data.data.otherInscpTotal
437
+            that.info['otherSelfTotal'] =
438
+              response.data.data.otherSelfTotal
439
+
440
+
395 441
             //获取所有项目类型进行去重
396 442
             let med_chrgitm_types = []
397 443
             for (let i = 0; i < response.data.data.order_infos.length; i++) {
@@ -511,6 +557,54 @@ export default {
511 557
                 that.info['diagnosis'] = response.data.data.diagnosis
512 558
                 that.info['his'] = response.data.data.his_hospital
513 559
 
560
+
561
+                that.info['bedInscpTotal'] =
562
+                  response.data.data.bedInscpTotal
563
+                that.info['bedSelfTotal'] =
564
+                  response.data.data.bedSelfTotal
565
+
566
+                that.info['operationInscpTotal'] =
567
+                  response.data.data.operationInscpTotal
568
+                that.info['operationSelfTotal'] =
569
+                  response.data.data.operationSelfTotal
570
+
571
+                that.info['checkInscpTotal'] =
572
+                  response.data.data.checkInscpTotal
573
+                that.info['checkSelfTotal'] =
574
+                  response.data.data.checkSelfTotal
575
+
576
+                that.info['treatInscpTotal'] =
577
+                  response.data.data.treatInscpTotal
578
+                that.info['treatSelfTotal'] =
579
+                  response.data.data.treatSelfTotal
580
+
581
+                that.info['laboratoryInscpTotal'] =
582
+                  response.data.data.laboratoryInscpTotal
583
+                that.info['laboratorySelfTotal'] =
584
+                  response.data.data.laboratorySelfTotal
585
+
586
+                that.info['westernMedicineInscpTotal'] =
587
+                  response.data.data.westernMedicineInscpTotal
588
+                that.info['westernMedicineSelfTotal'] =
589
+                  response.data.data.westernMedicineSelfTotal
590
+
591
+                that.info['materialInscpTotal'] =
592
+                  response.data.data.materialInscpTotal
593
+                that.info['materialSelfTotal'] =
594
+                  response.data.data.materialSelfTotal
595
+
596
+                that.info['chineseTraditionalInscpTotal'] =
597
+                  response.data.data.chineseTraditionalInscpTotal
598
+                that.info['chineseTraditionalSelfTotal'] =
599
+                  response.data.data.chineseTraditionalSelfTotal
600
+
601
+                that.info['otherInscpTotal'] =
602
+                  response.data.data.otherInscpTotal
603
+                that.info['otherSelfTotal'] =
604
+                  response.data.data.otherSelfTotal
605
+
606
+
607
+
514 608
                 console.log("22222222")
515 609
                 that.list = []
516 610
                 //获取所有项目类型进行去重

+ 2 - 2
src/xt_pages/hospitalStation/statementTemplate/printTen.vue View File

@@ -103,7 +103,7 @@
103 103
             <td style="border: 1px solid gray;width: 150px;height: 30px;">床号</td>
104 104
             <td style="border: 1px solid gray;width: 150px;height: 30px;"></td>
105 105
             <td style="border: 1px solid gray;width: 150px;height: 30px;">参保区划</td>
106
-            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.insu_optins}}</td>
106
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.his.insuplc_admdvs}}</td>
107 107
           </tr>
108 108
           <tr>
109 109
             <td style="border: 1px solid gray;width: 150px;height: 30px;">入院日期</td>
@@ -274,7 +274,7 @@
274 274
             <td style="border: 1px solid gray;width: 150px;height: 30px;">个人账户支付</td>
275 275
             <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.acct_pay}}</td>
276 276
             <td style="border: 1px solid gray;width: 150px;height: 30px;">个人现金支付</td>
277
-            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.psn_cash_pay}}</td>
277
+            <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.cash_payamt}}</td>
278 278
             <td style="border: 1px solid gray;width: 150px;height: 30px;">其他基金支付</td>
279 279
             <td style="border: 1px solid gray;width: 150px;height: 30px;">{{info.oth_pay}}</td>
280 280
           </tr>

+ 1 - 1
src/xt_pages/outpatientCharges/statementPrint.vue View File

@@ -490,7 +490,7 @@ export default {
490 490
         }
491 491
 
492 492
         if(details[a].advice_id == 0 && details[a].project_id > 0 && details[a].project.type == 2) {
493
-          obj['yibao_code'] = details[a].project.project.medical_insurance_number
493
+          obj['yibao_code'] = details[a].project.project.medical_code
494 494
           obj['yiyuan_code'] = details[a].project.project.id
495 495
           obj['name'] = details[a].project.project.project_name
496 496
           obj['unit'] = details[a].project.project.unit

+ 16 - 1
src/xt_pages/role/admin.vue View File

@@ -93,6 +93,14 @@
93 93
           icon="el-icon-circle-plus-outline"
94 94
           style="float:left"
95 95
           @click="toTestElement">创建企业用章</el-button> -->
96
+
97
+
98
+          <!-- <el-button
99
+          type="primary"
100
+          size="small"
101
+          icon="el-icon-circle-plus-outline"
102
+          style="float:left"
103
+          @click="toTestThrityMent">生成PDF</el-button>  -->
96 104
           
97 105
      </div>
98 106
     
@@ -248,7 +256,7 @@
248 256
 </template>
249 257
 
250 258
 <script>
251
-import { adminMainView, getAdmins, setAdminStatus,toSign,toTestOne,toTestTwo,toTestThree,toTestFour,toTestFive,toTestSeven,toTestEight,toTestNight,toTestTen,toTestElement } from "@/api/role/admin";
259
+import { adminMainView, getAdmins, setAdminStatus,toSign,toTestOne,toTestTwo,toTestThree,toTestFour,toTestFive,toTestSeven,toTestEight,toTestNight,toTestTen,toTestElement,toTestThrityMent } from "@/api/role/admin";
252 260
 import { getRoles } from "@/api/role/role";
253 261
 
254 262
 import { parseTime } from "@/utils";
@@ -631,6 +639,13 @@ export default {
631 639
           this.$message.success("保存")
632 640
          }
633 641
       })
642
+    },
643
+    toTestThrityMent(){
644
+      toTestThriytyMent().then(response=>{
645
+        var sign =  response.data.data.sign
646
+        console.log("sign",sign)
647
+        this.$message.success("保存")
648
+      })
634 649
     }
635 650
   },
636 651
   watch: {

+ 2 - 2
src/xt_pages/workforce/components/tableData.vue View File

@@ -58,7 +58,7 @@
58 58
         <el-switch
59 59
           v-model="value1"
60 60
           :active-value=true
61
-          active-text="显示灌流器"
61
+          active-text="显示透析器/灌流器"
62 62
           @change="switchThis(value1)">
63 63
 
64 64
         </el-switch>
@@ -1041,7 +1041,7 @@ export default {
1041 1041
       if(this.value1==false){
1042 1042
          sessionStorage.removeItem('value1')
1043 1043
       }else{
1044
-            sessionStorage.setItem('value1',this.value1)
1044
+         sessionStorage.setItem('value1',this.value1)
1045 1045
       }
1046 1046
         console.log('this.value1',this.value1);
1047 1047
         console.log('flag',flag);