You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

135 lines
6.4 KiB

3 years ago
<!--pages/release/companyAuth/index.wxml-->
<view class="auth-page">
<view class="is-legal-box">
<view class="acea-row row-between row-middle">
<view>申请人是否为企业法人</view>
<radio-group bindchange="radioClick" class="acea-row row-between row-middle">
<label>
3 years ago
<radio value="1" checked="{{form.isLegalPerson == 1}}"></radio>是
3 years ago
</label>
<label>
3 years ago
<radio value="0" checked="{{form.isLegalPerson == 0}}"></radio>否
3 years ago
</label>
</radio-group>
</view>
3 years ago
<view class="authbook-box" wx:if="{{form.isLegalPerson == 0}}">
3 years ago
<view class="tips">非法人申请需上传加盖公章的申请授权书</view>
<view class="upload-box acea-row row-between">
3 years ago
<image src="../../../images/renzheng/sq.png" wx:if="{{form.authorizationPath == ''}}" bindtap="upCard" data-type="ap"></image>
<image src="{{form.authorizationPath}}" wx:else bindtap="upCard" data-type="ap"></image>
<image src="../../../images/renzheng/sqs.png" bindtap="prevImg"></image>
3 years ago
</view>
</view>
</view>
<view class="splitLine"></view>
<view class="company-info-box">
<view class="title">企业信息</view>
<view class="form-item acea-row row-between row-middle">
<view class="label">主体类型</view>
<view class="inp-box">
<input type="text" value="企业" disabled="disabled" />
</view>
</view>
<view class="form-item acea-row row-between row-middle">
<view class="label">企业名称</view>
<view class="inp-box">
3 years ago
<input type="text" value="{{form.enterpriseName}}" bindinput="inpChange" data-type="enterpriseName" placeholder="请填写企业名称" />
3 years ago
</view>
</view>
<view class="form-item acea-row row-between row-middle">
<view class="label">信用代码</view>
<view class="inp-box">
3 years ago
<input type="text" value="{{form.creditCode}}" bindinput="inpChange" data-type="creditCode" placeholder="13位或18位数字及大写字母" />
3 years ago
</view>
</view>
<view class="form-item acea-row row-between row-middle">
<view class="label">所在行业</view>
3 years ago
<view class="inp-box acea-row row-right row-middle" bindtap="toProfession">
<!-- <input type="text" value="{{form.profession}}" disabled="true" placeholder="请选择" />
<image src="../../../images/home/arrow-r.png" class="arrorR"></image> -->
3 years ago
</view>
</view>
<view class="form-item acea-row row-between row-middle">
<view class="label">企业规模</view>
<view class="inp-box">
3 years ago
<picker bindchange="bindPickerChange" value="{{form.enterpriseScale}}" range="{{scaleArr}}">
<view class="picker">{{form.enterpriseScale}}</view>
3 years ago
</picker>
</view>
</view>
<view class="form-item noBorder">
<view class="label">营业执照</view>
<view class="inp-box yyzz">
3 years ago
<image src="../../../images/renzheng/yyzz.png" wx:if="{{form.businessLicense == ''}}" bindtap="upCard" data-type="bl"></image>
<image src="{{form.businessLicense}}" wx:else bindtap="upCard" data-type="bl"></image>
3 years ago
</view>
</view>
</view>
<view class="splitLine"></view>
<view class="company-info-box">
<view class="title">对公银行信息</view>
<view class="form-item acea-row row-between row-middle">
<view class="label">银行账号</view>
<view class="inp-box">
3 years ago
<input type="text" value="{{form.bankAccount}}" bindinput="inpChange" bindblur="checkBank" data-type="bankAccount" placeholder="银行账号" />
3 years ago
</view>
</view>
<view class="form-item acea-row row-between row-middle">
<view class="label">开户银行</view>
<view class="inp-box">
3 years ago
<input type="text" value="{{form.bankName}}" bindinput="inpChange" data-type="bankName" placeholder="请填写开户银行"/>
3 years ago
</view>
</view>
<view class="form-item acea-row row-between row-middle">
<view class="label">开户网点</view>
<view class="inp-box">
3 years ago
<input type="text" value="{{form.bankBranch}}" bindinput="inpChange" data-type="bankBranch" placeholder="请填写开户网点"/>
3 years ago
</view>
</view>
</view>
<view class="splitLine"></view>
<view class="company-info-box">
<view class="title">法人/申请人信息</view>
<view class="form-item acea-row row-between row-middle">
<view class="label">姓名</view>
<view class="inp-box">
3 years ago
<input type="text" value="{{form.legalPersonName}}" bindinput="inpChange" data-type="name" placeholder="请填写姓名" />
3 years ago
</view>
</view>
<view class="form-item acea-row row-between row-middle">
<view class="label">手机号</view>
<view class="inp-box">
3 years ago
<input type="text" value="{{form.legalPhone}}" bindinput="inpChange" data-type="phone" placeholder="请填写手机号" />
3 years ago
</view>
</view>
<view class="form-item acea-row row-between row-middle">
<view class="label">身份证号</view>
<view class="inp-box">
3 years ago
<input type="text" value="{{form.legalPersonIdcard}}" bindinput="inpChange" data-type="idcard" placeholder="请填写身份证号" />
3 years ago
</view>
</view>
<view class="form-item noBorder">
<view class="label">身份证</view>
<view class="inp-box sfz">
<view class="acea-row row-between-wrapper">
3 years ago
<image src="../../../images/renzheng/sfz1.png" bindtap="upCard" data-type="b" wx:if="{{form.idcardPicBehind == ''}}"></image>
<image src="{{form.idcardPicBehind}}" bindtap="upCard" data-type="b" wx:else></image>
3 years ago
<image src="../../../images/renzheng/sfzb.png"></image>
</view>
<view class="acea-row row-between-wrapper">
3 years ago
<image src="../../../images/renzheng/sfz2.png" bindtap="upCard" data-type="f" wx:if="{{form.idcardPicFront == ''}}"></image>
<image src="{{form.idcardPicFront}}" bindtap="upCard" data-type="f" wx:else></image>
3 years ago
<image src="../../../images/renzheng/sfzz.png"></image>
</view>
<view class="acea-row row-between-wrapper">
3 years ago
<image src="../../../images/renzheng/sfz3.png" bindtap="upCard" data-type="h" wx:if="{{form.idcardPicHold == ''}}"></image>
<image src="{{form.idcardPicHold}}" bindtap="upCard" data-type="h" wx:else></image>
3 years ago
<image src="../../../images/renzheng/sfzs.png"></image>
</view>
</view>
</view>
</view>
3 years ago
<view class="submit-btn" bindtap="submit">保存并提交</view>
3 years ago
</view>