Переглянути джерело

为表单增加onsubmit="return false;"

yezehua 7 роки тому
батько
коміт
4a94e637b6
3 змінених файлів з 5 додано та 5 видалено
  1. 1 1
      consulting.html
  2. 2 2
      order-list-jg.html
  3. 2 2
      order-list.html

+ 1 - 1
consulting.html

@ -35,7 +35,7 @@
                </li>
            </ul>
        </div>
        <form role="form" class="form-inline ptb10">
        <form role="form" class="form-inline ptb10" onsubmit="return false;">
            <div class="form-group">
                <label for="">记录搜索</label>
                <input type="text" class="form-control input-sm" id="searchName" placeholder="可按申请居民搜索">

+ 2 - 2
order-list-jg.html

@ -35,7 +35,7 @@
                </li>
            </ul>
        </div>
        <form role="form" class="form-inline ptb10">
        <form role="form" class="form-inline ptb10" onsubmit="return false;">
            <div class="form-group mr10">
                <label for="orderStatus">订单状态:</label>
                <select name="orderStatus" id="orderStatus" class="form-control input-sm">
@ -49,7 +49,7 @@
                </select>
            </div>
        </form>
        <form role="form" class="form-inline pb10">
        <form role="form" class="form-inline pb10" onsubmit="return false;">
            <div class="form-group">
                <label for="">续方搜索:</label>
                <input type="text" class="form-control input-sm" id="searchName" placeholder="可按申请居民搜索">

+ 2 - 2
order-list.html

@ -35,7 +35,7 @@
                </li>
            </ul>
        </div>
        <form role="form" class="form-inline ptb10">
        <form role="form" class="form-inline ptb10" onsubmit="return false;">
            <div class="form-group mr10">
                <label for="orderStatus">订单状态:</label>
                <select name="orderStatus" id="orderStatus" class="form-control input-sm">
@ -59,7 +59,7 @@
                <label for="">只显示待分配配送员订单</label>
            </div>
        </form>
        <form role="form" class="form-inline pb10">
        <form role="form" class="form-inline pb10" onsubmit="return false;">
            <div class="form-group">
                <label for="">续方搜索:</label>
                <input type="text" class="form-control input-sm" id="searchName" placeholder="可按申请居民搜索">