Sfoglia il codice sorgente

销售可编辑退补

sunhao 5 anni fa
parent
commit
064e22c1ef
1 ha cambiato i file con 3 aggiunte e 4 eliminazioni
  1. 3 4
      resources/views/order/orderlist.blade.php

+ 3 - 4
resources/views/order/orderlist.blade.php

@@ -134,15 +134,14 @@
134 134
                             <td>{{$a['fanTime']}}</td>                                                                                                         
135 135
                             <td>@if($a['is_fugou']==1) 是 @else 否 @endif</td>
136 136
                             <td>@if($a['is_refund']==1) 是 @else 否 @endif</td>
137
-                            @if(($self_role =='销售' || $self_role =='管理员') && $a['status']>0)
138
-                            <td>{{$a['refund_price']}}</td>                            
139
-                            <td>{{$a['refund_note']}}</td>
140
-                            @else
141 137
                             <td class ="change_logistics_id"> 
142 138
                                 <p id="refund_price_1{{$a['id']}}">{{$a['refund_price']}}</p> 
143 139
                                 <input id="refund_price_2{{$a['id']}}" style="display: none" type='text' name='refund_price' value="{{$a['refund_price']}}" onblur="change_refund_price({{$a['id']}})" />
144 140
                                 <span class="sort_icon" hidden  onClick='change_refund_price_click("{{$a['id']}}","{{$a['cost']}}")' style="cursor:pointer"><i class="Hui-iconfont">&#xe647;</i></span>
145 141
                             </td>
142
+                            @if(($self_role =='销售' || $self_role =='管理员') && $a['status']>0)                           
143
+                            <td>{{$a['refund_note']}}</td>
144
+                            @else                            
146 145
                             <td class ="change_logistics_id"> 
147 146
                                 <p id="refund_note_1{{$a['id']}}">{{$a['refund_note']}}</p> 
148 147
                                 <textarea id="refund_note_2{{$a['id']}}" rows=4 style="display: none"  name='refund_note' onblur="change_refund_note({{$a['id']}})" >{{$a['refund_note']}}</textarea>