Browse Source

Merge branch 'wxl_01_15' into online

lex-xin 4 năm trước cách đây
mục cha
commit
df55be7c51
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/resetTeaming/modals/subject-preview.vue

+ 1 - 1
src/views/resetTeaming/modals/subject-preview.vue

@@ -535,7 +535,7 @@ export default {
                         }
                         if (item.kitType == 'LEASE') {
                             if (item.name != '自备') {
-                                marketPrice += item.depositFee
+                                marketPrice += parseFloat(item.marketPrice)
                                 goodsMarketPrice += item.depositFee
                             }
                         } else {