lilei 1 年之前
父节点
当前提交
f446c98cd8
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      src/views/salesManagement/receiptPrint/printModel.vue

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

@@ -20,19 +20,19 @@
                   <div>
                     <table border="1" style="width: 564pt;border-collapse: collapse;text-align: center;">
                       <tr>
-                        <th style="width: 42pt;background:#f6f6f6;">日期</th>
+                        <th style="width: 36pt;background:#f6f6f6;">日期</th>
                         <th style="background:#f6f6f6;width: 82pt;">客户名称</th>
-                        <th style="background:#f6f6f6;width: 82pt;">营业执照名称</th>
+                        <th style="background:#f6f6f6;width: 82pt;">营业执照<br>名称</th>
                         <th style="width: 53pt;background:#f6f6f6;">订单金额</th>
                         <th style="width: 53pt;background:#f6f6f6;">收款金额</th>
                         <th style="width: 53pt;background:#f6f6f6;">使用授信</th>
                         <th style="width: 53pt;background:#f6f6f6;">余款抵扣</th>
                         <th style="width: 53pt;background:#f6f6f6;">汇入银行</th>
-                        <th style="width: 53pt;background:#f6f6f6;">足额打款</th>
-                        <th style="width: 72pt;background:#f6f6f6;">说明</th>
+                        <th style="width: 37pt;background:#f6f6f6;">足额<br>打款</th>
+                        <th style="width: 64pt;background:#f6f6f6;">说明</th>
                       </tr>
                       <tr v-for="item in fcItem.subList" :key="item.bookDetailSn">
-                        <td style="padding:3pt 1pt;width: 40pt;">{{ item.receiptDate.split('-')[0] }}<br>{{ item.receiptDate.split('-')[1]+'/'+item.receiptDate.split('-')[2] }}</td>
+                        <td style="padding:3pt 1pt;width: 34pt;">{{ item.receiptDate.split('-')[0] }}<br>{{ item.receiptDate.split('-')[1]+'/'+item.receiptDate.split('-')[2] }}</td>
                         <td style="padding:3pt 1pt;width: 80pt;word-break:break-all;">
                           {{ item.payerName }}
                           <div>
@@ -58,8 +58,8 @@
                           {{ item.bankAccount }}<br>
                           {{ item.bankName }}
                         </td>
-                        <td style="padding:3pt 1pt;width: 51pt;">{{ item.fullPaymentFlagDictValue }}</td>
-                        <td style="padding:3pt 1pt;width: 70pt;word-break:break-all;">{{ item.explainInfo }}</td>
+                        <td style="padding:3pt 1pt;width: 35pt;">{{ item.fullPaymentFlagDictValue }}</td>
+                        <td style="padding:3pt 1pt;width: 62pt;word-break:break-all;">{{ item.explainInfo }}</td>
                       </tr>
                     </table>
                     <div style="padding:5pt 0;border-bottom: 1px solid #999;overflow:hidden;">