|
|
@@ -129,17 +129,6 @@
|
|
|
<!--供应商列表-->
|
|
|
<table class="table table-hover customer-tab"
|
|
|
ng-table="customerParams">
|
|
|
- <!--<thead>
|
|
|
- <tr class="pane-header">
|
|
|
- <th width="180" class="text-center">企业名称</th>
|
|
|
- <th width="120" class="text-center">简称</th>
|
|
|
- <th width="200" class="text-center">地址</th>
|
|
|
- <th width="100" class="text-center">联系人</th>
|
|
|
- <th width="80" class="text-center">职位</th>
|
|
|
- <th width="80" class="text-center">联系方式</th>
|
|
|
- <th width="170" class="text-center">操作</th>
|
|
|
- </tr>
|
|
|
- </thead>-->
|
|
|
<tbody ng-repeat="vendor in $data">
|
|
|
<tr class="customer-hd">
|
|
|
<td colspan="4" class="text-left"><span ng-bind="::vendor.vendorEnterprise.enName"></span></td>
|
|
|
@@ -153,11 +142,16 @@
|
|
|
<div>电话:<span ng-bind="::vendor.vendorUser.userTel"></span></div>
|
|
|
</td>
|
|
|
<td width="200" class="text-center all-btn">
|
|
|
- <a ng-if="vendor.custswitch == 1 && vendor.vendswitch == 1" href="#/purc/purcinquiry/{{vendor.vendorEnterprise.enBussinessCode}}" class="btn01">立即询价</a><br/>
|
|
|
- <a ng-if="vendor.custswitch == 1 && vendor.vendswitch == 1" ng-click="purcByEn(vendor.vendorEnterprise.enBussinessCode)" class="btn02">下采购单</a>
|
|
|
+ <a ng-if="vendor.vendswitch == 1" href="#/purc/purcinquiry/{{vendor.vendorEnterprise.enBussinessCode}}" class="btn01">立即询价</a><br/>
|
|
|
+ <a ng-if="vendor.vendswitch == 1" ng-click="purcByEn(vendor.vendorEnterprise.enBussinessCode)" class="btn02">下采购单</a>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
+ <tbody ng-if="customerParams.total() == 0">
|
|
|
+ <tr>
|
|
|
+ <td><i class="fa fa-info-circle"></i> 暂无供应商信息</td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|