浏览代码

销售订单打印模板优化:调整合计列跨度为3列

yusheng 10 月之前
父节点
当前提交
200b3d48b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/saleManage/saleOrder/invoice/components/print-template-by.vue

+ 1 - 1
src/views/saleManage/saleOrder/invoice/components/print-template-by.vue

@@ -131,7 +131,7 @@
               {{ getTotalValue('totalCount', 4) }}
             </td>
             <td style="padding: 1px"> {{ getTotalValue('blockCount',1) }}</td>
-            <td colspan="2" style="padding: 1px"></td>
+            <td colspan="3" style="padding: 1px"></td>
             <td colspan="1" style="padding: 1px" v-if="isPrintPrice">
               {{
                 codeList.reduce((total, item) => {