Browse Source

对账新增联想词,客户筛选功能更新

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@9710 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 8 years ago
parent
commit
9f9919cbce

+ 1 - 1
src/main/webapp/resources/js/index/app.js

@@ -12511,7 +12511,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
 		}
 		
 		$scope.close = function() {
-			$modalInstance.close();
+			$modalInstance.dismiss();
 		}
 	}]);
 	

+ 1 - 1
src/main/webapp/resources/tpl/index/fa/apcheck_customer.html

@@ -68,7 +68,7 @@
 				<td class="text-center" >
 					<span ng-bind="::customer.myEnterprise.enAddress"></span>
 				</td>
-				<td><span ng-if="customer.apcheck != 0">启用</span>
+				<td class="text-center"><span ng-if="customer.apcheck != 0">启用</span>
 					<span ng-if="customer.apcheck == 0">未启用</span>
 				</td>
 				<td class="text-center"><a class="btn btn-sm" title="选择" href="javascript:void(0)" ng-click="select(customer)" style="text-decoration: none;" ng-disabled = "customer.apcheck == 0">选择</a></td>