Browse Source

耗材参数

XMLWAN 4 years ago
parent
commit
67bc4abbd4
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFive.vue

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

96
             <td></td>
96
             <td></td>
97
             <td></td>
97
             <td></td>
98
             <td></td>
98
             <td></td>
99
-        
99
+
100
           </tr>
100
           </tr>
101
         </tbody>
101
         </tbody>
102
       </table> -->
102
       </table> -->
515
                   <div class="under-line" >
515
                   <div class="under-line" >
516
                     &nbsp;
516
                     &nbsp;
517
                     <span v-if="prescription.anticoagulant == 2">{{ prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "/" }}</span>
517
                     <span v-if="prescription.anticoagulant == 2">{{ prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "/" }}</span>
518
-                    
518
+
519
                   </div>
519
                   </div>
520
                 </td>
520
                 </td>
521
                 <td width="40">
521
                 <td width="40">
653
           <td>
653
           <td>
654
             &nbsp;{{ monitor.conductivity ? monitor.conductivity : "" }}
654
             &nbsp;{{ monitor.conductivity ? monitor.conductivity : "" }}
655
           </td>
655
           </td>
656
-     
656
+
657
           <td>
657
           <td>
658
             &nbsp;{{ monitor.symptom }} &nbsp;{{ monitor.dispose }} &nbsp;{{ monitor.result }}
658
             &nbsp;{{ monitor.symptom }} &nbsp;{{ monitor.dispose }} &nbsp;{{ monitor.result }}
659
           </td>
659
           </td>
662
       </table>
662
       </table>
663
       <table class="print-table" border="1">
663
       <table class="print-table" border="1">
664
         <tbody>
664
         <tbody>
665
-       
665
+
666
         <tr style="line-height:35px;padding:8px 5px;">
666
         <tr style="line-height:35px;padding:8px 5px;">
667
           <td style="font-size: 16px" width="30" :rowspan="doctor_advices.length + 1">
667
           <td style="font-size: 16px" width="30" :rowspan="doctor_advices.length + 1">
668
             医嘱内容
668
             医嘱内容
1353
             }
1353
             }
1354
 
1354
 
1355
             this.advices = response.data.data.advices
1355
             this.advices = response.data.data.advices
1356
-            console.log('hhhhhhhhhhhh', this.advices)
1356
+            // console.log('hhhhhhhhhhhh', this.advices)
1357
             this.monitors = response.data.data.monitors
1357
             this.monitors = response.data.data.monitors
1358
-            console.log('哈哈哈哈哈哈哈', this.monitors)
1359
-            console.log(response.data.data)
1358
+            // console.log('哈哈哈哈哈哈哈', this.monitors)
1359
+            // console.log(response.data.data)
1360
             this.summary = response.data.data.summary
1360
             this.summary = response.data.data.summary
1361
             this.org_template_info = response.data.data.org_template_info
1361
             this.org_template_info = response.data.data.org_template_info
1362
             // 配置超滤量和置换量是否要显示0还是空
1362
             // 配置超滤量和置换量是否要显示0还是空