| xqd
@@ -294,7 +294,7 @@
|
|
|
<span class="input-group-addon">邮箱:</span>
|
|
|
<input type="text" class="form-control" name="email" id="email" placeholder="请输入邮箱" required>
|
|
|
</div>
|
|
|
- <div class="col-xs-10 col-lg-4 input-group" style="display:flex">
|
|
|
+ <!-- <div class="col-xs-10 col-lg-4 input-group" style="display:flex">
|
|
|
<span class="input-group-addon" style="width: 21%;line-height: 20px;font-size: 10px;">手机号</span>
|
|
|
<input style="display:inline-block;width:34%;font-size: 10px;" class="btn btn-default" id="fasong" value="获取验证码" onclick="yanzhengma()">
|
|
|
<input style="width: 45%;" type="text" name="mobile" id="mobile" class="form-control" placeholder="请输入手机号" required="">
|
| xqd
@@ -302,7 +302,7 @@
|
|
|
<div id="yzma" class="col-xs-10 col-lg-4 input-group">
|
|
|
<span class="input-group-addon">验证码:</span>
|
|
|
<input type="text" name="verify" id="verify" class="form-control" placeholder="请输入验证码" required="">
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="col-xs-10 col-lg-4 input-group">
|
|
|
<span class="input-group-addon">住址:</span>
|
|
|
<input type="text" class="form-control" name="address" id="address" placeholder="请输入住址" required>
|
| xqd
@@ -319,13 +319,13 @@
|
|
|
</div>
|
|
|
<label for="name">样本类型:</label>
|
|
|
<div class="checkbox">
|
|
|
- <label><input type="checkbox" value="l1" name="gender[]">EDTA抗凝静脉血</label>
|
|
|
+ <label><input type="checkbox" value="l1" name="sample_type[]">EDTA抗凝静脉血</label>
|
|
|
</div>
|
|
|
<div class="checkbox">
|
|
|
- <label><input type="checkbox" value="l2" name="gender[]">口腔拭子</label>
|
|
|
+ <label><input type="checkbox" value="l2" name="sample_type[]">口腔拭子</label>
|
|
|
</div>
|
|
|
<div class="checkbox">
|
|
|
- <label><input type="checkbox" value="l3" name="gender[]">宫颈刷</label>
|
|
|
+ <label><input type="checkbox" value="l3" name="sample_type[]">宫颈刷</label>
|
|
|
</div>
|
|
|
<button style="margin-left: 80%;margin-bottom: 20px;" type="button" onclick="submits()" class="btn btn-default">提交</button>
|
|
|
</div>
|