ソースを参照

添加售后退补筛选条件

shensong00 5 年 前
コミット
e7bf484dc2
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      resources/views/order/customerServiceAfterSaleList.blade.php

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

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