zhjx 6 yıl önce
ebeveyn
işleme
27e3f61897
1 değiştirilmiş dosya ile 6 ekleme ve 5 silme
  1. 6 5
      resources/views/web/order/index.blade.php

+ 6 - 5
resources/views/web/order/index.blade.php

xqd xqd xqd
@@ -137,6 +137,7 @@
                     array.push(items[i].value);
                  } 
             }
+            console.log(array)
         // var mobile = $('#mobile').val();
         // if(mobile == '' || !phonenum(mobile)){
         //     alert('请输入正确手机号');
@@ -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>
@@ -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>