Parcourir la source

fix(销售订单): 将打印模板中的总数量字段改为销售数量字段

liujt il y a 1 mois
Parent
commit
27df4ec991

+ 1 - 1
src/views/saleManage/saleOrder/components/printTemplateSaleOrder.vue

@@ -83,7 +83,7 @@
               {{ item.specification }}/{{ item.modelType }}
             </td>
             <td style="padding: 5px"> {{ item.saleUnit }}</td>
-            <td style="padding: 5px"> {{ item.totalCount }}</td>
+            <td style="padding: 5px"> {{ item.saleCount }}</td>
             <td style="padding: 5px"> {{ item.singlePrice }}</td>
             <td style="padding: 5px"> {{ item.taxRate }}{{ item.taxRate ? '%' : '' }}</td>
             <td style="padding: 5px"> {{ item.totalPrice }}</td>