...
|
...
|
@@ -31,7 +31,7 @@ |
|
|
<label class="col-sm-2 control-label">成立日期 <span class="red">*</span></label>
|
|
|
<div class="col-sm-3">
|
|
|
<input type="text" id="foundTime" jsaction="date" placeholder="成立日期"
|
|
|
class="form-control" readonly required value="<%data.foundTime%>" style="background-color: #fff">
|
|
|
class="form-control" required value="<%data.foundTime%>" style="background-color: #fff">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
...
|
...
|
@@ -77,7 +77,7 @@ |
|
|
<label class="col-sm-2 control-label">营业执照电子版 <span class="red">*</span></label>
|
|
|
<div class="col-sm-8">
|
|
|
<input type="file" id="businessLicense" name="businessLicense"
|
|
|
value="<%data.businessLicense%>" required>
|
|
|
value="<%data.businessLicense%>" required extend="gif,png,jpg,jpeg,pdf">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
...
|
...
|
@@ -85,7 +85,7 @@ |
|
|
<label class="col-sm-2 control-label">组织机构代码证 <span class="red">*</span></label>
|
|
|
<div class="col-sm-8">
|
|
|
<input type="file" id="businessLicensePic" name="businessLicensePic"
|
|
|
value="<%data.businessLicensePic%>" required>
|
|
|
value="<%data.businessLicensePic%>" required extend="gif,png,jpg,jpeg,pdf">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
...
|
...
|
@@ -93,7 +93,7 @@ |
|
|
<label class="col-sm-2 control-label">税务登记证 <span class="red">*</span></label>
|
|
|
<div class="col-sm-8">
|
|
|
<input type="file" id="taxCertificate" name="taxCertificate"
|
|
|
value="<%data.taxCertificate%>" required>
|
|
|
value="<%data.taxCertificate%>" required extend="gif,png,jpg,jpeg,pdf">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
...
|
...
|
@@ -101,7 +101,7 @@ |
|
|
<label class="col-sm-2 control-label">开户许可证 <span class="red">*</span></label>
|
|
|
<div class="col-sm-8">
|
|
|
<input type="file" id="accountOpeningLicense" name="accountOpeningLicense"
|
|
|
value="<%data.accountOpeningLicense%>" required>
|
|
|
value="<%data.accountOpeningLicense%>" required extend="gif,png,jpg,jpeg,pdf">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
...
|
...
|
@@ -119,14 +119,14 @@ |
|
|
<div class="col-sm-8">
|
|
|
<input type="file" id="taxpayerQualificationCertificate"
|
|
|
name="taxpayerQualificationCertificate"
|
|
|
value="<%data.taxpayerQualificationCertificate%>">
|
|
|
value="<%data.taxpayerQualificationCertificate%>" extend="gif,png,jpg,jpeg,pdf">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="form-group">
|
|
|
<label class="col-sm-2 control-label">行业许可证</label>
|
|
|
<div class="col-sm-8">
|
|
|
<input type="file" id="industryLicense" name="industryLicense" value="<%data.industryLicense%>">
|
|
|
<input type="file" id="industryLicense" name="industryLicense" value="<%data.industryLicense%>" extend="gif,png,jpg,jpeg,pdf">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
...
|
...
|
|