Commit d91ce874 authored by neo's avatar neo

[DEV] add xxkp fixed some bug

parent 34549cce
...@@ -411,7 +411,8 @@ ...@@ -411,7 +411,8 @@
amountEnd: null, amountEnd: null,
invoiceType: null, invoiceType: null,
taxAmountStart: null, taxAmountStart: null,
taxAmountEnd: null taxAmountEnd: null,
tag: null
}; };
$scope.criteriaList = []; $scope.criteriaList = [];
$scope.queryParams.periodStart = startMonth; $scope.queryParams.periodStart = startMonth;
......
...@@ -62,7 +62,8 @@ ...@@ -62,7 +62,8 @@
amountEnd: null, amountEnd: null,
invoiceType: null, invoiceType: null,
taxAmountStart: null, taxAmountStart: null,
taxAmountEnd: null taxAmountEnd: null,
tag: 'off'
}; };
$scope.queryParams.periodStart = vatSessionService.month; $scope.queryParams.periodStart = vatSessionService.month;
$scope.queryParams.periodEnd = vatSessionService.month; $scope.queryParams.periodEnd = vatSessionService.month;
...@@ -589,7 +590,7 @@ ...@@ -589,7 +590,7 @@
]; ];
(function initialize() { (function initialize() {
$log.debug('vatPreviewOutputInvoiceController.ctor()...'); $log.debug('vatPreviewOutputoffInvoiceController.ctor()...');
$scope.periodId = vatSessionService.month; $scope.periodId = vatSessionService.month;
//初始化month-picker //初始化month-picker
......
vatModule.directive('vatPreviewOutputoffInvoice', ['$log', vatModule.directive('vatPreviewOutputoffInvoice', ['$log',
function ($log) { function ($log) {
'use strict'; 'use strict';
$log.debug('vatImportOutputInvoice.ctor()...'); $log.debug('vatImportOutputoffInvoice.ctor()...');
return { return {
restrict: 'E', restrict: 'E',
templateUrl: '/app/vat/preview/vat-preview-outputoff-invoice/vat-preview-outputoff-invoice.html' + '?_=' + Math.random(), templateUrl: '/app/vat/preview/vat-preview-outputoff-invoice/vat-preview-outputoff-invoice.html' + '?_=' + Math.random(),
scope: {}, scope: {},
controller: 'vatPreviewOutputInvoiceController', controller: 'vatPreviewOutputoffInvoiceController',
link: function (scope, element) { link: function (scope, element) {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment