yq1 1 year ago
parent
commit
beae3d01de

+ 0 - 1
src/xt_pages/outpatientCharges/components/prescriptionTable.vue View File

@@ -13,7 +13,6 @@
13 13
       highlight-current-row
14 14
       
15 15
     >
16
-    <!-- max-height=290px -->
17 16
       <el-table-column
18 17
         fixed
19 18
         align="center"

+ 0 - 1
src/xt_pages/outpatientCharges/invoiceTemplate/printtwelve.vue View File

@@ -83,7 +83,6 @@
83 83
           <div :style="{position: 'absolute',top:'360px',left:(490 + (index * 200)) + 'px'}">{{Arr[0][0].printDate}}</div>
84 84
         </div>
85 85
       </div>
86
-
87 86
     </div>
88 87
 
89 88
   </div>

+ 0 - 1
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

@@ -543,7 +543,6 @@
543 543
 
544 544
 
545 545
                   </div>
546
-
547 546
                 </div>
548 547
                 <div class="centerRight">
549 548
                   <p class="centerRightTitle" style="padding-top: 10px;">

+ 2 - 2
src/xt_pages/outpatientCharges/statementTemplate/printeEleven.vue View File

@@ -65,7 +65,7 @@
65 65
           <td width="8.1%">单价</td>
66 66
           <td width="8.1%">金额</td>
67 67
            <td width="10.1%">医保标识</td>
68
-<!--          <td width="10.1%">个人自付</td>-->
68
+
69 69
 
70 70
         </tr>
71 71
         <!-- width="72.6%"  16.82%  16.1-->
@@ -87,7 +87,7 @@
87 87
                 <div style="width: 8.1%;padding: 5px;text-align: center;">{{subItem.price}}</div>
88 88
                 <div style="width: 8.1%;padding: 5px;text-align: center;">{{subItem.total_price}}</div>
89 89
                  <div style="width: 10.1%;padding: 5px;"></div>
90
-<!--/*                <div style="width: 10.1%;padding: 5px;text-align: center;">{{subItem.psn_pay}}</div>*/-->
90
+
91 91
               </div>
92 92
             </div>
93 93
           </td>