Browse Source

添加售后退补筛选条件

shensong00 5 years ago
parent
commit
68e9e2f310
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/order/customerServiceAfterSaleList.blade.php

+ 1 - 1
resources/views/order/customerServiceAfterSaleList.blade.php

18
                 <input class="input-text" style="width:5%;text-align:center" type="text" value="手机号"/>
18
                 <input class="input-text" style="width:5%;text-align:center" type="text" value="手机号"/>
19
                 <input id="receiverMobile" type="text"  class="input-text" style="width:6%;text-align:center" name="receiverMobile" value="{{$receiverMobile?$receiverMobile:''}}">
19
                 <input id="receiverMobile" type="text"  class="input-text" style="width:6%;text-align:center" name="receiverMobile" value="{{$receiverMobile?$receiverMobile:''}}">
20
                 <input type="text" style="width:5%;text-align:center" class="input-text" value="订单类型"/>
20
                 <input type="text" style="width:5%;text-align:center" class="input-text" value="订单类型"/>
21
-                <select name="" id="service_type" class="input-text">
21
+                <select name="" id="service_type" class="input-text" style="width:5%;text-align:center" >
22
                     <option value="0">请选择</option>
22
                     <option value="0">请选择</option>
23
                     <option value="1" @if($service_type == 1) selected @endif>退补</option>
23
                     <option value="1" @if($service_type == 1) selected @endif>退补</option>
24
                     <option value="2" @if($service_type == 2) selected @endif>售后</option>
24
                     <option value="2" @if($service_type == 2) selected @endif>售后</option>