Procházet zdrojové kódy

fix(采购订单): 调整入库单打印模板样式和内容

liujt před 8 měsíci
rodič
revize
da2676343b

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

@@ -20,8 +20,9 @@
           font-size: 20px;
           font-weight: 800;
           text-decoration: underline;
+          margin-bottom: 10px;
         "
-        >{{ groupName || '湖南万隆智能科技有限公司采购入库单' }}</div
+        >{{ groupName + '入库单' || '湖南万隆智能科技有限公司采购入库单' }}</div
       >
       <div
         style="
@@ -112,9 +113,14 @@
                   >汇总金额:{{ this.getAll('totalPrice') }}</span
                 >
               </div>
+            </td>
+          </tr>
+          <tr align="center">
+            <td style="padding: 5px" colspan="2">合计金额(大写金额) </td>
+            <td style="padding: 5px; text-align: left;" colspan="8">
               <div style="display: flex; margin-top: 6px;">
                 <span style="flex: 1"
-                  >大写金额:{{ numToChinese(getAll('totalPrice')) }}</span
+                  >{{ numToChinese(getAll('totalPrice')) }}</span
                 >
               </div>
             </td>