|
|
@@ -175,12 +175,12 @@
|
|
|
v-hasPermi="['credit:credit:query']"
|
|
|
>详情</el-button>
|
|
|
<!--
|
|
|
- 融资状态审批拒绝+核心状态为空+平台状态为空+融信状态为空||
|
|
|
- 融资状态审批通过+核心状态为空+平台状态审批通过+融信平台退回||
|
|
|
- 融资审批通过+核心审批拒绝+平台审批通过+融信待确权
|
|
|
- 融资审批状态空+核心审批拒绝+平台空+融信空||
|
|
|
- 融资审批状态审批拒绝+核心审批通过+平台空+融信待签收||
|
|
|
- 融资审批审批通过+核心审批通过+平台拒绝+融信待签收
|
|
|
+ (融资方)融资状态审批拒绝+核心状态为空+平台状态为空+融信状态为空||
|
|
|
+ (融资方)融资状态审批通过+核心状态为空+平台状态审批不通过+融信平台退回||
|
|
|
+ (核心方)融资审批通过+核心审批拒绝+平台审批通过+融信待确权
|
|
|
+ (核心方)融资审批状态空+核心审批拒绝+平台空+融信空||
|
|
|
+ (融资方)融资审批状态审批拒绝+核心审批通过+平台空+融信待签收||
|
|
|
+ (融资方)融资审批审批通过+核心审批通过+平台拒绝+融信待签收
|
|
|
-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -188,12 +188,12 @@
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
v-hasPermi="['credit:credit:update']"
|
|
|
- v-show="(scope.row.zfiSupplierStatus == '02' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && scope.row.zfiPlatformStatus == '02' && scope.row.zfiStatus == '06')||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '02' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')||
|
|
|
- ((scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == 'null' || scope.row.zfiSupplierStatus == null) && scope.row.zfiCoreStatus == '02' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '02' && scope.row.zfiCoreStatus == '01' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && scope.row.zfiStatus == '01')||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '02'&& scope.row.zfiStatus == '01')"
|
|
|
+ v-show="(scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '02' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && scope.row.zfiPlatformStatus == '02' && scope.row.zfiStatus == '06')||
|
|
|
+ (scope.row.companyType == '01' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '02' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')||
|
|
|
+ (scope.row.companyType == '01' && (scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == 'null' || scope.row.zfiSupplierStatus == null) && scope.row.zfiCoreStatus == '02' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '02' && scope.row.zfiCoreStatus == '01' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && scope.row.zfiStatus == '01')||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '02'&& scope.row.zfiStatus == '01')"
|
|
|
>修改</el-button>
|
|
|
<!--融资申请/开立+融信状态待确权+核心审批状态为空-->
|
|
|
<el-button
|
|
|
@@ -244,10 +244,10 @@
|
|
|
v-hasPermi="['finance:record:add']"
|
|
|
v-show="(scope.row.zfiCreateType == '1' ||scope.row.zfiCreateType == '0' || scope.row.zfiCreateType == '2') && scope.row.zfiStatus == '02'"
|
|
|
>去融资</el-button>
|
|
|
- <!--核心开立:核心审批通过+其他状态为空||
|
|
|
- 补充资料:融资方通过+核心通过+平台通过+待签收||
|
|
|
- 融资开立:融资方通过+平台通过+其他为空||
|
|
|
- 确权:融资方通过+核心通过+平台通过+待确权
|
|
|
+ <!--(核心)核心开立:核心审批通过+其他状态为空||
|
|
|
+ (融资方)补充资料:融资方通过+核心通过+平台通过+待签收||
|
|
|
+ (融资方)融资开立:融资方通过+平台通过+其他为空||
|
|
|
+ (核心)确权:融资方通过+核心通过+平台通过+待确权
|
|
|
-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -255,10 +255,10 @@
|
|
|
icon="el-icon-edit"
|
|
|
@click="seal(scope.row)"
|
|
|
v-hasPermi="['credit:credit:seal']"
|
|
|
- v-show="(scope.row.zfiCoreStatus == '01' && (scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == null || scope.row.zfiSupplierStatus == 'null') && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == null || scope.row.zfiPlatformStatus == 'null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '01')||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiPlatformStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')"
|
|
|
+ v-show="(scope.row.companyType == '01' && scope.row.zfiCoreStatus == '01' && (scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == null || scope.row.zfiSupplierStatus == 'null') && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == null || scope.row.zfiPlatformStatus == 'null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '01')||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiPlatformStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '01' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')"
|
|
|
>盖章</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -453,13 +453,13 @@
|
|
|
@click="handleDetail(scope.row)"
|
|
|
v-hasPermi="['credit:credit:query']"
|
|
|
>详情</el-button>
|
|
|
- <!--
|
|
|
- 融资状态审批拒绝+核心状态为空+平台状态为空+融信状态为空||
|
|
|
- 融资状态审批通过+核心状态为空+平台状态审批通过+融信平台退回||
|
|
|
- 融资审批通过+核心审批拒绝+平台审批通过+融信待确权
|
|
|
- 融资审批状态空+核心审批拒绝+平台空+融信空||
|
|
|
- 融资审批状态审批拒绝+核心审批通过+平台空+融信待签收||
|
|
|
- 融资审批审批通过+核心审批通过+平台拒绝+融信待签收
|
|
|
+ <!--
|
|
|
+ (融资方)融资状态审批拒绝+核心状态为空+平台状态为空+融信状态为空||
|
|
|
+ (融资方)融资状态审批通过+核心状态为空+平台状态审批不通过+融信平台退回||
|
|
|
+ (核心方)融资审批通过+核心审批拒绝+平台审批通过+融信待确权
|
|
|
+ (核心方)融资审批状态空+核心审批拒绝+平台空+融信空||
|
|
|
+ (融资方)融资审批状态审批拒绝+核心审批通过+平台空+融信待签收||
|
|
|
+ (融资方)融资审批审批通过+核心审批通过+平台拒绝+融信待签收
|
|
|
-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -467,12 +467,12 @@
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
v-hasPermi="['credit:credit:update']"
|
|
|
- v-show="(scope.row.zfiSupplierStatus == '02' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && scope.row.zfiPlatformStatus == '02' && scope.row.zfiStatus == '06')||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '02' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')||
|
|
|
- ((scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == 'null' || scope.row.zfiSupplierStatus == null) && scope.row.zfiCoreStatus == '02' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '02' && scope.row.zfiCoreStatus == '01' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && scope.row.zfiStatus == '01')||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '02'&& scope.row.zfiStatus == '01')"
|
|
|
+ v-show="(scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '02' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && scope.row.zfiPlatformStatus == '02' && scope.row.zfiStatus == '06')||
|
|
|
+ (scope.row.companyType == '01' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '02' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')||
|
|
|
+ (scope.row.companyType == '01' && (scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == 'null' || scope.row.zfiSupplierStatus == null) && scope.row.zfiCoreStatus == '02' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '02' && scope.row.zfiCoreStatus == '01' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && scope.row.zfiStatus == '01')||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '02'&& scope.row.zfiStatus == '01')"
|
|
|
>修改</el-button>
|
|
|
<!--融资申请/开立+融信状态待确权+核心审批状态为空-->
|
|
|
<el-button
|
|
|
@@ -522,21 +522,21 @@
|
|
|
v-hasPermi="['credit:credit:goFinance']"
|
|
|
v-show="(scope.row.zfiCreateType == '1' ||scope.row.zfiCreateType == '0' || scope.row.zfiCreateType == '2') && scope.row.zfiStatus == '02'"
|
|
|
>去融资</el-button>
|
|
|
- <!--核心开立:核心审批通过+其他状态为空||
|
|
|
- 补充资料:融资方通过+核心通过+平台通过+待签收||
|
|
|
- 融资开立:融资方通过+平台通过+其他为空||
|
|
|
- 确权:融资方通过+核心通过+平台通过+待确权
|
|
|
- -->
|
|
|
+ <!--(核心)核心开立:核心审批通过+其他状态为空||
|
|
|
+ (融资方)补充资料:融资方通过+核心通过+平台通过+待签收||
|
|
|
+ (融资方)融资开立:融资方通过+平台通过+其他为空||
|
|
|
+ (核心)确权:融资方通过+核心通过+平台通过+待确权
|
|
|
+ -->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="seal(scope.row)"
|
|
|
v-hasPermi="['credit:credit:seal']"
|
|
|
- v-show="(scope.row.zfiCoreStatus == '01' && (scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == null || scope.row.zfiSupplierStatus == 'null') && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == null || scope.row.zfiPlatformStatus == 'null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '01')||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiPlatformStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')"
|
|
|
+ v-show="(scope.row.companyType == '01' && scope.row.zfiCoreStatus == '01' && (scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == null || scope.row.zfiSupplierStatus == 'null') && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == null || scope.row.zfiPlatformStatus == 'null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '01')||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiPlatformStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '01' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')"
|
|
|
>盖章</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -732,12 +732,12 @@
|
|
|
v-hasPermi="['credit:credit:query']"
|
|
|
>详情</el-button>
|
|
|
<!--
|
|
|
- 融资状态审批拒绝+核心状态为空+平台状态为空+融信状态为空||
|
|
|
- 融资状态审批通过+核心状态为空+平台状态审批通过+融信平台退回||
|
|
|
- 融资审批通过+核心审批拒绝+平台审批通过+融信待确权
|
|
|
- 融资审批状态空+核心审批拒绝+平台空+融信空||
|
|
|
- 融资审批状态审批拒绝+核心审批通过+平台空+融信待签收||
|
|
|
- 融资审批审批通过+核心审批通过+平台拒绝+融信待签收
|
|
|
+ (融资方)融资状态审批拒绝+核心状态为空+平台状态为空+融信状态为空||
|
|
|
+ (融资方)融资状态审批通过+核心状态为空+平台状态审批不通过+融信平台退回||
|
|
|
+ (核心方)融资审批通过+核心审批拒绝+平台审批通过+融信待确权
|
|
|
+ (核心方)融资审批状态空+核心审批拒绝+平台空+融信空||
|
|
|
+ (融资方)融资审批状态审批拒绝+核心审批通过+平台空+融信待签收||
|
|
|
+ (融资方)融资审批审批通过+核心审批通过+平台拒绝+融信待签收
|
|
|
-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -745,12 +745,12 @@
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
v-hasPermi="['credit:credit:update']"
|
|
|
- v-show="(scope.row.zfiSupplierStatus == '02' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && scope.row.zfiPlatformStatus == '02' && scope.row.zfiStatus == '06')||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '02' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')||
|
|
|
- ((scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == 'null' || scope.row.zfiSupplierStatus == null) && scope.row.zfiCoreStatus == '02' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '02' && scope.row.zfiCoreStatus == '01' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && scope.row.zfiStatus == '01')||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '02'&& scope.row.zfiStatus == '01')"
|
|
|
+ v-show="(scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '02' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && scope.row.zfiPlatformStatus == '02' && scope.row.zfiStatus == '06')||
|
|
|
+ (scope.row.companyType == '01' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '02' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')||
|
|
|
+ (scope.row.companyType == '01' && (scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == 'null' || scope.row.zfiSupplierStatus == null) && scope.row.zfiCoreStatus == '02' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '02' && scope.row.zfiCoreStatus == '01' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && scope.row.zfiStatus == '01')||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '02'&& scope.row.zfiStatus == '01')"
|
|
|
>修改</el-button>
|
|
|
<!--融资申请/开立+融信状态待确权+核心审批状态为空-->
|
|
|
<el-button
|
|
|
@@ -800,10 +800,10 @@
|
|
|
v-hasPermi="['credit:credit:goFinance']"
|
|
|
v-show="(scope.row.zfiCreateType == '1' ||scope.row.zfiCreateType == '0' || scope.row.zfiCreateType == '2') && scope.row.zfiStatus == '02'"
|
|
|
>去融资</el-button>
|
|
|
- <!--核心开立:核心审批通过+其他状态为空||
|
|
|
- 补充资料:融资方通过+核心通过+平台通过+待签收||
|
|
|
- 融资开立:融资方通过+平台通过+其他为空||
|
|
|
- 确权:融资方通过+核心通过+平台通过+待确权
|
|
|
+ <!--(核心)核心开立:核心审批通过+其他状态为空||
|
|
|
+ (融资方)补充资料:融资方通过+核心通过+平台通过+待签收||
|
|
|
+ (融资方)融资开立:融资方通过+平台通过+其他为空||
|
|
|
+ (核心)确权:融资方通过+核心通过+平台通过+待确权
|
|
|
-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -811,10 +811,10 @@
|
|
|
icon="el-icon-edit"
|
|
|
@click="seal(scope.row)"
|
|
|
v-hasPermi="['credit:credit:seal']"
|
|
|
- v-show="(scope.row.zfiCoreStatus == '01' && (scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == null || scope.row.zfiSupplierStatus == 'null') && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == null || scope.row.zfiPlatformStatus == 'null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '01')||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiPlatformStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')"
|
|
|
+ v-show="(scope.row.companyType == '01' && scope.row.zfiCoreStatus == '01' && (scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == null || scope.row.zfiSupplierStatus == 'null') && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == null || scope.row.zfiPlatformStatus == 'null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '01')||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiPlatformStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '01' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')"
|
|
|
>盖章</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -1009,13 +1009,13 @@
|
|
|
@click="handleDetail(scope.row)"
|
|
|
v-hasPermi="['credit:credit:query']"
|
|
|
>详情</el-button>
|
|
|
- <!--
|
|
|
- 融资状态审批拒绝+核心状态为空+平台状态为空+融信状态为空||
|
|
|
- 融资状态审批通过+核心状态为空+平台状态审批通过+融信平台退回||
|
|
|
- 融资审批通过+核心审批拒绝+平台审批通过+融信待确权
|
|
|
- 融资审批状态空+核心审批拒绝+平台空+融信空||
|
|
|
- 融资审批状态审批拒绝+核心审批通过+平台空+融信待签收||
|
|
|
- 融资审批审批通过+核心审批通过+平台拒绝+融信待签收
|
|
|
+ <!--
|
|
|
+ (融资方)融资状态审批拒绝+核心状态为空+平台状态为空+融信状态为空||
|
|
|
+ (融资方)融资状态审批通过+核心状态为空+平台状态审批不通过+融信平台退回||
|
|
|
+ (核心方)融资审批通过+核心审批拒绝+平台审批通过+融信待确权
|
|
|
+ (核心方)融资审批状态空+核心审批拒绝+平台空+融信空||
|
|
|
+ (融资方)融资审批状态审批拒绝+核心审批通过+平台空+融信待签收||
|
|
|
+ (融资方)融资审批审批通过+核心审批通过+平台拒绝+融信待签收
|
|
|
-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -1023,12 +1023,12 @@
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
v-hasPermi="['credit:credit:update']"
|
|
|
- v-show="(scope.row.zfiSupplierStatus == '02' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && scope.row.zfiPlatformStatus == '02' && scope.row.zfiStatus == '06')||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '02' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')||
|
|
|
- ((scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == 'null' || scope.row.zfiSupplierStatus == null) && scope.row.zfiCoreStatus == '02' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '02' && scope.row.zfiCoreStatus == '01' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && scope.row.zfiStatus == '01')||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '02'&& scope.row.zfiStatus == '01')"
|
|
|
+ v-show="(scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '02' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && scope.row.zfiPlatformStatus == '02' && scope.row.zfiStatus == '06')||
|
|
|
+ (scope.row.companyType == '01' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '02' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')||
|
|
|
+ (scope.row.companyType == '01' && (scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == 'null' || scope.row.zfiSupplierStatus == null) && scope.row.zfiCoreStatus == '02' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '02' && scope.row.zfiCoreStatus == '01' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && scope.row.zfiStatus == '01')||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '02'&& scope.row.zfiStatus == '01')"
|
|
|
>修改</el-button>
|
|
|
<!--融资申请/开立+融信状态待确权+核心审批状态为空-->
|
|
|
<el-button
|
|
|
@@ -1078,10 +1078,10 @@
|
|
|
v-hasPermi="['credit:credit:goFinance']"
|
|
|
v-show="(scope.row.zfiCreateType == '1' ||scope.row.zfiCreateType == '0' || scope.row.zfiCreateType == '2') && scope.row.zfiStatus == '02'"
|
|
|
>去融资</el-button>
|
|
|
- <!--核心开立:核心审批通过+其他状态为空||
|
|
|
- 补充资料:融资方通过+核心通过+平台通过+待签收||
|
|
|
- 融资开立:融资方通过+平台通过+其他为空||
|
|
|
- 确权:融资方通过+核心通过+平台通过+待确权
|
|
|
+ <!--(核心)核心开立:核心审批通过+其他状态为空||
|
|
|
+ (融资方)补充资料:融资方通过+核心通过+平台通过+待签收||
|
|
|
+ (融资方)融资开立:融资方通过+平台通过+其他为空||
|
|
|
+ (核心)确权:融资方通过+核心通过+平台通过+待确权
|
|
|
-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -1089,10 +1089,10 @@
|
|
|
icon="el-icon-edit"
|
|
|
@click="seal(scope.row)"
|
|
|
v-hasPermi="['credit:credit:seal']"
|
|
|
- v-show="(scope.row.zfiCoreStatus == '01' && (scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == null || scope.row.zfiSupplierStatus == 'null') && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == null || scope.row.zfiPlatformStatus == 'null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '01')||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiPlatformStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')"
|
|
|
+ v-show="(scope.row.companyType == '01' && scope.row.zfiCoreStatus == '01' && (scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == null || scope.row.zfiSupplierStatus == 'null') && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == null || scope.row.zfiPlatformStatus == 'null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '01')||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiPlatformStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '01' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')"
|
|
|
>盖章</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -1287,13 +1287,13 @@
|
|
|
@click="handleDetail(scope.row)"
|
|
|
v-hasPermi="['credit:credit:query']"
|
|
|
>详情</el-button>
|
|
|
- <!--
|
|
|
- 融资状态审批拒绝+核心状态为空+平台状态为空+融信状态为空||
|
|
|
- 融资状态审批通过+核心状态为空+平台状态审批通过+融信平台退回||
|
|
|
- 融资审批通过+核心审批拒绝+平台审批通过+融信待确权
|
|
|
- 融资审批状态空+核心审批拒绝+平台空+融信空||
|
|
|
- 融资审批状态审批拒绝+核心审批通过+平台空+融信待签收||
|
|
|
- 融资审批审批通过+核心审批通过+平台拒绝+融信待签收
|
|
|
+ <!--
|
|
|
+ (融资方)融资状态审批拒绝+核心状态为空+平台状态为空+融信状态为空||
|
|
|
+ (融资方)融资状态审批通过+核心状态为空+平台状态审批不通过+融信平台退回||
|
|
|
+ (核心方)融资审批通过+核心审批拒绝+平台审批通过+融信待确权
|
|
|
+ (核心方)融资审批状态空+核心审批拒绝+平台空+融信空||
|
|
|
+ (融资方)融资审批状态审批拒绝+核心审批通过+平台空+融信待签收||
|
|
|
+ (融资方)融资审批审批通过+核心审批通过+平台拒绝+融信待签收
|
|
|
-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -1301,12 +1301,12 @@
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
v-hasPermi="['credit:credit:update']"
|
|
|
- v-show="(scope.row.zfiSupplierStatus == '02' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && scope.row.zfiPlatformStatus == '02' && scope.row.zfiStatus == '06')||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '02' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')||
|
|
|
- ((scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == 'null' || scope.row.zfiSupplierStatus == null) && scope.row.zfiCoreStatus == '02' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '02' && scope.row.zfiCoreStatus == '01' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && scope.row.zfiStatus == '01')||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '02'&& scope.row.zfiStatus == '01')"
|
|
|
+ v-show="(scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '02' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && scope.row.zfiPlatformStatus == '02' && scope.row.zfiStatus == '06')||
|
|
|
+ (scope.row.companyType == '01' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '02' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')||
|
|
|
+ (scope.row.companyType == '01' && (scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == 'null' || scope.row.zfiSupplierStatus == null) && scope.row.zfiCoreStatus == '02' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '02' && scope.row.zfiCoreStatus == '01' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && scope.row.zfiStatus == '01')||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '02'&& scope.row.zfiStatus == '01')"
|
|
|
>修改</el-button>
|
|
|
<!--融资申请/开立+融信状态待确权+核心审批状态为空-->
|
|
|
<el-button
|
|
|
@@ -1356,10 +1356,10 @@
|
|
|
v-hasPermi="['credit:credit:goFinance']"
|
|
|
v-show="(scope.row.zfiCreateType == '1' ||scope.row.zfiCreateType == '0' || scope.row.zfiCreateType == '2') && scope.row.zfiStatus == '02'"
|
|
|
>去融资</el-button>
|
|
|
- <!--核心开立:核心审批通过+其他状态为空||
|
|
|
- 补充资料:融资方通过+核心通过+平台通过+待签收||
|
|
|
- 融资开立:融资方通过+平台通过+其他为空||
|
|
|
- 确权:融资方通过+核心通过+平台通过+待确权
|
|
|
+ <!--(核心)核心开立:核心审批通过+其他状态为空||
|
|
|
+ (融资方)补充资料:融资方通过+核心通过+平台通过+待签收||
|
|
|
+ (融资方)融资开立:融资方通过+平台通过+其他为空||
|
|
|
+ (核心)确权:融资方通过+核心通过+平台通过+待确权
|
|
|
-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -1367,10 +1367,10 @@
|
|
|
icon="el-icon-edit"
|
|
|
@click="seal(scope.row)"
|
|
|
v-hasPermi="['credit:credit:seal']"
|
|
|
- v-show="(scope.row.zfiCoreStatus == '01' && (scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == null || scope.row.zfiSupplierStatus == 'null') && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == null || scope.row.zfiPlatformStatus == 'null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '01')||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiPlatformStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')"
|
|
|
+ v-show="(scope.row.companyType == '01' && scope.row.zfiCoreStatus == '01' && (scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == null || scope.row.zfiSupplierStatus == 'null') && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == null || scope.row.zfiPlatformStatus == 'null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '01')||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiPlatformStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '01' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')"
|
|
|
>盖章</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -1565,13 +1565,13 @@
|
|
|
@click="handleDetail(scope.row)"
|
|
|
v-hasPermi="['credit:credit:query']"
|
|
|
>详情</el-button>
|
|
|
- <!--
|
|
|
- 融资状态审批拒绝+核心状态为空+平台状态为空+融信状态为空||
|
|
|
- 融资状态审批通过+核心状态为空+平台状态审批通过+融信平台退回||
|
|
|
- 融资审批通过+核心审批拒绝+平台审批通过+融信待确权
|
|
|
- 融资审批状态空+核心审批拒绝+平台空+融信空||
|
|
|
- 融资审批状态审批拒绝+核心审批通过+平台空+融信待签收||
|
|
|
- 融资审批审批通过+核心审批通过+平台拒绝+融信待签收
|
|
|
+ <!--
|
|
|
+ (融资方)融资状态审批拒绝+核心状态为空+平台状态为空+融信状态为空||
|
|
|
+ (融资方)融资状态审批通过+核心状态为空+平台状态审批不通过+融信平台退回||
|
|
|
+ (核心方)融资审批通过+核心审批拒绝+平台审批通过+融信待确权
|
|
|
+ (核心方)融资审批状态空+核心审批拒绝+平台空+融信空||
|
|
|
+ (融资方)融资审批状态审批拒绝+核心审批通过+平台空+融信待签收||
|
|
|
+ (融资方)融资审批审批通过+核心审批通过+平台拒绝+融信待签收
|
|
|
-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -1579,12 +1579,12 @@
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
v-hasPermi="['credit:credit:update']"
|
|
|
- v-show="(scope.row.zfiSupplierStatus == '02' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && scope.row.zfiPlatformStatus == '02' && scope.row.zfiStatus == '06')||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '02' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')||
|
|
|
- ((scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == 'null' || scope.row.zfiSupplierStatus == null) && scope.row.zfiCoreStatus == '02' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '02' && scope.row.zfiCoreStatus == '01' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && scope.row.zfiStatus == '01')||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '02'&& scope.row.zfiStatus == '01')"
|
|
|
+ v-show="(scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '02' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == 'null' || scope.row.zfiCoreStatus == null) && scope.row.zfiPlatformStatus == '02' && scope.row.zfiStatus == '06')||
|
|
|
+ (scope.row.companyType == '01' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '02' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')||
|
|
|
+ (scope.row.companyType == '01' && (scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == 'null' || scope.row.zfiSupplierStatus == null) && scope.row.zfiCoreStatus == '02' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '02' && scope.row.zfiCoreStatus == '01' && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == 'null' || scope.row.zfiPlatformStatus == null) && scope.row.zfiStatus == '01')||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '02'&& scope.row.zfiStatus == '01')"
|
|
|
>修改</el-button>
|
|
|
<!--融资申请/开立+融信状态待确权+核心审批状态为空-->
|
|
|
<el-button
|
|
|
@@ -1634,10 +1634,10 @@
|
|
|
v-hasPermi="['credit:credit:goFinance']"
|
|
|
v-show="(scope.row.zfiCreateType == '1' ||scope.row.zfiCreateType == '0' || scope.row.zfiCreateType == '2') && scope.row.zfiStatus == '02'"
|
|
|
>去融资</el-button>
|
|
|
- <!--核心开立:核心审批通过+其他状态为空||
|
|
|
- 补充资料:融资方通过+核心通过+平台通过+待签收||
|
|
|
- 融资开立:融资方通过+平台通过+其他为空||
|
|
|
- 确权:融资方通过+核心通过+平台通过+待确权
|
|
|
+ <!--(核心)核心开立:核心审批通过+其他状态为空||
|
|
|
+ (融资方)补充资料:融资方通过+核心通过+平台通过+待签收||
|
|
|
+ (融资方)融资开立:融资方通过+平台通过+其他为空||
|
|
|
+ (核心)确权:融资方通过+核心通过+平台通过+待确权
|
|
|
-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -1645,10 +1645,10 @@
|
|
|
icon="el-icon-edit"
|
|
|
@click="seal(scope.row)"
|
|
|
v-hasPermi="['credit:credit:seal']"
|
|
|
- v-show="(scope.row.zfiCoreStatus == '01' && (scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == null || scope.row.zfiSupplierStatus == 'null') && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == null || scope.row.zfiPlatformStatus == 'null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '01')||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiPlatformStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
- (scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')"
|
|
|
+ v-show="(scope.row.companyType == '01' && scope.row.zfiCoreStatus == '01' && (scope.row.zfiSupplierStatus == '' || scope.row.zfiSupplierStatus == null || scope.row.zfiSupplierStatus == 'null') && (scope.row.zfiPlatformStatus == '' || scope.row.zfiPlatformStatus == null || scope.row.zfiPlatformStatus == 'null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '01')||
|
|
|
+ (scope.row.companyType == '02' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiPlatformStatus == '01' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null') && (scope.row.zfiStatus == '' || scope.row.zfiStatus == 'null' || scope.row.zfiStatus == null))||
|
|
|
+ (scope.row.companyType == '01' && scope.row.zfiSupplierStatus == '01' && scope.row.zfiCoreStatus == '01' && scope.row.zfiPlatformStatus == '01' && scope.row.zfiStatus == '00')"
|
|
|
>盖章</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|