Prechádzať zdrojové kódy

【前台界面】+【 用户设置】+【 增加查询当前用户的分配客户】

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@2491 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
aof 10 rokov pred
rodič
commit
cf83d3f54a

+ 23 - 0
src/main/webapp/resources/tpl/index/account/user.html

@@ -159,6 +159,29 @@
 		</form>
 		</form>
 	</div>
 	</div>
 </div>
 </div>
+<div class="pane base-info">
+	<div class="pane-header">
+		我的客户
+		<div class="pull-right">
+			共&nbsp;{{distributes.length}}&nbsp;客户
+		</div>
+	</div>
+	<div class="pane-body">
+		<table class="block table table-default table-striped">
+			<tr class="header">
+				<th width="90">UU</th>
+				<th width="120">企业名称</th>
+				<th width="80">简称</th>
+			</tr>
+			<tr ng-repeat="distribute in distributes">
+				<td ng-bind="distribute.myEnterprise.uu" class="text-center"></td>
+				<td ng-bind="distribute.myEnterprise.enName" class="text-center"></td>
+				<td ng-bind="distribute.myEnterprise.enShortname" class="text-center"></td>
+			</tr>
+		</table>
+	</div>
+</div>
+
 <script type="text/ng-template" id="updatePassword.html">
 <script type="text/ng-template" id="updatePassword.html">
         <div class="modal-header">
         <div class="modal-header">
             <h3 class="modal-title"><i class="fa fa-lock fa-fw"></i>修改密码</h3>
             <h3 class="modal-title"><i class="fa fa-lock fa-fw"></i>修改密码</h3>