Procházet zdrojové kódy

透析器/灌流器的更改

XMLWAN před 5 roky
rodič
revize
62231381ce

+ 7 - 7
src/xt_pages/dialysis/template/DialysisPrintOrderTwenty.vue Zobrazit soubor

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