|
|
@@ -188,7 +188,6 @@
|
|
|
<div class="pub-com_head">
|
|
|
<span>客户公共询价单</span>
|
|
|
<div class="p-right">
|
|
|
- <!--<a ng-click="exportXls()" target="_self" class="text-simple" title="导出Excel表格"><i class="fa fa-file-text fa-fw"></i>导出</a>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="menu condition block">
|
|
|
@@ -289,20 +288,22 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="menu condition block">
|
|
|
- <div class="col-xs-4">
|
|
|
- <div class="btn-group btn-group-sm btn-group-justified">
|
|
|
- <div class="btn-group btn-group-sm">
|
|
|
- <button type="button" class="btn btn-default btn-line"
|
|
|
- ng-class="{'btn-info':active=='todoAll'}" ng-click="setActive('todoAll')">全部</button>
|
|
|
- </div>
|
|
|
- <div class="btn-group btn-group-sm">
|
|
|
- <button type="button" class="btn btn-default btn-line"
|
|
|
- ng-class="{'btn-info':active=='todoRemind'}" ng-click="setActive('todoRemind')">我的商机</button>
|
|
|
- </div>
|
|
|
- <div class="btn-group btn-group-sm">
|
|
|
- <button type="button" class="btn btn-default btn-line"
|
|
|
- ng-class="{'btn-info':active=='todoComRemind'}" ng-click="setActive('todoComRemind')">企业商机</button>
|
|
|
+ <div class="menu condition block" ng-if="active=='todoAll' || active=='todoComRemind' || active=='todoRemind'">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-xs-4">
|
|
|
+ <div class="btn-group btn-group-sm btn-group-justified">
|
|
|
+ <div class="btn-group btn-group-sm">
|
|
|
+ <button type="button" class="btn btn-default btn-line"
|
|
|
+ ng-class="{'btn-info':active=='todoAll'}" ng-click="setActive('todoAll')">全部</button>
|
|
|
+ </div>
|
|
|
+ <div class="btn-group btn-group-sm">
|
|
|
+ <button type="button" class="btn btn-default btn-line"
|
|
|
+ ng-class="{'btn-info':active=='todoRemind'}" ng-click="setActive('todoRemind')">我的商机</button>
|
|
|
+ </div>
|
|
|
+ <div class="btn-group btn-group-sm">
|
|
|
+ <button type="button" class="btn btn-default btn-line"
|
|
|
+ ng-class="{'btn-info':active=='todoComRemind'}" ng-click="setActive('todoComRemind')">企业商机</button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|