|
|
@@ -61,8 +61,9 @@
|
|
|
<span>{{ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="融信编号" align="center" prop="zfiNumner" width="180" :show-overflow-tooltip="true" v-if="uncheckList.zfiNumner"/>
|
|
|
+ <el-table-column label="融信编号" align="center" prop="zfiNumner" width="180" :show-overflow-tooltip="true" v-if="uncheckList.zfiNumner && (this.companyType == '00' || this.companyType == '02')"/>
|
|
|
<el-table-column label="融资编号" align="center" prop="zfrNumber" width="180" :show-overflow-tooltip="true" v-if="uncheckList.zfrNumber"/>
|
|
|
+ <el-table-column label="融资方" align="center" prop="supplierScyName" v-if="uncheckList.supplierScyName && this.companyType == '01'"/>
|
|
|
<el-table-column label="开立方" align="center" prop="coreScyName" v-if="uncheckList.coreScyName"/>
|
|
|
<el-table-column label="融资金额" :formatter="moneyFormat" align="center" prop="zfrAmount" v-if="uncheckList.zfrAmount"/>
|
|
|
<el-table-column label="融资利率(%)" align="center" prop="zfrRate" v-if="uncheckList.zfrRate"/>
|
|
|
@@ -184,8 +185,9 @@
|
|
|
<span>{{(queryParamsIng.pageNum - 1) * queryParamsIng.pageSize +scope.$index + 1}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="融信编号" align="center" prop="zfiNumner" width="180" :show-overflow-tooltip="true" v-if="uncheckList.zfiNumner"/>
|
|
|
+ <el-table-column label="融信编号" align="center" prop="zfiNumner" width="180" :show-overflow-tooltip="true" v-if="uncheckList.zfiNumner && (this.companyType == '00' || this.companyType == '02')"/>
|
|
|
<el-table-column label="融资编号" align="center" prop="zfrNumber" width="180" :show-overflow-tooltip="true" v-if="uncheckList.zfrNumber"/>
|
|
|
+ <el-table-column label="融资方" align="center" prop="supplierScyName" v-if="uncheckList.supplierScyName && this.companyType == '01'"/>
|
|
|
<el-table-column label="开立方" align="center" prop="coreScyName" v-if="uncheckList.coreScyName"/>
|
|
|
<el-table-column label="融资金额" :formatter="moneyFormat" align="center" prop="zfrAmount" v-if="uncheckList.zfrAmount"/>
|
|
|
<el-table-column label="融资利率(%)" align="center" prop="zfrRate" v-if="uncheckList.zfrRate"/>
|
|
|
@@ -295,8 +297,9 @@
|
|
|
<span>{{ (queryParamsEnd.pageNum - 1) * queryParamsEnd.pageSize + scope.$index + 1 }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="融信编号" align="center" prop="zfiNumner" width="180" :show-overflow-tooltip="true" v-if="uncheckList.zfiNumner"/>
|
|
|
+ <el-table-column label="融信编号" align="center" prop="zfiNumner" width="180" :show-overflow-tooltip="true" v-if="uncheckList.zfiNumner && (this.companyType == '00' || this.companyType == '02')"/>
|
|
|
<el-table-column label="融资编号" align="center" prop="zfrNumber" width="180" :show-overflow-tooltip="true" v-if="uncheckList.zfrNumber"/>
|
|
|
+ <el-table-column label="融资方" align="center" prop="supplierScyName" v-if="uncheckList.supplierScyName && this.companyType == '01'"/>
|
|
|
<el-table-column label="开立方" align="center" prop="coreScyName" v-if="uncheckList.coreScyName"/>
|
|
|
<el-table-column label="融资金额" :formatter="moneyFormat" align="center" prop="zfrAmount" v-if="uncheckList.zfrAmount"/>
|
|
|
<el-table-column label="融资利率(%)" align="center" prop="zfrRate" v-if="uncheckList.zfrRate"/>
|
|
|
@@ -391,8 +394,9 @@
|
|
|
<span>{{ (queryParamsLose.pageNum - 1) * queryParamsLose.pageSize + scope.$index + 1}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="融信编号" align="center" prop="zfiNumner" width="180" :show-overflow-tooltip="true" v-if="uncheckList.zfiNumner"/>
|
|
|
+ <el-table-column label="融信编号" align="center" prop="zfiNumner" width="180" :show-overflow-tooltip="true" v-if="uncheckList.zfiNumner && (this.companyType == '00' || this.companyType == '02')"/>
|
|
|
<el-table-column label="融资编号" align="center" prop="zfrNumber" width="180" :show-overflow-tooltip="true" v-if="uncheckList.zfrNumber"/>
|
|
|
+ <el-table-column label="融资方" align="center" prop="supplierScyName" v-if="uncheckList.supplierScyName && this.companyType == '01'"/>
|
|
|
<el-table-column label="开立方" align="center" prop="coreScyName" v-if="uncheckList.coreScyName"/>
|
|
|
<el-table-column label="融资金额" :formatter="moneyFormat" align="center" prop="zfrAmount" v-if="uncheckList.zfrAmount"/>
|
|
|
<el-table-column label="融资利率(%)" align="center" prop="zfrRate" v-if="uncheckList.zfrRate"/>
|
|
|
@@ -456,18 +460,18 @@
|
|
|
:on-exceed="handleExceed"
|
|
|
list-type="picture-card"
|
|
|
:file-list="fileList"
|
|
|
- :auto-upload="false"
|
|
|
+ :auto-upload="true"
|
|
|
>
|
|
|
<el-button slot="trigger" size="small" type="primary"
|
|
|
>点击选择</el-button
|
|
|
>
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
style="margin-left: 10px"
|
|
|
size="small"
|
|
|
type="success"
|
|
|
@click="submitUpload"
|
|
|
>上传到服务器</el-button
|
|
|
- >
|
|
|
+ > -->
|
|
|
</el-upload>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="融资id" prop="zfrId" label-width="90px" v-if="false">
|
|
|
@@ -507,6 +511,8 @@ export default {
|
|
|
components: {ColumnSetting},
|
|
|
data() {
|
|
|
return {
|
|
|
+ //企业类型
|
|
|
+ companyType: '',
|
|
|
//上传使用
|
|
|
dialogImageUrl: "",
|
|
|
dialogVisible: false,
|
|
|
@@ -634,6 +640,7 @@ export default {
|
|
|
tableList: [
|
|
|
{label: "zfiNumner", value: "融信编号"},
|
|
|
{label: "zfrNumber", value: "融资编号"},
|
|
|
+ {label: "supplierScyName", value: "融资方"},
|
|
|
{label: 'coreScyName', value: '开立方'},
|
|
|
{label: 'zfrAmount', value: '融资金额'},
|
|
|
{label: "zfrRate", value: "融资利率"},
|
|
|
@@ -652,6 +659,7 @@ export default {
|
|
|
tableListOne: [
|
|
|
{label: "zfiNumner", value: "融信编号"},
|
|
|
{label: "zfrNumber", value: "融资编号"},
|
|
|
+ {label: "supplierScyName", value: "融资方"},
|
|
|
{label: 'coreScyName', value: '开立方'},
|
|
|
{label: 'zfrAmount', value: '融资金额'},
|
|
|
{label: "zfrRate", value: "融资利率"},
|
|
|
@@ -670,6 +678,7 @@ export default {
|
|
|
tableListTwo: [
|
|
|
{label: "zfiNumner", value: "融信编号"},
|
|
|
{label: "zfrNumber", value: "融资编号"},
|
|
|
+ {label: "supplierScyName", value: "融资方"},
|
|
|
{label: 'coreScyName', value: '开立方'},
|
|
|
{label: 'zfrAmount', value: '融资金额'},
|
|
|
{label: "zfrRate", value: "融资利率"},
|
|
|
@@ -688,6 +697,7 @@ export default {
|
|
|
tableListThree: [
|
|
|
{label: "zfiNumner", value: "融信编号"},
|
|
|
{label: "zfrNumber", value: "融资编号"},
|
|
|
+ {label: "supplierScyName", value: "融资方"},
|
|
|
{label: 'coreScyName', value: '开立方'},
|
|
|
{label: 'zfrAmount', value: '融资金额'},
|
|
|
{label: "zfrRate", value: "融资利率"},
|
|
|
@@ -745,7 +755,9 @@ export default {
|
|
|
this.loading = true;
|
|
|
listRecord(this.queryParams).then((response) => {
|
|
|
this.recordList = response.data.records;
|
|
|
- console.log(this.recordList);
|
|
|
+ if(response.data.records){
|
|
|
+ this.companyType = response.data.records[0].companyType
|
|
|
+ }
|
|
|
this.total = response.data.total;
|
|
|
this.loading = false;
|
|
|
});
|