فهرست منبع

fix(打印模板): 调整合计金额的布局样式

liujt 8 ماه پیش
والد
کامیت
87d0ba2fc4
1فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 4 2
      src/views/purchasingManage/purchaseOrder/invoice/components/print-template-wl.vue

+ 4 - 2
src/views/purchasingManage/purchaseOrder/invoice/components/print-template-wl.vue

@@ -97,8 +97,8 @@
           </tr>
           <tr align="center">
             <td style="padding: 5px" colspan="2">合计 </td>
-            <td style="padding: 5px" colspan="8">
-              <div style="display: flex; justify-content: space-between">
+            <td style="padding: 5px; text-align: left;" colspan="8">
+              <div style="display: flex;">
                 <span style="flex: 1"
                   >本页数量小计:{{ this.getAll('totalCount') }}</span
                 >
@@ -111,6 +111,8 @@
                 <span style="flex: 1"
                   >汇总金额:{{ this.getAll('totalPrice') }}</span
                 >
+              </div>
+              <div style="display: flex; margin-top: 6px;">
                 <span style="flex: 1"
                   >大写金额:{{ numToChinese(getAll('totalPrice')) }}</span
                 >