Browse Source

新分支

28169 1 year ago
parent
commit
09f7ba94a6

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_forty.vue View File

@@ -790,7 +790,7 @@
790 790
                                   <label-box :isChecked="record.assessment_after_dislysis.catheter.indexOf('更换敷料')>-1?true:false" showValue='更换敷料'></label-box>
791 791
                               </td>
792 792
                               <td width='50'>
793
-                                  <label-box :isChecked="record.assessment_after_dislysis.catheter.indexOf('干洁')==-1 && record.assessment_after_dislysis.catheter.indexOf('更换敷料')==-1?true:false" showValue='其他'></label-box>
793
+                                  <label-box :isChecked="record.assessment_after_dislysis.catheter!=''&&record.assessment_after_dislysis.catheter.indexOf('干洁')==-1 && record.assessment_after_dislysis.catheter.indexOf('更换敷料')==-1?true:false" showValue='其他'></label-box>
794 794
                               </td>
795 795
                               <td width='100'>
796 796
                                   <div class="under-line">&nbsp;

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderForty.vue View File

@@ -1127,7 +1127,7 @@
1127 1127
                           <label-box :isChecked="afterdialysis.catheter.indexOf('更换敷料')>-1?true:false" showValue='更换敷料'></label-box>
1128 1128
                       </td>
1129 1129
                       <td width='50'>
1130
-                          <label-box :isChecked="afterdialysis.catheter.indexOf('干洁')==-1 && afterdialysis.catheter.indexOf('更换敷料')==-1?true:false" showValue='其他'></label-box>
1130
+                          <label-box :isChecked="afterdialysis.catheter!=''&& afterdialysis.catheter.indexOf('干洁')==-1 && afterdialysis.catheter.indexOf('更换敷料')==-1?true:false" showValue='其他'></label-box>
1131 1131
                       </td>
1132 1132
                       <td width='100'>
1133 1133
                           <div class="under-line">&nbsp;

+ 28 - 20
src/xt_pages/dialysis/template/DialysisPrintOrdersixtySeven.vue View File

@@ -38,11 +38,9 @@
38 38
                 <td>姓名:{{ patientInfo.name }}</td>
39 39
                 <td>性别: {{ patientInfo_gender_1 ? "男" : "女" }}</td>
40 40
                 <td>年龄:{{ getAge(patientInfo) }}</td>
41
-                <td>门诊号: {{
42
-                    patientInfo.admission_number
43
-                      ? patientInfo.admission_number
44
-                      : "/"
45
-                  }}</td>
41
+                <td>门诊号:
42
+                  {{patientInfo.dialysis_no}}
43
+                </td>
46 44
               </tr>
47 45
               <tr>
48 46
                 <td>病床床号:
@@ -57,8 +55,7 @@
57 55
                   </span>
58 56
                 </td>
59 57
                 <td>治疗时间:
60
-                  {{afterdialysis.actual_treatment_hour }}<span v-if="afterdialysis.actual_treatment_hour>0">时</span>
61
-                  <span v-if="afterdialysis.actual_treatment_minute>0">{{afterdialysis.actual_treatment_minute>0}}</span> {{afterdialysis.actual_treatment_minute }}<span v-if="afterdialysis.actual_treatment_minute>0">分</span>
58
+                  {{getTime(prescription.record_date,"{y}-{m}-{d}") }}
62 59
                 </td>
63 60
                 <td>干体重:{{ predialysis.dry_weight ? predialysis.dry_weight : "/" }}kg</td>
64 61
                 <td>上次透后体重:
@@ -73,25 +70,34 @@
73 70
                 </td>
74 71
                 <td>透析总次数:{{ patientInfo.total_dialysis + patientInfo.user_sys_before_count }}</td>
75 72
                 <td colspan="2">患者评估:
76
-                  {{ receiverTreatmentAccess.sick_condition ? receiverTreatmentAccess.sick_condition : "/" }}
73
+                  入科方式:
74
+                  <span v-if="receiverTreatmentAccess.way == 1">步行</span>
75
+                  <span v-if="receiverTreatmentAccess.way == 2">扶行</span>
76
+                  <span v-if="receiverTreatmentAccess.way == 3">轮椅</span>
77
+                  <span v-if="receiverTreatmentAccess.way == 4">平车</span>
78
+
79
+                  意识:
80
+                  <span v-if="receiverTreatmentAccess.consciousness == 1">清醒</span>
81
+                  <span v-if="receiverTreatmentAccess.consciousness == 2">嗜睡</span>
82
+                  <span v-if="receiverTreatmentAccess.consciousness == 4">模糊</span>
83
+                  <span v-if="receiverTreatmentAccess.consciousness == 3">昏迷</span>
77 84
                 </td>
78 85
               </tr>
79 86
               <tr>
80 87
                 <td colspan="4">
81
-                  <span style="width: 14%;">血管通路:
88
+                  <span>血管通路:
82 89
                     {{ predialysis.blood_access_part_opera_name }}
83 90
                   </span>
84
-                  <span style="width: 14%;">部位:
91
+                  <span>部位:
85 92
                     {{ predialysis.blood_access_part_id }}
