Commit 848474ed by 杨树贤

成立时间问题

parent 9890f473
...@@ -120,6 +120,8 @@ ...@@ -120,6 +120,8 @@
@if(!empty($supplier)) @if(!empty($supplier))
@if($supplier['region']==2) @if($supplier['region']==2)
$('.city-div').show(); $('.city-div').show();
$('#established_time').attr('disabled', true);
$('#established_time').addClass('layui-disabled');
@endif @endif
@if($supplier['supplier_group']==\App\Model\SupplierChannelModel::SUPPLIER_GROUP_MIX) @if($supplier['supplier_group']==\App\Model\SupplierChannelModel::SUPPLIER_GROUP_MIX)
$('#agency_brands_div').show(); $('#agency_brands_div').show();
......
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