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
d74fd13d
Commit
d74fd13d
authored
Sep 26, 2018
by
neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[dev] hide import menu
parent
32f90781
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
nav-bar.ctrl.js
...in/webapp/app/vat/dongfengWrapper/nav-bar/nav-bar.ctrl.js
+2
-3
vat-layout.ctrl.js
...web/src/main/webapp/app/vat/vat-layout/vat-layout.ctrl.js
+3
-1
vat.js
atms-web/src/main/webapp/bundles/vat.js
+0
-0
No files found.
atms-web/src/main/webapp/app/vat/dongfengWrapper/nav-bar/nav-bar.ctrl.js
View file @
d74fd13d
...
...
@@ -119,9 +119,8 @@ vatDongfengModule.controller('navBarController', ['$scope', '$rootScope', '$log'
if
(
$scope
.
type
===
1
)
{
//递延所得税
$
(
'.vat-import-menu'
).
show
();
$scope
.
serviceTitle
=
$translate
.
instant
(
'DeferrIncomeTitle'
);
$scope
.
menus
=
[{
name
:
'数据导入'
,
num
:
1
,
permission
:
'02.001'
,
url
:
'#/vat/importData/balanceSheet'
,
fileName
:
'deferredTaxNEW.html'
+
'?_='
+
Math
.
random
()
},
$scope
.
menus
=
[
// { name: '数据导入', num: 1, permission: '02.001', url: '#/vat/importData/balanceSheet', fileName: 'deferredTaxNEW.html' + '?_=' + Math.random() },
{
name
:
'数据核算'
,
num
:
2
,
permission
:
'02.002'
,
url
:
'#/vat/previewData/balanceSheet'
,
fileName
:
'deferredTaxNEWWorkingPaper.html'
+
'?_='
+
Math
.
random
()
},
{
name
:
'数据分析'
,
num
:
3
,
permission
:
'02.003'
,
url
:
'#/vat/previewData/balanceSheet'
,
fileName
:
'DFModleIndex.html'
+
'?_='
+
Math
.
random
()
},
//{ name: '变动分析', num: 4, permission: '02.003', url: '#/vat/previewData/balanceSheet', fileName: 'DFModleIndex3.html' + '?_=' + Math.random() }
...
...
atms-web/src/main/webapp/app/vat/vat-layout/vat-layout.ctrl.js
View file @
d74fd13d
...
...
@@ -33,7 +33,9 @@ function ($scope, $rootScope, $q, $log, $timeout, $state, $translate, projectSer
};
$rootScope
.
$on
(
'$stateChangeStart'
,
function
(
event
,
toState
,
toParams
,
fromState
,
fromParams
,
options
)
{
var
mainMenu
=
[
'vat.importData'
,
'vat.previewData'
,
'vat.reductionData'
,
'vat.analyzeLayout'
];
var
mainMenu
=
[
// 'vat.importData',
'vat.previewData'
,
'vat.reductionData'
,
'vat.analyzeLayout'
];
if
(
vatSessionService
.
dataChanged
)
{
event
.
preventDefault
();
SweetAlert
.
swal
(
msgboxOptions
,
function
(
isConfirm
)
{
...
...
atms-web/src/main/webapp/bundles/vat.js
View file @
d74fd13d
This diff is collapsed.
Click to expand it.
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