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
2e9e0e94
Commit
2e9e0e94
authored
Oct 03, 2018
by
sherlock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
basicData module test and correct
parent
7985afa7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.html
atms-web/src/main/webapp/WEB-INF/templates/index.html
+1
-1
framework.js
atms-web/src/main/webapp/bundles/framework.js
+2
-2
No files found.
atms-web/src/main/webapp/WEB-INF/templates/index.html
View file @
2e9e0e94
...
@@ -130,7 +130,7 @@
...
@@ -130,7 +130,7 @@
<!--
window
.
location
.
href
=
'/#/overview/assetsManage'
;
-->
<!--
window
.
location
.
href
=
'/#/overview/assetsManage'
;
-->
<!--
}
-->
<!--
}
-->
<!--
else
{
-->
<!--
else
{
-->
window
.
location
.
href
=
'/#/
summary
'
;
window
.
location
.
href
=
'/#/
overview/vat
'
;
<!--
}
-->
<!--
}
-->
// create the back to top button
// create the back to top button
$
(
'body'
).
prepend
(
'<a href="#" class="back-to-top">Back to Top</a>'
);
$
(
'body'
).
prepend
(
'<a href="#" class="back-to-top">Back to Top</a>'
);
...
...
atms-web/src/main/webapp/bundles/framework.js
View file @
2e9e0e94
...
@@ -1965,9 +1965,9 @@ frameworkModule.controller('appOverviewController', ['$rootScope', '$scope', '$t
...
@@ -1965,9 +1965,9 @@ frameworkModule.controller('appOverviewController', ['$rootScope', '$scope', '$t
$scope
.
dateFormat
=
$translate
.
instant
(
'dateFormat4Year'
);
$scope
.
dateFormat
=
$translate
.
instant
(
'dateFormat4Year'
);
}
}
if
(
$scope
.
serviceTypeId
===
enums
.
serviceType
.
VAT
)
{
if
(
$scope
.
serviceTypeId
===
enums
.
serviceType
.
VAT
)
{
$scope
.
systemTitle
=
$translate
.
instant
(
'
VATTitle
'
);
$scope
.
systemTitle
=
$translate
.
instant
(
'
增值税申报
'
);
$scope
.
viewMode
=
1
;
$scope
.
viewMode
=
1
;
$scope
.
dateFormat
=
$translate
.
instant
(
'
dateFormat4YearMonth
'
);
$scope
.
dateFormat
=
$translate
.
instant
(
'
yyyy 年 mm 月
'
);
}
}
if
(
$scope
.
serviceTypeId
===
enums
.
serviceType
.
AssetsManage
)
{
if
(
$scope
.
serviceTypeId
===
enums
.
serviceType
.
AssetsManage
)
{
$scope
.
systemTitle
=
$translate
.
instant
(
'AssetTitle'
);
$scope
.
systemTitle
=
$translate
.
instant
(
'AssetTitle'
);
...
...
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