|
|
@@ -82,10 +82,10 @@
|
|
|
ng-class="{'text-inverse': todo.purcTodo>0}">{{todo.purcTodo
|
|
|
|| 0}}</span>)
|
|
|
</a></li>
|
|
|
- <li><a ui-sref="purc.cart">购物车(<span
|
|
|
+ <!-- <li><a ui-sref="purc.cart">待报价询价单(<span
|
|
|
ng-class="{'text-inverse': todo.cartTodo>0}">{{todo.cartTodo ||
|
|
|
0}}</span>)
|
|
|
- </a></li>
|
|
|
+ </a></li> -->
|
|
|
<li><a ng-click="setTenderActive('done')" >待评标的招标单(<span
|
|
|
ng-class="{'text-inverse': todo.saleTenderWaiting>0}">{{todo.saleTenderWaiting ||
|
|
|
0}}</span>)</a></li>
|
|
|
@@ -134,8 +134,8 @@
|
|
|
<div class="enterprise-btn">
|
|
|
<img src="static/img/home/entLib.png" >
|
|
|
<div ng-controller="RequestAmountCtrl">
|
|
|
- <a title="我的合作伙伴" ui-sref="baseInfo.vendorInfo">我的合作伙伴</a><br/>
|
|
|
- <a title="新的合作伙伴" ui-sref="baseInfo.myRequest">新的合作伙伴<em ng-if="requestTodo.todo>0"></em></a>
|
|
|
+ <a title="我的合作伙伴" ui-sref="baseInfo.vendorInfo">我的合作伙伴<em ng-if="requestTodo.todo>0"></em></a><br/>
|
|
|
+ <a title="新的合作伙伴" ui-sref="baseInfo.partner_searchresult">添加合作伙伴</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--<a href="#/baseInfo/enterpriseList"><img src="static/img/home/entLib.png" ></a>-->
|