|
@@ -238,25 +238,28 @@
|
|
|
v-hasPermi="['finance:record:add']"
|
|
|
v-if="(scope.row.zfiCreateType == '1' ||scope.row.zfiCreateType == '0' || scope.row.zfiCreateType == '2') && scope.row.zfiStatus == '02'"
|
|
|
>去融资</el-button>
|
|
|
- <!--核心开立+融信状态为空+核心审批通过||
|
|
|
- 核心开立+融信状态待签收+融资审批通过||
|
|
|
- 融资申请+融信待确权+核心审批通过||
|
|
|
- 融资申请+融信待签收+融资审批通过||
|
|
|
- 融资开立+融信状态为空+融资审批状态通过||
|
|
|
- 融资开立+融信待确权+核心审批通过
|
|
|
- -->
|
|
|
- <el-button
|
|
|
+ <!--核心开立:核心审批通过+其他状态为空||
|
|
|
+ 补充资料:融资方通过+核心通过+平台通过+待签收||
|
|
|
+ 融资开立:融资方通过+平台通过+其他为空||
|
|
|
+ 确权:融资方通过+核心通过+平台通过+待确权
|
|
|
+ -->
|
|
|
+ <!-- <el-button
|
|
|
+ size="mini"
|
|
|
+ type="text"
|
|
|
+ icon="el-icon-edit"
|
|
|
+ @click="seal(scope.row)"
|
|
|
+ v-hasPermi="['credit:credit:seal']"
|
|
|
+ v-if="(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')"
|
|
|
+ >盖章</el-button> -->
|
|
|
+ <el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="seal(scope.row)"
|
|
|
v-hasPermi="['credit:credit:seal']"
|
|
|
- v-if="(scope.row.zfiCreateType == '1' && (scope.row.zfiStatus == '' || scope.row.zfiStatus == null || scope.row.zfiStatus =='null') && scope.row.zfiCoreStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '1' && scope.row.zfiStatus =='01' && scope.row.zfiSupplierStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '0' && scope.row.zfiStatus =='00' && scope.row.zfiCoreStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '0' && scope.row.zfiStatus =='01' && scope.row.zfiSupplierStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '2' && (scope.row.zfiStatus == '' || scope.row.zfiStatus == null || scope.row.zfiStatus =='null') && scope.row.zfiSupplierStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '2' && scope.row.zfiStatus =='00' && scope.row.zfiCoreStatus == '01')"
|
|
|
>盖章</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
@@ -509,18 +512,21 @@
|
|
|
v-hasPermi="['credit:credit:goFinance']"
|
|
|
v-if="(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-if="(scope.row.zfiCreateType == '1' && (scope.row.zfiStatus == '' || scope.row.zfiStatus == null || scope.row.zfiStatus =='null') && scope.row.zfiCoreStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '1' && scope.row.zfiStatus =='01' && scope.row.zfiSupplierStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '0' && scope.row.zfiStatus =='00' && scope.row.zfiCoreStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '0' && scope.row.zfiStatus =='01' && scope.row.zfiSupplierStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '2' && (scope.row.zfiStatus == '' || scope.row.zfiStatus == null || scope.row.zfiStatus =='null') && scope.row.zfiSupplierStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '2' && scope.row.zfiStatus =='00' && scope.row.zfiCoreStatus == '01')"
|
|
|
+ v-if="(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')"
|
|
|
>盖章</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
@@ -773,18 +779,21 @@
|
|
|
v-hasPermi="['credit:credit:goFinance']"
|
|
|
v-if="(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-if="(scope.row.zfiCreateType == '1' && (scope.row.zfiStatus == '' || scope.row.zfiStatus == null || scope.row.zfiStatus =='null') && scope.row.zfiCoreStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '1' && scope.row.zfiStatus =='01' && scope.row.zfiSupplierStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '0' && scope.row.zfiStatus =='00' && scope.row.zfiCoreStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '0' && scope.row.zfiStatus =='01' && scope.row.zfiSupplierStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '2' && (scope.row.zfiStatus == '' || scope.row.zfiStatus == null || scope.row.zfiStatus =='null') && scope.row.zfiSupplierStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '2' && scope.row.zfiStatus =='00' && scope.row.zfiCoreStatus == '01')"
|
|
|
+ v-if="(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')"
|
|
|
>盖章</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
@@ -1037,18 +1046,21 @@
|
|
|
v-hasPermi="['credit:credit:goFinance']"
|
|
|
v-if="(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-if="(scope.row.zfiCreateType == '1' && (scope.row.zfiStatus == '' || scope.row.zfiStatus == null || scope.row.zfiStatus =='null') && scope.row.zfiCoreStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '1' && scope.row.zfiStatus =='01' && scope.row.zfiSupplierStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '0' && scope.row.zfiStatus =='00' && scope.row.zfiCoreStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '0' && scope.row.zfiStatus =='01' && scope.row.zfiSupplierStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '2' && (scope.row.zfiStatus == '' || scope.row.zfiStatus == null || scope.row.zfiStatus =='null') && scope.row.zfiSupplierStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '2' && scope.row.zfiStatus =='00' && scope.row.zfiCoreStatus == '01')"
|
|
|
+ v-if="(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')"
|
|
|
>盖章</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
@@ -1301,18 +1313,21 @@
|
|
|
v-hasPermi="['credit:credit:goFinance']"
|
|
|
v-if="(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-if="(scope.row.zfiCreateType == '1' && (scope.row.zfiStatus == '' || scope.row.zfiStatus == null || scope.row.zfiStatus =='null') && scope.row.zfiCoreStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '1' && scope.row.zfiStatus =='01' && scope.row.zfiSupplierStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '0' && scope.row.zfiStatus =='00' && scope.row.zfiCoreStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '0' && scope.row.zfiStatus =='01' && scope.row.zfiSupplierStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '2' && (scope.row.zfiStatus == '' || scope.row.zfiStatus == null || scope.row.zfiStatus =='null') && scope.row.zfiSupplierStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '2' && scope.row.zfiStatus =='00' && scope.row.zfiCoreStatus == '01')"
|
|
|
+ v-if="(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')"
|
|
|
>盖章</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
@@ -1565,18 +1580,21 @@
|
|
|
v-hasPermi="['credit:credit:goFinance']"
|
|
|
v-if="(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-if="(scope.row.zfiCreateType == '1' && (scope.row.zfiStatus == '' || scope.row.zfiStatus == null || scope.row.zfiStatus =='null') && scope.row.zfiCoreStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '1' && scope.row.zfiStatus =='01' && scope.row.zfiSupplierStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '0' && scope.row.zfiStatus =='00' && scope.row.zfiCoreStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '0' && scope.row.zfiStatus =='01' && scope.row.zfiSupplierStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '2' && (scope.row.zfiStatus == '' || scope.row.zfiStatus == null || scope.row.zfiStatus =='null') && scope.row.zfiSupplierStatus == '01')
|
|
|
- ||(scope.row.zfiCreateType == '2' && scope.row.zfiStatus =='00' && scope.row.zfiCoreStatus == '01')"
|
|
|
+ v-if="(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')"
|
|
|
>盖章</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|