|
|
@@ -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); // 付款确认
|