|
|
@@ -191,40 +191,41 @@
|
|
|
"
|
|
|
|
|
|
>修改</el-button>
|
|
|
- <!--融资申请/开立+融信状态待确权+核心审批状态为空 v-show="(scope.row.zfiCreateType == '0' || scope.row.zfiCreateType == '2' ) && scope.row.zfiStatus == '00' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null' ||scope.row.zfiCoreStatus =='02' )"-->
|
|
|
+ <!--融信状态待确权
|
|
|
+ -->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleApprove(scope.row)"
|
|
|
+ v-show="scope.row.zfiStatus == '00'"
|
|
|
v-hasPermi="['credit:credit:approve']"
|
|
|
-
|
|
|
>确权</el-button>
|
|
|
<!--原补充资料-->
|
|
|
<!--核心开立+融信状态为待签收+(融资审批状态不是审批中并且不是审批通过)或者(平台审批状态不是审批中并且不是审批通过)-->
|
|
|
- <!-- v-show="scope.row.companyType == '02' && scope.row.zfiCreateType == '1' && scope.row.zfiStatus=='01' &&((scope.row.zfiSupplierStatus != '00' && scope.row.zfiSupplierStatus != '01') || (scope.row.zfiPlatformStatus != '00' && scope.row.zfiPlatformStatus != '01'))" -->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleAddInformation(scope.row)"
|
|
|
v-hasPermi="['credit:credit:addInfor']"
|
|
|
-
|
|
|
+ v-show="scope.row.companyType == '02' && scope.row.zfiCreateType == '1' && scope.row.zfiStatus=='01' &&((scope.row.zfiSupplierStatus != '00' && scope.row.zfiSupplierStatus != '01') || (scope.row.zfiPlatformStatus != '00' && scope.row.zfiPlatformStatus != '01'))"
|
|
|
>签收</el-button>
|
|
|
- <!--融资申请+融信状态待签收+融资审批状态不是审批中并且不是审批通过-->
|
|
|
- <!-- v-show="scope.row.zfiCreateType == '0' && scope.row.zfiStatus=='01' &&(scope.row.zfiSupplierStatus != '00' && scope.row.zfiSupplierStatus != '01')" -->
|
|
|
+ <!--融资申请+融信状态待签收+融资审批状态不是审批中并且不是审批通过
|
|
|
+
|
|
|
+ -->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleSignFor(scope.row)"
|
|
|
v-hasPermi="['credit:credit:signFor']"
|
|
|
-
|
|
|
+ v-show="scope.row.zfiCreateType == '0' && scope.row.zfiStatus=='01' &&(scope.row.zfiSupplierStatus != '00' && scope.row.zfiSupplierStatus != '01')"
|
|
|
>签收</el-button>
|
|
|
<!--(融资申请+融信状态待签收+融资审批状态不是审批中并且不是审批通过)||
|
|
|
(核心开立+融信状态为待签收+(融资审批状态不是审批中并且不是审批通过)或者(平台审批状态不是审批中并且不是审批通过))
|
|
|
-->
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@@ -232,7 +233,7 @@
|
|
|
v-hasPermi="['credit:credit:refuse']"
|
|
|
v-show="(scope.row.zfiCreateType == '0' && scope.row.zfiStatus=='01' &&(scope.row.zfiSupplierStatus != '00' && scope.row.zfiSupplierStatus != '01'))||
|
|
|
(scope.row.companyType == '02' && scope.row.zfiCreateType == '1' && scope.row.zfiStatus=='01' &&((scope.row.zfiSupplierStatus != '00' && scope.row.zfiSupplierStatus != '01') || (scope.row.zfiPlatformStatus != '00' && scope.row.zfiPlatformStatus != '01')))"
|
|
|
- >拒签</el-button>
|
|
|
+ >拒签</el-button> -->
|
|
|
<!--生效-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -247,7 +248,7 @@
|
|
|
(融资方)融资开立:融资方通过+平台通过+其他为空||
|
|
|
(核心)确权:融资方通过+核心通过+平台通过+待确权
|
|
|
-->
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@@ -257,7 +258,7 @@
|
|
|
(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> -->
|
|
|
<!--
|
|
|
(核心方)核心开立+核心审批拒绝||融资/平台拒绝||
|
|
|
(融资方)融资申请+融资审批状态/平台审批拒绝+融信不等于待签收||
|
|
|
@@ -481,14 +482,15 @@
|
|
|
"
|
|
|
|
|
|
>修改</el-button>
|
|
|
- <!--融资申请/开立+融信状态待确权+核心审批状态为空-->
|
|
|
+ <!--融信状态待确权
|
|
|
+ -->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleApprove(scope.row)"
|
|
|
+ v-show="scope.row.zfiStatus == '00'"
|
|
|
v-hasPermi="['credit:credit:approve']"
|
|
|
- v-show="(scope.row.zfiCreateType == '0' || scope.row.zfiCreateType == '2' ) && scope.row.zfiStatus == '00' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null' ||scope.row.zfiCoreStatus =='02' )"
|
|
|
>确权</el-button>
|
|
|
<!--原补充资料-->
|
|
|
<!--核心开立+融信状态为待签收+(融资审批状态不是审批中并且不是审批通过)或者(平台审批状态不是审批中并且不是审批通过)-->
|
|
|
@@ -512,7 +514,7 @@
|
|
|
<!--(融资申请+融信状态待签收+融资审批状态不是审批中并且不是审批通过)||
|
|
|
(核心开立+融信状态为待签收+(融资审批状态不是审批中并且不是审批通过)或者(平台审批状态不是审批中并且不是审批通过))
|
|
|
-->
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@@ -520,7 +522,7 @@
|
|
|
v-hasPermi="['credit:credit:refuse']"
|
|
|
v-show="(scope.row.zfiCreateType == '0' && scope.row.zfiStatus=='01' &&(scope.row.zfiSupplierStatus != '00' && scope.row.zfiSupplierStatus != '01'))||
|
|
|
(scope.row.companyType == '02' && scope.row.zfiCreateType == '1' && scope.row.zfiStatus=='01' &&((scope.row.zfiSupplierStatus != '00' && scope.row.zfiSupplierStatus != '01') || (scope.row.zfiPlatformStatus != '00' && scope.row.zfiPlatformStatus != '01')))"
|
|
|
- >拒签</el-button>
|
|
|
+ >拒签</el-button> -->
|
|
|
<!--生效-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -535,7 +537,7 @@
|
|
|
(融资方)融资开立:融资方通过+平台通过+其他为空||
|
|
|
(核心)确权:融资方通过+核心通过+平台通过+待确权
|
|
|
-->
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@@ -545,7 +547,7 @@
|
|
|
(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> -->
|
|
|
<!--
|
|
|
(核心方)核心开立+核心审批拒绝||融资/平台拒绝||
|
|
|
(融资方)融资申请+融资审批状态/平台审批拒绝+融信不等于待签收||
|
|
|
@@ -769,14 +771,15 @@
|
|
|
"
|
|
|
|
|
|
>修改</el-button>
|
|
|
- <!--融资申请/开立+融信状态待确权+核心审批状态为空-->
|
|
|
+ <!--融信状态待确权
|
|
|
+ -->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleApprove(scope.row)"
|
|
|
+ v-show="scope.row.zfiStatus == '00'"
|
|
|
v-hasPermi="['credit:credit:approve']"
|
|
|
- v-show="(scope.row.zfiCreateType == '0' || scope.row.zfiCreateType == '2' ) && scope.row.zfiStatus == '00' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null' ||scope.row.zfiCoreStatus =='02' )"
|
|
|
>确权</el-button>
|
|
|
<!--原补充资料-->
|
|
|
<!--核心开立+融信状态为待签收+(融资审批状态不是审批中并且不是审批通过)或者(平台审批状态不是审批中并且不是审批通过)-->
|
|
|
@@ -800,7 +803,7 @@
|
|
|
<!--(融资申请+融信状态待签收+融资审批状态不是审批中并且不是审批通过)||
|
|
|
(核心开立+融信状态为待签收+(融资审批状态不是审批中并且不是审批通过)或者(平台审批状态不是审批中并且不是审批通过))
|
|
|
-->
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@@ -808,7 +811,7 @@
|
|
|
v-hasPermi="['credit:credit:refuse']"
|
|
|
v-show="(scope.row.zfiCreateType == '0' && scope.row.zfiStatus=='01' &&(scope.row.zfiSupplierStatus != '00' && scope.row.zfiSupplierStatus != '01'))||
|
|
|
(scope.row.companyType == '02' && scope.row.zfiCreateType == '1' && scope.row.zfiStatus=='01' &&((scope.row.zfiSupplierStatus != '00' && scope.row.zfiSupplierStatus != '01') || (scope.row.zfiPlatformStatus != '00' && scope.row.zfiPlatformStatus != '01')))"
|
|
|
- >拒签</el-button>
|
|
|
+ >拒签</el-button> -->
|
|
|
<!--生效-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -823,7 +826,7 @@
|
|
|
(融资方)融资开立:融资方通过+平台通过+其他为空||
|
|
|
(核心)确权:融资方通过+核心通过+平台通过+待确权
|
|
|
-->
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@@ -833,7 +836,7 @@
|
|
|
(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> -->
|
|
|
<!--
|
|
|
(核心方)核心开立+核心审批拒绝||融资/平台拒绝||
|
|
|
(融资方)融资申请+融资审批状态/平台审批拒绝+融信不等于待签收||
|
|
|
@@ -1057,14 +1060,15 @@
|
|
|
"
|
|
|
|
|
|
>修改</el-button>
|
|
|
- <!--融资申请/开立+融信状态待确权+核心审批状态为空-->
|
|
|
+ <!--融信状态待确权
|
|
|
+ -->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleApprove(scope.row)"
|
|
|
+ v-show="scope.row.zfiStatus == '00'"
|
|
|
v-hasPermi="['credit:credit:approve']"
|
|
|
- v-show="(scope.row.zfiCreateType == '0' || scope.row.zfiCreateType == '2' ) && scope.row.zfiStatus == '00' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null' ||scope.row.zfiCoreStatus =='02' )"
|
|
|
>确权</el-button>
|
|
|
<!--原补充资料-->
|
|
|
<!--核心开立+融信状态为待签收+(融资审批状态不是审批中并且不是审批通过)或者(平台审批状态不是审批中并且不是审批通过)-->
|
|
|
@@ -1088,7 +1092,7 @@
|
|
|
<!--(融资申请+融信状态待签收+融资审批状态不是审批中并且不是审批通过)||
|
|
|
(核心开立+融信状态为待签收+(融资审批状态不是审批中并且不是审批通过)或者(平台审批状态不是审批中并且不是审批通过))
|
|
|
-->
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@@ -1096,7 +1100,7 @@
|
|
|
v-hasPermi="['credit:credit:refuse']"
|
|
|
v-show="(scope.row.zfiCreateType == '0' && scope.row.zfiStatus=='01' &&(scope.row.zfiSupplierStatus != '00' && scope.row.zfiSupplierStatus != '01'))||
|
|
|
(scope.row.companyType == '02' && scope.row.zfiCreateType == '1' && scope.row.zfiStatus=='01' &&((scope.row.zfiSupplierStatus != '00' && scope.row.zfiSupplierStatus != '01') || (scope.row.zfiPlatformStatus != '00' && scope.row.zfiPlatformStatus != '01')))"
|
|
|
- >拒签</el-button>
|
|
|
+ >拒签</el-button> -->
|
|
|
<!--生效-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -1111,7 +1115,7 @@
|
|
|
(融资方)融资开立:融资方通过+平台通过+其他为空||
|
|
|
(核心)确权:融资方通过+核心通过+平台通过+待确权
|
|
|
-->
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@@ -1121,7 +1125,7 @@
|
|
|
(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> -->
|
|
|
<!--
|
|
|
(核心方)核心开立+核心审批拒绝||融资/平台拒绝||
|
|
|
(融资方)融资申请+融资审批状态/平台审批拒绝+融信不等于待签收||
|
|
|
@@ -1345,14 +1349,15 @@
|
|
|
"
|
|
|
|
|
|
>修改</el-button>
|
|
|
- <!--融资申请/开立+融信状态待确权+核心审批状态为空-->
|
|
|
+ <!--融信状态待确权
|
|
|
+ -->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleApprove(scope.row)"
|
|
|
+ v-show="scope.row.zfiStatus == '00'"
|
|
|
v-hasPermi="['credit:credit:approve']"
|
|
|
- v-show="(scope.row.zfiCreateType == '0' || scope.row.zfiCreateType == '2' ) && scope.row.zfiStatus == '00' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null' ||scope.row.zfiCoreStatus =='02' )"
|
|
|
>确权</el-button>
|
|
|
<!--原补充资料-->
|
|
|
<!--核心开立+融信状态为待签收+(融资审批状态不是审批中并且不是审批通过)或者(平台审批状态不是审批中并且不是审批通过)-->
|
|
|
@@ -1376,7 +1381,7 @@
|
|
|
<!--(融资申请+融信状态待签收+融资审批状态不是审批中并且不是审批通过)||
|
|
|
(核心开立+融信状态为待签收+(融资审批状态不是审批中并且不是审批通过)或者(平台审批状态不是审批中并且不是审批通过))
|
|
|
-->
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@@ -1384,7 +1389,7 @@
|
|
|
v-hasPermi="['credit:credit:refuse']"
|
|
|
v-show="(scope.row.zfiCreateType == '0' && scope.row.zfiStatus=='01' &&(scope.row.zfiSupplierStatus != '00' && scope.row.zfiSupplierStatus != '01'))||
|
|
|
(scope.row.companyType == '02' && scope.row.zfiCreateType == '1' && scope.row.zfiStatus=='01' &&((scope.row.zfiSupplierStatus != '00' && scope.row.zfiSupplierStatus != '01') || (scope.row.zfiPlatformStatus != '00' && scope.row.zfiPlatformStatus != '01')))"
|
|
|
- >拒签</el-button>
|
|
|
+ >拒签</el-button> -->
|
|
|
<!--生效-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -1399,7 +1404,7 @@
|
|
|
(融资方)融资开立:融资方通过+平台通过+其他为空||
|
|
|
(核心)确权:融资方通过+核心通过+平台通过+待确权
|
|
|
-->
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@@ -1409,7 +1414,7 @@
|
|
|
(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> -->
|
|
|
<!--
|
|
|
(核心方)核心开立+核心审批拒绝||融资/平台拒绝||
|
|
|
(融资方)融资申请+融资审批状态/平台审批拒绝+融信不等于待签收||
|
|
|
@@ -1633,14 +1638,15 @@
|
|
|
"
|
|
|
|
|
|
>修改</el-button>
|
|
|
- <!--融资申请/开立+融信状态待确权+核心审批状态为空-->
|
|
|
+ <!--融信状态待确权
|
|
|
+ -->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleApprove(scope.row)"
|
|
|
+ v-show="scope.row.zfiStatus == '00'"
|
|
|
v-hasPermi="['credit:credit:approve']"
|
|
|
- v-show="(scope.row.zfiCreateType == '0' || scope.row.zfiCreateType == '2' ) && scope.row.zfiStatus == '00' && (scope.row.zfiCoreStatus == '' || scope.row.zfiCoreStatus == null || scope.row.zfiCoreStatus =='null' ||scope.row.zfiCoreStatus =='02' )"
|
|
|
>确权</el-button>
|
|
|
<!--原补充资料-->
|
|
|
<!--核心开立+融信状态为待签收+(融资审批状态不是审批中并且不是审批通过)或者(平台审批状态不是审批中并且不是审批通过)-->
|
|
|
@@ -1664,7 +1670,7 @@
|
|
|
<!--(融资申请+融信状态待签收+融资审批状态不是审批中并且不是审批通过)||
|
|
|
(核心开立+融信状态为待签收+(融资审批状态不是审批中并且不是审批通过)或者(平台审批状态不是审批中并且不是审批通过))
|
|
|
-->
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@@ -1672,7 +1678,7 @@
|
|
|
v-hasPermi="['credit:credit:refuse']"
|
|
|
v-show="(scope.row.zfiCreateType == '0' && scope.row.zfiStatus=='01' &&(scope.row.zfiSupplierStatus != '00' && scope.row.zfiSupplierStatus != '01'))||
|
|
|
(scope.row.companyType == '02' && scope.row.zfiCreateType == '1' && scope.row.zfiStatus=='01' &&((scope.row.zfiSupplierStatus != '00' && scope.row.zfiSupplierStatus != '01') || (scope.row.zfiPlatformStatus != '00' && scope.row.zfiPlatformStatus != '01')))"
|
|
|
- >拒签</el-button>
|
|
|
+ >拒签</el-button> -->
|
|
|
<!--生效-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -1687,7 +1693,7 @@
|
|
|
(融资方)融资开立:融资方通过+平台通过+其他为空||
|
|
|
(核心)确权:融资方通过+核心通过+平台通过+待确权
|
|
|
-->
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@@ -1697,7 +1703,7 @@
|
|
|
(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> -->
|
|
|
<!--
|
|
|
(核心方)核心开立+核心审批拒绝||融资/平台拒绝||
|
|
|
(融资方)融资申请+融资审批状态/平台审批拒绝+融信不等于待签收||
|