|
@@ -0,0 +1,82 @@
|
|
|
|
+<nav-bar navbar-data='{{nvabarData}}'></nav-bar>
|
|
|
|
+<view class="home">
|
|
|
|
+ <view class="main">
|
|
|
|
+ <view class="form">
|
|
|
|
+ <form bindsubmit="formSubmit" bindreset="formReset">
|
|
|
|
+ <view class='input-content'>
|
|
|
|
+ <view class="input-col">
|
|
|
|
+ <label>统一社会信用代码</label>
|
|
|
|
+ <input class="one" type='text' name="phone" placeholder='请输入' placeholder-style="color:#888888;"></input>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="input-col">
|
|
|
|
+ <label>法人代表</label>
|
|
|
|
+ <input class="two" type='text' name="phone" placeholder='请输入' placeholder-style="color:#888888;"></input>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="input-col">
|
|
|
|
+ <label>成立日期</label>
|
|
|
|
+ <input class="three" type='text' name="phone" placeholder='请输入' placeholder-style="color:#888888;"></input>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="input-col">
|
|
|
|
+ <label>营业到期日期</label>
|
|
|
|
+ <input class="four" type='text' name="phone" placeholder='请输入' placeholder-style="color:#888888;"></input>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="input-col">
|
|
|
|
+ <label>企业类型</label>
|
|
|
|
+ <input class="five" type='text' name="phone" placeholder='请输入' placeholder-style="color:#888888;"></input>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="input-col">
|
|
|
|
+ <label>企业名称</label>
|
|
|
|
+ <input class="six" type='text' name="phone" placeholder='请输入' placeholder-style="color:#888888;"></input>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="input-col">
|
|
|
|
+ <label>注册资本</label>
|
|
|
|
+ <input class="seven" type='text' name="phone" placeholder='请输入' placeholder-style="color:#888888;"></input>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="input-col">
|
|
|
|
+ <label>资产总额</label>
|
|
|
|
+ <input class="eight" type='text' name="phone" placeholder='请输入' placeholder-style="color:#888888;"></input>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="input-col">
|
|
|
|
+ <label>营业收入</label>
|
|
|
|
+ <input class="nine" type='text' name="phone" placeholder='请输入' placeholder-style="color:#888888;"></input>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="input-col">
|
|
|
|
+ <label>从业人员数量</label>
|
|
|
|
+ <input class="ten" type='text' name="phone" placeholder='请输入' placeholder-style="color:#888888;"></input>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="input-col">
|
|
|
|
+ <label>企业所属类型</label>
|
|
|
|
+ <input class="eleven" type='text' name="phone" placeholder='请输入' placeholder-style="color:#888888;"></input>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="input-col">
|
|
|
|
+ <label>公司行业</label>
|
|
|
|
+ <input class="twelve" type='text' name="phone" placeholder='请输入' placeholder-style="color:#888888;"></input>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="input-col">
|
|
|
|
+ <label>企业所属地</label>
|
|
|
|
+ <input class="thirth" type='text' name="phone" placeholder='请输入' placeholder-style="color:#888888;"></input>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="input-col">
|
|
|
|
+ <label>经营地址</label>
|
|
|
|
+ <input class="fourth" type='text' name="phone" placeholder='请输入' placeholder-style="color:#888888;"></input>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="input-col">
|
|
|
|
+ <label class="textarea">注册地址</label>
|
|
|
|
+ <textarea bindblur="bindTextAreaBlur" class="sixth" name="phone" maxlength="500" placeholder="500字以内" placeholder-style="color:#888888;" />
|
|
|
|
+ </view>
|
|
|
|
+ <view class="input-col">
|
|
|
|
+ <label class="textarea">经营范围</label>
|
|
|
|
+ <textarea bindblur="bindTextAreaBlur" class="sixth" name="phone" maxlength="500" placeholder="500字以内" placeholder-style="color:#888888;" />
|
|
|
|
+ </view>
|
|
|
|
+ <view class="input-col">
|
|
|
|
+ <label class="textarea">企业简介</label>
|
|
|
|
+ <textarea required bindblur="bindTextAreaBlur" class="sixth" name="phone" maxlength="500" placeholder="500字以内" placeholder-style="color:#888888;" />
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="save">
|
|
|
|
+ <button class='save-btn' form-type="submit">认证</button>
|
|
|
|
+ </view>
|
|
|
|
+ </form>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+</view>
|