|
|
@@ -23,7 +23,14 @@
|
|
|
<el-input v-model="queryParams.zfiValue" placeholder="请输入关键字模糊查询" clearable maxlength="25" />
|
|
|
</el-form-item>
|
|
|
<el-form-item label="承诺付款日期" prop="zfiExpireDate" label-width="96px" size="large">
|
|
|
- <el-date-picker v-model="queryParams.zfiExpireDate" unlink-panels value-format="yyyy-MM-dd" type="daterange" range-separator="-" start-placeholder="开始日期" end-placeholder="结束日期">
|
|
|
+ <el-date-picker
|
|
|
+ v-model="queryParams.zfiExpireDate"
|
|
|
+ unlink-panels
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
+ type="daterange"
|
|
|
+ range-separator="-"
|
|
|
+ start-placeholder="开始日期"
|
|
|
+ end-placeholder="结束日期">
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-row>
|
|
|
@@ -45,7 +52,14 @@
|
|
|
<el-input v-model="queryParamsOpening.zfiValue" placeholder="请输入关键字模糊查询" clearable maxlength="25" />
|
|
|
</el-form-item>
|
|
|
<el-form-item label="承诺付款日期" prop="zfiExpireDate" label-width="96px" size="large">
|
|
|
- <el-date-picker v-model="queryParamsOpening.zfiExpireDate" unlink-panels value-format="yyyy-MM-dd" type="daterange" range-separator="-" start-placeholder="开始日期" end-placeholder="结束日期">
|
|
|
+ <el-date-picker
|
|
|
+ v-model="queryParamsOpening.zfiExpireDate"
|
|
|
+ unlink-panels
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
+ type="daterange"
|
|
|
+ range-separator="-"
|
|
|
+ start-placeholder="开始日期"
|
|
|
+ end-placeholder="结束日期">
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
@@ -66,7 +80,14 @@
|
|
|
<el-input v-model="queryParamsSign.zfiValue" placeholder="请输入关键字模糊查询" clearable maxlength="25" />
|
|
|
</el-form-item>
|
|
|
<el-form-item label="承诺付款日期" prop="zfiExpireDate" label-width="96px" size="large">
|
|
|
- <el-date-picker v-model="queryParamsSign.zfiExpireDate" unlink-panels value-format="yyyy-MM-dd" type="daterange" range-separator="-" start-placeholder="开始日期" end-placeholder="结束日期">
|
|
|
+ <el-date-picker
|
|
|
+ v-model="queryParamsSign.zfiExpireDate"
|
|
|
+ unlink-panels
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
+ type="daterange"
|
|
|
+ range-separator="-"
|
|
|
+ start-placeholder="开始日期"
|
|
|
+ end-placeholder="结束日期">
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
@@ -87,7 +108,14 @@
|
|
|
<el-input v-model="queryParamsFinancing.zfiValue" placeholder="请输入关键字模糊查询" clearable maxlength="25" />
|
|
|
</el-form-item>
|
|
|
<el-form-item label="承诺付款日期" prop="zfiExpireDate" label-width="96px" size="large">
|
|
|
- <el-date-picker v-model="queryParamsFinancing.zfiExpireDate" unlink-panels value-format="yyyy-MM-dd" type="daterange" range-separator="-" start-placeholder="开始日期" end-placeholder="结束日期">
|
|
|
+ <el-date-picker
|
|
|
+ v-model="queryParamsFinancing.zfiExpireDate"
|
|
|
+ unlink-panels
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
+ type="daterange"
|
|
|
+ range-separator="-"
|
|
|
+ start-placeholder="开始日期"
|
|
|
+ end-placeholder="结束日期">
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
@@ -108,7 +136,14 @@
|
|
|
<el-input v-model="queryParamsFinanced.zfiValue" placeholder="请输入关键字模糊查询" clearable maxlength="25" />
|
|
|
</el-form-item>
|
|
|
<el-form-item label="承诺付款日期" prop="zfiExpireDate" label-width="96px" size="large">
|
|
|
- <el-date-picker v-model="queryParamsFinanced.zfiExpireDate" unlink-panels value-format="yyyy-MM-dd" type="daterange" range-separator="-" start-placeholder="开始日期" end-placeholder="结束日期">
|
|
|
+ <el-date-picker
|
|
|
+ v-model="queryParamsFinanced.zfiExpireDate"
|
|
|
+ unlink-panels
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
+ type="daterange"
|
|
|
+ range-separator="-"
|
|
|
+ start-placeholder="开始日期"
|
|
|
+ end-placeholder="结束日期">
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
<!-- <el-form-item label="融信编码" prop="zfiNumber">
|
|
|
@@ -176,24 +211,24 @@
|
|
|
<el-form-item label="签收日期" prop="zfiSignDate">
|
|
|
<el-date-picker size="small"
|
|
|
v-model="queryParamsFinanced.zfiSignDate"
|
|
|
- style="width: 240px"
|
|
|
+ style="width: 240px"
|
|
|
unlink-panels
|
|
|
- value-format="yyyy-MM-dd"
|
|
|
- type="daterange"
|
|
|
- range-separator="-"
|
|
|
- start-placeholder="开始日期"
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
+ type="daterange"
|
|
|
+ range-separator="-"
|
|
|
+ start-placeholder="开始日期"
|
|
|
end-placeholder="结束日期">
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="承诺日期" prop="zfiExpireDate">
|
|
|
<el-date-picker size="small"
|
|
|
v-model="queryParamsFinanced.zfiExpireDate"
|
|
|
- style="width: 240px"
|
|
|
+ style="width: 240px"
|
|
|
unlink-panels
|
|
|
- value-format="yyyy-MM-dd"
|
|
|
- type="daterange"
|
|
|
- range-separator="-"
|
|
|
- start-placeholder="开始日期"
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
+ type="daterange"
|
|
|
+ range-separator="-"
|
|
|
+ start-placeholder="开始日期"
|
|
|
end-placeholder="结束日期">
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
@@ -226,7 +261,14 @@
|
|
|
<el-input v-model="queryParamsInvalid.zfiValue" placeholder="请输入关键字模糊查询" clearable maxlength="25" />
|
|
|
</el-form-item>
|
|
|
<el-form-item label="承诺付款日期" prop="zfiExpireDate" label-width="96px" size="large">
|
|
|
- <el-date-picker v-model="queryParamsInvalid.zfiExpireDate" unlink-panels value-format="yyyy-MM-dd" type="daterange" range-separator="-" start-placeholder="开始日期" end-placeholder="结束日期">
|
|
|
+ <el-date-picker
|
|
|
+ v-model="queryParamsInvalid.zfiExpireDate"
|
|
|
+ unlink-panels
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
+ type="daterange"
|
|
|
+ range-separator="-"
|
|
|
+ start-placeholder="开始日期"
|
|
|
+ end-placeholder="结束日期">
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
<!-- <el-form-item label="融信编码" prop="zfiNumber">
|
|
|
@@ -294,24 +336,24 @@
|
|
|
<el-form-item label="签收日期" prop="zfiSignDate">
|
|
|
<el-date-picker size="small"
|
|
|
v-model="queryParamsInvalid.zfiSignDate"
|
|
|
- style="width: 240px"
|
|
|
+ style="width: 240px"
|
|
|
unlink-panels
|
|
|
- value-format="yyyy-MM-dd"
|
|
|
- type="daterange"
|
|
|
- range-separator="-"
|
|
|
- start-placeholder="开始日期"
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
+ type="daterange"
|
|
|
+ range-separator="-"
|
|
|
+ start-placeholder="开始日期"
|
|
|
end-placeholder="结束日期">
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="承诺日期" prop="zfiExpireDate">
|
|
|
<el-date-picker size="small"
|
|
|
v-model="queryParamsInvalid.zfiExpireDate"
|
|
|
- style="width: 240px"
|
|
|
+ style="width: 240px"
|
|
|
unlink-panels
|
|
|
- value-format="yyyy-MM-dd"
|
|
|
- type="daterange"
|
|
|
- range-separator="-"
|
|
|
- start-placeholder="开始日期"
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
+ type="daterange"
|
|
|
+ range-separator="-"
|
|
|
+ start-placeholder="开始日期"
|
|
|
end-placeholder="结束日期">
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
@@ -354,7 +396,14 @@
|
|
|
<el-input v-model="queryParamsSettlement.zfiValue" placeholder="请输入关键字模糊查询" clearable maxlength="25" />
|
|
|
</el-form-item>
|
|
|
<el-form-item label="承诺付款日期" prop="zfiExpireDate" label-width="96px" size="large">
|
|
|
- <el-date-picker v-model="queryParamsSettlement.zfiExpireDate" unlink-panels value-format="yyyy-MM-dd" type="daterange" range-separator="-" start-placeholder="开始日期" end-placeholder="结束日期">
|
|
|
+ <el-date-picker
|
|
|
+ v-model="queryParamsSettlement.zfiExpireDate"
|
|
|
+ unlink-panels
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
+ type="daterange"
|
|
|
+ range-separator="-"
|
|
|
+ start-placeholder="开始日期"
|
|
|
+ end-placeholder="结束日期">
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
@@ -376,7 +425,14 @@
|
|
|
<el-input v-model="queryParamsOverdue.zfiValue" placeholder="请输入关键字模糊查询" clearable maxlength="25" />
|
|
|
</el-form-item>
|
|
|
<el-form-item label="承诺付款日期" prop="zfiExpireDate" label-width="96px" size="large">
|
|
|
- <el-date-picker v-model="queryParamsOverdue.zfiExpireDate" unlink-panels value-format="yyyy-MM-dd" type="daterange" range-separator="-" start-placeholder="开始日期" end-placeholder="结束日期">
|
|
|
+ <el-date-picker
|
|
|
+ v-model="queryParamsOverdue.zfiExpireDate"
|
|
|
+ unlink-panels
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
+ type="daterange"
|
|
|
+ range-separator="-"
|
|
|
+ start-placeholder="开始日期"
|
|
|
+ end-placeholder="结束日期">
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
@@ -410,27 +466,61 @@
|
|
|
<el-table-column label="承诺还款日" align="center" width="100px;" prop="zfiExpireDate" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="签收日期" align="center" prop="zfiSignDate" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="承诺函编号" align="center" width="100px;" prop="zfiPaymentNumber" :show-overflow-tooltip="true" />
|
|
|
- <el-table-column label="融资方审批状态" :formatter="supplierStatusFormat" align="center" width="110px;" prop="zfiSupplierStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '00'" />
|
|
|
- <el-table-column label="平台审批状态" :formatter="platformStatusFormat" align="center" width="100px;" prop="zfiPlatformStatus" :show-overflow-tooltip="true" v-if="this.companyType == '00'" />
|
|
|
- <el-table-column label="核心审批状态" :formatter="coreStatusFormat" align="center" width="100px;" prop="zfiCoreStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '00'" />
|
|
|
- <el-table-column label="内部审批状态" :formatter="supplierStatusFormat" align="center" width="110px;" prop="zfiSupplierStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '02'" />
|
|
|
- <el-table-column label="内部审批状态" :formatter="coreStatusFormat" align="center" width="100px;" prop="zfiCoreStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '01'" />
|
|
|
+ <el-table-column
|
|
|
+ label="融资方审批状态"
|
|
|
+ :formatter="supplierStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="110px;"
|
|
|
+ prop="zfiSupplierStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="平台审批状态"
|
|
|
+ :formatter="platformStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiPlatformStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if="this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="核心审批状态"
|
|
|
+ :formatter="coreStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiCoreStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="内部审批状态"
|
|
|
+ :formatter="supplierStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="110px;"
|
|
|
+ prop="zfiSupplierStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '02'" />
|
|
|
+ <el-table-column
|
|
|
+ label="内部审批状态"
|
|
|
+ :formatter="coreStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiCoreStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '01'" />
|
|
|
<el-table-column label="融信状态" :formatter="stateFormat" align="center" prop="zfiStatus" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width='400' fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
- <buttons-group
|
|
|
- :scope="scope"
|
|
|
- @handleDetail="handleDetail(scope.row)"
|
|
|
- @handleUpdate="handleUpdate(scope.row)"
|
|
|
- @handleApprove="handleApprove(scope.row)"
|
|
|
- @handleAddInformation="handleAddInformation(scope.row)"
|
|
|
- @handleSignFor="handleSignFor(scope.row)"
|
|
|
- @handleGoFinance="handleGoFinance(scope.row)"
|
|
|
- @seal="seal(scope.row)"
|
|
|
- @refuse="refuse(scope.row)"
|
|
|
- @handleDelete="handleDelete(scope.row)"
|
|
|
- @handleFlowable="handleFlowable(scope.row)"
|
|
|
- ></buttons-group>
|
|
|
+ <buttons-group
|
|
|
+ :scope="scope"
|
|
|
+ @handleDetail="handleDetail(scope.row)"
|
|
|
+ @handleUpdate="handleUpdate(scope.row)"
|
|
|
+ @handleApprove="handleApprove(scope.row)"
|
|
|
+ @handleAddInformation="handleAddInformation(scope.row)"
|
|
|
+ @handleSignFor="handleSignFor(scope.row)"
|
|
|
+ @handleGoFinance="handleGoFinance(scope.row)"
|
|
|
+ @seal="seal(scope.row)"
|
|
|
+ @refuse="refuse(scope.row)"
|
|
|
+ @handleDelete="handleDelete(scope.row)"
|
|
|
+ @handleFlowable="handleFlowable(scope.row)"></buttons-group>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
@@ -466,16 +556,51 @@
|
|
|
<el-table-column label="承诺还款日" align="center" width="100px;" prop="zfiExpireDate" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="签收日期" align="center" prop="zfiSignDate" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="承诺函编号" align="center" width="100px;" prop="zfiPaymentNumber" :show-overflow-tooltip="true" />
|
|
|
- <el-table-column label="融资方审批状态" :formatter="supplierStatusFormat" align="center" width="110px;" prop="zfiSupplierStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '00'" />
|
|
|
- <el-table-column label="平台审批状态" :formatter="platformStatusFormat" align="center" width="100px;" prop="zfiPlatformStatus" :show-overflow-tooltip="true" v-if="this.companyType == '00'" />
|
|
|
- <el-table-column label="核心审批状态" :formatter="coreStatusFormat" align="center" width="100px;" prop="zfiCoreStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '00'" />
|
|
|
- <el-table-column label="内部审批状态" :formatter="supplierStatusFormat" align="center" width="110px;" prop="zfiSupplierStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '02'" />
|
|
|
- <el-table-column label="内部审批状态" :formatter="coreStatusFormat" align="center" width="100px;" prop="zfiCoreStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '01'" />
|
|
|
+ <el-table-column
|
|
|
+ label="融资方审批状态"
|
|
|
+ :formatter="supplierStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="110px;"
|
|
|
+ prop="zfiSupplierStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="平台审批状态"
|
|
|
+ :formatter="platformStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiPlatformStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if="this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="核心审批状态"
|
|
|
+ :formatter="coreStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiCoreStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="内部审批状态"
|
|
|
+ :formatter="supplierStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="110px;"
|
|
|
+ prop="zfiSupplierStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '02'" />
|
|
|
+ <el-table-column
|
|
|
+ label="内部审批状态"
|
|
|
+ :formatter="coreStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiCoreStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '01'" />
|
|
|
<el-table-column label="融信状态" :formatter="stateFormat" align="center" prop="zfiStatus" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width='400' fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
- <buttons-group
|
|
|
- :scope="scope"
|
|
|
+ <buttons-group
|
|
|
+ :scope="scope"
|
|
|
@handleDetail="handleDetail(scope.row)"
|
|
|
@handleUpdate="handleUpdate(scope.row)"
|
|
|
@handleApprove="handleApprove(scope.row)"
|
|
|
@@ -485,15 +610,14 @@
|
|
|
@seal="seal(scope.row)"
|
|
|
@refuse="refuse(scope.row)"
|
|
|
@handleDelete="handleDelete(scope.row)"
|
|
|
- @handleFlowable="handleFlowable(scope.row)"
|
|
|
- ></buttons-group>
|
|
|
+ @handleFlowable="handleFlowable(scope.row)"></buttons-group>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
- <statistical-data>
|
|
|
+ <statistical-data>
|
|
|
<span class="label">总合计:<span class="value">{{klzAmount}}</span></span>
|
|
|
<span class="label">开立中:{{klzAmount}}</span>
|
|
|
- </statistical-data>
|
|
|
+ </statistical-data>
|
|
|
<pagination v-show="totalOpening>0" :total="totalOpening" :page.sync="queryParamsOpening.pageNum" :limit.sync="queryParamsOpening.pageSize" @pagination="getListOpening" />
|
|
|
</el-tab-pane>
|
|
|
<!--已生效-->
|
|
|
@@ -516,16 +640,51 @@
|
|
|
<el-table-column label="承诺还款日" align="center" width="100px;" prop="zfiExpireDate" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="签收日期" align="center" prop="zfiSignDate" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="承诺函编号" align="center" width="100px;" prop="zfiPaymentNumber" :show-overflow-tooltip="true" />
|
|
|
- <el-table-column label="融资方审批状态" :formatter="supplierStatusFormat" align="center" width="110px;" prop="zfiSupplierStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '00'" />
|
|
|
- <el-table-column label="平台审批状态" :formatter="platformStatusFormat" align="center" width="100px;" prop="zfiPlatformStatus" :show-overflow-tooltip="true" v-if="this.companyType == '00'" />
|
|
|
- <el-table-column label="核心审批状态" :formatter="coreStatusFormat" align="center" width="100px;" prop="zfiCoreStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '00'" />
|
|
|
- <el-table-column label="内部审批状态" :formatter="supplierStatusFormat" align="center" width="110px;" prop="zfiSupplierStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '02'" />
|
|
|
- <el-table-column label="内部审批状态" :formatter="coreStatusFormat" align="center" width="100px;" prop="zfiCoreStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '01'" />
|
|
|
+ <el-table-column
|
|
|
+ label="融资方审批状态"
|
|
|
+ :formatter="supplierStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="110px;"
|
|
|
+ prop="zfiSupplierStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="平台审批状态"
|
|
|
+ :formatter="platformStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiPlatformStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if="this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="核心审批状态"
|
|
|
+ :formatter="coreStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiCoreStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="内部审批状态"
|
|
|
+ :formatter="supplierStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="110px;"
|
|
|
+ prop="zfiSupplierStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '02'" />
|
|
|
+ <el-table-column
|
|
|
+ label="内部审批状态"
|
|
|
+ :formatter="coreStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiCoreStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '01'" />
|
|
|
<el-table-column label="融信状态" :formatter="stateFormat" align="center" prop="zfiStatus" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width='400' fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
- <buttons-group
|
|
|
- :scope="scope"
|
|
|
+ <buttons-group
|
|
|
+ :scope="scope"
|
|
|
@handleDetail="handleDetail(scope.row)"
|
|
|
@handleUpdate="handleUpdate(scope.row)"
|
|
|
@handleApprove="handleApprove(scope.row)"
|
|
|
@@ -535,8 +694,7 @@
|
|
|
@seal="seal(scope.row)"
|
|
|
@refuse="refuse(scope.row)"
|
|
|
@handleDelete="handleDelete(scope.row)"
|
|
|
- @handleFlowable="handleFlowable(scope.row)"
|
|
|
- ></buttons-group>
|
|
|
+ @handleFlowable="handleFlowable(scope.row)"></buttons-group>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
@@ -567,16 +725,51 @@
|
|
|
<el-table-column label="承诺还款日" align="center" width="100px;" prop="zfiExpireDate" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="签收日期" align="center" prop="zfiSignDate" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="承诺函编号" align="center" width="100px;" prop="zfiPaymentNumber" :show-overflow-tooltip="true" />
|
|
|
- <el-table-column label="融资方审批状态" :formatter="supplierStatusFormat" align="center" width="110px;" prop="zfiSupplierStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '00'" />
|
|
|
- <el-table-column label="平台审批状态" :formatter="platformStatusFormat" align="center" width="100px;" prop="zfiPlatformStatus" :show-overflow-tooltip="true" v-if="this.companyType == '00'" />
|
|
|
- <el-table-column label="核心审批状态" :formatter="coreStatusFormat" align="center" width="100px;" prop="zfiCoreStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '00'" />
|
|
|
- <el-table-column label="内部审批状态" :formatter="supplierStatusFormat" align="center" width="110px;" prop="zfiSupplierStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '02'" />
|
|
|
- <el-table-column label="内部审批状态" :formatter="coreStatusFormat" align="center" width="100px;" prop="zfiCoreStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '01'" />
|
|
|
+ <el-table-column
|
|
|
+ label="融资方审批状态"
|
|
|
+ :formatter="supplierStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="110px;"
|
|
|
+ prop="zfiSupplierStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="平台审批状态"
|
|
|
+ :formatter="platformStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiPlatformStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if="this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="核心审批状态"
|
|
|
+ :formatter="coreStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiCoreStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="内部审批状态"
|
|
|
+ :formatter="supplierStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="110px;"
|
|
|
+ prop="zfiSupplierStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '02'" />
|
|
|
+ <el-table-column
|
|
|
+ label="内部审批状态"
|
|
|
+ :formatter="coreStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiCoreStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '01'" />
|
|
|
<el-table-column label="融信状态" :formatter="stateFormat" align="center" prop="zfiStatus" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width='400' fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
- <buttons-group
|
|
|
- :scope="scope"
|
|
|
+ <buttons-group
|
|
|
+ :scope="scope"
|
|
|
@handleDetail="handleDetail(scope.row)"
|
|
|
@handleUpdate="handleUpdate(scope.row)"
|
|
|
@handleApprove="handleApprove(scope.row)"
|
|
|
@@ -586,8 +779,7 @@
|
|
|
@seal="seal(scope.row)"
|
|
|
@refuse="refuse(scope.row)"
|
|
|
@handleDelete="handleDelete(scope.row)"
|
|
|
- @handleFlowable="handleFlowable(scope.row)"
|
|
|
- ></buttons-group>
|
|
|
+ @handleFlowable="handleFlowable(scope.row)"></buttons-group>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
@@ -596,7 +788,7 @@
|
|
|
<span class="label">融资中:{{rzzAmount}}</span>
|
|
|
</statistical-data>
|
|
|
<pagination v-show="totalFinancing>0" :total="totalFinancing" :page.sync="queryParamsFinancing.pageNum" :limit.sync="queryParamsFinancing.pageSize" @pagination="getListFinancing" />
|
|
|
-
|
|
|
+
|
|
|
</el-tab-pane>
|
|
|
<!--已融资-->
|
|
|
<el-tab-pane label="已融资">
|
|
|
@@ -618,16 +810,51 @@
|
|
|
<el-table-column label="承诺还款日" align="center" width="100px;" prop="zfiExpireDate" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="签收日期" align="center" prop="zfiSignDate" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="承诺函编号" align="center" width="100px;" prop="zfiPaymentNumber" :show-overflow-tooltip="true" />
|
|
|
- <el-table-column label="融资方审批状态" :formatter="supplierStatusFormat" align="center" width="110px;" prop="zfiSupplierStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '00'" />
|
|
|
- <el-table-column label="平台审批状态" :formatter="platformStatusFormat" align="center" width="100px;" prop="zfiPlatformStatus" :show-overflow-tooltip="true" v-if="this.companyType == '00'" />
|
|
|
- <el-table-column label="核心审批状态" :formatter="coreStatusFormat" align="center" width="100px;" prop="zfiCoreStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '00'" />
|
|
|
- <el-table-column label="内部审批状态" :formatter="supplierStatusFormat" align="center" width="110px;" prop="zfiSupplierStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '02'" />
|
|
|
- <el-table-column label="内部审批状态" :formatter="coreStatusFormat" align="center" width="100px;" prop="zfiCoreStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '01'" />
|
|
|
+ <el-table-column
|
|
|
+ label="融资方审批状态"
|
|
|
+ :formatter="supplierStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="110px;"
|
|
|
+ prop="zfiSupplierStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="平台审批状态"
|
|
|
+ :formatter="platformStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiPlatformStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if="this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="核心审批状态"
|
|
|
+ :formatter="coreStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiCoreStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="内部审批状态"
|
|
|
+ :formatter="supplierStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="110px;"
|
|
|
+ prop="zfiSupplierStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '02'" />
|
|
|
+ <el-table-column
|
|
|
+ label="内部审批状态"
|
|
|
+ :formatter="coreStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiCoreStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '01'" />
|
|
|
<el-table-column label="融信状态" :formatter="stateFormat" align="center" prop="zfiStatus" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width='400' fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
- <buttons-group
|
|
|
- :scope="scope"
|
|
|
+ <buttons-group
|
|
|
+ :scope="scope"
|
|
|
@handleDetail="handleDetail(scope.row)"
|
|
|
@handleUpdate="handleUpdate(scope.row)"
|
|
|
@handleApprove="handleApprove(scope.row)"
|
|
|
@@ -637,8 +864,7 @@
|
|
|
@seal="seal(scope.row)"
|
|
|
@refuse="refuse(scope.row)"
|
|
|
@handleDelete="handleDelete(scope.row)"
|
|
|
- @handleFlowable="handleFlowable(scope.row)"
|
|
|
- ></buttons-group>
|
|
|
+ @handleFlowable="handleFlowable(scope.row)"></buttons-group>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
@@ -647,7 +873,7 @@
|
|
|
<span class="label">已融资:{{yrzAmount}}</span>
|
|
|
</statistical-data>
|
|
|
<pagination v-show="totalFinanced>0" :total="totalFinanced" :page.sync="queryParamsFinanced.pageNum" :limit.sync="queryParamsFinanced.pageSize" @pagination="getListFinanced" />
|
|
|
-
|
|
|
+
|
|
|
</el-tab-pane>
|
|
|
<!--已拒绝-->
|
|
|
<el-tab-pane label="已拒绝">
|
|
|
@@ -669,16 +895,51 @@
|
|
|
<el-table-column label="承诺还款日" align="center" width="100px;" prop="zfiExpireDate" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="签收日期" align="center" prop="zfiSignDate" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="承诺函编号" align="center" width="100px;" prop="zfiPaymentNumber" :show-overflow-tooltip="true" />
|
|
|
- <el-table-column label="融资方审批状态" :formatter="supplierStatusFormat" align="center" width="110px;" prop="zfiSupplierStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '00'" />
|
|
|
- <el-table-column label="平台审批状态" :formatter="platformStatusFormat" align="center" width="100px;" prop="zfiPlatformStatus" :show-overflow-tooltip="true" v-if="this.companyType == '00'" />
|
|
|
- <el-table-column label="核心审批状态" :formatter="coreStatusFormat" align="center" width="100px;" prop="zfiCoreStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '00'" />
|
|
|
- <el-table-column label="内部审批状态" :formatter="supplierStatusFormat" align="center" width="110px;" prop="zfiSupplierStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '02'" />
|
|
|
- <el-table-column label="内部审批状态" :formatter="coreStatusFormat" align="center" width="100px;" prop="zfiCoreStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '01'" />
|
|
|
+ <el-table-column
|
|
|
+ label="融资方审批状态"
|
|
|
+ :formatter="supplierStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="110px;"
|
|
|
+ prop="zfiSupplierStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="平台审批状态"
|
|
|
+ :formatter="platformStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiPlatformStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if="this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="核心审批状态"
|
|
|
+ :formatter="coreStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiCoreStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="内部审批状态"
|
|
|
+ :formatter="supplierStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="110px;"
|
|
|
+ prop="zfiSupplierStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '02'" />
|
|
|
+ <el-table-column
|
|
|
+ label="内部审批状态"
|
|
|
+ :formatter="coreStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiCoreStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '01'" />
|
|
|
<el-table-column label="融信状态" :formatter="stateFormat" align="center" prop="zfiStatus" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width='400' fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
- <buttons-group
|
|
|
- :scope="scope"
|
|
|
+ <buttons-group
|
|
|
+ :scope="scope"
|
|
|
@handleDetail="handleDetail(scope.row)"
|
|
|
@handleUpdate="handleUpdate(scope.row)"
|
|
|
@handleApprove="handleApprove(scope.row)"
|
|
|
@@ -688,8 +949,7 @@
|
|
|
@seal="seal(scope.row)"
|
|
|
@refuse="refuse(scope.row)"
|
|
|
@handleDelete="handleDelete(scope.row)"
|
|
|
- @handleFlowable="handleFlowable(scope.row)"
|
|
|
- ></buttons-group>
|
|
|
+ @handleFlowable="handleFlowable(scope.row)"></buttons-group>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
@@ -698,7 +958,7 @@
|
|
|
<span class="label">已拒绝:{{yjjAmount}}</span>
|
|
|
</statistical-data>
|
|
|
<pagination v-show="totalInvalid>0" :total="totalInvalid" :page.sync="queryParamsInvalid.pageNum" :limit.sync="queryParamsInvalid.pageSize" @pagination="getListInvalid" />
|
|
|
-
|
|
|
+
|
|
|
</el-tab-pane>
|
|
|
<!--已结算-->
|
|
|
<el-tab-pane label="已结算">
|
|
|
@@ -720,16 +980,51 @@
|
|
|
<el-table-column label="承诺还款日" align="center" width="100px;" prop="zfiExpireDate" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="签收日期" align="center" prop="zfiSignDate" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="承诺函编号" align="center" width="100px;" prop="zfiPaymentNumber" :show-overflow-tooltip="true" />
|
|
|
- <el-table-column label="融资方审批状态" :formatter="supplierStatusFormat" align="center" width="110px;" prop="zfiSupplierStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '00'" />
|
|
|
- <el-table-column label="平台审批状态" :formatter="platformStatusFormat" align="center" width="100px;" prop="zfiPlatformStatus" :show-overflow-tooltip="true" v-if="this.companyType == '00'" />
|
|
|
- <el-table-column label="核心审批状态" :formatter="coreStatusFormat" align="center" width="100px;" prop="zfiCoreStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '00'" />
|
|
|
- <el-table-column label="内部审批状态" :formatter="supplierStatusFormat" align="center" width="110px;" prop="zfiSupplierStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '02'" />
|
|
|
- <el-table-column label="内部审批状态" :formatter="coreStatusFormat" align="center" width="100px;" prop="zfiCoreStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '01'" />
|
|
|
+ <el-table-column
|
|
|
+ label="融资方审批状态"
|
|
|
+ :formatter="supplierStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="110px;"
|
|
|
+ prop="zfiSupplierStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="平台审批状态"
|
|
|
+ :formatter="platformStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiPlatformStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if="this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="核心审批状态"
|
|
|
+ :formatter="coreStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiCoreStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="内部审批状态"
|
|
|
+ :formatter="supplierStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="110px;"
|
|
|
+ prop="zfiSupplierStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '02'" />
|
|
|
+ <el-table-column
|
|
|
+ label="内部审批状态"
|
|
|
+ :formatter="coreStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiCoreStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '01'" />
|
|
|
<el-table-column label="融信状态" :formatter="stateFormat" align="center" prop="zfiStatus" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width='400' fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
- <buttons-group
|
|
|
- :scope="scope"
|
|
|
+ <buttons-group
|
|
|
+ :scope="scope"
|
|
|
@handleDetail="handleDetail(scope.row)"
|
|
|
@handleUpdate="handleUpdate(scope.row)"
|
|
|
@handleApprove="handleApprove(scope.row)"
|
|
|
@@ -739,8 +1034,7 @@
|
|
|
@seal="seal(scope.row)"
|
|
|
@refuse="refuse(scope.row)"
|
|
|
@handleDelete="handleDelete(scope.row)"
|
|
|
- @handleFlowable="handleFlowable(scope.row)"
|
|
|
- ></buttons-group>
|
|
|
+ @handleFlowable="handleFlowable(scope.row)"></buttons-group>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
@@ -749,7 +1043,7 @@
|
|
|
<span class="label">已结算:{{yjsAmount}}</span>
|
|
|
</statistical-data>
|
|
|
<pagination v-show="totalSettlement>0" :total="totalSettlement" :page.sync="queryParamsSettlement.pageNum" :limit.sync="queryParamsSettlement.pageSize" @pagination="getListSettlement" />
|
|
|
-
|
|
|
+
|
|
|
</el-tab-pane>
|
|
|
<!--已过期-->
|
|
|
<el-tab-pane label="已过期">
|
|
|
@@ -771,16 +1065,51 @@
|
|
|
<el-table-column label="承诺还款日" align="center" width="100px;" prop="zfiExpireDate" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="签收日期" align="center" prop="zfiSignDate" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="承诺函编号" align="center" width="100px;" prop="zfiPaymentNumber" :show-overflow-tooltip="true" />
|
|
|
- <el-table-column label="融资方审批状态" :formatter="supplierStatusFormat" align="center" width="110px;" prop="zfiSupplierStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '00'" />
|
|
|
- <el-table-column label="平台审批状态" :formatter="platformStatusFormat" align="center" width="100px;" prop="zfiPlatformStatus" :show-overflow-tooltip="true" v-if="this.companyType == '00'" />
|
|
|
- <el-table-column label="核心审批状态" :formatter="coreStatusFormat" align="center" width="100px;" prop="zfiCoreStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '00'" />
|
|
|
- <el-table-column label="内部审批状态" :formatter="supplierStatusFormat" align="center" width="110px;" prop="zfiSupplierStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '02'" />
|
|
|
- <el-table-column label="内部审批状态" :formatter="coreStatusFormat" align="center" width="100px;" prop="zfiCoreStatus" :show-overflow-tooltip="true" v-if=" this.companyType == '01'" />
|
|
|
+ <el-table-column
|
|
|
+ label="融资方审批状态"
|
|
|
+ :formatter="supplierStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="110px;"
|
|
|
+ prop="zfiSupplierStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="平台审批状态"
|
|
|
+ :formatter="platformStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiPlatformStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if="this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="核心审批状态"
|
|
|
+ :formatter="coreStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiCoreStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '00'" />
|
|
|
+ <el-table-column
|
|
|
+ label="内部审批状态"
|
|
|
+ :formatter="supplierStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="110px;"
|
|
|
+ prop="zfiSupplierStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '02'" />
|
|
|
+ <el-table-column
|
|
|
+ label="内部审批状态"
|
|
|
+ :formatter="coreStatusFormat"
|
|
|
+ align="center"
|
|
|
+ width="100px;"
|
|
|
+ prop="zfiCoreStatus"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ v-if=" this.companyType == '01'" />
|
|
|
<el-table-column label="融信状态" :formatter="stateFormat" align="center" prop="zfiStatus" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width='400' fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
- <buttons-group
|
|
|
- :scope="scope"
|
|
|
+ <buttons-group
|
|
|
+ :scope="scope"
|
|
|
@handleDetail="handleDetail(scope.row)"
|
|
|
@handleUpdate="handleUpdate(scope.row)"
|
|
|
@handleApprove="handleApprove(scope.row)"
|
|
|
@@ -790,8 +1119,7 @@
|
|
|
@seal="seal(scope.row)"
|
|
|
@refuse="refuse(scope.row)"
|
|
|
@handleDelete="handleDelete(scope.row)"
|
|
|
- @handleFlowable="handleFlowable(scope.row)"
|
|
|
- ></buttons-group>
|
|
|
+ @handleFlowable="handleFlowable(scope.row)"></buttons-group>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
@@ -800,7 +1128,7 @@
|
|
|
<span class="label">已过期:{{ygqAmount}}</span>
|
|
|
</statistical-data>
|
|
|
<pagination v-show="totalOverdue>0" :total="totalOverdue" :page.sync="queryParamsOverdue.pageNum" :limit.sync="queryParamsOverdue.pageSize" @pagination="getListOverdue" />
|
|
|
-
|
|
|
+
|
|
|
</el-tab-pane>
|
|
|
<!-- 查看流程 -->
|
|
|
<el-dialog title="查看流程" :visible.sync="openFlowDetail" width="837px" append-to-body>
|
|
|
@@ -1349,12 +1677,12 @@ export default {
|
|
|
this.queryParamsFinancing.zfiQuery = '00';
|
|
|
}
|
|
|
})
|
|
|
- listStatisticalAmount(this.queryParamsSign).then(response => {
|
|
|
+ listStatisticalAmount(this.queryParamsSign).then(response => {
|
|
|
this.ysxAmount = response.data.ysxAmount;
|
|
|
- })
|
|
|
- //this.listStatisticalAmount(this.queryParamsSign);
|
|
|
})
|
|
|
- this.getListFinancing().then(() => {
|
|
|
+ //this.listStatisticalAmount(this.queryParamsSign);
|
|
|
+ })
|
|
|
+ this.getListFinancing().then(() => {
|
|
|
getUserProfile().then((response) => {
|
|
|
if ("00" == response.data.companyType) {
|
|
|
this.queryParamsFinancing.zfiQuery = '02';
|
|
|
@@ -1366,9 +1694,9 @@ export default {
|
|
|
})
|
|
|
listStatisticalAmount(this.queryParamsFinancing).then(response => {
|
|
|
this.rzzAmount = response.data.rzzAmount;
|
|
|
- })
|
|
|
- //this.listStatisticalAmount(this.queryParamsFinancing);
|
|
|
})
|
|
|
+ //this.listStatisticalAmount(this.queryParamsFinancing);
|
|
|
+ })
|
|
|
this.getListFinanced().then(() => {
|
|
|
getUserProfile().then((response) => {
|
|
|
if ("00" == response.data.companyType) {
|