فهرست منبع

Merge branch 'feature/yc-tdk-1124' into dev-mysql

yangc 8 سال پیش
والد
کامیت
7656b6c380
39فایلهای تغییر یافته به همراه40 افزوده شده و 27 حذف شده
  1. 1 1
      src/main/webapp/resources/js/prod/controllers/KindAdviceCtrl.js
  2. 1 1
      src/main/webapp/resources/js/usercenter/controllers/ComponentStoreCtrl.js
  3. 1 0
      src/main/webapp/resources/js/usercenter/controllers/forstore/account_manager_ctrl.js
  4. 1 1
      src/main/webapp/resources/js/usercenter/controllers/forstore/browsing_history.js
  5. 1 1
      src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_cart_ctrl.js
  6. 1 1
      src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_home_ctrl.js
  7. 1 0
      src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_invoice_ctrl.js
  8. 1 1
      src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_invoice_record_ctrl.js
  9. 1 1
      src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_no_invoice_ctrl.js
  10. 1 0
      src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_order_ctrl.js
  11. 1 0
      src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_transfer_ctrl.js
  12. 1 1
      src/main/webapp/resources/js/usercenter/controllers/forstore/first_rate_ctrl.js
  13. 1 0
      src/main/webapp/resources/js/usercenter/controllers/forstore/order_detail_ctrl.js
  14. 1 0
      src/main/webapp/resources/js/usercenter/controllers/forstore/order_pay_ctrl.js
  15. 1 0
      src/main/webapp/resources/js/usercenter/controllers/forstore/pay_center_ctrl.js
  16. 1 1
      src/main/webapp/resources/js/usercenter/controllers/forstore/query_logistics_ctrl.js
  17. 1 0
      src/main/webapp/resources/js/usercenter/controllers/forstore/show_rate_ctrl.js
  18. 1 1
      src/main/webapp/resources/js/usercenter/controllers/forstore/store_focus_ctrl.js
  19. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/pay_center_ctrl.js
  20. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/purchase_detail.js
  21. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/query_logistics_ctrl.js
  22. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/show_rate_ctrl.js
  23. 1 0
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_account_management_ctrl.js
  24. 2 1
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_brand_apply_list_ctrl.js
  25. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_component_applylist_ctrl.js
  26. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_component_batchapply_ctrl.js
  27. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_component_batchapplylist_ctrl.js
  28. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_deliveryRule_ctrl.js
  29. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_delivery_ctrl.js
  30. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_distributor_ctrl.js
  31. 1 0
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_invoice_ctrl.js
  32. 1 0
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_logistics_ctrl.js
  33. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_materialCtrl.js
  34. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_onSaleCtrl.js
  35. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_order_ctrl.js
  36. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_store_maintain_ctrl.js
  37. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_takeSelf_ctrl.js
  38. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_undercarriageCtrl.js
  39. 1 0
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_upload_ctrl.js

+ 1 - 1
src/main/webapp/resources/js/prod/controllers/KindAdviceCtrl.js

