|
@@ -61,17 +61,17 @@
|
|
|
|
|
|
<span v-else>{{corpsName}}</span>
|
|
|
</template>
|
|
|
- <template slot-scope="{row,index}" slot="costType">
|
|
|
- <breakdown-select
|
|
|
- v-if="row.$cellEdit"
|
|
|
- v-model="row.costType"
|
|
|
- style="width: 90%"
|
|
|
- :configuration="configuration"
|
|
|
- @selectValue="(value) => {getFeeValue(row, value)}"
|
|
|
- >
|
|
|
- </breakdown-select>
|
|
|
- <span v-else>{{ row.costName }}</span>
|
|
|
- </template>
|
|
|
+<!-- <template slot-scope="{row,index}" slot="costType">-->
|
|
|
+<!-- <breakdown-select-->
|
|
|
+<!-- v-if="row.$cellEdit"-->
|
|
|
+<!-- v-model="row.costType"-->
|
|
|
+<!-- style="width: 90%"-->
|
|
|
+<!-- :configuration="configuration"-->
|
|
|
+<!-- @selectValue="(value) => {getFeeValue(row, value)}"-->
|
|
|
+<!-- >-->
|
|
|
+<!-- </breakdown-select>-->
|
|
|
+<!-- <span v-else>{{ row.costName }}</span>-->
|
|
|
+<!-- </template>-->
|
|
|
<template slot-scope="{row,index}" slot="billNo">
|
|
|
<el-select placeholder="请选择"
|
|
|
v-if="row.$cellEdit"
|
|
@@ -656,8 +656,7 @@
|
|
|
corpType: 'KG'
|
|
|
});
|
|
|
this.dialogLoading = true;
|
|
|
- customerList(queryParams)
|
|
|
- .then(res => {
|
|
|
+ customerList(queryParams).then(res => {
|
|
|
this.corpData = res.data.data.records;
|
|
|
this.corpPage.total = res.data.data.total;
|
|
|
if (this.corpPage.total) {
|
|
@@ -669,6 +668,7 @@
|
|
|
});
|
|
|
},
|
|
|
importCorp() {
|
|
|
+ // item.srcFeesId = item.id
|
|
|
this.corpData.forEach((item, index) => {
|
|
|
if (index == this.rowData.index) {
|
|
|
item.corpId = this.selectionList[0].id;
|