Commit 06458951 by 朱继来

调整明细编辑

parent e93a622f
Showing with 1 additions and 1 deletions
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<td>{{ $item['supplier_name'] }}</td> <td>{{ $item['supplier_name'] }}</td>
@if ($order_info['order_goods_type'] == 1) @if ($order_info['order_goods_type'] == 1)
<td> <td>
<select id="edit_buyer_id_{{ $item['rec_id'] }}" class="form-control edit_buyer_id selectpicker" name="change_item[{{ $item['rec_id'] }}][buyer_id]" data-live-search="true" data-size="7" title="请选择采购员"> <select id="edit_buyer_id_{{ $item['rec_id'] }}" class="form-control edit_buyer_id selectpicker" name="change_item[{{ $item['rec_id'] }}][buyer_id]" data-live-search="true" data-size="5" title="请选择采购员">
<option value="">请选择采购员</option> <option value="">请选择采购员</option>
@if (!empty($buyers)) @if (!empty($buyers))
@foreach ($buyers as $v) @foreach ($buyers as $v)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment