|
@@ -98,19 +98,19 @@
|
|
<div class="mymain-container">
|
|
<div class="mymain-container">
|
|
<div class="table">
|
|
<div class="table">
|
|
<el-table v-loading="listLoading" :data="dataList" element-loading-text="Loading" border fit highlight-current-row stripe show-summary :summary-method="getSummaries">
|
|
<el-table v-loading="listLoading" :data="dataList" element-loading-text="Loading" border fit highlight-current-row stripe show-summary :summary-method="getSummaries">
|
|
- <el-table-column label="序号" align="left" width="100" type="index" show-overflow-tooltip></el-table-column>
|
|
|
|
|
|
+ <el-table-column label="序号" align="left" width="50" type="index" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="单据日期" prop="theTime" min-width="160" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="单据日期" prop="theTime" min-width="160" show-overflow-tooltip></el-table-column>
|
|
- <el-table-column align="left" label="单据类型" prop="billType" min-width="280" show-overflow-tooltip></el-table-column>
|
|
|
|
- <el-table-column align="left" label="单据号" prop="billNo" min-width="220" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="left" label="单据类型" prop="billType" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="left" label="单据号" prop="billNo" min-width="150" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<CopyButton :copyText="scope.row.billNo" />
|
|
<CopyButton :copyText="scope.row.billNo" />
|
|
<span>{{scope.row.billNo}}</span>
|
|
<span>{{scope.row.billNo}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="left" label="钱包" prop="walletName" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
|
|
+ <el-table-column align="left" label="钱包" prop="walletName" min-width="100" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="操作时间" prop="createTime" min-width="160" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="操作时间" prop="createTime" min-width="160" show-overflow-tooltip></el-table-column>
|
|
- <el-table-column align="left" label="摘要" prop="remark" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
- <el-table-column align="right" label="预付货款" prop="flag" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="left" label="摘要" prop="remark" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="right" label="预付货款" prop="flag" min-width="120" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{
|
|
{{
|
|
scope.row.flag == 1
|
|
scope.row.flag == 1
|
|
@@ -123,7 +123,7 @@
|
|
}}
|
|
}}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="right" label="订单占款" prop="flag" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="right" label="订单占款" prop="flag" min-width="120" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{
|
|
{{
|
|
scope.row.flag == 2
|
|
scope.row.flag == 2
|
|
@@ -136,7 +136,7 @@
|
|
}}
|
|
}}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="right" label="支付货款" prop="flag" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="right" label="支付货款" prop="flag" min-width="120" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{
|
|
{{
|
|
scope.row.flag == 3
|
|
scope.row.flag == 3
|
|
@@ -149,7 +149,7 @@
|
|
}}
|
|
}}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="right" label="押金" prop="flag" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="right" label="押金" prop="flag" min-width="120" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{
|
|
{{
|
|
scope.row.flag == 4
|
|
scope.row.flag == 4
|
|
@@ -162,7 +162,7 @@
|
|
}}
|
|
}}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="right" label="工程保证金" prop="flag" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="right" label="工程保证金" prop="flag" min-width="120" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{
|
|
{{
|
|
scope.row.flag == 5
|
|
scope.row.flag == 5
|
|
@@ -175,7 +175,7 @@
|
|
}}
|
|
}}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="right" label="其他暂扣款" prop="flag" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="right" label="其他暂扣款" prop="flag" min-width="120" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{
|
|
{{
|
|
scope.row.flag == 6
|
|
scope.row.flag == 6
|
|
@@ -188,7 +188,7 @@
|
|
}}
|
|
}}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="right" label="账户余额" prop="balanceAmount" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="right" label="账户余额" prop="balanceAmount" min-width="120" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ scope.row.balanceAmount | numToFixed }}
|
|
{{ scope.row.balanceAmount | numToFixed }}
|
|
</template>
|
|
</template>
|
|
@@ -223,7 +223,7 @@
|
|
<div class="mymain-container">
|
|
<div class="mymain-container">
|
|
<div class="table">
|
|
<div class="table">
|
|
<el-table v-loading="listLoading" :data="dataList" element-loading-text="Loading" border fit highlight-current-row stripe show-summary :summary-method="getSummaries2">
|
|
<el-table v-loading="listLoading" :data="dataList" element-loading-text="Loading" border fit highlight-current-row stripe show-summary :summary-method="getSummaries2">
|
|
- <el-table-column label="序号" align="left" width="100" type="index" show-overflow-tooltip></el-table-column>
|
|
|
|
|
|
+ <el-table-column label="序号" align="left" width="50" type="index" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="客户编码" prop="customerCode" min-width="160" show-overflow-tooltip>
|
|
<el-table-column align="left" label="客户编码" prop="customerCode" min-width="160" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<CopyButton :copyText="scope.row.customerCode" />
|
|
<CopyButton :copyText="scope.row.customerCode" />
|
|
@@ -249,10 +249,10 @@
|
|
<span>{{scope.row.billNo}}</span>
|
|
<span>{{scope.row.billNo}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="left" label="返利类型" prop="walletName" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
|
|
+ <el-table-column align="left" label="返利类型" prop="walletName" min-width="100" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="操作时间" prop="createTime" min-width="160" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="操作时间" prop="createTime" min-width="160" show-overflow-tooltip></el-table-column>
|
|
- <el-table-column align="left" label="摘要" prop="remark" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
- <el-table-column align="right" label="收入" prop="amountType" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="left" label="摘要" prop="remark" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="right" label="收入" prop="amountType" min-width="120" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{
|
|
{{
|
|
scope.row.amountType == "IN"
|
|
scope.row.amountType == "IN"
|
|
@@ -261,7 +261,7 @@
|
|
}}
|
|
}}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="right" label="支出" prop="amountType" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="right" label="支出" prop="amountType" min-width="120" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{
|
|
{{
|
|
scope.row.amountType == "OUT"
|
|
scope.row.amountType == "OUT"
|
|
@@ -270,17 +270,17 @@
|
|
}}
|
|
}}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="right" label="折让金额" prop="allowanceAmount" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="right" label="折让金额" prop="allowanceAmount" min-width="120" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ scope.row.allowanceAmount | numToFixed }}
|
|
{{ scope.row.allowanceAmount | numToFixed }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="right" label="暂扣返利" prop="withholdAmount" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="right" label="暂扣返利" prop="withholdAmount" min-width="120" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ scope.row.withholdAmount | numToFixed }}
|
|
{{ scope.row.withholdAmount | numToFixed }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="right" label="结存" prop="balanceAmount" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="right" label="结存" prop="balanceAmount" min-width="120" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ scope.row.balanceAmount | numToFixed }}
|
|
{{ scope.row.balanceAmount | numToFixed }}
|
|
</template>
|
|
</template>
|
|
@@ -479,7 +479,7 @@ export default {
|
|
created() {
|
|
created() {
|
|
|
|
|
|
// console.log(
|
|
// console.log(
|
|
-
|
|
|
|
|
|
+
|
|
// this.customerId,
|
|
// this.customerId,
|
|
// this.$store.state.user.customerName,
|
|
// this.$store.state.user.customerName,
|
|
// this.$store.state.user.customerNumber,
|
|
// this.$store.state.user.customerNumber,
|