{{extend name="../../../module/view/form_table/detail" /}} {{block name="detail_data"}} {{:ModuleInclude('public/detail_nav_switch_tabs', [ 'nav_data' => [ [ 'name' => $goods_admin_nav_list.base.name, 'key' => 'base', ], [ 'name' => $goods_admin_nav_list.video.name, 'key' => 'video', ], [ 'name' => $goods_admin_nav_list.photo.name, 'key' => 'photo', ], [ 'name' => $goods_admin_nav_list.spec.name, 'key' => 'spec', ], [ 'name' => $goods_admin_nav_list.spec_images.name, 'key' => 'spec-images', ], [ 'name' => $goods_admin_nav_list.parameters.name, 'key' => 'parameters', ], [ 'name' => $goods_admin_nav_list.web.name, 'key' => 'web', ], [ 'name' => $goods_admin_nav_list.app.name, 'key' => 'app', ], [ 'name' => $goods_admin_nav_list.fictitious.name, 'key' => 'fictitious', ], [ 'name' => $goods_admin_nav_list.use_guide.name, 'key' => 'use_guide', ], [ 'name' => $goods_admin_nav_list.seo.name, 'key' => 'seo-data-title', ], ] ])}}
| {{$line_v.name}} | {{/foreach}}{{:MyLang('common_service.goods.form_spec_thead_price_title')}} | {{:MyLang('common_service.goods.form_spec_thead_original_price_title')}} | {{:MyLang('common_service.goods.form_spec_thead_inventory_title')}} | {{:MyLang('common_service.goods.form_spec_thead_buy_min_number_title')}} | {{:MyLang('common_service.goods.form_spec_thead_buy_max_number_title')}} | {{:MyLang('common_service.goods.form_spec_thead_weight_title')}} | {{:MyLang('common_service.goods.form_spec_thead_volume_title')}} | {{:MyLang('common_service.goods.form_spec_thead_coding_title')}} | {{:MyLang('common_service.goods.form_spec_thead_barcode_title')}} | {{:MyLang('common_service.goods.form_spec_thead_inventory_unit_title')}} |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$v.data.value}} | {{/case}} {{case base}}{{if isset($v['data']['price'])}}{{$v.data.price}}{{/if}} | {{if isset($v['data']['original_price']) and $v['data']['original_price'] gt 0}}{{$v.data.original_price}}{{/if}} | {{if isset($v['data']['inventory'])}}{{$v.data.inventory}}{{/if}} | {{if isset($v['data']['buy_min_number']) and $v['data']['buy_min_number'] gt 0}}{{$v.data.buy_min_number}}{{/if}} | {{if isset($v['data']['buy_max_number']) and $v['data']['buy_max_number'] gt 0}}{{$v.data.buy_max_number}}{{/if}} | {{if isset($v['data']['weight']) and $v['data']['weight'] gt 0}}{{$v.data.weight}}{{/if}} | {{if isset($v['data']['volume']) and $v['data']['volume'] gt 0}}{{$v.data.volume}}{{/if}} | {{if isset($v['data']['coding'])}}{{$v.data.coding}}{{/if}} | {{if isset($v['data']['barcode'])}}{{$v.data.barcode}}{{/if}} | {{if isset($v['data']['inventory_unit'])}}{{$v.data.inventory_unit}}{{/if}} | {{/case}} {{/switch}} {{/if}} {{/foreach}}