12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535 |
- <template>
- <view class="addbox">
- <!-- 步骤条 -->
- <view>
- <step-bar :steps="steps" :fixeda='true'></step-bar>
- </view>
- <uni-forms ref="form" :model="datainfo" :rules="rules">
- <!-- 企业信息 -->
- <view v-if="stepval==1">
- <!-- 企业信息 -->
- <view class="addtit mt3"><text>*</text>企业信息</view>
- <view class="bgf plr12">
- <picker range-key='label' :value="qyidx" :range="qylist" class="isborder" @change='bindDateChangea'>
- <uni-forms-item label="企业名称" name="qymc">
- <view class="lbtabp">
- <view class="chtit" v-if="datainfo.qymcid&&!qymc">{{statusFormat(datainfo.qymcid,qylist,'qy')}}</view>
- <view class="chtit" v-else :class="qymc?'':'coa'">{{qymc||"请选择已添加的企业"}}</view>
- <image :src="hrimg" class="rimg"></image>
- </view>
- </uni-forms-item>
- </picker>
- <uni-forms-item label="行业类型" name="hylx">
- <view class="lbtabp" @click="getTalbFn">
- <view :class="datainfo.hylx?'':'coa'">{{datainfo.hylx||"请选择行业类型"}}</view>
- <image :src="hrimg" class="rimg"></image>
- </view>
- </uni-forms-item>
- <uni-forms-item label="是否是制造业" name="iszcy">
- <view class="checkbox">
- <uni-data-checkbox :selectedColor="actcolor" selectedTextColor='#222327' v-model="datainfo.iszcy" :localdata="sfList" />
- </view>
- </uni-forms-item>
- <uni-forms-item label="是否专精特新" name="iszcy">
- <view class="checkbox">
- <uni-data-checkbox :selectedColor="actcolor" selectedTextColor='#222327' v-model="datainfo.iszcy" :localdata="sfList" />
- </view>
- </uni-forms-item>
- <uni-forms-item label="是否小微企业" name="iszcy">
- <view class="flexc">
- <view class="checkbox flex1">
- <uni-data-checkbox :selectedColor="actcolor" selectedTextColor='#222327' v-model="datainfo.iszcy" :localdata="sfList" />
- </view>
- <view class="ywicon flexc" @click="showImg"><image :src="ywicon"></image>划分标准</view>
- </view>
- </uni-forms-item>
- <uni-forms-item label="公司简介" name="iszcy">
- <uni-easyinput type="textarea" autoHeight v-model="datainfo.email" :inputBorder='false' placeholder="请输入公司简介" />
- </uni-forms-item>
- <uni-forms-item label="公司章程" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="zico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit atit">上传公司章程并盖市监局备案章</view>
- </view>
- <view class="phoboxa">
- <view class="photop" @click="getLook">
- <image :src="lookico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- <image :src="delimg" class="delimg" @click.stop="getDelphtFn"></image>
- </view>
- <view class="photit">征信报告.pdf</view>
- </view>
- <view class="phoboxa">
- <view class="photop">
- <view class="photop" @click="getLook">
- <image :src="lookico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- <image :src="delimg" class="delimg" @click.stop="getDelphtFn"></image>
- </view>
- </view>
- <view class="photit">征信报告.pdf</view>
- </view>
- </view>
- </uni-forms-item>
- <uni-forms-item label="开户许可证" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="zico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit">上传开户许可证</view>
- </view>
- </view>
- </uni-forms-item>
- <!-- <uni-forms-item label="企业名称" name="email">
- <uni-easyinput v-model="datainfo.email" :inputBorder='false' placeholder="自动识别" />
- </uni-forms-item> -->
-
- </view>
- <!-- 全体股东身份信息 -->
- <view class="addtit mt3"><text>*</text>全体股东身份信息</view>
- <view class="bgf plr12">
- <block v-for="(ite,idx) in gdlist" :key="idx">
- <uni-forms-item :label="'股东'+(Number(idx)+1)+'身份证'" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="cardz" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit atit">上传人像面</view>
- </view>
- <view class="phoboxa">
- <view class="photop">
- <image :src="cardf" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit">上传国徽面</view>
- </view>
- </view>
- </uni-forms-item>
- </block>
- <view class="addgdbox">
- <view class="rzbtnadd" @click="getAddGdFn">
- <image :src="addgd"></image>添加股东
- </view>
- </view>
- </view>
- <!-- * 企业征信(由中国人民银行提供) -->
- <view class="addtit mt3"><text>*</text>企业征信(由中国人民银行提供)</view>
- <view class="bgf plr12">
- <uni-forms-item label="申请企业" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="zico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- <image :src="delimg" class="delimg"></image>
- </view>
- <view class="photit atit">上传申请企业征信报告</view>
- </view>
- <view class="phoboxa">
- <view class="photop">
- <image :src="zico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit">文件名</view>
- </view>
- <view class="phoboxa">
- <view class="photop">
- <image :src="zico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit">文件名</view>
- </view>
- </view>
- </uni-forms-item>
- <uni-forms-item label="关联企业" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="zico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit">上传关联企业征信报告</view>
- </view>
- </view>
- </uni-forms-item>
- </view>
- <!-- * 企业法人征信-->
- <view class="addtit mt3"><text>*</text>企业法人征信</view>
- <view class="bgf plr12">
- <uni-forms-item label="企业法人" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="zico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- <image :src="delimg" class="delimg"></image>
- </view>
- <view class="photit atit">上传企业法人征信报告</view>
- </view>
- </view>
- </uni-forms-item>
- </view>
- <!-- * 实际控股人夫妻双方征信-->
- <view class="addtit mt3"><text>*</text>实际控股人夫妻双方征信</view>
- <view class="bgf plr12">
- <uni-forms-item label="实际控股人" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="zico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- <image :src="delimg" class="delimg"></image>
- </view>
- <view class="photit atit">上传实际控股人征信报告</view>
- </view>
- </view>
- </uni-forms-item>
- <uni-forms-item label="配偶征信" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="zico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- <image :src="delimg" class="delimg"></image>
- </view>
- <view class="photit atit">上传实际控股人配偶征信报告</view>
- </view>
- </view>
- </uni-forms-item>
- </view>
- <!-- * 企业法人征信-->
- <view class="addtit mt3"><text>*</text>企业法人征信</view>
- <view class="bgf plr12">
- <uni-forms-item label="企业法人" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="zico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- <image :src="delimg" class="delimg"></image>
- </view>
- <view class="photit atit">上传企业法人征信报告</view>
- </view>
- </view>
- </uni-forms-item>
- </view>
- <!-- * 各股东个人征信(请与上面所填股东对应) -->
- <view class="addtit mt3"><text>*</text>各股东个人征信(请与上面所填股东对应)</view>
- <view class="bgf plr12">
- <block v-for="(ite,idx) in gdlist" :key="idx">
- <uni-forms-item :label="'股东'+(Number(idx)+1)+'征信'" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="zico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit atit">上传实际控股人征信报告</view>
- </view>
- <!-- <view class="phoboxa">
- <view class="photop">
- <image :src="zico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit">上传实际控股人征信报告</view>
- </view> -->
- </view>
- </uni-forms-item>
- </block>
- </view>
- </view>
- <!-- 法人信息 -->
- <view v-if="stepval==2">
- <!-- 用户类型 -->
- <view class="addtit mt3"><text>*</text>用户类型</view>
- <view class="bgf plr12">
- <picker range-key='label' :value="qyidx" :range="qylist" class="isborder" @change='bindDateChangea'>
- <uni-forms-item label="用户类型" name="qymc">
- <view class="lbtabp">
- <view v-if="datainfo.qymcid&&!qymc">{{statusFormat(datainfo.qymcid,qylist,'qy')}}</view>
- <view v-else :class="qymc?'':'coa'">{{qymc||"请选择用户类型"}}</view>
- <image :src="hrimg" class="rimg"></image>
- </view>
- </uni-forms-item>
- </picker>
- </view>
- <!-- 法定代表人基本信息 -->
- <view class="addtit mt3"><text>*</text>法定代表人基本信息</view>
- <view class="bgf plr12">
- <uni-forms-item label="身份证" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="cardz" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit atit">上传人像面</view>
- </view>
- <view class="phoboxa">
- <view class="photop">
- <image :src="cardf" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit">上传国徽面</view>
- </view>
- </view>
- </uni-forms-item>
- <uni-forms-item label="姓名" name="email">
- <uni-easyinput v-model="datainfo.email" :inputBorder='false' placeholder="自动识别" />
- </uni-forms-item>
- <uni-forms-item label="身份证号" name="email">
- <uni-easyinput v-model="datainfo.email" :inputBorder='false' placeholder="自动识别" />
- </uni-forms-item>
- <uni-forms-item label="手机号码" name="email">
- <uni-easyinput v-model="datainfo.email" type="number" :inputBorder='false' placeholder="请输入手机号码" />
- </uni-forms-item>
- <uni-forms-item label="家庭人口" name="email">
- <uni-easyinput v-model="datainfo.email" type="number" :inputBorder='false' placeholder="请输入家庭人口" />
- </uni-forms-item>
- <uni-forms-item label="法人职业" name="email">
- <uni-easyinput v-model="datainfo.email" type="number" :inputBorder='false' placeholder="请输入法人职业" />
- </uni-forms-item>
- <picker range-key='label' :value="ywidx" class="isborder" :range="ywList" @change='bindDateChangeb'>
- <uni-forms-item label="有无贷款" name="qymc">
- <view class="lbtabp">
- <view v-if="datainfo.qymcid&&!qymc">{{statusFormat(datainfo.qymcid,qylist,'qy')}}</view>
- <view v-else :class="qymc?'':'coa'">{{qymc||"请选择有/无"}}</view>
- <image :src="hrimg" class="rimg"></image>
- </view>
- </uni-forms-item>
- </picker>
- <uni-forms-item label="应收应付款" name="email">
- <uni-easyinput v-model="datainfo.email" type="number" :inputBorder='false' placeholder="请输入应收应付款" />
- </uni-forms-item>
- <uni-forms-item label="经营情况" name="iszcy">
- <uni-easyinput type="textarea" autoHeight v-model="datainfo.email" :inputBorder='false' placeholder="请描述近几年经营情况" />
- </uni-forms-item>
- <uni-forms-item label="经营效益" name="email">
- <uni-easyinput v-model="datainfo.email" type="number" :inputBorder='false' placeholder="请输入经营效益" />
- </uni-forms-item>
- </view>
- <!-- * 家庭婚姻信息 -->
- <view class="addtit mt3"><text>*</text>家庭婚姻信息</view>
- <view class="bgf plr12">
- <picker range-key='label' :value="qyidx" :range="qylist" class="isborder" @change='bindDateChangea'>
- <uni-forms-item label="婚姻状态" name="qymc">
- <view class="lbtabp">
- <view v-if="datainfo.qymcid&&!qymc">{{statusFormat(datainfo.qymcid,qylist,'qy')}}</view>
- <view v-else :class="qymc?'':'coa'">{{qymc||"请选择婚姻状态"}}</view>
- <image :src="hrimg" class="rimg"></image>
- </view>
- </uni-forms-item>
- </picker>
- <uni-forms-item label="配偶身份证" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="cardz" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit atit">上传人像面</view>
- </view>
- <view class="phoboxa">
- <view class="photop">
- <image :src="cardf" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit">上传国徽面</view>
- </view>
- </view>
- </uni-forms-item>
- <uni-forms-item label="配偶姓名" name="email">
- <uni-easyinput v-model="datainfo.email" :inputBorder='false' placeholder="自动识别" />
- </uni-forms-item>
- <uni-forms-item label="配偶身份证号" name="email">
- <uni-easyinput v-model="datainfo.email" :inputBorder='false' placeholder="自动识别" />
- </uni-forms-item>
- </view>
- <!-- * 企业法人征信-->
- <view class="addtit mt3"><text>*</text>婚姻证明</view>
- <view class="bgf plr12">
- <uni-forms-item label="结婚证" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="jhico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit atit">上传结婚证</view>
- </view>
- </view>
- </uni-forms-item>
- </view>
- <!-- * 户口簿信息-->
- <view class="addtit mt3"><text>*</text>户口簿信息</view>
- <view class="bgf plr12">
- <uni-forms-item label="户口簿首页" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="hkico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit atit">上传户口簿第一页</view>
- </view>
- </view>
- </uni-forms-item>
- <uni-forms-item label="户口簿单页" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="hkico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit atit">上传户口簿本人页</view>
- </view>
- <view class="phoboxa">
- <view class="photop">
- <image :src="hkico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit atit">上传户口簿配偶页</view>
- </view>
- </view>
- </uni-forms-item>
- </view>
- </view>
- <!-- 反担保人信息 -->
- <view v-if="stepval==3">
- <!-- 担保类型 -->
- <view class="addtit mt3"><text>*</text>担保类型</view>
- <view class="bgf plr12">
- <picker range-key='label' :value="qyidx" :range="qylist" class="isborder" @change='bindDateChangea'>
- <uni-forms-item label="担保类型" name="qymc">
- <view class="lbtabp">
- <view v-if="datainfo.qymcid&&!qymc">{{statusFormat(datainfo.qymcid,qylist,'qy')}}</view>
- <view v-else :class="qymc?'':'coa'">{{qymc||"请选择担保类型"}}</view>
- <image :src="hrimg" class="rimg"></image>
- </view>
- </uni-forms-item>
- </picker>
- </view>
- <!-- 反担保人基本信息 -->
- <view class="addtit mt3"><text>*</text>反担保人基本信息</view>
- <view class="bgf plr12">
- <uni-forms-item label="身份证" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="cardz" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit atit">上传人像面</view>
- </view>
- <view class="phoboxa">
- <view class="photop">
- <image :src="cardf" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit">上传国徽面</view>
- </view>
- </view>
- </uni-forms-item>
- <uni-forms-item label="姓名" name="email">
- <uni-easyinput v-model="datainfo.email" :inputBorder='false' placeholder="自动识别" />
- </uni-forms-item>
- <uni-forms-item label="身份证号" name="email">
- <uni-easyinput v-model="datainfo.email" :inputBorder='false' placeholder="自动识别" />
- </uni-forms-item>
- <uni-forms-item label="手机号码" name="email">
- <uni-easyinput v-model="datainfo.email" type="number" :inputBorder='false' placeholder="请输入手机号码" />
- </uni-forms-item>
- </view>
- <!-- * 反担保人家庭婚姻信息 -->
- <view class="addtit mt3"><text>*</text>反担保人家庭婚姻信息</view>
- <view class="bgf plr12">
- <picker range-key='label' :value="qyidx" :range="qylist" class="isborder" @change='bindDateChangea'>
- <uni-forms-item label="婚姻状态" name="qymc">
- <view class="lbtabp">
- <view v-if="datainfo.qymcid&&!qymc">{{statusFormat(datainfo.qymcid,qylist,'qy')}}</view>
- <view v-else :class="qymc?'':'coa'">{{qymc||"请选择婚姻状态"}}</view>
- <image :src="hrimg" class="rimg"></image>
- </view>
- </uni-forms-item>
- </picker>
- <uni-forms-item label="配偶身份证" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="cardz" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit atit">上传人像面</view>
- </view>
- <view class="phoboxa">
- <view class="photop">
- <image :src="cardf" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit">上传国徽面</view>
- </view>
- </view>
- </uni-forms-item>
- <uni-forms-item label="配偶姓名" name="email">
- <uni-easyinput v-model="datainfo.email" :inputBorder='false' placeholder="自动识别" />
- </uni-forms-item>
- <uni-forms-item label="配偶身份证号" name="email">
- <uni-easyinput v-model="datainfo.email" :inputBorder='false' placeholder="自动识别" />
- </uni-forms-item>
- </view>
- <!-- * 反担保人婚姻证明-->
- <view class="addtit mt3"><text>*</text>反担保人婚姻证明</view>
- <view class="bgf plr12">
- <uni-forms-item label="结婚证" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="jhico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit atit">上传结婚证</view>
- </view>
- </view>
- </uni-forms-item>
- </view>
- <!-- * 反担保人户口簿信息-->
- <view class="addtit mt3"><text>*</text>反担保人户口簿信息</view>
- <view class="bgf plr12">
- <uni-forms-item label="户口簿首页" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="hkico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit atit">上传户口簿第一页</view>
- </view>
- </view>
- </uni-forms-item>
- <uni-forms-item label="户口簿单页" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="hkico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit atit">上传户口簿本人页</view>
- </view>
- <view class="phoboxa">
- <view class="photop">
- <image :src="hkico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- </view>
- <view class="photit atit">上传户口簿配偶页</view>
- </view>
- </view>
- </uni-forms-item>
- </view>
- <!-- * 反担保人信用担保证明-->
- <view class="addtit mt3">反担保人信用担保证明</view>
- <view class="bgf plr12">
- <uni-forms-item name="iszcy">
- <view class="labtxt">个人工作证明
- <text>(选填)</text>
- </view>
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="zico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- <image :src="delimg" class="delimg"></image>
- </view>
- <view class="photit atit">上传个人工作证明</view>
- </view>
- </view>
- </uni-forms-item>
- <uni-forms-item label="身份证复印件" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="cardz" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- <image :src="delimg" class="delimg"></image>
- </view>
- <view class="photit atit">上传身份证复印件</view>
- </view>
- </view>
- </uni-forms-item>
- <uni-forms-item label="个人征信报告" name="iszcy">
- <view class="phobox">
- <view class="phoboxa">
- <view class="photop">
- <image :src="zico" class="bgimg"></image>
- <image :src="phoicon" class="addimg"></image>
- <image :src="delimg" class="delimg"></image>
- </view>
- <view class="photit atit">上传个人征信报告</view>
- </view>
- </view>
- </uni-forms-item>
- </view>
- </view>
- <!-- 添加附件 -->
- <view v-if="stepval==4">
- <!-- 附件信息 -->
- <view class="addtit mt3">
- <view @click="getDbclFn" class="flexc">附件信息<image :src="ywicon" class="ywimg"></image></view>
- </view>
- <!-- 委托担保申请书 -->
- <view class="bgf plr12">
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit"><text>*</text>委托担保申请书</view>
- <view class="fbtns cof64">
- <image :src="downimg" class="downimg"></image>下载模板
- </view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="filelist&&filelist.length">
- <view class="fjlists" v-for="(ite,idx) in filelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- </view>
- <!-- 股东会议纪要 -->
- <view class="bgf plr12 mt12">
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit"><text>*</text>股东会议纪要<text class="mtxt" v-if="sqtype=='gr'">(须面签)</text></view>
- <view class="fbtns cof64">
- <image :src="downimg" class="downimg"></image>下载模板
- </view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- </view>
- <!-- 上一年度财务报表 -->
- <view class="bgf plr12 mt12">
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit"><text>*</text>上一年度财务报表</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- <!-- 企业 end---->
- <view class="fjbox" v-if="sqtype=='qy'">
- <view class="fjtop flext">
- <view class="ftit"><text>*</text>当期财务报表</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- <!-- 企业 end-->
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit">上一年度审计报告</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- </view>
- <!-- 是否免税企业 -->
- <view class="bgf plr12 mt12">
- <view class="fjbox">
- <picker range-key='label' :value="ywidx" :range="sfList" @change='bindDateChangeb'>
- <view class="fjtop flexc chek">
- <view class="ftit"><text>*</text>是否免税企业</view>
- <view v-if="datainfo.msqy&&!qymc">{{statusFormat(datainfo.msqy,qylist,'qy')}}</view>
- <view v-else :class="msqy?'':'coa'">{{msqy||"请选择是/否"}}</view>
- <image :src="hrimg" class="rimg"></image>
- </view>
- </picker>
- </view>
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit">纳税证明</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit">近三月银行对账单</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- </view>
- <!-- 主要账户银行流水 -->
- <view class="bgf plr12 mt12">
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit"><text>*</text>主要账户银行流水</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- </view>
- <!-- 购销合同 -->
- <view class="addtit tips">提供能够反映企业资金流向的法人或控股股东不低于半年的个人 主要账户银行流水</view>
- <view class="bgf plr12 ">
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit"><text>*</text>购销合同</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit"><text>*</text>当前从事项目情况证明</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- </view>
- <!-- 企业基本注册信息查询单 -->
- <view class="bgf plr12 mt12">
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit"><text>*</text>企业基本注册信息查询单</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- </view>
- <!-- 企业基本注册信息查询单 -->
- <view class="bgf plr12 mt12">
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit">企业固定资产证明</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit">法人资产证明(房产)</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit">法人资产证明(地产)</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit">法人资产证明(车辆)</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- </view>
- <!-- 反担保抵(质)押物复印件 -->
- <view class="bgf plr12 mt12">
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit">反担保抵(质)押物复印件</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- </view>
- <!-- 代理相关品牌授权书 -->
- <view class="addtit tips">机械设备需提供发票原件;若上传附件,后期则需提供证明</view>
- <view class="bgf plr12 ">
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit">代理相关品牌授权书</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit">代理相关品牌合同(商业)</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit">生产经营许可证(工业)</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- </view>
- <!-- 水电费发票 -->
- <view class="addtit tips">例如:塑料包装行业《印刷经营许可证》、食品卫生行业《卫生 许可证》、环保达标认定表原件(工业)</view>
- <view class="bgf plr12 ">
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit"><text>*</text>水电费发票(一年)</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- </view>
- <!-- 人员工资表 -->
- <view class="bgf plr12 mt12">
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit"><text>*</text> 人员工资表</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- </view>
- <!-- 纳税申报表 -->
- <view class="bgf plr12 mt12">
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit"><text>*</text> 纳税申报表</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- <view class="fjbox">
- <view class="fjtop flext">
- <view class="ftit"><text>*</text>完税证明</view>
- <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
- @progress="" @uploadEnd="onuploadEnd" >
- <view class="fbtns co0a" :style="{width: width,height: height}">
- <image :src="upimg"></image>上传附件
- </view>
- </lsj-upload>
- </view>
- <view class="mt8" v-if="gdfilelist&&gdfilelist.length">
- <view class="fjlists" v-for="(ite,idx) in gdfilelist" :key='idx'>
- <view class="flext" @click="getDown(ite.url)">
- <view class="imgl"><image :src="filico" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="fdelimg"></image>
- </view>
- </view>
- </view>
- </view>
- </view>
-
- </view>
-
- </uni-forms>
- <!-- btnd -->
- <view class="addbtns">
- <view class="addlbtn"><image :src="zancio"></image>暂存</view>
- <view class="addrbtn">下一步</view>
- <view class="addrbtn" @click="getSubmit">提交</view>
- </view>
- <!-- <pop-up type='1'></pop-up> -->
- <block v-if="lookflag">
- <view class="bgbox" @click="lookflag=false" ></view>
- <image :src="lookico" class="looimg" @click="getPreview(lookico)"></image>
- </block>
-
- </view>
- </template>
- <script>
- import config from '@/config'
- const baseUrl = config.baseUrl
- import popUp from "@/work/components/popup/popup.vue"
- import stepBar from "@/components/toptab/stepbar.vue"
- import { getToken } from '@/utils/auth'
- import {uploadmore,selectValueKey} from '@/utils/common.js'
- import { checkPermi, checkRole } from "@/utils/permission"; // 权限判断函数
- export default{
- components:{stepBar,popUp},
- data(){
- return{
- //附件
- option: {
- // 上传服务器地址,需要替换为你的接口地址
- url: baseUrl+'/common/upload', // 该地址非真实路径,需替换为你项目自己的接口地址
- // 上传附件的key
- name: 'file',
- // 根据你接口需求自定义请求头,默认不要写content-type,让浏览器自适配
- header: {
- // 示例参数可删除
- 'Authorization': 'Bearer ' + getToken(),
- },
- // 根据你接口需求自定义body参数
- formData: {}
- },
- // 选择文件后是否立即自动上传,true=选择后立即上传
- instantly: true,
- // 必传宽高且宽高应与slot宽高保持一致
- width: '',
- height: '100rpx',
- // 限制允许上传的格式,空串=不限制,默认为空
- formats: 'doc,docx,xls,xlsx,ppt,txt,pdf,zip,rar,word,png,jpg,jpeg',
- // 文件上传大小限制
- size: 100,
- // 文件数量限制 默认10
- count: 5,
- // 文件回显列表
- files: new Map(),
- // 微信小程序Map对象for循环不显示,所以转成普通数组,不要问为什么,我也不知道
- wxFiles: [],
- // 是否打印日志
- debug: false,
- filelist:[{name:'安徽省龙之源纯净水有限公司0403委托担保申请书.pdf',url:'2122'}],
- gdfilelist:[],
-
- hrimg:require('@/work/static/images/hrimg.png'),
- ywicon:require('@/work/static/images/busin/ywicon.png'),
- delimg:require('@/work/static/images/del.png'),
- lookico:require('@/work/static/images/busin/lookico.png'),
- phoicon:require('@/work/static/images/busin/phoicon.png'),
- zico:require('@/work/static/images/busin/zico.png'),
- cardz:require('@/work/static/images/busin/cardz.png'),
- cardf:require('@/work/static/images/busin/cardf.png'),
- addgd:require('@/work/static/images/busin/addgd.png'),
- jhico:require('@/work/static/images/busin/jhico.png'),
- hkico:require('@/work/static/images/busin/hkico.png'),
- zancio:require('@/work/static/images/zancio.png'),
- downimg:require('@/work/static/images/down.png'),
- upimg:require('@/work/static/images/fup.png'),
- filico:require('@/work/static/images/filico.png'),
- fdelimg:require('@/work/static/images/del.png'),
- steps:[{tit:'申请额度',status:2},{tit:'企业信息',status:1},{tit:'法人信息',status:0},{tit:'反担保人信息',status:0},{tit:'添加附件',status:0},],
- stepval:1,
- datainfo:{
- qymcid:1,
- hylx:'',
- hylxid:'',
- iszcy:'0',
- },
- qymc:'',
- msqy:'',
- qyidx:0,
- ywidx:0,
- rules:{
- bonusType: {rules: [{required: true,errorMessage: '请选择加分类型'} ]},
- // score: {rules: [{required: true,errorMessage: '请输入分值'} ]},
- // bonusReason: {rules: [{required: true,errorMessage: '请输入加分事由'} ]},
- },
- gdlist:[{cardz:'',cardf:''}],
- qylist:[{label:"招商企业",value:0},{label:"建造业",value:1},],
- sfList:[{text: '是',value: '0'},{text: '否',value: '1'}],
- ywList:[{label: '有',value: '0'},{label: '无',value: '1'}],
- actcolor:'#00A9F0',
- sqtype:'gr',//个人 ,企业,
- lookflag:false,
- }
- },
- onUnload(){
- uni.$off('refreshtalb')
- },
- onLoad(e) {
- uni.$on('refreshtalb', (e) => {
- this.datainfo.hylx=e.categoryName
- this.datainfo.hylxid=e.categoryId
- })
- },
- methods:{
- checkPermi, checkRole,
- getDbclFn(){
- this.$tab.navigateTo("/work/pages/prove/dbcltips")
- },
- getDelphtFn(){
-
- },
- getLook(){
-
- },
- getPreview(url) {
- var newArr=[];
- newArr.push(url)
- uni.previewImage({
- urls: newArr,
- current:0,
- success: function(data) {
-
- },
- fail: function(err) {
-
- }
- });
- },
- showImg(){
- this.lookflag=true
- },
- getTalbFn(){
- var obj={
- id:this.datainfo.hylxid,
- name:this.datainfo.hylx,
- }
- this.$tab.navigateTo('/work/pages/business/talbclass?data='+encodeURIComponent(JSON.stringify(obj)))
- },
- getAddGdFn(){
- var obj = {cardz:'',cardf:''}
- this.gdlist.push(obj);
- },
- statusFormat(ite,list,type) {
- var aite=selectValueKey(list, ite);
- if(type=='qy'){
- this.qyidx=aite.key
- }
- return aite.actions;
- },
- bindDateChangea(e){
- var val=e.detail.value;
- this.qymc=this.qylist[val].label;
- this.datainfo.qymcid=this.qylist[val].value;
- },
- getSubmit(){
- var that=this;
- this.$tab.navigateTo('/work/pages/success')
- this.$refs.form.validate().then(res => {
-
- // var params=that.datainfo;
- // params.userId=that.userId;
- // getBonusEditFn(params).then(res=>{
- // if(res.code==200){
- // that.$toast("履职加分修改成功")
-
- // setTimeout(function(){
- // uni.$emit('lzrefreshlist')
- // uni.navigateBack({
- // delta:1
- // })
- // },1200)
- // }
- // })
- })
- },
- getaddImage(e){
- let that = this;
- let file =[],count=9
- // if(e=='zj'){
- // file = that.zjfile;
- // count=9
- // }else{
- // file = that.mjfile;
- // count=9
- // }
- uni.chooseImage({
- count: 1,
- success:function(res){
- let img= res.tempFilePaths;
- if(img.length + file.length > count){
- uni.showToast({
- title: '最多上传'+count+'张图片',
- icon: 'none',
- duration: 2000
- })
- }else{
- let imglen = res.tempFilePaths.length;
- var fuwufile = [];
- uploadmore('/common/upload',img,0,0,0,imglen,fuwufile,function(rs){
- if(e=='zj'){
- that.zjfile = that.zjfile.concat(rs);
- that.datainfo.identificationPhoto=that.zjfile.join(',')
- }
- })
- }
- }
- });
- },
- onuploadEnd(item) {
- var newobj={}
- var responseText=JSON.parse(item.responseText)
- newobj.name=responseText.originalFilename;
- newobj.url=responseText.fileName;
- this.filelist.push(newobj)
- this.datainfo.zxFjList=JSON.parse(JSON.stringify(this.filelist))
- },
- getDelFj(idx){
- var that=this;
- uni.showModal({
- title: '确认删除',
- content: "是否确认删除",
- cancelText: '取消',
- confirmText: '确认',
- success: function(res) {
- if (res.confirm) {
- that.filelist.splice(idx,1)
- that.datainfo.zxFjList=JSON.parse(JSON.stringify(that.filelist))
- } else if (res.cancel) {
- }
- }
- });
- },
- getDown(e){
- uni.showLoading({
- title: '加载中'
- });
- var url=baseUrl+e;
- uni.downloadFile({
- url: url,//文件的下载路径
- success(result) {
- uni.hideLoading()
- var filePath = result.tempFilePath;
- uni.openDocument({
- filePath: filePath,
- showMenu: true,
- success: function (res) {
- // console.log('打开文档成功');
- }
- });
- },
- fail(res) {uni.hideLoading()}
- })
- },
- }
- }
- </script>
- <style lang="scss" scoped>
- .addbox /deep/ .uni-forms-item{min-height: 112rpx;box-sizing: border-box;display: flex;align-items: center;margin-bottom: 0;border-bottom: 2rpx solid #E6E6E6;padding:18rpx 0;position: relative;}
- .addbox .bgf /deep/ .uni-forms-item:last-child{border-bottom: none;}
- .addbox /deep/ .uni-forms-item__label{font-weight: bold;font-size: 32rpx;color: #161616;flex: 0 0 auto;width: auto !important;padding-left: 12rpx;min-width: 240rpx;box-sizing: border-box;}
- .addbox /deep/ .uni-easyinput{flex: 1;text-align: left;font-size: 30rpx;color: #222327;}
- .addbox /deep/ .uni-easyinput__content-textarea{min-height: 40rpx;font-size: 30rpx;}
- .addbox /deep/ .uni-easyinput__placeholder-class{font-size: 30rpx;color: #AAAAAA;}
- .addbox /deep/ .uni-input-input{font-size: 30rpx;}
- .addbox /deep/ .uni-easyinput__content-input{padding-left: 0 !important;}
- .addbox /deep/ .uni-textarea-textarea{font-size: 30rpx;}
- .isborder{border-bottom: 2rpx solid #E6E6E6;}
- .labtxt{font-weight: bold;font-size: 32rpx;color: #161616;flex: 0 0 auto;width: auto !important;padding-left: 12rpx;width: 240rpx;box-sizing: border-box;
- position: absolute;left: -240rpx;top:50%;transform: translateY(-50%);
- text{color: #AAAAAA;font-size: 26rpx;font-weight: normal;display: block;}
- }
- .addbox{padding: 140rpx 0 136rpx;
- .addtit{font-weight: bold;padding: 18rpx 34rpx;font-size: 26rpx;color: #666666;
- text{color: #DF0303;margin-right: 8rpx;}
- .ywimg{width: 30rpx;height: 30rpx;margin-left: 16rpx;}
- &.tips{font-weight: 500;font-size: 24rpx;color: #FF6969;}
- }
- .lbtabp{
- display: flex;align-items: center;
- view{flex: 1;font-size: 30rpx;color: #222327;}
- .rimg{flex: 0 0 auto;width: 16rpx;height: 26rpx;flex: 0 0 auto;margin-left: 18rpx;}
- }
- .ywicon{font-weight: 400;font-size: 26rpx;color: $com-cd3;padding-right: 14rpx;
- image{width: 26rpx;height: 26rpx;margin-right: 8rpx;}
- }
- // 上传样式
- .phobox{display: flex;flex-wrap: wrap;justify-content: space-between;
- .phoboxa{display: flex;flex-direction: column;align-items: center;margin: 10rpx 26rpx 0 0;padding-bottom: 4rpx;position: relative;min-height: 176rpx;box-sizing: border-box;
- .photop{width: 200rpx;height: 126rpx;position: relative;
- .bgimg{width: 100%;height: 100%;}
- .addimg{width: 34rpx;height: 30rpx;position: absolute;left: 50%;margin-left: -17rpx;top: 50%;margin-top: -15rpx;}
- .delimg{position: absolute;width: 24rpx;height: 24rpx;right: -12rpx;top: -12rpx;}
- }
- .photit{font-weight: 500;font-size: 20rpx;color: #AAAAAA;margin-top: 18rpx;max-width:200rpx;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
- &.atit{position: absolute;left: 50%;transform: translate(-50%);bottom: 4rpx;word-break: keep-all;max-width: none;}
- }
- }
- }
- .addgdbox{padding: 34rpx 10rpx 36rpx;}
- .addbtns{
- width: 100%;height: 100rpx;position: fixed;left: 0;right: 0;bottom: 0;display: flex;
- .addlbtn{background-color: #ffffff;font-weight: 500;justify-content: center;
- font-size: 30rpx;color: $com-cd3;display: flex;align-items: center;width: 232rpx;flex: 0 0 auto;height: 100rpx;
- image{width: 32rpx;height: 32rpx;margin-right: 12rpx;}
- }
- .addrbtn{flex: 1;height: 100rpx;background: $com-cd3;font-weight: bold;
- font-size: 30rpx;display: flex;align-items: center;justify-content: center;
- color: #FFFFFF;}
- }
- // 附件
- .fjbox{padding: 24rpx 0;
- min-height: 150rpx;border-bottom: 2rpx solid #E6E6E6;box-sizing: border-box;
- &:last-child{border-bottom: none;}
- .fjtop{
- &.chek{
- .chtit{flex: 1;font-size: 30rpx;color: #222327;text-align: right;}
- .rimg{flex: 0 0 auto;width: 16rpx;height: 26rpx;flex: 0 0 auto;margin-left: 18rpx;}
- }
- .ftit{font-weight: bold;font-size: 32rpx;color: #161616;flex: 1;padding:28rpx 0;
- text{color: #DF0303;margin-right: 8rpx;}
- .mtxt{color: #AAAAAA;font-size: 26rpx;}
- }
- .fbtns{font-weight: 500;font-size: 26rpx;padding-right: 12rpx;margin-left: 36rpx;display: flex;align-items: center;height: 100rpx;justify-content: center;
- image{width: 22rpx;height: 22rpx;margin-right: 10rpx;
- &.downimg{width: 20rpx;}
- }
- }
- }
-
-
- }
- // 18
- .fjlists {display: flex;align-items: flex-start;justify-content: space-between;margin-bottom: 12rpx;
- // image{flex: 0 0 auto;}
- .imgl{width: 40rpx;height: 40rpx;display: flex;align-items: center;flex: 0 0 auto;
- image{width: 26rpx;height: 24rpx;}
- }
- .tit{font-size: 24rpx;color: #222327;font-weight: 500;margin-top: 4rpx;}
- .delimg{width: 40rpx;height:40rpx;margin-left: 16rpx;display: flex;align-items: center;justify-content: center;flex: 0 0 auto;
- image{width: 24rpx;height: 24rpx;}
- }
- }
- }
- // 标准
- .looimg{width: 100%;height: 400rpx;position: fixed;left: 0;right: 0;top: 50%;margin-top: -200rpx;z-index: 10;}
- </style>
|