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
8093e0da
Commit
8093e0da
authored
Mar 21, 2019
by
gary
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、fix
parent
fb1e99eb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
vat.json
atms-web/src/main/webapp/app-resources/i18n/en-us/vat.json
+2
-0
vat.json
atms-web/src/main/webapp/app-resources/i18n/zh-CN/vat.json
+2
-0
organization-manage.ctrl.js
...astructure/organizationManage/organization-manage.ctrl.js
+2
-2
No files found.
atms-web/src/main/webapp/app-resources/i18n/en-us/vat.json
View file @
8093e0da
...
@@ -1157,6 +1157,8 @@
...
@@ -1157,6 +1157,8 @@
"StartRowNumberCheckMsg"
:
"Starting Rows Should Not be Greater Than the Total Number of Currently Imported Data!"
,
"StartRowNumberCheckMsg"
:
"Starting Rows Should Not be Greater Than the Total Number of Currently Imported Data!"
,
"StartingDate"
:
"Start Date"
,
"StartingDate"
:
"Start Date"
,
"EndDate"
:
"End Date"
,
"EndDate"
:
"End Date"
,
"StartingPeriod"
:
"Start Period"
,
"EndPeriod"
:
"End Period"
,
"StatesColon"
:
"States:"
,
"StatesColon"
:
"States:"
,
"Status"
:
"Status"
,
"Status"
:
"Status"
,
"StdAccountMappingResult"
:
"Standard Account Mapping Result..."
,
"StdAccountMappingResult"
:
"Standard Account Mapping Result..."
,
...
...
atms-web/src/main/webapp/app-resources/i18n/zh-CN/vat.json
View file @
8093e0da
...
@@ -1513,6 +1513,8 @@
...
@@ -1513,6 +1513,8 @@
"StartRowNumberCheckMsg"
:
"起始行不能大于当前导入数据总数!"
,
"StartRowNumberCheckMsg"
:
"起始行不能大于当前导入数据总数!"
,
"StartingDate"
:
"开始日期"
,
"StartingDate"
:
"开始日期"
,
"EndDate"
:
"结束日期"
,
"EndDate"
:
"结束日期"
,
"StartingPeriod"
:
"期间从"
,
"EndPeriod"
:
"期间至"
,
"StatusColon"
:
"状态:"
,
"StatusColon"
:
"状态:"
,
"StdAccountMappingResult"
:
"标准科目对应结果"
,
"StdAccountMappingResult"
:
"标准科目对应结果"
,
"StdAccountNotLeaf"
:
"请选择叶子节点"
,
"StdAccountNotLeaf"
:
"请选择叶子节点"
,
...
...
atms-web/src/main/webapp/app/admin/infrastructure/organizationManage/organization-manage.ctrl.js
View file @
8093e0da
...
@@ -1190,13 +1190,13 @@
...
@@ -1190,13 +1190,13 @@
allowHeaderFiltering
:
false
,
allowHeaderFiltering
:
false
,
width
:
'20%'
,
width
:
'20%'
,
dataType
:
"date"
,
dataType
:
"date"
,
caption
:
$translate
.
instant
(
'Starting
Date
'
)
caption
:
$translate
.
instant
(
'Starting
Period
'
)
},
{
},
{
dataField
:
"endDate"
,
dataField
:
"endDate"
,
allowHeaderFiltering
:
false
,
allowHeaderFiltering
:
false
,
width
:
'20%'
,
width
:
'20%'
,
dataType
:
"date"
,
dataType
:
"date"
,
caption
:
$translate
.
instant
(
'End
Date
'
)
caption
:
$translate
.
instant
(
'End
Period
'
)
},
{
},
{
dataField
:
"rate"
,
dataField
:
"rate"
,
allowHeaderFiltering
:
false
,
allowHeaderFiltering
:
false
,
...
...
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