lilei 2 gadi atpakaļ
vecāks
revīzija
f68e023ffe
1 mainītis faili ar 10 papildinājumiem un 10 dzēšanām
  1. 10 10
      src/views/salesManagement/receiptPrint/printModel.vue

+ 10 - 10
src/views/salesManagement/receiptPrint/printModel.vue

@@ -20,16 +20,16 @@
                   <div>
                     <table border="1" style="width: 564pt;border-collapse: collapse;text-align: center;">
                       <tr>
-                        <th style="line-height: 20pt;width: 56pt;background:#f6f6f6;">日期</th>
-                        <th style="line-height: 20pt;width: 62pt;background:#f6f6f6;">客户名称</th>
-                        <th style="line-height: 20pt;width: 62pt;background:#f6f6f6;">营业执照名称</th>
-                        <th style="line-height: 20pt;width: 54pt;background:#f6f6f6;">订单金额</th>
-                        <th style="line-height: 20pt;width: 54pt;background:#f6f6f6;">收款金额</th>
-                        <th style="line-height: 20pt;width: 54pt;background:#f6f6f6;">使用授信</th>
-                        <th style="line-height: 20pt;width: 54pt;background:#f6f6f6;">余款抵扣</th>
-                        <th style="line-height: 20pt;width: 54pt;background:#f6f6f6;">汇入银行</th>
-                        <th style="line-height: 20pt;width: 54pt;background:#f6f6f6;">足额打款</th>
-                        <th style="line-height: 20pt;width: 60pt;background:#f6f6f6;">说明</th>
+                        <th style="width: 56pt;background:#f6f6f6;">日期</th>
+                        <th style="width: 62pt;background:#f6f6f6;">客户名称</th>
+                        <th style="width: 62pt;background:#f6f6f6;">营业执照名称</th>
+                        <th style="width: 54pt;background:#f6f6f6;">订单金额</th>
+                        <th style="width: 54pt;background:#f6f6f6;">收款金额</th>
+                        <th style="width: 54pt;background:#f6f6f6;">使用授信</th>
+                        <th style="width: 54pt;background:#f6f6f6;">余款抵扣</th>
+                        <th style="width: 54pt;background:#f6f6f6;">汇入银行</th>
+                        <th style="width: 54pt;background:#f6f6f6;">足额打款</th>
+                        <th style="width: 60pt;background:#f6f6f6;">说明</th>
                       </tr>
                       <tr v-for="item in fcItem.subList" :key="item.bookDetailSn">
                         <td style="padding:3pt;width: 50pt;">{{ moment(item.receiptDate).format('YYYY/MM/DD') }}</td>