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
bce53a58
Commit
bce53a58
authored
May 08, 2019
by
Eddie.Wu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_mysql_chase' into 'dev_mysql'
fix bug See merge request root/atms!363
parents
40f94ece
d8743c67
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
vat-revenue-conf-mapping.ctrl.js
...vat-revenue-conf-mapping/vat-revenue-conf-mapping.ctrl.js
+4
-0
vat-revenue-config.ctrl.js
.../dataImport/vat-revenue-config/vat-revenue-config.ctrl.js
+4
-0
vat-bill-detail.ctrl.js
...app/vat/reduction/vat-bill-detail/vat-bill-detail.ctrl.js
+4
-0
No files found.
atms-web/src/main/webapp/app/dataImport/vat-revenue-conf-mapping/vat-revenue-conf-mapping.ctrl.js
View file @
bce53a58
...
...
@@ -282,8 +282,12 @@
{
'key'
:
'3%'
,
'val'
:
0.03
},
{
'key'
:
'5%'
,
'val'
:
0.05
},
{
'key'
:
'6%'
,
'val'
:
0.06
},
{
'key'
:
'9%'
,
'val'
:
0.09
},
{
'key'
:
'10%'
,
'val'
:
0.1
},
{
'key'
:
'11%'
,
'val'
:
0.11
},
{
'key'
:
'13%'
,
'val'
:
0.13
},
{
'key'
:
'16%'
,
'val'
:
0.16
},
{
'key'
:
'16%'
,
'val'
:
0.17
},
]
};
...
...
atms-web/src/main/webapp/app/dataImport/vat-revenue-config/vat-revenue-config.ctrl.js
View file @
bce53a58
...
...
@@ -427,8 +427,12 @@
{
'key'
:
'3%'
,
'val'
:
0.03
},
{
'key'
:
'5%'
,
'val'
:
0.05
},
{
'key'
:
'6%'
,
'val'
:
0.06
},
{
'key'
:
'9%'
,
'val'
:
0.09
},
{
'key'
:
'10%'
,
'val'
:
0.1
},
{
'key'
:
'11%'
,
'val'
:
0.11
},
{
'key'
:
'13%'
,
'val'
:
0.13
},
{
'key'
:
'16%'
,
'val'
:
0.16
},
{
'key'
:
'16%'
,
'val'
:
0.17
},
]
};
...
...
atms-web/src/main/webapp/app/vat/reduction/vat-bill-detail/vat-bill-detail.ctrl.js
View file @
bce53a58
...
...
@@ -307,8 +307,12 @@
{
'key'
:
'3%'
,
'val'
:
0.03
},
{
'key'
:
'5%'
,
'val'
:
0.05
},
{
'key'
:
'6%'
,
'val'
:
0.06
},
{
'key'
:
'9%'
,
'val'
:
0.09
},
{
'key'
:
'10%'
,
'val'
:
0.1
},
{
'key'
:
'11%'
,
'val'
:
0.11
},
{
'key'
:
'13%'
,
'val'
:
0.13
},
{
'key'
:
'16%'
,
'val'
:
0.16
},
{
'key'
:
'16%'
,
'val'
:
0.17
},
]
}
};
...
...
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