Commit 1981c813 by 朱继来

调整自营审单

parent a7b27c99
Showing with 5 additions and 1 deletions
...@@ -137,7 +137,9 @@ ...@@ -137,7 +137,9 @@
<th width="10%">供应商</th> <th width="10%">供应商</th>
<th width="10%">型号</th> <th width="10%">型号</th>
<th width="10%">品牌</th> <th width="10%">品牌</th>
<th width="11%">标准品牌</th> @if ($order_info['order_goods_type'] == 1)
<th width="11%">标准品牌</th>
@endif
<th width="10%">调整数量</th> <th width="10%">调整数量</th>
<th width="10%">调整单价</th> <th width="10%">调整单价</th>
<!-- 销售类型为预售时展示 --> <!-- 销售类型为预售时展示 -->
...@@ -168,6 +170,7 @@ ...@@ -168,6 +170,7 @@
<input class="change_brand_name" type="hidden" name="change_info[{{$v['rec_id']}}][brand_name]" value="{{$v['brand_name']}}"> <input class="change_brand_name" type="hidden" name="change_info[{{$v['rec_id']}}][brand_name]" value="{{$v['brand_name']}}">
<p>{{$v['brand_name']}}</p> <p>{{$v['brand_name']}}</p>
</td> </td>
@if ($order_info['order_goods_type'] == 1)
<td> <td>
<input type="hidden" class="change_standard_brand_id" name="change_info[{{$v['rec_id']}}][standard_brand_id]" value="{{$v['standard_brand_id']}}" /> <input type="hidden" class="change_standard_brand_id" name="change_info[{{$v['rec_id']}}][standard_brand_id]" value="{{$v['standard_brand_id']}}" />
@if ($v['standard_brand_name'] || $v['status'] == -1) @if ($v['standard_brand_name'] || $v['status'] == -1)
...@@ -178,6 +181,7 @@ ...@@ -178,6 +181,7 @@
<i class="fa fa-exclamation-triangle fa-2x select-standard-brand" aria-hidden="true" data-type=2></i> <i class="fa fa-exclamation-triangle fa-2x select-standard-brand" aria-hidden="true" data-type=2></i>
@endif @endif
</td> </td>
@endif
<td> <td>
<input class="only_number num change_goods_number" name="change_info[{{$v['rec_id']}}][goods_number]" value="{{$v['goods_number']}}" <?= $v['status'] == -1 ? 'readonly' : '' ?>> <input class="only_number num change_goods_number" name="change_info[{{$v['rec_id']}}][goods_number]" value="{{$v['goods_number']}}" <?= $v['status'] == -1 ? 'readonly' : '' ?>>
</td> </td>
......
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