yq1 8 месяцев назад
Родитель
Сommit
af41888d9f

+ 15 - 15
src/xt_pages/dialysis/batch_print/batch_print_order_seventynine.vue Просмотреть файл

26
               <table border="1" class="table-box" style="border-collapse: collapse;text-align: center;width: 100%;">
26
               <table border="1" class="table-box" style="border-collapse: collapse;text-align: center;width: 100%;">
27
                 <tbody>
27
                 <tbody>
28
                   <tr>
28
                   <tr>
29
-                    <td width="80" style="line-height:30px;">治疗日期: 
29
+                    <td width="80" style="line-height:30px;">治疗日期:
30
                       {{ getTime(record.schedule_date, "{y}年{m}月{d}日") }}
30
                       {{ getTime(record.schedule_date, "{y}年{m}月{d}日") }}
31
                     </td>
31
                     </td>
32
                   </tr>
32
                   </tr>
50
                             record.dialysis_order.device_number.number.length >
50
                             record.dialysis_order.device_number.number.length >
51
                               0
51
                               0
52
                               ? record.dialysis_order.device_number.number
52
                               ? record.dialysis_order.device_number.number
53
-                              : record.device_number.number 
53
+                              : record.device_number.number
54
                           }}
54
                           }}
55
                         </div>
55
                         </div>
56
                       </div>
56
                       </div>
98
                           {{ anticoagulantName(record.prescription) }} &nbsp;&nbsp;
98
                           {{ anticoagulantName(record.prescription) }} &nbsp;&nbsp;
99
                           {{record.prescription.anticoagulant_zongliang ? record.prescription.anticoagulant_zongliang : "0"}}
99
                           {{record.prescription.anticoagulant_zongliang ? record.prescription.anticoagulant_zongliang : "0"}}
100
                         </span>U&nbsp;&nbsp;
100
                         </span>U&nbsp;&nbsp;
101
-                        
101
+
102
                         <label-box :isChecked="record.prescription.anticoagulant==2 ? true :false" showValue="普通肝素:"></label-box>&nbsp;&nbsp;
102
                         <label-box :isChecked="record.prescription.anticoagulant==2 ? true :false" showValue="普通肝素:"></label-box>&nbsp;&nbsp;
103
                         <div style="display: inline-block;">
103
                         <div style="display: inline-block;">
104
                           首剂:
104
                           首剂:
149
                   </td>
149
                   </td>
150
                   <td style="width: 30%;line-height: 30px;">
150
                   <td style="width: 30%;line-height: 30px;">
151
                     透析(滤)器:
151
                     透析(滤)器:
152
-                    
152
+
153
                     {{ record.prescription.dialysis_dialyszers ? record.prescription.dialysis_dialyszers : "" }}
153
                     {{ record.prescription.dialysis_dialyszers ? record.prescription.dialysis_dialyszers : "" }}
154
 
154
 
155
                     {{ record.prescription.dialysis_strainer ? record.prescription.dialysis_strainer : "" }}
155
                     {{ record.prescription.dialysis_strainer ? record.prescription.dialysis_strainer : "" }}
156
                   </td>
156
                   </td>
157
                   <td style="">
157
                   <td style="">
158
                     透析液:钾:
158
                     透析液:钾:
159
-                    <span style="">2.0</span>mmol/L&nbsp; 
159
+                    <span style="">2.0</span>mmol/L&nbsp;
160
                     钙:
160
                     钙:
161
-                    <span style="">1.5</span>mmol/L&nbsp; 
161
+                    <span style="">1.5</span>mmol/L&nbsp;
162
                     碳酸氢盐:
162
                     碳酸氢盐:
163
                     <span >32</span>mmol/L&nbsp;
163
                     <span >32</span>mmol/L&nbsp;
164
                     钠:
164
                     钠:
205
                   </tr>
205
                   </tr>
206
                   <tr>
206
                   <tr>
207
                     <td rowspan="2">时间</td>
207
                     <td rowspan="2">时间</td>
208
-                    <td colspan="4">透析参数</td>
209
-                    <td colspan="5">生命体征</td>
208
+                    <td colspan="5">透析参数</td>
209
+                    <td colspan="2">生命体征</td>
210
                     <td colspan="2">治疗中病情变化</td>
210
                     <td colspan="2">治疗中病情变化</td>
211
                   </tr>
211
                   </tr>
212
                   <tr>
212
                   <tr>
215
                     <td>静脉压<br/>mmHg</td>
215
                     <td>静脉压<br/>mmHg</td>
216
                     <td>血流量<br/>ml/min</td>
216
                     <td>血流量<br/>ml/min</td>
217
                     <td>脱水量<br/>ml</td>
217
                     <td>脱水量<br/>ml</td>
218
-                    <td>超滤率<br/>ml/h</td>
218
+                    <!-- <td>超滤率<br/>ml/h</td> -->
219
                     <td>HR<br/>bpm</td>
219
                     <td>HR<br/>bpm</td>
220
                     <!-- <td>R<br/>bpm</td> -->
220
                     <!-- <td>R<br/>bpm</td> -->
221
                     <td>BP<br/>mmHg</td>
221
                     <td>BP<br/>mmHg</td>
