snow 1 rok temu
rodzic
commit
a079daf76b

Plik diff jest za duży
+ 0 - 0
dist/index.html


Plik diff jest za duży
+ 0 - 0
dist/static/css/app.188593da.css


Plik diff jest za duży
+ 0 - 0
dist/static/js/app.8a9c99cb.js


BIN
dist/static/js/app.8a9c99cb.js.gz


Plik diff jest za duży
+ 0 - 0
dist/static/js/app.99dbb377.js


BIN
dist/static/js/app.99dbb377.js.gz


+ 16 - 4
src/pages/accountsReceivable.vue

@@ -22,9 +22,21 @@
           </template>
         </el-table-column>
         
-        <el-table-column label="已开票未回票" prop="wpay_ainv_fee" align="center" >
+        <el-table-column label="已开票" prop="ainv_fee" align="center" >
           <template slot-scope="scope">
-             {{ unit2TenThousand(scope.row.wpay_ainv_fee) }}
+             {{ unit2TenThousand(scope.row.ainv_fee) }}
+          </template>
+        </el-table-column>
+        
+        <el-table-column label="已回款" prop="apay_fee" align="center">
+          <template slot-scope="scope">
+            {{ unit2TenThousand(scope.row.apay_fee) }}
+          </template>
+        </el-table-column>
+        
+        <el-table-column label="已开票-已回款" prop="ainv_apay_fee" align="center">
+          <template slot-scope="scope">
+            {{ unit2TenThousand(scope.row.ainv_apay_fee) }}
           </template>
         </el-table-column>
         
@@ -51,13 +63,13 @@
             {{ unit2TenThousand(scope.row.wpay_send_fee) }}
           </template>
         </el-table-column>
-        
+
         <el-table-column label="超60天已发货未开票" prop="winv_two_month" align="center">
           <template slot-scope="scope">
             {{ unit2TenThousand(scope.row.winv_two_month) }}
           </template>
         </el-table-column>
-        
+
         <el-table-column label="超180天应收账款" prop="wpay_six_month" align="center">
           <template slot-scope="scope">
             {{ unit2TenThousand(scope.row.wpay_six_month) }}

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików