Commit 0ce0036d by 杨树贤

代理品牌问题

parent 115f7842
Showing with 1 additions and 1 deletions
......@@ -180,7 +180,7 @@
</div>
@if($supplier['supplier_group'] == \App\Model\SupplierChannelModel::SUPPLIER_GROUP_MIX)
<div class="layui-row">
<span class="required_field">*</span> 代理品牌 :{{$supplier['agency_brand_names']}}
<span class="required_field">*</span> 代理品牌 :{{!empty($supplier['agency_brand_names'])?$supplier['agency_brand_names']:''}}
</div>
@endif
<div class="layui-row">
......
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