Browse Source

透析器/灌流器的更改

XMLWAN 4 years ago
parent
commit
62231381ce
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/xt_pages/dialysis/template/DialysisPrintOrderTwenty.vue

+ 7 - 7
src/xt_pages/dialysis/template/DialysisPrintOrderTwenty.vue View File

@@ -45,7 +45,7 @@
45 45
             <td width="10">床</td>
46 46
             <td></td>
47 47
 
48
-            
48
+
49 49
           </tr>
50 50
         </tbody>
51 51
       </table>
@@ -140,7 +140,7 @@
140 140
                     </td>
141 141
                     <td width="35">℃</td>
142 142
                     <td width='10'></td>
143
-                    
143
+
144 144
                     <td></td>
145 145
                   </tr>
146 146
                 </tbody>
@@ -494,7 +494,7 @@
494 494
                         <label-box :isChecked="false" showValue="3.0mmol/L"></label-box>
495 495
                       )
496 496
                     </td>
497
-                    
497
+
498 498
                     <td></td>
499 499
                   </tr>
500 500
                 </tbody>
@@ -503,7 +503,7 @@
503 503
               <table class="table-box">
504 504
                 <tbody>
505 505
                   <tr>
506
-                    
506
+
507 507
                     <td width="70">治疗方式:</td>
508 508
                     <td width="50">
509 509
                       <label-box :isChecked="prescription.mode_id == 1 ? true : false" showValue="HD"></label-box>
@@ -1223,7 +1223,7 @@ export default {
1223 1223
             this.dialysisOrder.DeviceNumber.number
1224 1224
           );
1225 1225
         }
1226
-        
1226
+
1227 1227
       } else {
1228 1228
         if(this.patientInfo.DialysisSchedule.device_zone.name.indexOf("区") > -1){
1229 1229
           return (
@@ -1236,7 +1236,7 @@ export default {
1236 1236
             this.patientInfo.DialysisSchedule.device_number.number
1237 1237
           );
1238 1238
         }
1239
-        
1239
+
1240 1240
       }
1241 1241
     },
1242 1242
 
@@ -1304,7 +1304,7 @@ export default {
1304 1304
             this.predialysis.blood_access_part_opera_id
1305 1305
           )
1306 1306
           this.afterdialysis = response.data.data.AssessmentAfterDislysis
1307
-          console.log('透后评估数据', this.afterdialysis)
1307
+          // console.log('透后评估数据', this.afterdialysis)
1308 1308
           this.operators = response.data.data.operators
1309 1309
           this.dialysisOrder =
1310 1310
             response.data.data.dialysisOrder === null