Commit dbe196e3 by 朱继来

fix

parent e4edf262
...@@ -53,6 +53,8 @@ ...@@ -53,6 +53,8 @@
return 4; return 4;
} else if ($department->name == '测试') { } else if ($department->name == '测试') {
return 5; return 5;
} else if ($department->name == '京东自营') {
return 6;
} else { } else {
return 0; return 0;
} }
......
...@@ -60,6 +60,8 @@ ...@@ -60,6 +60,8 @@
</div> </div>
</dd> </dd>
</dl> </dl>
<!-- 京东自营角色不显示订单来源 -->
@if ($role != 6)
<dl> <dl>
<dt>订单来源:</dt> <dt>订单来源:</dt>
<dd style="width: 115px;"> <dd style="width: 115px;">
...@@ -74,6 +76,7 @@ ...@@ -74,6 +76,7 @@
</div> </div>
</dd> </dd>
</dl> </dl>
@endif
<dl> <dl>
<dt>支付方式:</dt> <dt>支付方式:</dt>
<dd style="width: 115px;"> <dd style="width: 115px;">
......
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