232
                     <td>{{ monitor.venous_pressure ? monitor.venous_pressure : "/" }}</td>
232
                     <td>{{ monitor.venous_pressure ? monitor.venous_pressure : "/" }}</td>
233
                     <td>{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "/" }}</td>
233
                     <td>{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "/" }}</td>
234
                     <td>{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "/"}}</td>
234
                     <td>{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "/"}}</td>
235
-                    <td>{{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : "/" }}</td>
235
+                    <!-- <td>{{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : "/" }}</td> -->
236
                     <td>{{ monitor.pulse_frequency ? monitor.pulse_frequency : "/" }}</td>
236
                     <td>{{ monitor.pulse_frequency ? monitor.pulse_frequency : "/" }}</td>
237
                     <!-- <td>{{ monitor.breathing_rate ? monitor.breathing_rate : "/" }}</td> -->
237
                     <!-- <td>{{ monitor.breathing_rate ? monitor.breathing_rate : "/" }}</td> -->
238
                     <td>{{
238
                     <td>{{
279
                           record.lastafterweight.weight_after
279
                           record.lastafterweight.weight_after
280
                           ).toFixed(1)
280
                           ).toFixed(1)
281
                           : '未称重'
281
                           : '未称重'
282
-                          }}kg 
282
+                          }}kg
283
                       </td>
283
                       </td>
284
                     </tr>
284
                     </tr>
285
 
285
 
476
         },
476
         },
477
         lastAfterWeight: '',
477
         lastAfterWeight: '',
478
         displaceLiquiPartOptions: [],
478
         displaceLiquiPartOptions: [],
479
-        
479
+
480
       }
480
       }
481
     },
481
     },
482
     created() {
482
     created() {
566
               }
566
               }
567
 
567
 
568
               var delghTwo = 0
568
               var delghTwo = 0
569
-              
569
+
570
               if (
570
               if (
571
                 this.records[recordIndex].advices &&
571
                 this.records[recordIndex].advices &&
572
                 this.records[recordIndex].advices.length < 13
572
                 this.records[recordIndex].advices.length < 13
575
               } else {
575
               } else {
576
                 delghTwo = 0
576
                 delghTwo = 0
577
               }
577
               }
578
-              
578
+
579
               if (delghTwo > 0) {
579
               if (delghTwo > 0) {
580
                 if (
580
                 if (
581
                   typeof this.records[recordIndex].advices === 'undefined' ||
581
                   typeof this.records[recordIndex].advices === 'undefined' ||
803
           return ''
803
           return ''
804
         }
804
         }
805
         if (key[id] in this.operatorMaps) {
805
         if (key[id] in this.operatorMaps) {
806
-          
806
+
807
           return this.operatorMaps[key[id]].es_url
807
           return this.operatorMaps[key[id]].es_url
808
         } else {
808
         } else {
809
           return ''
809
           return ''

+ 3 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderSeventynine.vue Просмотреть файл

179
             <tr>
179
             <tr>
180
               <td rowspan="2">时间</td>
180
               <td rowspan="2">时间</td>
181
               <td colspan="5">透析参数</td>
181
               <td colspan="5">透析参数</td>
182
-              <td colspan="3">生命体征</td>
182
+              <td colspan="2">生命体征</td>
183
               <td colspan="2">治疗中病情变化</td>
183
               <td colspan="2">治疗中病情变化</td>
184
             </tr>
184
             </tr>
185
             <tr>
185
             <tr>
188
               <td>静脉压<br/>mmHg</td>
188
               <td>静脉压<br/>mmHg</td>
189
               <td>血流量<br/>ml/min</td>
189
               <td>血流量<br/>ml/min</td>
190
               <td>脱水量<br/>ml</td>
190
               <td>脱水量<br/>ml</td>
191
-              <td>超滤率<br/>ml/h</td>
191
+              <!-- <td>超滤率<br/>ml/h</td> -->
192
               <td>HR<br/>bpm</td>
192
               <td>HR<br/>bpm</td>
193
               <!-- <td>R<br/>bpm</td> -->
193
               <!-- <td>R<br/>bpm</td> -->
194
               <td>BP<br/>mmHg</td>
194
               <td>BP<br/>mmHg</td>
206
               <td>{{ monitor.venous_pressure ? monitor.venous_pressure : "/" }}</td>
206
               <td>{{ monitor.venous_pressure ? monitor.venous_pressure : "/" }}</td>
207
               <td>{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "/" }}</td>
207
               <td>{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "/" }}</td>
208
               <td>{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "/"}}</td>
208
               <td>{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "/"}}</td>
209
-              <td>{{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : "/" }}</td>
209
+              <!-- <td>{{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : "/" }}</td> -->
210
               <td>{{ monitor.pulse_frequency ? monitor.pulse_frequency : "/" }}</td>
210
               <td>{{ monitor.pulse_frequency ? monitor.pulse_frequency : "/" }}</td>
211
               <!-- <td>{{ monitor.breathing_rate ? monitor.breathing_rate : "/" }}</td> -->
211
               <!-- <td>{{ monitor.breathing_rate ? monitor.breathing_rate : "/" }}</td> -->
212
               <td>{{
212
               <td>{{