Browse Source

求购业务员分配

liusw 7 years ago
parent
commit
737dc937c2
1 changed files with 17 additions and 3 deletions
  1. 17 3
      src/main/webapp/resources/js/admin/app.js

+ 17 - 3
src/main/webapp/resources/js/admin/app.js

@@ -622,13 +622,27 @@
 			controllerUrl: 'app/controllers/LogUsageCtrl',
 			title: '用户操作日志'
 		})).state('seekQualityBuyer', angularAMD.route({
-			//用户操作日志
+			// 求购优质采购商
 			url: '/seekQualityBuyer',
 			templateUrl: 'static/view/admin/seekQualityBuyer.html',
 			controller: 'SeekQualityBuyerCtrl',
 			controllerUrl: 'app/controllers/SeekQualityBuyerCtrl',
-			title: '用户操作日志'
-    	})).state('keyWord', angularAMD.route({
+			title: '求购优质采购商'
+    	})).state('seekSalesman', angularAMD.route({
+            // 求购业务员分配
+            url: '/seekSalesman',
+            templateUrl: 'static/view/admin/seek_salesman.html',
+            controller: 'SeekSalesmanCtrl',
+            controllerUrl: 'app/controllers/SeekSalesmanCtrl',
+            title: '求购业务员分配'
+        })).state('seekSalesmanDetail', angularAMD.route({
+            // 求购业务员分配详情
+            url: '/seekSalesman/{uuid}/{name}',
+            templateUrl: 'static/view/admin/seek_salesman_detail.html',
+            controller: 'SeekSalesmanDetailCtrl',
+            controllerUrl: 'app/controllers/SeekSalesmanDetailCtrl',
+            title: '求购业务员分配详情'
+        })).state('keyWord', angularAMD.route({
 			url: '/keyWord',
 			templateUrl: 'static/view/admin/keyword.html',
 			controller: 'KeyWordCtrl',