86 93
                  </span>
87
-                  <span style="width: 14%;">通路评估:
94
+                  <span>通路评估:
88 95
                      <span v-if="predialysis.internal_fistula.indexOf('震颤-存在') >-1">震颤-存在</span>
89 96
                      <span v-if="predialysis.internal_fistula.indexOf('震颤-减弱') >-1">震颤-减弱</span>
90 97
                      <span v-if="predialysis.internal_fistula.indexOf('震颤-无') >-1">震颤-无</span>
91 98
 
92 99
                   </span>
93
-                  <!-- <span style="width: 14%;">震颤:</span> -->
94
-                  <!-- <span style="width: 14%;">外观:</span> -->
100
+                
95 101
                   <span style="width: 14%;">置换方式:
96 102
                     {{
97 103
                       getDisplaceLiquiPart(prescription.displace_liqui_part)
@@ -265,19 +271,21 @@
265 271
                 <td>{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</td>
266 272
                 <td>{{monitor.ultrafiltration_rate? monitor.ultrafiltration_rate: ""}}</td>
267 273
                 <td>{{monitor.conductivity? monitor.conductivity: ""}}</td>
268
-                <td>{{monitor.dispose? monitor.dispose: ""}}
274
+                <td>
275
+                  {{monitor.symptom?monitor.symptom:"" }}&nbsp;
276
+                  {{monitor.dispose? monitor.dispose: ""}}&nbsp;
269 277
                   {{monitor.result? monitor.result: ""}}
270 278
                 </td>
271 279
                 <td>
272 280
                   <span
273 281
                     style="height: 30px; display: inline-block"
274
-                      v-if="setAdminUserES(monitor.creater) == ''"
282
+                      v-if="setAdminUserES(monitor.monitoring_nurse) == ''"
275 283
                       >
276
-                     {{ getAdminUser(monitor.creater) }}
284
+                     {{ getAdminUser(monitor.monitoring_nurse) }}
277 285
                   </span>
278 286
                   <img
279 287
                     style="height: 40px"
280
-                    :src="setAdminUserES(monitor.creater)"
288
+                    :src="setAdminUserES(monitor.monitoring_nurse)"
281 289
                     alt=""
282 290
                     srcset=""
283 291
                     v-else
@@ -430,14 +438,14 @@
430 438
               </tr>
431 439
               <tr>
432 440
                 <td colspan="4">
433
-                  <span style="width: 14%;">通路评估:
434
-                    {{
441
+                  <span>通路评估:
442
+                    内瘘:{{
435 443
                       afterdialysis.internal_fistula
436 444
                         ? afterdialysis.internal_fistula
437 445
                         : ""
438 446
                      }}
439 447
 
440
-                     {{
448
+                  导管:{{
441 449
                         afterdialysis.catheter ? afterdialysis.catheter : ""
442 450
                     }}
443 451
                   </span>

+ 0 - 15
src/xt_pages/outpatientDoctorStation/template/printOne.vue View File

@@ -506,21 +506,6 @@ export default{
506 506
           this.prescriptions = advicePrint;
507 507
 
508 508
           this.doctorList_1 = response.data.data.eles;
509
-          for(let i=0;i<this.advicePrint.length;i++){
510
-            this.advicess=advicePrint[i].advices
511
-          }
512
-          for(let j=0;j<this.advicess.length;j++){
513
-            for(let x=j+1;x<this.advicess.length;x++){
514
-              if(this.advicess[j].groupno == this.advicess[x].groupno){
515
-                this.arr.push(this.advicess.splice(x,1))
516
-                // this.arrs=this.advicess.splice(x,1)
517
-              }
518
-            }
519
-          }
520
-          // this.merge(this.advicess)
521
-          // console.log('4444444',this.arrs);
522
-          console.log('55555555',this.arr);
523
-          console.log('6666666',this.advicess);
524 509
           console.log(this.doctorList_1, "医生列表");
525 510
           if (this.doctorList_1.length > 0) {
526 511
             var operatorsLen = this.doctorList_1.length;

+ 2 - 0
src/xt_pages/stock/query/purchaseNewStockQueryPrint.vue View File

@@ -25,6 +25,7 @@
25 25
                             <thead>
26 26
                                 <tr>
27 27
                                   <td rowspan="2" width="80">序号</td>
28
+                                  <td rowspan="2" width="80">耗材名称</td>
28 29
                                   <td rowspan="2" width="80">耗材类型</td>
29 30
                                   <td rowspan="2" width="80">规格&单位</td>
30 31
                                   <td rowspan="2" width="80">生产厂商</td>
@@ -52,6 +53,7 @@
52 53
                             <tbody>
53 54
                                 <tr v-for="(item,index) in this.tableList" :key="index">
54 55
                                  <td>{{index + 1}}</td>
56
+                                 <td>{{item.good_name}}</td>
55 57
                                  <td>{{getGoodTypeName(item.good_type_id)}}</td>
56 58
                                  <td>{{item.specification_name}}</td>
57 59
                                  <td> {{getManufacturName(item.manufacturer)}}</td>