@extends('admin/master') @section('content') @if(session('info'))
{{session('info')}}
@endif
搜索 导出商品
{{----}} @if($result) @foreach($result as $a) {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} @endforeach @endif
商品分类 商品名称 商品规格 规格编码 建议零售价 分销商价格 上架状态 上架时间 可用库存 总库存 预占用库存
{{$a['goodsCategoryName']}} {{$a['name']}} {{$a['propsName']}}{{$a['is_weigh'] == 1 ? '【按半斤称重】' : ''}} {{$a['code']}} {{$a['price']}} {{$a['outPrice']}}--}} {{--

{{$a['referenceCost']}}

--}} {{----}} {{----}} {{--
{{$a['price']}}--}} {{--

{{$a['price']}}

--}} {{----}} {{----}} {{--
{{$a['outPrice']}}--}} {{--

{{$a['outPrice']}}

--}} {{----}} {{----}} {{--
@if($a['is_del']==1) 已下架 @else 已上架 @endif {{$a['createTime']}} {{$a['real_quantity']}} {{$a['total_quantity']}} {{$a['pre_quantity']}}
@endsection