Commit 58b6f19c by mushishixian

添加编辑的限制

parent d24c8373
Showing with 9 additions and 0 deletions
...@@ -46,6 +46,13 @@ ...@@ -46,6 +46,13 @@
</div> </div>
<div class="layui-col-md3"></div> <div class="layui-col-md3"></div>
</div> </div>
@if($supplier['is_type']==1)
<div class="layui-row">
<button type="button" style="margin-bottom: 25px;margin-top: 5px"
class="layui-btn layui-btn layui-btn-disabled">供应商为非正式供应商,请先转正
</button>
</div>
@else
@if($supplier['status']==\App\Model\SupplierChannelModel::STATUS_PENDING @if($supplier['status']==\App\Model\SupplierChannelModel::STATUS_PENDING
||$supplier['status']==\App\Model\SupplierChannelModel::STATUS_PASSED ||$supplier['status']==\App\Model\SupplierChannelModel::STATUS_PASSED
||$supplier['status']==\App\Model\SupplierChannelModel::STATUS_REJECT) ||$supplier['status']==\App\Model\SupplierChannelModel::STATUS_REJECT)
...@@ -68,6 +75,8 @@ ...@@ -68,6 +75,8 @@
</button> </button>
</div> </div>
@endif @endif
@endif
</div> </div>
<div class="layui-card-body" style="margin-top: 140px"> <div class="layui-card-body" style="margin-top: 140px">
<div class="layui-tab"> <div class="layui-tab">
......
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