Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
d91ce874
Commit
d91ce874
authored
Dec 03, 2018
by
neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DEV] add xxkp fixed some bug
parent
34549cce
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
vat-preview-output-invoice.ctrl.js
...preview-output-invoice/vat-preview-output-invoice.ctrl.js
+2
-1
vat-preview-outputoff-invoice.ctrl.js
...w-outputoff-invoice/vat-preview-outputoff-invoice.ctrl.js
+3
-2
vat-preview-outputoff-invoice.js
...review-outputoff-invoice/vat-preview-outputoff-invoice.js
+2
-2
No files found.
atms-web/src/main/webapp/app/vat/preview/vat-preview-output-invoice/vat-preview-output-invoice.ctrl.js
View file @
d91ce874
...
...
@@ -411,7 +411,8 @@
amountEnd
:
null
,
invoiceType
:
null
,
taxAmountStart
:
null
,
taxAmountEnd
:
null
taxAmountEnd
:
null
,
tag
:
null
};
$scope
.
criteriaList
=
[];
$scope
.
queryParams
.
periodStart
=
startMonth
;
...
...
atms-web/src/main/webapp/app/vat/preview/vat-preview-outputoff-invoice/vat-preview-outputoff-invoice.ctrl.js
View file @
d91ce874
...
...
@@ -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
(
'vatPreviewOutput
off
InvoiceController.ctor()...'
);
$scope
.
periodId
=
vatSessionService
.
month
;
//初始化month-picker
...
...
atms-web/src/main/webapp/app/vat/preview/vat-preview-outputoff-invoice/vat-preview-outputoff-invoice.js
View file @
d91ce874
vatModule
.
directive
(
'vatPreviewOutputoffInvoice'
,
[
'$log'
,
function
(
$log
)
{
'use strict'
;
$log
.
debug
(
'vatImportOutputInvoice.ctor()...'
);
$log
.
debug
(
'vatImportOutput
off
Invoice.ctor()...'
);
return
{
restrict
:
'E'
,
templateUrl
:
'/app/vat/preview/vat-preview-outputoff-invoice/vat-preview-outputoff-invoice.html'
+
'?_='
+
Math
.
random
(),
scope
:
{},
controller
:
'vatPreviewOutputInvoiceController'
,
controller
:
'vatPreviewOutput
off
InvoiceController'
,
link
:
function
(
scope
,
element
)
{
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment