|
@@ -292,6 +292,16 @@
|
|
<span>{{ row.orderName}}</span>
|
|
<span>{{ row.orderName}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column label="客户名称" align="center">
|
|
|
|
+ <template slot-scope="{row}">
|
|
|
|
+ <span>{{ row.customerName }}</span>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column label="业务来源" align="center">
|
|
|
|
+ <template slot-scope="{row}">
|
|
|
|
+ <span>{{ row.customerSubName }}</span>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
<el-table-column label="产品类型" align="center">
|
|
<el-table-column label="产品类型" align="center">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.productionType }}</span>
|
|
<span>{{ row.productionType }}</span>
|
|
@@ -347,16 +357,7 @@
|
|
<span>{{ row.overdueDay}}</span>
|
|
<span>{{ row.overdueDay}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="客户名称" align="center">
|
|
|
|
- <template slot-scope="{row}">
|
|
|
|
- <span>{{ row.customerName }}</span>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column label="业务来源" align="center">
|
|
|
|
- <template slot-scope="{row}">
|
|
|
|
- <span>{{ row.customerSubName }}</span>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
|
|
+
|
|
<el-table-column label="操作" align="center" width="160" fixed="right">
|
|
<el-table-column label="操作" align="center" width="160" fixed="right">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<PermissionButton menu-code="_views_finance_fine_explain" class-name="filter-item" name type="text" @click="openExplain(row)" />
|
|
<PermissionButton menu-code="_views_finance_fine_explain" class-name="filter-item" name type="text" @click="openExplain(row)" />
|
|
@@ -431,7 +432,7 @@ export default {
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- activeName: 'ASSET_BUSINESS',
|
|
|
|
|
|
+ activeName: 'PERSONAL_BUSINESS',
|
|
listLoading: false,
|
|
listLoading: false,
|
|
explainVisible: false,
|
|
explainVisible: false,
|
|
editFineAmountVisible: false,
|
|
editFineAmountVisible: false,
|
|
@@ -441,7 +442,7 @@ export default {
|
|
queryDTO: {
|
|
queryDTO: {
|
|
page: 1,
|
|
page: 1,
|
|
size: 10,
|
|
size: 10,
|
|
- businessType: 'ASSET_BUSINESS',
|
|
|
|
|
|
+ businessType: 'PERSONAL_BUSINESS',
|
|
keyWord: null,
|
|
keyWord: null,
|
|
invoiceNo: null,
|
|
invoiceNo: null,
|
|
clientManagerName: null,
|
|
clientManagerName: null,
|