|
@@ -29,10 +29,10 @@
|
29
|
29
|
<option value="-1" @if($quantity=='-1') selected @endif>选择库存</option>
|
30
|
30
|
<option value="1" @if($quantity=='1') selected @endif>商品可用库存大于0</option>
|
31
|
31
|
</select>
|
32
|
|
- <input class="input-text" style="width:6%;text-align:center" type="text" value="分销商价格"/>
|
|
32
|
+ <input class="input-text" style="width:6%;text-align:center" type="text" value="商品价格"/>
|
33
|
33
|
<select class="select-box" style="width:7%;text-align:center" name="outPrice" id='outPrice'>
|
34
|
34
|
<option value="-1" @if($outPrice=='-1') selected @endif>选择价格</option>
|
35
|
|
- <option value="1" @if($outPrice=='1') selected @endif>分销商价格大于0</option>
|
|
35
|
+ <option value="1" @if($outPrice=='1') selected @endif>价格大于0</option>
|
36
|
36
|
</select>
|
37
|
37
|
<a class="btn btn-primary radius" onclick="user_search()" href="javascript:;">搜索</a>
|
38
|
38
|
<a class="btn btn-primary radius" onclick="goods_export()" href="javascript:;">导出商品</a>
|