Commit d91ce874 authored by neo's avatar neo

[DEV] add xxkp fixed some bug

parent 34549cce
......@@ -411,7 +411,8 @@
amountEnd: null,
invoiceType: null,
taxAmountStart: null,
taxAmountEnd: null
taxAmountEnd: null,
tag: null
};
$scope.criteriaList = [];
$scope.queryParams.periodStart = startMonth;
......
......@@ -62,7 +62,8 @@
amountEnd: null,
invoiceType: null,
taxAmountStart: null,
taxAmountEnd: null
taxAmountEnd: null,
tag: 'off'
};
$scope.queryParams.periodStart = vatSessionService.month;
$scope.queryParams.periodEnd = vatSessionService.month;
......@@ -589,7 +590,7 @@
];
(function initialize() {
$log.debug('vatPreviewOutputInvoiceController.ctor()...');
$log.debug('vatPreviewOutputoffInvoiceController.ctor()...');
$scope.periodId = vatSessionService.month;
//初始化month-picker
......
vatModule.directive('vatPreviewOutputoffInvoice', ['$log',
function ($log) {
'use strict';
$log.debug('vatImportOutputInvoice.ctor()...');
$log.debug('vatImportOutputoffInvoice.ctor()...');
return {
restrict: 'E',
templateUrl: '/app/vat/preview/vat-preview-outputoff-invoice/vat-preview-outputoff-invoice.html' + '?_=' + Math.random(),
scope: {},
controller: 'vatPreviewOutputInvoiceController',
controller: 'vatPreviewOutputoffInvoiceController',
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