浏览代码

代采选择付款企业时错误信息的修改

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8217 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 年之前
父节点
当前提交
2bbd474a63
共有 1 个文件被更改,包括 6 次插入4 次删除
  1. 6 4
      src/main/webapp/resources/tpl/index/purc/modal/payCompany.html

+ 6 - 4
src/main/webapp/resources/tpl/index/purc/modal/payCompany.html

@@ -9,16 +9,18 @@
 			<thead>
 			<thead>
 				<th width="120px;" class="text-center">付款企业</th>
 				<th width="120px;" class="text-center">付款企业</th>
 			</thead>
 			</thead>
-			<tbody >
-				<div style="overflow-y: scroll; width: 100%; max-height: 500px" ng-if="paycompanies.length != 0">
+			<tbody ng-if="paycompanies.length != 0">
+				<div style="overflow-y: scroll; width: 100%; max-height: 500px" >
 					<tr ng-repeat="company in paycompanies">
 					<tr ng-repeat="company in paycompanies">
 						<td width="80px;"><a style="text-decoration: none"
 						<td width="80px;"><a style="text-decoration: none"
 							ng-bind="::company.enname" ng-click="select(company)"></a></td>
 							ng-bind="::company.enname" ng-click="select(company)"></a></td>
 					</tr>
 					</tr>
 				</div>
 				</div>
-				<div ng-if="paycompanies.length == 0">
+			<tbody>
+			<tbody ng-if="paycompanies.length == 0">
+				<div>
 					<tr>
 					<tr>
-						<td class="text-center"><i class="fa fa-exclamation-circle"></i>暂无付款企业信息</td>
+						<td width="80px;" class="text-center"><i class="fa fa-exclamation-circle"></i> 暂无付款企业信息</td>
 					</tr>
 					</tr>
 				</div>
 				</div>
 			<tbody>
 			<tbody>