snow 1 년 전
부모
커밋
a079daf76b

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/app.188593da.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.8a9c99cb.js


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


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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) }}

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.