@@ -2,7 +2,7 @@ define([ 'app/app' ], function(app) {
 	'use strict';
 	app.register.controller('KindAdviceCtrl', ['$scope', 'KindAdvice', 'toaster', function($scope, KindAdvice, toaster) {
 		$scope.advice = {};
-		
+		document.title =  '类目建议-优软商城';
 		$scope.submit = function() {
 			if($scope.advice.schema && $scope.advice.schema.length >= 15) {
 			} else {

+ 1 - 1
src/main/webapp/resources/js/usercenter/controllers/ComponentStoreCtrl.js

@@ -2,7 +2,7 @@ define(['app/app'], function(app) {
 	'use strict';
 	app.register.controller('ComponentStoreCtrl', ['$rootScope', '$scope', 'ngTableParams', 'toaster', 'collectionService', 'BaseService', 'SessionService', function($rootScope, $scope, ngTableParams, toaster, collectionService, BaseService, SessionService) {
 		BaseService.scrollBackToTop();
-		
+		document.title = '产品收藏-优软商城';
 		$scope.pageInfo = {};
 		$scope.pageInfo.page = 1;	// 默认初始页码为1
 		$scope.pageInfo.count = 25; // 每页数量为25

+ 1 - 0
src/main/webapp/resources/js/usercenter/controllers/forstore/account_manager_ctrl.js

@@ -6,6 +6,7 @@ define(['app/app'], function(app) {
 	app.register.controller('accountManagerCtrl', ['$scope', '$rootScope', 'ngTableParams', 'BaseService', 'ShippingAddress', '$modal', 'Enterprise', 'User', 'toaster', '$http', function($scope, $rootScope, ngTableParams, BaseService, ShippingAddress, $modal, Enterprise, User, toaster, $http) {
 		$rootScope.active = 'account_manager';
 		$scope.tab = 'base';
+		document.title = '账户管理-优软商城';
 		$scope.userInfo = $rootScope.userInfo;
 		$scope.userInfoBackup = angular.copy($scope.userInfo);
 		$scope.canAddTotal = 20;

+ 1 - 1
src/main/webapp/resources/js/usercenter/controllers/forstore/browsing_history.js

@@ -2,7 +2,7 @@ define(['app/app'], function(app) {
     'use strict';
     app.register.controller('browsingHistoryCtrl', ['$scope', '$rootScope', 'toaster', 'GoodsBrowsingHistory', 'Goods', '$filter', function($scope, $rootScope, toaster, GoodsBrowsingHistory, Goods, $filter){
         $rootScope.active = 'store_focus_ctrl';
-
+        document.title = '浏览历史-优软商城';
         $scope.param = {};
         $scope.param.page = 1;
         $scope.param.count = 25;

+ 1 - 1
src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_cart_ctrl.js

@@ -5,7 +5,7 @@ define(["app/app", 'jquery-summernote'], function(app) {
 	"use strict";
 	app.register.controller("buyerCartCtrl", ["$scope", "$rootScope", 'toaster', '$modal', 'ngTableParams', 'BaseService', 'Cart', '$filter' , 'ComponentActive', '$location', 'Order', '$state', 'SessionService', 'EncryptionService', 'Recommendation', 'NumberService', 'Goods', 'collectionService', 'AuthenticationService', '$window', '$timeout', function($scope, $rootScope, toaster, $modal, ngTableParams, BaseService, Cart, $filter ,ComponentActive, $location, Order, $state, SessionService, EncryptionService, Recommendation, NumberService, Goods, collectionService, AuthenticationService, $window, $timeout) {
 		$rootScope.active = "buyer_cart";
-
+		document.title = '购物车-优软商城';
 		/* TODO
 		 * 需要把批次的库存带出来,并给颜色,提示用户删除或修改那一条记录
 		 * */

+ 1 - 1
src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_home_ctrl.js

@@ -5,6 +5,7 @@
 define(['app/app', 'calendar'], function(app) {
     app.register.controller('homeCtrl', ['$scope', '$rootScope', 'Recommendation', 'ShippingAddress', 'Bill', '$q', 'toaster', '$modal', 'Goods', 'StoreInfo', function ($scope, $rootScope, Recommendation, ShippingAddress, Bill, $q, toaster, $modal, Goods, StoreInfo) {
         $rootScope.active = 'home';
+        document.title='买家中心-优软商城';
         var getRecommendComps = function (userUU, usedFor, pageable) {
             Recommendation.getRecommendComps({page: pageable.page, size: pageable.size}, function (data) {
                 $scope.recommendComps = data.content;
@@ -13,7 +14,6 @@ define(['app/app', 'calendar'], function(app) {
             })
         };
         getRecommendComps(null, null, {page: 0, size: 12});
-
         /**
          * 获取推荐新店信息
          */

+ 1 - 0
src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_invoice_ctrl.js

@@ -7,6 +7,7 @@ define(['app/app'], function(app) {
     app.register.controller('invoiceCtrl', ['$scope', '$rootScope', 'toaster', '$modal', '$q', 'Bill', '$upload', '$http', '$location', '$stateParams', '$state', function($scope, $rootScope, toaster, $modal, $q, Bill, $upload, $http, $location, $stateParams, $state) {
         $rootScope.active = 'buyer_invoice';
         $scope.tab = 'buyer_invoice';
+        document.title = '开票信息-优软商城';
         $scope.invoiceType = 1205;
         $scope.isSpecial = true; //专票,等于true为不存在
         $scope.isNormal = true; //普票,等于true为不存在

+ 1 - 1
src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_invoice_record_ctrl.js

@@ -5,7 +5,7 @@ define([ 'app/app' ], function(app) {
         // 开票申请
         $scope.keyword = '';
         $scope.invoiceType = '';
-
+        document.title = '开票记录-优软商城';
         var initDataRule = function () {
             $scope.param = {
                 page: 1,

+ 1 - 1
src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_no_invoice_ctrl.js

@@ -2,7 +2,7 @@ define([ 'app/app' ], function(app) {
     'use strict';
     app.register.controller('NoInvoiceCtrl', ['$scope','$rootScope','$modal', 'Order', 'toaster','ngTableParams','BaseService','Bill', function ($scope, $rootScope, $modal, Order, toaster, ngTableParams, BaseService, Bill) {
         $scope.tab = 'buyer_no_invoice';
-
+        document.title = '未开票订单-优软商城';
         // 开票申请
         $scope.applyInvoice = function () {
             var applyItem = [];

+ 1 - 0
src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_order_ctrl.js

@@ -6,6 +6,7 @@ define(['app/app'], function (app) {
 	'use strict';
 	app.register.controller('orderCtrl', ['$scope', '$rootScope', 'Order', 'toaster', '$filter', 'OrderSimpleInfo', 'Recommendation', '$modal', 'tradeMessageNoticeService', 'tradeBasicProperties', 'NumberService', 'ChatBusinessLayer','Rate', function($scope, $rootScope, Order, toaster, $filter, OrderSimpleInfo, Recommendation, $modal, tradeMessageNoticeService, tradeBasicProperties, NumberService, ChatBusinessLayer,Rate) {
 
+		document.title = '已买到的产品-优软商城';
 		//初始化数据
 		$rootScope.active = 'buyer_order';
 		$scope.param = {};

+ 1 - 0
src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_transfer_ctrl.js

@@ -3,6 +3,7 @@ define([ 'app/app' ], function(app) {
 	app.register.controller('buyerTransferCtrl', ['$scope', '$rootScope', '$anchorScroll', '$location','SessionService', 'bankInfoService','$modal', 'toaster', 'bankTransferService', '$filter', 'ngTableParams', 'BaseService', 'OrderSimpleInfo', '$state', '$stateParams', 'Order', 'SmoothScroll', 'EncryptionService','NumberService' ,'$timeout', function($scope, $rootScope, $anchorScroll, $location,SessionService, bankInfoService, $modal, toaster, bankTransferService, $filter, ngTableParams, BaseService, OrderSimpleInfo, $state, $stateParams, Order, SmoothScroll, EncryptionService, NumberService, $timeout) {
 		BaseService.scrollBackToTop();
 
+		document.title = '线下付款-优软商城';
 		$scope.diliverPrice = [''];
 		$scope.type = "PAIDTOPLATFORM";
 		// $scope.type = "PAIDTOVENDOR";

+ 1 - 1
src/main/webapp/resources/js/usercenter/controllers/forstore/first_rate_ctrl.js

@@ -1,7 +1,7 @@
 define(['app/app'], function(app) {
     'use strict';
     app.register.controller('firstRateCtrl', ['$scope', '$rootScope', '$stateParams','$filter','Order', 'toaster', 'Rate', function ($scope, $rootScope, $stateParams , $filter , Order , toaster , Rate) {
-
+        document.title = '初次评价-优软商城';
         $scope.isAnony = 1;
         $scope.goodsRate =[];
         $scope.vendorRate = {};

+ 1 - 0
src/main/webapp/resources/js/usercenter/controllers/forstore/order_detail_ctrl.js

@@ -3,6 +3,7 @@ define(['app/app'], function(app) {
 	"use strict";
 	app.register.controller('orderDetailCtrl', ['$scope', 'Order', 'Logistics', 'ComponentActive', 'toaster', '$stateParams', 'KdnLogistics', '$state', 'StoreInfo', 'NumberService', function($scope, Order, Logistics, ComponentActive, toaster, $stateParams, KdnLogistics, $state, StoreInfo, NumberService) {
 
+		document.title = '订单详情-优软商城';
 		// 保存订单编号信息
 		$scope.orderId = $stateParams.orderid;
 

+ 1 - 0
src/main/webapp/resources/js/usercenter/controllers/forstore/order_pay_ctrl.js

@@ -5,6 +5,7 @@
 define(['app/app'], function(app) {
 	app.register.controller('orderPayCtrl', ['$scope', '$rootScope', '$stateParams', '$modal', '$state', 'Bill', 'toaster', 'Order', '$filter', 'ShippingAddress', 'Ysepay', '$q', 'NumberService', 'Cart', '$timeout', 'DistributionRule', 'TakeSelf', 'StoreInfo', function($scope, $rootScope, $stateParams, $modal, $state, Bill, toaster, Order, $filter, ShippingAddress, Ysepay, $q, NumberService, Cart, $timeout, DistributionRule, TakeSelf, StoreInfo) {
 
+		document.title = '结算页-优软商城';
 		$rootScope.active = 'buyer_cart';
 
 		$scope.payment = {};

+ 1 - 0
src/main/webapp/resources/js/usercenter/controllers/forstore/pay_center_ctrl.js

@@ -6,6 +6,7 @@ define(['app/app'], function(app) {
 	app.register.controller('payCenterCtrl', ['$scope', '$rootScope', 'ngTableParams', 'Ysepay', 'BaseService', 'bankInfoService', '$filter', '$modal', 'toaster', 'OrderSimpleInfo', 'SessionService', function($scope, $rootScope, ngTableParams, Ysepay, BaseService, bankInfoService, $filter, $modal, toaster, OrderSimpleInfo, SessionService) {
 		$rootScope.active = 'pay_center';
 
+		document.title = '支付中心-优软商城';
 		var hideBankFilter = $filter("hideBankFilter");
 
 

+ 1 - 1
src/main/webapp/resources/js/usercenter/controllers/forstore/query_logistics_ctrl.js

@@ -4,7 +4,7 @@ define(['app/app', 'calendar'], function(app) {
     app.register.controller('buyerQueryLogisticsCtrl', ['$scope', '$rootScope', 'BaseService', 'KdnLogistics', '$stateParams', '$filter', 'Logistics', "Order", 'toaster', function($scope, $rootScope, BaseService, KdnLogistics, $stateParams, $filter, Logistics, Order, toaster) {
 
         $rootScope.active = 'buyer_order';
-
+        document.title = '物流详情-优软商城';
         // 加密过滤器
         var enIdFilter = $filter('EncryptionFilter');
 

+ 1 - 0
src/main/webapp/resources/js/usercenter/controllers/forstore/show_rate_ctrl.js

@@ -7,6 +7,7 @@ define(['app/app'], function (app) {
         $scope.setContFalse = function () {
             $scope.cont = false;
         };
+        document.title = '查看评价-优软商城';
         $scope.vendorRate = {};
         if ($stateParams.orderid && $stateParams.orderid != '') {
             $scope.orderid = $stateParams.orderid;

+ 1 - 1
src/main/webapp/resources/js/usercenter/controllers/forstore/store_focus_ctrl.js

@@ -6,7 +6,7 @@ define(['app/app'], function(app) {
     'use strict';
     app.register.controller('storeFocusCtrl', ['$scope', '$rootScope', 'toaster', 'StoreFocusService', function($scope, $rootScope, toaster, StoreFocusService) {
 		$rootScope.active = 'store_focus_ctrl';
-
+        document.title = '店铺关注-优软商城';
         $scope.param = {};
         $scope.param.page = 1;
         $scope.param.count = 5;

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/pay_center_ctrl.js

@@ -8,7 +8,7 @@ define(['app/app'], function(app) {
     'use strict';
     app.register.controller('payCenterCtrl', ['$scope', '$rootScope', 'bankInfoService', 'toaster', '$upload', 'bankTransferService', 'Purchase', '$filter', function($scope, $rootScope, bankInfoService, toaster, $upload, bankTransferService, Purchase, $filter) {
         $rootScope.active = 'pay_center';
-
+        document.title = '结算中心-优软商城';
         $scope.param = {};
         $scope.param.page = 1;
         $scope.param.count = 5;

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/purchase_detail.js

@@ -6,7 +6,7 @@ define(['app/app'], function(app) {
 		// 保存采购单编号信息
 		$scope.purchaseId = $stateParams.purchaseId;
 		$scope.open = false;
-
+		document.title = '订单详情-优软商城';
 		// 记录状态激活信息
 		$scope.steps = {
 			step1 : false,

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/query_logistics_ctrl.js

@@ -4,7 +4,7 @@ define(['app/app', 'calendar'], function(app) {
     app.register.controller('vendorQueryLogisticsCtrl', ['$scope', '$rootScope', 'BaseService', 'KdnLogistics', '$stateParams', '$filter', 'Logistics', 'Purchase', 'toaster', function($scope, $rootScope, BaseService, KdnLogistics, $stateParams, $filter, Logistics, Purchase, toaster) {
 
         $rootScope.active = 'vendor_order';
-
+        document.title = '物流详情-优软商城';
         // 加密过滤器
         var enIdFilter = $filter('EncryptionFilter');
 

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/show_rate_ctrl.js

@@ -2,7 +2,7 @@ define(['app/app'], function(app) {
     app.register.controller('showRateCtrl', ['$scope', '$rootScope', '$stateParams','$state', 'toaster','Rate','Order','BaseService','ngTableParams', function ($scope, $rootScope, $stateParams, $state, toaster, Rate, Order, BaseService, ngTableParams) {
 
         /***********卖家回复评论模块 *** start *****************************/
-
+        document.title = '查看评价-优软商城';
         $scope.cont = false;
         $scope.setContFalse = function () {
             $scope.cont = false;

+ 1 - 0
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_account_management_ctrl.js

@@ -6,6 +6,7 @@ define(['app/app'], function(app) {
     "use strict";
     app.register.controller('vendorAccountManagementCtrl', ['$scope', '$rootScope', 'Enterprise', 'User', 'toaster', '$modal','BaseService','ngTableParams','$http', function($scope, $rootScope, Enterprise, User, toaster, $modal, BaseService, ngTableParams, $http) {
         $rootScope.active = 'vendor_account_management';
+		document.title = '账户管理-优软商城';
 		$scope.tab = 'base';
         $scope.userInfo = $rootScope.userInfo;
 		$scope.updateState = false;

+ 2 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_brand_apply_list_ctrl.js

@@ -4,7 +4,8 @@
 define(['app/app'], function(app) {
     "use strict";
     app.register.controller('vendorBrandApplyListCtrl', ['$scope', '$rootScope', 'AuthenticationService', 'BaseService', 'BrandsSubmit', 'ngTableParams', function ($scope, $rootScope, AuthenticationService, BaseService, BrandsSubmit, ngTableParams) {
-
+        document.title = "品牌申请" + "-优软商城";
+        $rootScope.active = 'vendor_brand_apply';
         var loadMyBrandsSubmit = function(){
             $scope.brandTableParams = new ngTableParams({
                 page : 1,

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_component_applylist_ctrl.js

@@ -2,7 +2,7 @@ define([ 'app/app' ], function(app) {
     // 器件审批
     app.register.controller('vendorComponentApplyListCtrl', ['$scope', 'ngTableParams', 'ComponentsSubmit', 'BaseService', '$stateParams', 'AuthenticationService', function($scope, ngTableParams, ComponentsSubmit, BaseService, $stateParams, AuthenticationService) {
         BaseService.scrollBackToTop();
-
+        document.title = '器件申请-优软商城';
         var loadMyComponentsSubmit = function(){
             $scope.componentTableParams = new ngTableParams({
                 page : 1,

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_component_batchapply_ctrl.js

@@ -4,7 +4,7 @@
 define(['app/app'], function(app) {
     "use strict";
     app.register.controller('vendorComponentBatchApplyCtrl', ['$scope', '$rootScope', 'Search', 'KindAPI', '$upload', 'toaster', 'ComponentSubmit', '$modal', function ($scope, $rootscope, Search, KindAPI, $upload, toaster, ComponentSubmit, $modal) {
-
+        document.title = '器件申请-优软商城';
         $scope.submits = [{gradeOneKiName : '', gradeTwoKiName : '', gradeThreeKiName : '', brName : '', url : '', isFirst : true, isSecond : true, isThird : true}];
 
         // 添加分类

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_component_batchapplylist_ctrl.js

@@ -2,7 +2,7 @@ define([ 'app/app' ], function(app) {
     // 器件审批
     app.register.controller('vendorComponentBatchApplyListCtrl', ['$scope', 'ngTableParams', 'BaseService', 'ComponentSubmit', function($scope, ngTableParams, BaseService, ComponentSubmit) {
         BaseService.scrollBackToTop();
-
+        document.title = '器件申请-优软商城';
         $scope.active = 'all';
 
         $scope.setActive = function(result) {

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_deliveryRule_ctrl.js

@@ -5,7 +5,7 @@ define([ 'app/app' ], function(app) {
         $scope.tab = 'deliverRule';
         $scope.title = '配送规则';
         $scope.$$rule = {};
-
+        document.title = '配送规则-优软商城';
         $scope.ruleTableParams = new ngTableParams({
             page : 1,
             count : 10,

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_delivery_ctrl.js

@@ -5,7 +5,7 @@
 define(['app/app'], function(app) {
     "use strict";
     app.register.controller('vendorDeliveryCtrl', ['$scope', '$rootScope', 'InvoiceFPurchase', 'ChineseToPinYin', 'Order' , 'Purchase', '$modal', '$stateParams', 'ComponentActive','$window','$state', 'BaseService', 'ShippingAddress', 'Logistics', '$filter', 'toaster', 'KdnLogistics', '$q', '$timeout','Distributor', 'SessionService', function($scope, $rootScope, InvoiceFPurchase, ChineseToPinYin, Order , Purchase, $modal, $stateParams, ComponentActive, $window, $state, BaseService, ShippingAddress, Logistics, $filter, toaster, KdnLogistics, $q, $timeout, Distributor, SessionService) {
-
+        document.title = '点击发货-优软商城';
         $scope.logistics = {};
         $scope.jsonSdAddress = {};
         $scope.selfDeliveryPerson = {};

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_distributor_ctrl.js

@@ -4,7 +4,7 @@ define([ 'app/app' ], function(app) {
         $scope.tab = 'distributor';
         $rootScope.active = 'vendor_logistics';
         $scope.title = '配送商';
-
+        document.title = '配送商-优软商城';
         $scope.initData = function () {
             Distributor.findAllSelected({},function (data) {
                 if (data){

+ 1 - 0
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_invoice_ctrl.js

@@ -3,6 +3,7 @@ define([ 'app/app' ], function(app) {
     app.register.controller('vendorInvoiceCtrl', ['$scope','$rootScope','$modal','BillSubmit','BaseService', 'toaster','ngTableParams','$state', function ($scope, $rootScope, $modal, BillSubmit, BaseService, toaster, ngTableParams, $state) {
         $rootScope.active = 'vendor_invoice';
         // 切换tab
+        document.title = '卖家发票管理-优软商城';
         $scope.active = 'apply_invoice';
         $scope.toggleTab = function (t) {
             if (t=='apply_invoice') {

+ 1 - 0
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_logistics_ctrl.js

@@ -6,6 +6,7 @@ define(['app/app', 'calendar'], function (app) {
 	app.register.controller('vendorLogisticsCtrl', ['$scope', '$rootScope', '$http', 'ngTableParams', 'BaseService', 'ShippingAddress', 'toaster', 'SmoothScroll', '$modal','$stateParams','Purchase','Logistics','KdnLogistics','$filter', function($scope, $rootScope, $http, ngTableParams, BaseService, ShippingAddress, toaster, SmoothScroll, $modal, $stateParams, Purchase, Logistics, KdnLogistics, $filter) {
 		// 加密过滤器
 		var enIdFilter = $filter('EncryptionFilter');
+		document.title = '发货地址-优软商城';
 		$rootScope.active = 'vendor_logistics';
 		$scope.tab = 'logistic';
 		$scope.canAddTotal = 20;

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_materialCtrl.js

@@ -2,7 +2,7 @@ define([ 'app/app' ], function(app) {
 	'use strict';
 	app.register.controller('vendor_materialCtrl', ['$scope', '$rootScope', 'Material', 'toaster', 'ComponentActive', 'Enterprise', '$q', 'NumberService', function ($scope, $rootScope, Material, toaster, ComponentActive, Enterprise, $q, NumberService) {
 		$rootScope.active = 'vendor_material';
-
+		document.title = '卖家产品库-优软商城';
 		$scope.tab = 'material';
 		$scope.standard_tab = 'standard';
 		$scope.choosedIds = [];

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_onSaleCtrl.js

@@ -5,7 +5,7 @@ define([ 'app/app' ], function(app) {
         $scope.keyword = '';
         $scope.tab = 'onSale';
         $scope.isInt = /^[0-9]*[1-9][0-9]*$/;
-
+        document.title = '卖家在售产品-优软商城';
         //只包含中文和英文的字符
         var pattern = /^[\u4e00-\u9fa5a-zA-Z]+$/;
         $scope.param = {

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_order_ctrl.js

@@ -6,7 +6,7 @@ define(['app/app'], function (app) {
     "use strict";
     app.register.controller('vendorOrderCtrl', ['$scope', '$rootScope', 'Purchase', 'ngTableParams', 'BaseService', 'toaster', '$state', '$filter', 'Return', 'Change', '$modal', 'PuExProcess', 'Recommendation', 'DateUtil', 'Loading', 'bankInfoService', 'Logistics', 'Distributor', 'SessionService','Rate', function ($scope, $rootScope, Purchase, ngTableParams, BaseService, toaster, $state, $filter, Return, Change, $modal, PuExProcess, Recommendation, DateUtil, Loading, bankInfoService, Logistics, Distributor, SessionService, Rate) {
         $rootScope.active = 'vendor_order';
-
+        document.title = '已卖出的产品-优软商城';
         // 加密过滤器
         var enIdFilter = $filter('EncryptionFilter');
         // 默认状态为所有订单

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_store_maintain_ctrl.js

@@ -2,7 +2,7 @@ define(['app/app'], function (app) {
 	"use strict";
 	app.register.controller('vendorStoreMaintainCtrl', ['$scope', '$rootScope', 'Enterprise', 'StoreInfo', '$modal', 'toaster', '$timeout', '$state', 'RecommendProductService', function($scope, $rootScope, Enterprise, StoreInfo, $modal, toaster, $timeout, $state, RecommendProductService) {
 		$rootScope.active = "vendor_store";
-
+		document.title = '我的店铺-优软商城';
 		// 编辑状态
 		$scope.editBasicInfo = false;
 		$scope.editQualifications = false;

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_takeSelf_ctrl.js

@@ -4,7 +4,7 @@ define([ 'app/app' ], function(app) {
         $scope.tab = 'takeSelf';
         $rootScope.active = 'vendor_logistics';
         $scope.$$takeSelf = {};
-
+        document.title = '自提点-优软商城';
         $scope.takeSelfTableParams = new ngTableParams({
             page : 1,
             count : 10,

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_undercarriageCtrl.js

@@ -2,7 +2,7 @@ define([ 'app/app' ], function(app) {
     'use strict';
     app.register.controller('vendor_undercarriageCtrl', ['$scope', '$rootScope', '$q', 'Goods', 'Enterprise', 'toaster', 'Loading', 'StoreInfo', 'AuthenticationService', function ($scope, $rootScope, $q, Goods, Enterprise, toaster, Loading, StoreInfo, AuthenticationService) {
         $rootScope.active = 'vendor_material';
-
+        document.title = '上下架历史-优软商城';
         $scope.tab = 'undercarriage';
         $scope.keyword = '';
 

+ 1 - 0
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_upload_ctrl.js

@@ -4,6 +4,7 @@ define([ 'app/app' ], function(app) {
 		$rootScope.$$productOn = {};
 		$rootScope.active = 'vendor_productOn';
 		$rootScope.$$productOn.leadIn = 'bathOn';
+		document.title = '产品导入-优软商城';
 	}]);
 
 	//批量上架的Ctrl