Browse Source

财务页面添加分部

lex-xin 5 years ago
parent
commit
7c53b33936
3 changed files with 4 additions and 1 deletions
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.e89e9232.js
  3. 4 1
      src/views/orderAccount/index.vue

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.e89e9232.js


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

@@ -48,7 +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>
+            <span style="padding-right: 12px;">实际到账:{{ (parseFloat(amountAll.amount) - parseFloat(amountAll.commissionAmount)).toFixed(2) }}元</span>
         </p>
     </el-form>
     <div class="tableWrap">
@@ -90,6 +90,9 @@
         <el-table-column align="center"
                          label="专业"
                          prop="voicyPart"></el-table-column>
+        <el-table-column align="center"
+                         label="分部"
+                         prop="branchName"></el-table-column>
         <el-table-column align="left"
                          label="单位/学校"
                          prop="poName"></el-table-column>

Some files were not shown because too many files changed in this diff