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
dda881e7
Commit
dda881e7
authored
Oct 15, 2018
by
neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[bugfix] fixed page type enum cannot used
parent
2ea71e79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
vat-preview-output-invoice.ctrl.js
...preview-output-invoice/vat-preview-output-invoice.ctrl.js
+3
-3
vat.js
atms-web/src/main/webapp/bundles/vat.js
+3
-3
No files found.
atms-web/src/main/webapp/app/vat/preview/vat-preview-output-invoice/vat-preview-output-invoice.ctrl.js
View file @
dda881e7
...
...
@@ -15,9 +15,9 @@
[
vatSessionService
.
month
,
vatSessionService
.
project
.
year
]];
//发票类型
var
invoiceTypeEnum
=
{
Normal
:
'普票'
,
Special
:
'专票'
,
ElectronicReceipt
:
'电子发票'
Normal
:
"普票"
,
Special
:
"专票"
,
ElectronicReceipt
:
"电子发票"
};
//区间
$scope
.
monthList
=
[
$translate
.
instant
(
'Month01'
),
...
...
atms-web/src/main/webapp/bundles/vat.js
View file @
dda881e7
...
...
@@ -32403,9 +32403,9 @@ vatModule.controller('vatPreviewOutputInvoiceController', ['$scope', '$log', '$t
[
vatSessionService
.
month
,
vatSessionService
.
project
.
year
]];
//发票类型
var
invoiceTypeEnum
=
{
Normal
:
'普票'
,
Special
:
'专票'
,
ElectronicReceipt
:
'电子发票'
Normal
:
"普票"
,
Special
:
"专票"
,
ElectronicReceipt
:
"电子发票"
};
//区间
$scope
.
monthList
=
[
$translate
.
instant
(
'Month01'
),
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