|
@@ -139,15 +139,13 @@
|
139
|
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']}})" />
|
140
|
140
|
<span class="sort_icon" hidden onClick='change_refund_price_click("{{$a['id']}}","{{$a['cost']}}")' style="cursor:pointer"><i class="Hui-iconfont"></i></span>
|
141
|
141
|
</td>
|
142
|
|
- @if(($self_role =='销售' || $self_role =='管理员') && $a['status']>0)
|
143
|
|
- <td>{{$a['refund_note']}}</td>
|
144
|
|
- @else
|
|
142
|
+
|
145
|
143
|
<td class ="change_logistics_id">
|
146
|
144
|
<p id="refund_note_1{{$a['id']}}">{{$a['refund_note']}}</p>
|
147
|
145
|
<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>
|
148
|
146
|
<span class="sort_icon" hidden onClick='change_refund_note_click("{{$a['id']}}","{{$a['refund_note']}}")' style="cursor:pointer"><i class="Hui-iconfont"></i></span>
|
149
|
147
|
</td>
|
150
|
|
- @endif
|
|
148
|
+
|
151
|
149
|
|
152
|
150
|
<td>{{$a['admin_name']}}</td>
|
153
|
151
|
<td id="order_verify{{$a['id']}}">{{$a['status_name']}}</td>
|