|
@@ -193,6 +193,7 @@
|
|
|
</uni-forms-item>
|
|
|
<uni-forms-item name="iszcy">
|
|
|
<view class="labtxt">股东{{(Number(idx)+1)}}营业执照
|
|
|
+ <text>(上传一张)</text>
|
|
|
<text class="del" @click="getdelGdFn(idx,ite)">删除</text>
|
|
|
</view>
|
|
|
<view class="phobox">
|
|
@@ -818,7 +819,9 @@
|
|
|
</uni-forms-item>
|
|
|
</picker> -->
|
|
|
<uni-forms-item name="iszcy">
|
|
|
- <view class="labtxt">营业执照</view>
|
|
|
+ <view class="labtxt">营业执照
|
|
|
+ <text>(上传一张)</text>
|
|
|
+ </view>
|
|
|
<view class="phobox" style="display: flex;flex-wrap: wrap;justify-content: space-between;">
|
|
|
<view class="phoboxa" v-if="fdbqyobj.fdbqyyyzz">
|
|
|
<lsj-upload ref="lsjUpload" childId="upload1" :fileName="fdbqyobj.fdbqyyyzz" fileVal='fdbqyyyzz' :bigType='fidx' :width="pwidth" :height="pheight" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
|
|
@@ -879,11 +882,12 @@
|
|
|
<view @click="getDbclFn" class="flexc">附件信息<image :src="ywicon" class="ywimg"></image></view>
|
|
|
</view>
|
|
|
<block v-for="(ite,idx) in sbfjlist" :key="ite.val">
|
|
|
- <!-- 委托担保申请书 -->
|
|
|
- <!-- <view class="bgf plr12 mb12" v-if="ite.val=='wtdbsqs'||ite.val=='gdhyjy'">
|
|
|
+ <!-- 委托担保申请书 <text>*</text>-->
|
|
|
+ <!-- ||ite.val=='gdhyjy' 股东会决议 -->
|
|
|
+ <view class="bgf plr12 mb12" v-if="ite.val=='wtdbsqs'">
|
|
|
<view class="fjbox">
|
|
|
<view class="fjtop flext">
|
|
|
- <view class="ftit"><text>*</text>{{ite.label}}<text class="mtxt">(须面签)</text></view>
|
|
|
+ <view class="ftit">{{ite.label}}<text class="mtxt">(须面签)</text></view>
|
|
|
<view class="fbtns cof64" @click="getExportMb(ite)">
|
|
|
<image :src="downimg" class="downimg"></image>下载模板
|
|
|
</view>
|
|
@@ -907,7 +911,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view> -->
|
|
|
+ </view>
|
|
|
<view class="bgf plr12" v-if="ite.val=='syndcwbb'||ite.val=='syndsjbg'">
|
|
|
<view class="fjbox" :class="ite.val!='syndsjbg'?'isborder':''">
|
|
|
<view class="fjtop flext">
|
|
@@ -1445,7 +1449,7 @@
|
|
|
gdlist:[{cardz:'',cardf:'',zxurl:[],zhizhao:[],shareholderName:"",shareholderIdCard:''}],
|
|
|
qylist:[],//企业列表
|
|
|
fdarlist:[{type:1,guaranteeName:'',guaranteeIdCard:'',guaranteePhone:'',guaranteeInfoFjList:[]}],
|
|
|
- fdaqylist:[{type:2,guaranteeInfoFjList:[]}],
|
|
|
+ fdaqylist:[{type:2,guaranteeName:'',guaranteeIdCard:'',guaranteeInfoFjList:[]}],
|
|
|
fdbrobj:{},//反担保人附件
|
|
|
fdbqyobj:{},//反担保企业附件
|
|
|
fdbdelxIdList:[],//反担保删除小id集合
|
|
@@ -1848,7 +1852,7 @@
|
|
|
},
|
|
|
//添加反担保企业
|
|
|
getAddQiFn(){
|
|
|
- var obj = {type:2,guaranteeInfoFjList:[]}
|
|
|
+ var obj = {type:2,guaranteeName:'',guaranteeIdCard:'',guaranteeInfoFjList:[]}
|
|
|
this.fdaqylist.push(obj);
|
|
|
},
|
|
|
// 删除股东
|
|
@@ -2688,13 +2692,36 @@
|
|
|
getOcrBusinessLicense(params).then(res=>{
|
|
|
if(res.code==200){
|
|
|
var params=JSON.parse(JSON.stringify(res.data))
|
|
|
- obj.shareholderName=params.enterpriseName
|
|
|
- obj.shareholderIdCard=params.creditCode
|
|
|
+ obj.shareholderName=params.enterpriseName;
|
|
|
+ obj.shareholderIdCard=params.creditCode;
|
|
|
obj.zhizhao[0]=fileName
|
|
|
this.gdlist.splice(idx,1,obj)
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
+ // 反担保企业识别
|
|
|
+ getOcrBusinessLicensefdb(newobj,url,idx){
|
|
|
+ var that=this;
|
|
|
+ var params={
|
|
|
+ image:url,
|
|
|
+ }
|
|
|
+ getOcrBusinessLicense(params).then(res=>{
|
|
|
+ if(res.code==200){
|
|
|
+ var params=JSON.parse(JSON.stringify(res.data))
|
|
|
+ var obj=this.fdaqylist[idx];
|
|
|
+ obj.guaranteeName=params.enterpriseName;
|
|
|
+ obj.guaranteeIdCard=params.creditCode;
|
|
|
+ if(obj.guaranteeInfoFjList&&obj.guaranteeInfoFjList.length){
|
|
|
+ var fdblist=obj.guaranteeInfoFjList
|
|
|
+ that.fdbdelxIdList.push(fdblist[0].guaranteeInfoFjId)
|
|
|
+ }
|
|
|
+ obj.guaranteeInfoFjList[0]=JSON.parse(JSON.stringify(newobj))
|
|
|
+ // obj.guaranteeInfoFjList.push(newobj)
|
|
|
+ this.fdaqylist.splice(idx,1,obj)
|
|
|
+ this.$toast('营业执照上传成功')
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
getocrIdCard(url,type,idx){
|
|
|
var that=this;
|
|
|
var burl=url;
|
|
@@ -2761,9 +2788,9 @@
|
|
|
// obj.zxurl[0]=responseText.fileName
|
|
|
}else if(type=='zhz'){
|
|
|
// obj.zhizhao.push(responseText.fileName)
|
|
|
- obj.zhizhao[0]=responseText.fileName
|
|
|
- // this.getOcrBusinessLicense(responseText.urlOnline,responseText.fileName,idx)
|
|
|
- // return
|
|
|
+ // obj.zhizhao[0]=responseText.fileName
|
|
|
+ this.getOcrBusinessLicense(responseText.urlOnline,responseText.fileName,idx)
|
|
|
+ return
|
|
|
}
|
|
|
console.log(this.gdlist,3)
|
|
|
this.gdlist.splice(idx,1,obj)
|
|
@@ -2808,6 +2835,10 @@
|
|
|
newobj.oldName=responseText.originalFilename;
|
|
|
newobj.url=responseText.fileName;
|
|
|
newobj.type=fileVal;
|
|
|
+ if(fileVal=='fdbqyyyzz'){
|
|
|
+ this.getOcrBusinessLicensefdb(newobj,urlOnline,idx)
|
|
|
+ return
|
|
|
+ }
|
|
|
this.fdaqylist[idx].guaranteeInfoFjList.push(newobj)
|
|
|
},
|
|
|
// 申请附件上传
|