lex-xin 5 yıl önce
ebeveyn
işleme
94c06b94d2

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/index.html


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/app.06bd4d2e.js


+ 8 - 1
src/views/orderAccount/index.vue

@@ -48,6 +48,7 @@
             <span style="padding-right: 12px;">商品:{{ amountAll.goodsFeeAmount }}元</span>
             <span style="padding-right: 12px;">教辅:{{ amountAll.sdFeeAmount }}元</span>
             <span style="padding-right: 12px;">手续费:{{ amountAll.commissionAmount }}元</span>
+            <span style="padding-right: 12px;">实际到账:{{ (amountAll.amount - amountAll.commissionAmount).toFixed(2) }}元</span>
         </p>
     </el-form>
     <div class="tableWrap">
@@ -163,7 +164,13 @@ export default {
         branchId: '',
         classId: '',
         account: this.$route.query.account, // 财务唯一标识
-        amountAll: {}, // 金额集合
+        amountAll: {
+            amoun: 0,
+            tuiFeeAmount: 0,
+            goodsFeeAmount: 0,
+            sdFeeAmount: 0,
+            commissionAmount: 0,
+        }, // 金额集合
     }
   },
   computed: {

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor