@extends('admin/master') @section('content')
@if(session('info'))--}} | 商品分类 | 商品名称 | 商品规格 | 规格编码 | 成本价 | 建议零售价 | 分销商价格 | 上架状态 | 上架时间 | 可用库存 | 总库存 | 预占用库存 | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
--}} | {{$a['goodsCategoryName']}} | {{$a['name']}} | {{$a['propsName']}} | {{$a['code']}} | {{$a['realPrice']}} | {{--{{$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']}} |