|
@@ -168,7 +168,7 @@
|
|
|
<el-col style="position: relative;">
|
|
|
<el-col :span="12">
|
|
|
<el-form-item :label="'股东' + (index-0+1) + '征信'" class="qiuchu">
|
|
|
- <file-uploadgdfm :data="item.gszhx.data" v-model="item.gszhx.shareholderZxUrl" />
|
|
|
+ <file-uploadboty :data="item.gszhx.data" v-model="item.gszhx.shareholderZxUrl" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
@@ -517,7 +517,7 @@
|
|
|
{{item.dictLabel}} <span style="color: red;">(需面签)</span>
|
|
|
</el-col> -->
|
|
|
<el-col :span="8" style="text-align: center;" >
|
|
|
- <span style="color: red;" v-if="item.dictValue == 'wtdbsqs'">*</span>
|
|
|
+ <span style="color: red;" v-if="item.dictValue == 'wtdbsqs'"></span>
|
|
|
<!-- <span style="color: red;" v-if="item.dictValue == 'gdhyjy'">*</span> -->
|
|
|
<span style="color: red;" v-if="item.dictValue == 'syndcwbb'">*</span>
|
|
|
<span style="color: red;" v-if="item.dictValue == 'dqcwbb' && form.applicationType == 1" >*</span>
|
|
@@ -672,13 +672,13 @@
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer" style="text-align: center;">
|
|
|
<el-button style="background-color: #00A9F0; border-color: #00A9F0; color: #fff;" size="mini"
|
|
|
- @click="znsheu(0)" v-if="isguanle == true && form.auditSchedule == 1">暂 存</el-button>
|
|
|
+ @click="znsheu(0)" v-if="isguanle == true && form.auditSchedule == 1" >暂 存</el-button>
|
|
|
<el-button style="background-color: #00A9F0; border-color: #00A9F0; color: #fff;" size="mini"
|
|
|
@click="znsheu(0)" v-if="isguanle == false">暂 存</el-button>
|
|
|
<el-button style="background-color: #032C7B; border-color: #032C7B; color: #fff;" size="mini"
|
|
|
- @click="submitForm(0)" v-if="isguanle == true &&(form.loanSchedule <3 ||(isgsneg == true && form.loanSchedule>2)) && isnge == false">确 定</el-button>
|
|
|
+ @click="submitForm(0)" v-hasPermi="['system:application:qued']" v-if="isguanle == true && (form.auditSchedule == 1 || (isgsneg == true && form.loanSchedule>2))">确 定</el-button>
|
|
|
<el-button style="background-color: #032C7B; border-color: #032C7B; color: #fff;" size="mini"
|
|
|
- @click="submitForm(0)" v-if="isguanle == false || isnge == true">确 定</el-button>
|
|
|
+ @click="submitForm(0)" v-if="isguanle == false || isnge == true">确 定</el-button>
|
|
|
<el-button size="mini" @click="cancelf">取 消</el-button>
|
|
|
<!-- 企业 -->
|
|
|
<!-- <el-tooltip class="item" effect="dark" content="点击下一步" placement="top" v-if="isshangx ==0">
|
|
@@ -1155,6 +1155,7 @@
|
|
|
fdbgrzx: [],
|
|
|
fdbqyzx: [],
|
|
|
fdbqyyyzz: [],
|
|
|
+ gsyyzhz:[]
|
|
|
},
|
|
|
jlsk: {
|
|
|
loanApplicationNumber: 0,
|
|
@@ -1193,6 +1194,10 @@
|
|
|
loanApplicationNumber: 0,
|
|
|
fileName: 1
|
|
|
},
|
|
|
+ gsyyzhz: {
|
|
|
+ loanApplicationNumber: 0,
|
|
|
+ fileName: 1
|
|
|
+ },
|
|
|
jhz: {
|
|
|
loanApplicationNumber: 0,
|
|
|
fileName: 1
|
|
@@ -1270,7 +1275,8 @@
|
|
|
{fdbqyzx:null,fdbqyyyzz:null,},
|
|
|
],
|
|
|
fisdIdl:[],
|
|
|
- fiseaids:[]
|
|
|
+ fiseaids:[],
|
|
|
+ ghsejg:''
|
|
|
};
|
|
|
},
|
|
|
watch: {
|
|
@@ -2025,7 +2031,7 @@
|
|
|
|
|
|
this.inghegs = true
|
|
|
this.form.shareholderFjIdList = []
|
|
|
- this.refsgk = []
|
|
|
+ this.refsgk = []
|
|
|
this.banghao = response.data.loanApplicationNumber;
|
|
|
this.isgueg.loanApplicationNumber = response.data.loanApplicationNumber
|
|
|
this.movelist = []
|
|
@@ -2038,10 +2044,13 @@
|
|
|
if(response.data.loanApplicationFjList != null){
|
|
|
for(var z =0; z<response.data.loanApplicationFjList.length;z++){
|
|
|
if(response.data.loanApplicationFjList[z].remark !='1'){
|
|
|
- if(response.data.loanApplicationFjList[z].bigType =='a' &&response.data.loanApplicationFjList[z].bigType =='b'){
|
|
|
+ if(response.data.loanApplicationFjList[z].bigType =='a' || response.data.loanApplicationFjList[z].bigType =='b'){
|
|
|
this.movelist.push(response.data.loanApplicationFjList[z].fjId)
|
|
|
this.movelistto.push(response.data.loanApplicationFjList[z])
|
|
|
}
|
|
|
+ if(response.data.loanApplicationFjList[z].type == 'gsyyzhz'){
|
|
|
+ this.ghsejg = response.data.loanApplicationFjList[z].url
|
|
|
+ }
|
|
|
|
|
|
|
|
|
}
|
|
@@ -2325,6 +2334,7 @@
|
|
|
|
|
|
|
|
|
this.refsgk = this.refsgk.concat(nhgs)
|
|
|
+
|
|
|
for(let o in this.shenbs) {
|
|
|
if(i == o){
|
|
|
// console.log(i,o,345)
|
|
@@ -2341,6 +2351,7 @@
|
|
|
}
|
|
|
this.jlsk.loanApplicationNumber = response.data.loanApplicationNumber;
|
|
|
this.gszc.loanApplicationNumber = response.data.loanApplicationNumber;
|
|
|
+ this.gsyyzhz.loanApplicationNumber = response.data.loanApplicationNumber;
|
|
|
this.gsjj.loanApplicationNumber = response.data.loanApplicationNumber;
|
|
|
this.khxkz.loanApplicationNumber = response.data.loanApplicationNumber;
|
|
|
this.shqqy.loanApplicationNumber = response.data.loanApplicationNumber;
|
|
@@ -2409,6 +2420,7 @@
|
|
|
}
|
|
|
this.form.loanApplicationFjList = []
|
|
|
this.form.shareholderFjList = []
|
|
|
+
|
|
|
console.log(this.fanqy,this.jigvfh,this.fangeren,16)
|
|
|
let asngs = []
|
|
|
let isdeshe = []
|
|
@@ -2554,7 +2566,6 @@
|
|
|
}
|
|
|
console.log(this.fjshareholderFjList)
|
|
|
this.fjshareholderFjList.filter( route=>{
|
|
|
-
|
|
|
let nhget={shareholderFrontUrl:'',
|
|
|
shareholderName:'',
|
|
|
shareholderIdCard:'',
|
|
@@ -2619,6 +2630,9 @@
|
|
|
return
|
|
|
}
|
|
|
|
|
|
+ // if(this.jigvfh.gsyyzhz.length == 0){
|
|
|
+
|
|
|
+ // }
|
|
|
|
|
|
if(this.form.customerType == null || this.form.customerType == ''){
|
|
|
this.$message.error("请填写用户类型信息");
|
|
@@ -2861,7 +2875,7 @@
|
|
|
for(var c = 0 ; c < this.form.loanApplicationFjList.length; c++){
|
|
|
if(this.form.loanApplicationFjList[c].remark != '1'){
|
|
|
if(this.form.loanApplicationFjList[c].fjId != undefined){
|
|
|
- if(this.form.loanApplicationFjList[c].bigType == 'a' && this.form.loanApplicationFjList[c].bigType == 'b' ){
|
|
|
+ if(this.form.loanApplicationFjList[c].bigType == 'a' || this.form.loanApplicationFjList[c].bigType == 'b' ){
|
|
|
this.misgw.push(this.form.loanApplicationFjList[c].fjId)
|
|
|
}
|
|
|
|
|
@@ -2969,6 +2983,14 @@
|
|
|
let isssid=[]
|
|
|
let gsef = 0
|
|
|
let gsefd = 0
|
|
|
+ // if(this.ghsejg !=''){
|
|
|
+ // if(this.ghsejg !=null){
|
|
|
+ // if(this.jigvfh.gsyyzhz.length == 0){
|
|
|
+ // this.jigvfh.gsyyzhz=[{url:this.ghsejg,name:'公司营业执照',bigType:'a',loanApplicationNumber:this.gsyyzhz.loanApplicationNumber,remark:'1'}]
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+
|
|
|
if(this.form.guaranteeType != null ){
|
|
|
gsef = this.form.guaranteeType.indexOf('2')
|
|
|
gsefd = this.form.guaranteeType.indexOf('4')
|
|
@@ -3135,12 +3157,13 @@
|
|
|
for(var c = 0 ; c < this.form.loanApplicationFjList.length; c++){
|
|
|
if(this.form.loanApplicationFjList[c].remark != '1'){
|
|
|
if(this.form.loanApplicationFjList[c].fjId != undefined){
|
|
|
- if(this.form.loanApplicationFjList[c].bigType == 'a' && this.form.loanApplicationFjList[c].bigType == 'b'){
|
|
|
+ if(this.form.loanApplicationFjList[c].bigType == 'a' || this.form.loanApplicationFjList[c].bigType == 'b'){
|
|
|
this.misgw.push(this.form.loanApplicationFjList[c].fjId)
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ console.log(1244,this.misgw,this.movelist)
|
|
|
// this.form.loanApplicationFjList.
|
|
|
// this.misgw = this.form.loanApplicationFjList
|
|
|
this.form.loanApplicationFjIdList = this.findOperate(this.movelist,this.misgw)
|
|
@@ -3458,6 +3481,9 @@
|
|
|
// if (rou.dictValue == "frhkbbry") {
|
|
|
// this.hkbdy.fileName = rou.dictLabel
|
|
|
// }
|
|
|
+ if (rou.dictValue == "gsyyzhz") {
|
|
|
+ this.gsyyzhz.fileName = rou.dictLabel
|
|
|
+ }
|
|
|
if (rou.dictValue == "fdbrgrgzzm") {
|
|
|
this.grgzzm.fileName = rou.dictLabel
|
|
|
}
|
|
@@ -3493,6 +3519,7 @@
|
|
|
getLoanApplicationNumber().then(response => {
|
|
|
this.jlsk.loanApplicationNumber = response.data;
|
|
|
this.gszc.loanApplicationNumber = response.data;
|
|
|
+ this.gsyyzhz.loanApplicationNumber = response.data;
|
|
|
this.gsjj.loanApplicationNumber = response.data;
|
|
|
this.khxkz.loanApplicationNumber = response.data;
|
|
|
this.shqqy.loanApplicationNumber = response.data;
|
|
@@ -3509,7 +3536,7 @@
|
|
|
this.fdbqyzx.loanApplicationNumber = response.data;
|
|
|
this.fdbqyyyzz.loanApplicationNumber = response.data;
|
|
|
this.fadse.loanApplicationNumber = response.data;
|
|
|
- this.fanfes.loanApplicationNumber = response.data
|
|
|
+ this.fanfes.loanApplicationNumber = response.data
|
|
|
this.fanpgfe.loanApplicationNumber = response.data
|
|
|
this.banghao = response.data;
|
|
|
this.form.loanApplicationNumber = response.data
|
|
@@ -3533,6 +3560,8 @@
|
|
|
qiyegs(item){
|
|
|
console.log(item,2)
|
|
|
this.form.enterpriseName = item.enterpriseName
|
|
|
+ this.ghsejg = item.imageUrl
|
|
|
+ this.jigvfh.gsyyzhz=[{url:this.ghsejg,name:'公司营业执照',bigType:'a',loanApplicationNumber:this.gsyyzhz.loanApplicationNumber,}]
|
|
|
this.$set(this.form,'businessScope',item.businessScope)
|
|
|
},
|
|
|
// 下载模板
|