Bladeren bron

修改发送邮件的配置参数的值。

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@9492 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
dongbw 8 jaren geleden
bovenliggende
commit
cf31406c4d

+ 1 - 1
src/main/resources/dev/message.properties

@@ -1,2 +1,2 @@
-tplInvitationForB2B=117d7807-b59b-4da8-9232-e03ab47d489b
+tplInvitationForB2B=130289a4-cdf6-4923-b355-9fd33cb0c204
 msgInvitationForB2B=73c513f8-7423-49c4-b57c-50a63bd8a0af

+ 1 - 1
src/main/resources/prod/message.properties

@@ -1,2 +1,2 @@
-tplInvitationForB2B=117d7807-b59b-4da8-9232-e03ab47d489b
+tplInvitationForB2B=130289a4-cdf6-4923-b355-9fd33cb0c204
 msgInvitationForB2B=73c513f8-7423-49c4-b57c-50a63bd8a0af

+ 1 - 1
src/main/resources/test/message.properties

@@ -1,2 +1,2 @@
-tplInvitationForB2B=117d7807-b59b-4da8-9232-e03ab47d489b
+tplInvitationForB2B=130289a4-cdf6-4923-b355-9fd33cb0c204
 msgInvitationForB2B=73c513f8-7423-49c4-b57c-50a63bd8a0af

+ 3 - 0
src/main/webapp/resources/js/index/app.js

@@ -2568,6 +2568,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
 			PurcOrder.printCount({id: order.id},{});//增加打印此次 // 在此方法内添加记录日志
 			if(order.display == 1) $scope.setDisplay('setRead', order.id);//设置为已查看状态
 			ReportService.print(order.enUU, 'PURCLIST', "where purc$orders.pu_id=" + order.id);
+            $scope.tableParams.reload();
 		};
 
 		$scope.getReply = function(item) {
@@ -5634,6 +5635,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
         //打印    发货单
         $scope.print = function(send) {
             SaleSend.printCount({id: send.id},{});   //增加打印此次
+            $scope.tableParams.reload();
             ReportService.print(send.custUU, 'SALESEND', "where sale$send.ss_id=" + send.id);
         };
 		
@@ -13230,6 +13232,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
         //打印
         $scope.print = function(deputyOrder) {
             DeputyOrder.printCount({id: deputyOrder.id},{});//增加打印此次
+            $scope.tableParams.reload();
             // ReportService.print(deputyOrder.deputyuu, 'PURCNOTICE', "where purc$deputyorders.deo_id=" + deputyOrder.id); // 定向采购通知
             // ReportService.print(deputyOrder.deputyuu, 'PURCHASE', "where purc$deputyorders.deo_id=" + deputyOrder.id); // 采购订单
             // ReportService.print(deputyOrder.deputyuu, 'PAYCONFIRM', "where purc$deputyorders.deo_id=" + deputyOrder.id); // 付款确认