Commit e2adaffa by 朱继来

fix

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