Commit 3e183539 by mushishixian

审核限制

parent 8924b5f6
Showing with 7 additions and 3 deletions
......@@ -55,9 +55,13 @@
</button>
</div>
@else
@if($supplier['status']==\App\Model\SupplierChannelModel::STATUS_PENDING
||$supplier['status']==\App\Model\SupplierChannelModel::STATUS_PASSED
||$supplier['status']==\App\Model\SupplierChannelModel::STATUS_REJECT)
@if($supplier['status']==\App\Model\SupplierChannelModel::STATUS_PENDING)
<div class="layui-row">
<button type="button" style="margin-bottom: 25px;margin-top: 5px"
class="layui-btn layui-btn layui-btn-disabled">待审核,不能修改
</button>
</div>
@elseif($supplier['status']==\App\Model\SupplierChannelModel::STATUS_PASSED||$supplier['status']==\App\Model\SupplierChannelModel::STATUS_REJECT)
<div class="layui-row">
<a id="updateSupplierUrl"
style="margin-bottom: 25px;margin-top: 5px" class="layui-btn layui-btn">修改</a>
......
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