|
|
@@ -28,7 +28,7 @@
|
|
|
<div class="dropdown-menu" style="padding: 15px; width: 180px;">
|
|
|
<ul class="list-unstyled">
|
|
|
<li class="dropdown-submenu">
|
|
|
- <a href="#" class="dropdown-toggle none"><strong class="text-info">{{userInfo.enterprise.enName}}</strong></a>
|
|
|
+ <a href="#/account/enterprise" class="dropdown-toggle none"><strong class="text-info">{{userInfo.enterprise.enName}}</strong></a>
|
|
|
<ul class="dropdown-menu arrow left" ng-if="userInfo.enSelect" style="top: -16px;">
|
|
|
<li class="text-muted text-bold" style="padding: 5px 15px;"><i class="fa fa-cog fa-fw"></i>切换企业到:</li>
|
|
|
<li class="divider"></li>
|
|
|
@@ -36,7 +36,7 @@
|
|
|
</ul>
|
|
|
</li>
|
|
|
<li class="divider" ng-show="userInfo.enterprise"></li>
|
|
|
- <li><a href="#"><i class="fa fa-user fa-fw"></i>
|
|
|
+ <li><a href="#/account/user"><i class="fa fa-user fa-fw"></i>
|
|
|
{{userInfo.userName}}(<strong class="text-warning">{{userInfo.userUU}}</strong>)
|
|
|
</a></li>
|
|
|
<li class="divider"></li>
|
|
|
@@ -95,6 +95,7 @@
|
|
|
<li><a href="#/sale/change" title="客户采购变更">客户采购变更</a></li>
|
|
|
<li><a href="#/sale/forecast" title="客户采购预测">客户采购预测</a></li>
|
|
|
<li><a href="#/sale/notice" title="客户发货提醒">客户发货提醒</a></li>
|
|
|
+ <li><a href="#/sale/send" title="发货单">发货单</a></li>
|
|
|
<li><a href="#/sale/accept" title="客户验收单">客户验收单</a></li>
|
|
|
<li><a href="#/sale/returns" title="客户验退单">客户验退单</a></li>
|
|
|
<li><a href="#/sale/sample" title="客户打样申请">客户打样申请</a></li>
|