Browse Source

报价单数量保留2位小数

cz 1 year ago
parent
commit
1e9b5e719d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/salesMange/saleContract/priceSheet/index.vue

+ 1 - 1
src/views/salesMange/saleContract/priceSheet/index.vue

@@ -273,7 +273,7 @@
               style="width: 100px; text-align: center"
               style="width: 100px; text-align: center"
             ></div>
             ></div>
             <div class="contentRow" style="width: 100px; text-align: center">
             <div class="contentRow" style="width: 100px; text-align: center">
-              {{ statistics("quantity", 0) }}
+              {{ statistics("quantity", 2) }}
             </div>
             </div>
             <div
             <div
               class="contentRow"
               class="contentRow"