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
df97e9f6
Commit
df97e9f6
authored
Mar 15, 2019
by
zhkwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CIT查看报表
parent
8da13e56
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
cit-report-sheet.js
...ebapp/app/cit/report/cit-report-sheet/cit-report-sheet.js
+2
-2
cit-report-view.ctrl.js
...pp/app/cit/report/cit-report-view/cit-report-view.ctrl.js
+1
-1
No files found.
atms-web/src/main/webapp/app/cit/report/cit-report-sheet/cit-report-sheet.js
View file @
df97e9f6
c
ommon
Module
.
directive
(
'citReportSheet'
,
[
'$rootScope'
,
'$log'
,
'$timeout'
,
'$q'
,
'templateService'
,
'enums'
,
'keyValueDataService'
,
'spreadJsTipService'
,
c
it
Module
.
directive
(
'citReportSheet'
,
[
'$rootScope'
,
'$log'
,
'$timeout'
,
'$q'
,
'templateService'
,
'enums'
,
'keyValueDataService'
,
'spreadJsTipService'
,
'$interval'
,
'vatSessionService'
,
function
(
$rootScope
,
$log
,
$timeout
,
$q
,
templateService
,
enums
,
keyValueDataService
,
spreadJsTipService
,
$interval
,
vatSessionService
)
{
'use strict'
;
...
...
@@ -21,7 +21,7 @@
reportApi
:
'=?'
// In: onCellClick, onCellDoubleClick; Out: refreshReport
},
link
:
function
(
scope
,
element
)
{
$log
.
debug
(
'
va
tReportSheet.link()...'
);
$log
.
debug
(
'
ci
tReportSheet.link()...'
);
// Register api functions in internalApi
// If selectorApi passed is not undefined, we will use it as internalApi
...
...
atms-web/src/main/webapp/app/cit/report/cit-report-view/cit-report-view.ctrl.js
View file @
df97e9f6
c
ommon
Module
.
controller
(
'citReportViewController'
,
[
'$scope'
,
'$rootScope'
,
'$log'
,
'$translate'
,
'$timeout'
,
'$q'
,
'$compile'
,
'$state'
,
'$stateParams'
,
c
it
Module
.
controller
(
'citReportViewController'
,
[
'$scope'
,
'$rootScope'
,
'$log'
,
'$translate'
,
'$timeout'
,
'$q'
,
'$compile'
,
'$state'
,
'$stateParams'
,
'apiInterceptor'
,
'vatExportService'
,
'SweetAlert'
,
'BSPLService'
,
'vatReportService'
,
'vatReportCacheService'
,
'vatSessionService'
,
'loginContext'
,
'enums'
,
'vatCommonService'
,
'vatWorkflowService'
,
'projectService'
,
'$uibModal'
,
'$cookies'
,
'Upload'
,
'vatImportService'
,
'vatApproveService'
,
function
(
$scope
,
$rootScope
,
$log
,
$translate
,
$timeout
,
$q
,
$compile
,
$state
,
$stateParams
,
apiInterceptor
,
vatExportService
,
SweetAlert
,
BSPLService
,
...
...
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