Commit a1ed60ab by 杨树贤

禁用显示问题

parent b1758952
......@@ -169,6 +169,9 @@ class SupplierTransformer
$supplier['settlement_type_name'] = array_get(config('field.SettlementType'), $supplier['settlement_type']);
}
$supplier['main_brand_names'] = $this->getMainBrandNames($supplier['main_brands']);
if (!empty($supplier['agency_brands'])) {
$supplier['agency_brand_names'] = $this->getMainBrandNames($supplier['agency_brands']);
}
$supplier['update_time'] = $supplier['update_time'] ? date('Y-m-d H:i:s', $supplier['update_time']) : '';
$supplier['create_time'] = $supplier['create_time'] ? date('Y-m-d H:i:s', $supplier['create_time']) : '';
$supplier['channel_username'] = $this->getChannelUserNames($supplier['channel_uid']);
......
......@@ -23,7 +23,7 @@
<blockquote class="layui-elem-quote layui-text">
<b>注意</b>
<br>
对应供应商设为黑名单后,猎芯将无法与其进行交易,如要再次启用,则须再次走审核流程
对应供应商设为黑名单后,猎芯将无法与其进行交易。
</blockquote>
<div class="layui-form-item layui-form-text">
<label class="layui-form-label"><span class="require">*</span> 原因说明 : </label>
......
......@@ -23,7 +23,7 @@
<blockquote class="layui-elem-quote layui-text">
<b>注意</b>
<br>
对应供应商设为禁用后,猎芯将无法与其进行交易,如要再次启用,则须再次走审核流程
对应供应商设为禁用后,猎芯将无法与其进行交易。
</blockquote>
<div class="layui-form-item layui-form-text">
<label class="layui-form-label"><span class="require">*</span> 原因说明 : </label>
......
......@@ -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['main_brand_names']}}
<span class="required_field">*</span> 代理品牌 :{{$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