| xqd
@@ -137,6 +137,7 @@
|
|
|
array.push(items[i].value);
|
|
|
}
|
|
|
}
|
|
|
+ console.log(array)
|
|
|
// var mobile = $('#mobile').val();
|
|
|
// if(mobile == '' || !phonenum(mobile)){
|
|
|
// alert('请输入正确手机号');
|
| xqd
@@ -231,13 +232,13 @@
|
|
|
</div>
|
|
|
<label for="name">样本类型:</label>
|
|
|
<div class="checkbox">
|
|
|
- <label><input type="checkbox" value="l1" name="sample_type">EDTA抗凝静脉血</label>
|
|
|
+ <label><input type="checkbox" value="1" name="sample_type">EDTA抗凝静脉血</label>
|
|
|
</div>
|
|
|
<div class="checkbox">
|
|
|
- <label><input type="checkbox" value="l2" name="sample_type">口腔拭子</label>
|
|
|
+ <label><input type="checkbox" value="2" name="sample_type">口腔拭子</label>
|
|
|
</div>
|
|
|
<div class="checkbox">
|
|
|
- <label><input type="checkbox" value="l3" name="sample_type">宫颈刷</label>
|
|
|
+ <label><input type="checkbox" value="3" name="sample_type">宫颈刷</label>
|
|
|
</div>
|
|
|
<button style="margin-left: 80%;margin-bottom: 20px;" type="button" onclick="submits()" class="btn btn-default">提交</button>
|
|
|
</div>
|
| xqd
@@ -262,8 +263,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- jQuery (Bootstrap 的 JavaScript 插件需要引入 jQuery) -->
|
|
|
-<script src="{{cdn_asset('/assets/js/jquery-3.2.1.js')}}"></script>
|
|
|
-<script src="{{cdn_asset('/assets/js/bootstrap.min.js')}}"></script>
|
|
|
+<script src="js/jquery-3.2.1.js"></script>
|
|
|
+<script src="js/bootstrap.min.js"></script>
|
|
|
|
|
|
</body>
|
|
|
</html>
|